/**
 * Enterprise design system overlay for Ceyora
 */
:root {
    --cey-navy: #0a1628;
    --cey-navy-light: #132038;
    --cey-blue: #1062fe;
    --cey-blue-dark: #0d4fd4;
    --cey-accent: #00c2ff;
    --cey-gold: #c9a227;
    --cey-text: #334155;
    --cey-text-muted: #64748b;
    --cey-border: rgba(15, 23, 42, 0.08);
    --cey-shadow: 0 4px 24px rgba(10, 22, 40, 0.08);
    --cey-shadow-lg: 0 20px 60px rgba(10, 22, 40, 0.12);
    --cey-radius: 12px;
    --cey-radius-lg: 20px;
    --cey-font-display: 'Plus Jakarta Sans', 'Jost', sans-serif;
    --cey-font-body: 'Inter', system-ui, sans-serif;
    --bs-primary: #0a1628;
    --bs-accent: #1062fe;
    --bs-tertiary: #1062fe;
}

/* ── Base ── */
.enterprise-site {
    font-family: var(--cey-font-body);
    color: var(--cey-text);
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-site {
        scroll-behavior: auto;
    }

    .enterprise-site .fade-up,
    .enterprise-site .fade-up.animate {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

.enterprise-site h1,
.enterprise-site h2,
.enterprise-site h3,
.enterprise-site h4,
.enterprise-site h5,
.enterprise-site h6 {
    font-family: var(--cey-font-display);
    letter-spacing: -0.02em;
    color: var(--cey-navy);
}

/* ── Top announcement bar ── */
.enterprise-topbar {
    background: var(--cey-navy);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8125rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.enterprise-topbar a {
    color: var(--cey-accent);
    text-decoration: none;
    font-weight: 500;
}

.enterprise-topbar a:hover {
    color: #fff;
}

.enterprise-topbar__datetime {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.enterprise-topbar__date {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.enterprise-topbar__sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.enterprise-topbar__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem;
}

.enterprise-topbar__announce {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    max-width: 28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enterprise-lang-switcher {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem;
}

.enterprise-lang-switcher__link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 600;
    font-size: 0.8125rem;
    padding: 0.1rem 0.15rem;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.enterprise-lang-switcher__link:hover,
.enterprise-lang-switcher__link.is-active {
    color: #fff !important;
    border-bottom-color: var(--cey-accent);
}

.enterprise-topbar__clock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.75rem;
    padding: 0.2rem 0.55rem;
    font-family: 'JetBrains Mono', 'SF Mono', 'Consolas', 'Roboto Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.06em;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 194, 255, 0.18) 0%, rgba(0, 194, 255, 0.08) 100%);
    border: 1px solid rgba(0, 194, 255, 0.28);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.enterprise-topbar__clock.is-ticking {
    animation: ceyClockPulse 2s ease-in-out infinite;
}

@keyframes ceyClockPulse {
    0%, 100% { border-color: rgba(0, 194, 255, 0.28); }
    50% { border-color: rgba(0, 194, 255, 0.55); }
}

.enterprise-topbar__actions {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .enterprise-topbar {
        font-size: 0.75rem;
        padding: 0.4rem 0;
    }

    .enterprise-topbar__datetime {
        gap: 0.5rem;
        min-width: 0;
    }

    .enterprise-topbar__date {
        font-size: 0.6875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 52vw;
    }

    .enterprise-topbar__clock {
        min-width: 5rem;
        font-size: 0.75rem;
        padding: 0.15rem 0.4rem;
    }
}

/* ── Header refinements ── */
.enterprise-site .main-header-menu-wrap {
    background: rgba(10, 22, 40, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.enterprise-site .affix .main-header-menu-wrap {
    background: rgba(10, 22, 40, 0.98) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.enterprise-site .custom-nav-link {
    font-weight: 500;
    font-size: 0.9375rem;
    letter-spacing: 0.01em;
}

.enterprise-site .btn-tertiary {
    background: var(--cey-blue);
    border: none;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.enterprise-site .btn-tertiary:hover {
    background: var(--cey-blue-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(16, 98, 254, 0.35);
}

/* ── Hero ── */
.enterprise-hero {
    background: linear-gradient(135deg, #0a1628 0%, #132a52 50%, #0d2040 100%) !important;
    position: relative;
    overflow: hidden;
    padding: 6rem 0 4rem;
    margin-top: 0;
}

/* Offset for fixed navbar */
.enterprise-site .main-header-menu-wrap.fixed-top {
    top: 0;
}

.enterprise-site.has-topbar .enterprise-hero,
.enterprise-site.has-topbar .enterprise-page-hero {
    padding-top: 7rem;
}

.enterprise-site .enterprise-hero h1,
.enterprise-site .enterprise-hero h2,
.enterprise-site .enterprise-hero h3 {
    color: #ffffff !important;
}

.enterprise-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 20%, rgba(16, 98, 254, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(0, 194, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.enterprise-hero .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent 80%);
}

.enterprise-hero .hero-content {
    position: relative;
    z-index: 2;
}

.enterprise-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.375rem 0.875rem;
    border-radius: 100px;
    margin-bottom: 1.5rem;
}

.enterprise-hero .hero-badge .dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

.enterprise-hero h1 {
    color: #fff !important;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.enterprise-hero .hero-lead {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.125rem;
    line-height: 1.7;
    max-width: 540px;
}

.enterprise-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.enterprise-hero .btn-hero-primary {
    background: var(--cey-blue);
    color: #fff;
    font-weight: 600;
    padding: 0.875rem 1.75rem;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    transition: all 0.2s ease;
}

.enterprise-hero .btn-hero-primary:hover {
    background: var(--cey-blue-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(16, 98, 254, 0.4);
}

.enterprise-hero .btn-hero-outline {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 0.875rem 1.75rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    transition: all 0.2s ease;
}

.enterprise-hero .btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

.enterprise-hero .hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.enterprise-hero .hero-trust-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

.enterprise-hero .hero-trust-item strong {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: var(--cey-font-display);
}

/* ── Trust bar ── */
.trust-bar {
    background: #fff;
    border-bottom: 1px solid var(--cey-border);
    padding: 1.25rem 0;
}

.trust-bar-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 3rem;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--cey-text-muted);
    font-size: 0.875rem;
    font-weight: 500;
}

.trust-bar-item i {
    color: var(--cey-blue);
    font-size: 1.125rem;
}

/* ── Stats section ── */
.stats-section {
    background: var(--cey-navy);
    padding: 4rem 0;
}

.stat-card {
    text-align: center;
    padding: 1.5rem;
}

.stat-card .stat-value {
    font-family: var(--cey-font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-card .stat-value span {
    color: var(--cey-accent);
}

.stat-card .stat-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── Section headers ── */
.section-eyebrow {
    display: inline-block;
    color: var(--cey-blue);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.enterprise-site .section-heading h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.enterprise-site .section-heading p {
    color: var(--cey-text-muted);
    font-size: 1.0625rem;
    max-width: 640px;
    margin: 0 auto;
}

/* ── Feature cards ── */
.enterprise-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.enterprise-feature-card {
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius);
    padding: 2rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.enterprise-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--cey-shadow-lg);
    border-color: rgba(16, 98, 254, 0.2);
}

.enterprise-feature-card .feature-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(16, 98, 254, 0.1), rgba(0, 194, 255, 0.08));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--cey-blue);
    font-size: 1.25rem;
}

.enterprise-feature-card h5 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.enterprise-feature-card p {
    color: var(--cey-text-muted);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0;
}

/* ── Why Choose Us (Enterprise Cards) ── */
.enterprise-why-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.enterprise-why-header {
    max-width: 720px;
    margin: 0 auto 3rem;
}

.enterprise-why-eyebrow {
    display: inline-block;
    color: var(--cey-blue);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.enterprise-why-header h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 0.85rem;
    line-height: 1.15;
}

.enterprise-why-header p {
    color: var(--cey-text-muted);
    font-size: 1.0625rem;
    line-height: 1.7;
    margin: 0 auto;
}

.enterprise-why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.enterprise-why-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius);
    padding: 2rem 1.75rem;
    box-shadow: var(--cey-shadow);
    overflow: hidden;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease;
}

.enterprise-why-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, var(--cey-navy) 0%, var(--cey-blue) 48%, var(--cey-blue-dark) 100%);
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 0;
}

.enterprise-why-card::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -30%;
    width: 80%;
    height: 140%;
    background: radial-gradient(ellipse, rgba(0, 194, 255, 0.35) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
    z-index: 0;
}

.enterprise-why-card:hover {
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 22px 48px rgba(16, 98, 254, 0.35);
}

.enterprise-why-card:hover::before,
.enterprise-why-card:hover::after {
    opacity: 1;
}

.enterprise-why-card__icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, rgba(16, 98, 254, 0.1), rgba(0, 194, 255, 0.08));
    color: var(--cey-blue);
    font-size: 1.2rem;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease;
    border: 1px solid transparent;
}

.enterprise-why-card:hover .enterprise-why-card__icon {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.enterprise-why-card h4 {
    position: relative;
    z-index: 1;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0.65rem;
    color: var(--cey-navy);
    transition: color 0.35s ease;
}

.enterprise-why-card:hover h4 {
    color: #fff;
}

.enterprise-why-card p {
    position: relative;
    z-index: 1;
    color: var(--cey-text-muted);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0;
    transition: color 0.35s ease;
}

.enterprise-why-card:hover p {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .enterprise-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .enterprise-why-grid {
        grid-template-columns: 1fr;
    }

    .enterprise-why-card {
        padding: 1.5rem 1.35rem;
    }
}

/* ── Premium pricing tables ── */
.enterprise-site .pricing-section {
    position: relative;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #f1f5f9 100%);
}

.enterprise-site .pricing-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(16, 98, 254, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(0, 194, 255, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.enterprise-site .pricing-section > .container {
    position: relative;
    z-index: 1;
}

.enterprise-site .pricing-section .section-heading h2 {
    font-weight: 800;
}

/* Billing toggle */
.enterprise-site .switch-wrap {
    margin-bottom: 2.5rem !important;
}

.enterprise-site .switch-wrap .form-switch {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: 999px;
    box-shadow: var(--cey-shadow);
}

.enterprise-site .switch-wrap .form-switch span {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    transition: color 0.25s ease, background 0.25s ease;
    color: var(--cey-text-muted);
}

.enterprise-site .switch-wrap .form-switch span.text-success {
    color: #fff !important;
    background: linear-gradient(135deg, var(--cey-navy) 0%, var(--cey-blue-dark) 100%);
}

.enterprise-site .switch-wrap .form-switch .switch-icon {
    display: none;
}

.enterprise-site .switch-wrap .form-switch input {
    display: none;
}

/* Hosting page pricing cards */
.enterprise-site .single-pricing-pack {
    border: 1px solid var(--cey-border) !important;
    border-radius: var(--cey-radius-lg) !important;
    box-shadow: var(--cey-shadow) !important;
    background: #fff !important;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.enterprise-site .single-pricing-pack:hover {
    transform: translateY(-8px);
    box-shadow: var(--cey-shadow-lg) !important;
    z-index: 3;
}

.enterprise-site .single-pricing-pack > .pt-5 {
    padding: 2rem 2rem 0.75rem !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.enterprise-site .single-pricing-pack > .pt-5 h5 {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--cey-navy);
    margin-bottom: 0.35rem !important;
}

.enterprise-site .single-pricing-pack > .pt-5 p {
    font-size: 0.875rem;
    color: var(--cey-text-muted);
    margin-bottom: 0;
    line-height: 1.5;
}

.enterprise-site .single-pricing-pack > .pt-5 p i {
    font-style: normal;
}

.enterprise-site .single-pricing-pack .pricing-header {
    background: transparent !important;
    padding: 0.75rem 2rem 1.75rem !important;
}

.enterprise-site .single-pricing-pack .pricing-header::after {
    display: none;
}

.enterprise-site .single-pricing-pack .pricing-header .price {
    font-family: var(--cey-font-display);
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--cey-navy);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.enterprise-site .single-pricing-pack .pricing-header .price span {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--cey-text-muted);
    vertical-align: baseline;
    margin-left: 0.15rem;
}

/* Featured / popular plan */
.enterprise-site .single-pricing-pack.popular-price {
    border: 2px solid var(--cey-blue) !important;
    box-shadow: 0 28px 70px rgba(16, 98, 254, 0.2) !important;
    transform: scale(1.04);
    z-index: 2;
}

@media (max-width: 991px) {
    .enterprise-site .single-pricing-pack.popular-price {
        transform: none;
    }
}

.enterprise-site .single-pricing-pack.popular-price:hover {
    transform: translateY(-8px) scale(1.04);
}

@media (max-width: 991px) {
    .enterprise-site .single-pricing-pack.popular-price:hover {
        transform: translateY(-8px);
    }
}

.enterprise-site .single-pricing-pack.popular-price > .pt-5 {
    background: linear-gradient(180deg, rgba(16, 98, 254, 0.04) 0%, #ffffff 100%);
}

.enterprise-site .single-pricing-pack.popular-price .pricing-header {
    background: linear-gradient(135deg, var(--cey-navy) 0%, #1a3a6b 45%, var(--cey-blue-dark) 100%) !important;
    margin: 0 1rem;
    padding: 1.35rem 1.5rem 1.65rem !important;
    border-radius: 14px;
}

.enterprise-site .single-pricing-pack.popular-price .pricing-header .price,
.enterprise-site .single-pricing-pack.popular-price .pricing-header .price span {
    color: #fff !important;
}

.enterprise-site .single-pricing-pack .badge.bg-warning {
    background: linear-gradient(135deg, var(--cey-gold) 0%, #e8c547 100%) !important;
    color: var(--cey-navy) !important;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    vertical-align: middle;
    box-shadow: 0 2px 8px rgba(201, 162, 39, 0.35);
}

.enterprise-site .single-pricing-pack .card-body {
    padding: 0 2rem 2.25rem !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: var(--cey-text);
}

.enterprise-site .single-pricing-pack .pricing-feature-list {
    flex: 1;
    margin-bottom: 1.75rem !important;
    text-align: left;
}

.enterprise-site .single-pricing-pack .pricing-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 0.9rem;
    color: var(--cey-text);
    line-height: 1.45;
}

.enterprise-site .single-pricing-pack .pricing-feature-list li:last-child {
    border-bottom: none;
}

.enterprise-site .single-pricing-pack .pricing-feature-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: rgba(16, 98, 254, 0.1);
    color: var(--cey-blue);
    font-size: 0.55rem;
}

.enterprise-site .single-pricing-pack .pricing-feature-list li span {
    font-weight: 700;
    color: var(--cey-navy);
}

.enterprise-site .single-pricing-pack .btn {
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9375rem;
    padding: 0.9rem 1.5rem;
    width: 100%;
    margin-top: auto;
    letter-spacing: 0.01em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.enterprise-site .single-pricing-pack .btn:hover {
    transform: translateY(-2px);
}

.enterprise-site .single-pricing-pack .btn-outline-primary {
    border: 2px solid var(--cey-navy);
    color: var(--cey-navy);
    background: transparent;
}

.enterprise-site .single-pricing-pack .btn-outline-primary:hover {
    background: var(--cey-navy);
    border-color: var(--cey-navy);
    color: #fff;
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.2);
}

.enterprise-site .single-pricing-pack.popular-price .btn-primary {
    background: linear-gradient(135deg, var(--cey-blue) 0%, var(--cey-blue-dark) 100%);
    border: none;
    box-shadow: 0 10px 28px rgba(16, 98, 254, 0.4);
}

.enterprise-site .single-pricing-pack.popular-price .btn-primary:hover {
    background: linear-gradient(135deg, #1a75ff 0%, var(--cey-blue) 100%);
    box-shadow: 0 14px 32px rgba(16, 98, 254, 0.45);
}

/* Homepage pricing cards */
.enterprise-site .pricing-card-premium {
    display: flex;
    flex-direction: column;
    border-radius: var(--cey-radius-lg);
    border: 1px solid var(--cey-border);
    background: #fff;
    box-shadow: var(--cey-shadow);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.enterprise-site .pricing-new-wrapper::after,
.enterprise-site .pricing-card-premium::after {
    display: none;
}

.enterprise-site .pricing-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: var(--cey-shadow-lg);
}

.enterprise-site .pricing-card-premium.featured-plan {
    border-color: rgba(16, 98, 254, 0.35);
    box-shadow: 0 20px 50px rgba(16, 98, 254, 0.12);
}

.enterprise-site .pricing-card-premium__head {
    padding: 2rem 2rem 1.5rem;
    border-bottom: 1px solid var(--cey-border);
    background: #fff;
}

.enterprise-site .pricing-card-premium.featured-plan .pricing-card-premium__head {
    background: linear-gradient(180deg, rgba(16, 98, 254, 0.04) 0%, #fff 100%);
}

.enterprise-site .pricing-card-premium__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.enterprise-site .pricing-card-premium__name {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0;
    color: var(--cey-navy);
}

.enterprise-site .plan-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    background: rgba(16, 98, 254, 0.1);
    color: var(--cey-blue-dark);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 98, 254, 0.18);
    box-shadow: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.enterprise-site .pricing-card-premium__desc {
    font-size: 0.875rem;
    color: var(--cey-text-muted);
    line-height: 1.55;
    margin: 0 0 1.25rem;
}

.enterprise-site .pricing-card-premium__price {
    font-family: var(--cey-font-display);
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--cey-navy);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.enterprise-site .pricing-card-premium__features {
    flex: 1;
    padding: 1.25rem 2rem;
    margin: 0;
}

.enterprise-site .pricing-card-premium__cta {
    margin: 0 2rem 2rem;
    width: calc(100% - 4rem) !important;
    border-radius: 10px;
    font-weight: 700;
    padding: 0.9rem 1.5rem;
}

/* Legacy homepage wrapper support */
.enterprise-site .pricing-new-wrapper {
    border-radius: var(--cey-radius-lg) !important;
    border: 1px solid var(--cey-border) !important;
    background: #fff !important;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
    overflow: hidden;
    position: relative;
    box-shadow: var(--cey-shadow) !important;
}

.enterprise-site .pricing-new-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: var(--cey-shadow-lg) !important;
}

.enterprise-site .pricing-new-wrapper.featured-plan {
    border: 2px solid var(--cey-blue) !important;
    box-shadow: 0 28px 70px rgba(16, 98, 254, 0.18) !important;
}

.enterprise-site .pricing-new-wrapper .pricing-price,
.enterprise-site .pricing-card-premium .pricing-price {
    border-bottom: 1px solid var(--cey-border);
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem !important;
}

.enterprise-site .pricing-new-wrapper .pricing-price .p-icon,
.enterprise-site .pricing-card-premium .pricing-price .p-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 1.35rem;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(16, 98, 254, 0.12) 0%, rgba(0, 194, 255, 0.08) 100%);
    color: var(--cey-blue);
    flex-shrink: 0;
}

.enterprise-site .pricing-new-wrapper .pricing-price .h2,
.enterprise-site .pricing-card-premium .pricing-price .pricing-amount {
    font-family: var(--cey-font-display);
    font-size: 2rem;
    font-weight: 800;
    color: var(--cey-navy);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.enterprise-site .pricing-new-wrapper .pricing-info h5,
.enterprise-site .pricing-card-premium .pricing-info h5 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}

.enterprise-site .pricing-new-wrapper .pricing-info p,
.enterprise-site .pricing-card-premium .pricing-info p {
    font-size: 0.875rem;
    color: var(--cey-text-muted);
    margin-bottom: 0;
    line-height: 1.55;
}

.enterprise-site .pricing-feature-list-2 li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.enterprise-site .pricing-feature-list-2 li:first-child {
    border-top: none;
}

.enterprise-site .pricing-feature-list-2 li:last-child {
    border-bottom: none;
}

.enterprise-site .pricing-feature-list-2 li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: rgba(16, 98, 254, 0.1);
    color: var(--cey-blue) !important;
    font-size: 0.55rem;
    margin-top: 0.15rem;
}

.enterprise-site .pricing-feature-list-2 li p,
.enterprise-site .pricing-feature-list-2 li span {
    margin: 0;
    font-size: 0.9rem;
    color: var(--cey-text);
    line-height: 1.45;
}

.enterprise-site .pricing-card-premium.featured-plan .btn-primary,
.enterprise-site .pricing-card-premium.featured-plan .pricing-card-premium__cta {
    background: linear-gradient(135deg, var(--cey-blue) 0%, var(--cey-blue-dark) 100%);
    border: none;
    box-shadow: 0 10px 28px rgba(16, 98, 254, 0.35);
}

.enterprise-site .pricing-card-premium:not(.featured-plan) .btn-primary,
.enterprise-site .pricing-card-premium:not(.featured-plan) .pricing-card-premium__cta {
    background: var(--cey-navy);
    border-color: var(--cey-navy);
}

.enterprise-site .pricing-card-premium:not(.featured-plan) .btn-primary:hover,
.enterprise-site .pricing-card-premium:not(.featured-plan) .pricing-card-premium__cta:hover {
    background: var(--cey-blue);
    border-color: var(--cey-blue);
}

.enterprise-site .pricing-new-wrapper .btn,
.enterprise-site .pricing-card-premium .btn {
    border-radius: 10px;
    font-weight: 700;
    padding: 0.9rem 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.enterprise-site .pricing-new-wrapper .btn:hover,
.enterprise-site .pricing-card-premium .btn:hover {
    transform: translateY(-2px);
}

.enterprise-site .popular-price {
    border-radius: var(--cey-radius-lg) !important;
}

.enterprise-site .btn-primary {
    background: var(--cey-navy);
    border-color: var(--cey-navy);
    font-weight: 600;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    transition: all 0.2s ease;
}

.enterprise-site .btn-primary:hover {
    background: var(--cey-blue);
    border-color: var(--cey-blue);
}

/* ── Security / compliance band ── */
.compliance-section {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    padding: 5rem 0;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.compliance-item {
    text-align: center;
    padding: 2rem 1.5rem;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius);
}

.compliance-item i {
    font-size: 2rem;
    color: var(--cey-blue);
    margin-bottom: 1rem;
}

.compliance-item h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.compliance-item p {
    color: var(--cey-text-muted);
    font-size: 0.8125rem;
    margin: 0;
}

/* ── CTA band ── */
.enterprise-cta {
    background: linear-gradient(135deg, var(--cey-navy) 0%, #1a3a6e 100%);
    border-radius: var(--cey-radius-lg);
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
}

.enterprise-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(16, 98, 254, 0.2) 0%, transparent 70%);
    pointer-events: none;
}

.enterprise-cta h3 {
    color: #fff !important;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.enterprise-cta p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

.enterprise-cta .btn-hero-outline {
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 0.875rem 1.75rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: all 0.2s ease;
}

.enterprise-cta .btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

/* ── Page hero (inner pages) ── */
.enterprise-page-hero {
    background: linear-gradient(135deg, var(--cey-navy) 0%, #132a52 100%);
    padding: 6rem 0 4rem;
    position: relative;
}

.enterprise-page-hero h1 {
    color: #fff !important;
    font-weight: 800;
}

.enterprise-page-hero .lead,
.enterprise-page-hero p {
    color: rgba(255, 255, 255, 0.75);
}

.enterprise-page-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1rem;
}

.enterprise-page-hero .breadcrumb-item,
.enterprise-page-hero .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
}

.enterprise-page-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.9);
}

/* ── Footer ── */
.enterprise-site .footer-1 {
    background: linear-gradient(180deg, var(--cey-navy) 0%, #060d18 100%) !important;
}

.enterprise-site .footer-1 h6 {
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.8125rem;
    margin-bottom: 1.25rem;
}

.enterprise-site .footer-1 ul li a {
    color: rgba(255, 255, 255, 0.65);
    transition: color 0.2s ease;
}

.enterprise-site .footer-1 ul li a:hover {
    color: #fff;
}

.enterprise-site .footer-bottom {
    background: #060d18 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* WhatsApp — extends contact page social icon set */
.background-color.social-hover-2 li a.whatsapp,
.social-hover-2 li:hover a.whatsapp {
    background: #25d366;
    color: #fff !important;
}

/* Footer social icons — smooth hover (override generic footer link transition) */
.enterprise-site .footer-1 .social-list-default .list-inline-item {
    opacity: 1;
}

.enterprise-site .footer-1 .social-list-default li:not(:hover) {
    opacity: 1;
}

.enterprise-site .footer-1 .social-list-default li a {
    border-radius: 0.5rem;
    transition:
        background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-radius 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.enterprise-site .footer-1 .social-list-default li a i {
    display: inline-block;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.enterprise-site .footer-1 .social-hover-2 li:hover a {
    border-radius: 50%;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
    transition:
        background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-radius 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.enterprise-site .footer-1 .social-hover-2 li:hover a i {
    transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-site .footer-1 .social-list-default li a,
    .enterprise-site .footer-1 .social-list-default li a i,
    .enterprise-site .footer-1 .social-hover-2 li:hover a {
        transition: none;
        transform: none;
        box-shadow: none;
    }
}

/* ── FAQ accordion ── */
.enterprise-faq-section .section-heading h2 {
    font-weight: 800;
}

.enterprise-faq-accordion {
    border: 0;
    border-radius: var(--cey-radius-lg);
    overflow: hidden;
    box-shadow: var(--cey-shadow-md);
}

.enterprise-faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid var(--cey-border);
    background: #fff;
}

.enterprise-faq-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.enterprise-faq-accordion .accordion-button {
    font-family: var(--cey-font-display);
    font-weight: 700;
    font-size: 1rem;
    color: var(--cey-navy);
    padding: 1.25rem 1.5rem;
    background: #fff;
    box-shadow: none;
}

.enterprise-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--cey-blue);
    background: rgba(16, 98, 254, 0.04);
    box-shadow: none;
}

.enterprise-faq-accordion .accordion-button:focus {
    box-shadow: inset 0 0 0 2px rgba(16, 98, 254, 0.2);
    border-color: transparent;
}

.enterprise-faq-accordion .accordion-button::after {
    background-size: 1.1rem;
}

.enterprise-faq-accordion .accordion-body {
    padding: 0 1.5rem 1.35rem;
    color: var(--cey-text-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.enterprise-faq-section .fade-up {
    opacity: 1;
    transform: none;
}

.enterprise-faq-section .fade-up.animate {
    opacity: 0;
    transform: translateY(20px);
}

.enterprise-faq-section .fade-up.animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Application hosting strip ── */
.enterprise-site .application-hosting-wrap {
    background: #fff;
    border-radius: var(--cey-radius-lg);
    box-shadow: var(--cey-shadow-lg);
    padding: 1.5rem 2rem;
    margin-top: -3rem;
    position: relative;
    z-index: 10;
    border: 1px solid var(--cey-border);
}

/* ── Animations ── */
.fade-up {
    opacity: 1;
    transform: none;
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.fade-up.animate {
    opacity: 0;
    transform: translateY(28px);
}

.fade-up.animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hero content always visible immediately */
.enterprise-hero .fade-up,
.enterprise-page-hero .fade-up,
.trust-bar .fade-up,
.app-hero .fade-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

/* ── Contact form ── */
.enterprise-site .form-control {
    border-radius: 8px;
    border: 1px solid var(--cey-border);
    padding: 0.75rem 1rem;
}

.enterprise-site .form-control:focus {
    border-color: var(--cey-blue);
    box-shadow: 0 0 0 3px rgba(16, 98, 254, 0.12);
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .enterprise-hero {
        padding: 5rem 0 3rem;
    }

    .enterprise-hero .hero-trust {
        gap: 1rem;
    }

    .enterprise-cta {
        padding: 2rem;
        text-align: center;
    }

    .trust-bar-inner {
        gap: 1rem 1.5rem;
    }
}

/* Preloader styles: assets/css/preloader.css */

/* ── Scroll to top (smooth fade/slide, bottom-right) ── */
.enterprise-site .scroll-top {
    border-radius: 10px;
    width: 44px;
    height: 44px;
    top: auto !important;
    bottom: 24px;
    right: 24px;
    left: auto !important;
    z-index: 999990;
    line-height: 44px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 14px, 0) scale(0.94);
    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
    will-change: opacity, transform;
}

.enterprise-site .scroll-top.open {
    top: auto !important;
    bottom: 24px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
}

.enterprise-site .cey-chat-launcher {
    left: 24px !important;
    right: auto !important;
}

@media (max-width: 767px) {
    .enterprise-site .scroll-top,
    .enterprise-site .scroll-top.open {
        bottom: max(16px, env(safe-area-inset-bottom));
        right: 16px;
    }

    .enterprise-site .cey-chat-launcher {
        left: 16px !important;
        right: auto !important;
    }
}

/* ── App download page (enterprise) ── */
.app-download-page .app-hero {
    position: relative;
    background: linear-gradient(160deg, var(--cey-navy) 0%, #0f2847 45%, #152a52 100%);
    padding: 6rem 0 5rem;
    color: #fff;
}

.app-download-page .app-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.app-download-page .app-hero .hero-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.0625rem;
    line-height: 1.7;
    max-width: 34rem;
}

.app-download-page .app-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.25rem;
}

.app-download-page .app-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.75rem 0 2rem;
}

.app-download-page .app-hero .btn-hero-primary,
.app-download-page .app-hero .btn-hero-outline {
    display: inline-flex;
    align-items: center;
}

/* Phone mockup */
.app-device-mock {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.app-device-mock__frame {
    position: relative;
    z-index: 2;
    background: #0d1117;
    border-radius: 36px;
    padding: 12px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.app-device-mock__notch {
    width: 96px;
    height: 22px;
    background: #0d1117;
    border-radius: 0 0 14px 14px;
    margin: -4px auto 8px;
    position: relative;
    z-index: 3;
}

.app-device-mock__screen {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border-radius: 28px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.app-device-mock__status {
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 1.1rem 0.35rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: var(--cey-navy);
}

.app-device-mock__header {
    padding: 0.75rem 1.1rem 1rem;
}

.app-device-mock__header strong {
    display: block;
    font-size: 1.125rem;
    color: var(--cey-navy);
}

.app-device-mock__header small {
    color: var(--cey-text-muted);
    font-size: 0.75rem;
}

.app-device-mock__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    padding: 0 1rem 1rem;
    flex: 1;
}

.app-device-mock__tile {
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: 14px;
    padding: 0.85rem 0.75rem;
    text-align: left;
    box-shadow: 0 4px 12px rgba(10, 22, 40, 0.06);
}

.app-device-mock__tile i {
    font-size: 1rem;
    color: var(--cey-blue);
    margin-bottom: 0.35rem;
    display: block;
}

.app-device-mock__tile span {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--cey-navy);
}

.app-device-mock__tile em {
    font-style: normal;
    font-size: 0.625rem;
    color: var(--cey-text-muted);
}

.app-device-mock__tile--primary {
    background: linear-gradient(135deg, var(--cey-blue) 0%, var(--cey-blue-dark) 100%);
    border-color: transparent;
}

.app-device-mock__tile--primary i,
.app-device-mock__tile--primary span,
.app-device-mock__tile--primary em {
    color: #fff;
}

.app-device-mock__tile--primary em {
    opacity: 0.85;
}

.app-device-mock__nav {
    display: flex;
    justify-content: space-around;
    padding: 0.75rem 0.5rem;
    background: #fff;
    border-top: 1px solid var(--cey-border);
    font-size: 1rem;
    color: #94a3b8;
}

.app-device-mock__nav .is-active {
    color: var(--cey-blue);
}

.app-device-mock__glow {
    position: absolute;
    inset: 20% -20% -10%;
    background: radial-gradient(ellipse, rgba(16, 98, 254, 0.35) 0%, transparent 70%);
    z-index: 1;
    pointer-events: none;
}

/* Feature grid */
.app-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.app-feature-card {
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius-lg);
    padding: 1.75rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.app-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--cey-shadow-lg);
    border-color: rgba(16, 98, 254, 0.15);
}

.app-feature-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(16, 98, 254, 0.1);
    color: var(--cey-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.app-feature-card h4 {
    font-size: 1.0625rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.app-feature-card p {
    font-size: 0.875rem;
    color: var(--cey-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* Platform download cards */
.app-platform-card {
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius-lg);
    box-shadow: var(--cey-shadow-md);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-platform-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--cey-shadow-lg);
}

.app-platform-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.75rem 1.75rem 1.25rem;
    border-bottom: 1px solid var(--cey-border);
}

.app-platform-card--android .app-platform-card__top {
    background: linear-gradient(135deg, rgba(61, 220, 132, 0.12) 0%, rgba(31, 170, 89, 0.06) 100%);
}

.app-platform-card--ios .app-platform-card__top {
    background: linear-gradient(135deg, rgba(29, 29, 31, 0.08) 0%, rgba(85, 85, 85, 0.04) 100%);
}

.app-platform-card__brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app-platform-card__logo {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    flex-shrink: 0;
}

.app-platform-card--android .app-platform-card__logo {
    background: linear-gradient(135deg, #3ddc84 0%, #1faa59 100%);
    box-shadow: 0 8px 24px rgba(31, 170, 89, 0.35);
}

.app-platform-card--ios .app-platform-card__logo {
    background: linear-gradient(135deg, #3a3a3c 0%, #1d1d1f 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.app-platform-card__platform {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cey-text-muted);
    margin-bottom: 0.15rem;
}

.app-platform-card__top h3 {
    font-size: 1.375rem;
    font-weight: 800;
    margin: 0;
}

.app-platform-card__badge {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(10, 22, 40, 0.06);
    color: var(--cey-navy);
    white-space: nowrap;
}

.app-platform-card__body {
    padding: 1.5rem 1.75rem;
    flex: 1;
}

.app-platform-card__body > p {
    color: var(--cey-text-muted);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.app-platform-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-platform-card__list li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.875rem;
    color: var(--cey-text);
    margin-bottom: 0.55rem;
}

.app-platform-card__list li i {
    color: var(--cey-blue);
    font-size: 0.75rem;
}

.app-platform-card__footer {
    padding: 0 1.75rem 1.75rem;
    margin-top: auto;
}

/* Store-style download buttons */
.app-store-btn {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.85rem 1.25rem;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.app-store-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

.app-store-btn--android {
    background: linear-gradient(135deg, #1d1d1f 0%, #000 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.app-store-btn--android:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.app-store-btn--ios {
    background: linear-gradient(135deg, var(--cey-blue) 0%, var(--cey-blue-dark) 100%);
    box-shadow: 0 8px 24px rgba(16, 98, 254, 0.3);
}

.app-store-btn--ios:hover {
    box-shadow: 0 12px 32px rgba(16, 98, 254, 0.4);
}

.app-store-btn__icon {
    font-size: 1.75rem;
    line-height: 1;
}

.app-store-btn__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
}

.app-store-btn__text small {
    font-size: 0.6875rem;
    opacity: 0.85;
}

.app-store-btn__text strong {
    font-size: 1.0625rem;
    font-weight: 700;
}

.app-platform-card__unpublished {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(251, 191, 36, 0.05) 100%);
    border: 1px dashed rgba(245, 158, 11, 0.4);
}

.app-platform-card__unpublished-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245, 158, 11, 0.15);
    color: #b45309;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.app-platform-card__unpublished strong {
    display: block;
    color: #92400e;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
}

.app-platform-card__unpublished p {
    margin: 0;
    font-size: 0.8125rem;
    color: #a16207;
    line-height: 1.5;
}

/* How it works */
.app-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.app-step-card {
    position: relative;
    padding: 2rem 1.75rem;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius-lg);
    overflow: hidden;
}

.app-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--cey-blue) 0%, var(--cey-accent) 100%);
}

.app-step-card__num {
    display: block;
    font-family: var(--cey-font-display);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(16, 98, 254, 0.12);
    margin-bottom: 0.75rem;
}

.app-step-card h4 {
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.app-step-card p {
    font-size: 0.875rem;
    color: var(--cey-text-muted);
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 991px) {
    .app-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .app-download-page .app-hero {
        padding: 5rem 0 3.5rem;
    }

    .app-features-grid {
        grid-template-columns: 1fr;
    }

    .app-device-mock {
        max-width: 260px;
        margin-top: 1rem;
    }

    .app-device-mock__screen {
        min-height: 360px;
    }
}

/* ── Sub-page breadcrumb ── */
.page-breadcrumb {
    background: #fff;
    border-bottom: 1px solid var(--cey-border);
    padding: 0.85rem 0;
}

.page-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125rem;
}

.page-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    color: var(--cey-muted);
}

.page-breadcrumb__item:not(:last-child)::after {
    content: '/';
    margin: 0 0.5rem;
    color: #cbd5e1;
}

.page-breadcrumb__item a {
    color: var(--cey-blue);
    text-decoration: none;
}

.page-breadcrumb__item a:hover {
    text-decoration: underline;
}

.page-breadcrumb__item.is-current span {
    color: var(--cey-text);
    font-weight: 600;
}

/* ── In-page section navigation ── */
.page-section-nav__inner {
    position: sticky;
    top: 6.5rem;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius-lg);
    padding: 1.25rem 1rem;
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
}

.page-section-nav__title {
    margin: 0 0 0.85rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cey-muted);
}

.page-section-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-section-nav__list li + li {
    margin-top: 0.15rem;
}

.page-section-nav__link {
    display: block;
    padding: 0.45rem 0.65rem;
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 1.35;
    color: var(--cey-text);
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.page-section-nav__link:hover {
    background: rgba(16, 98, 254, 0.06);
    color: var(--cey-blue);
}

.page-section-nav__link.is-active {
    background: rgba(16, 98, 254, 0.08);
    color: var(--cey-blue);
    border-left-color: var(--cey-blue);
    font-weight: 600;
}

.page-section {
    scroll-margin-top: 6.5rem;
}

.content-with-sidebar .section-heading h3:empty {
    display: none;
}

@media (max-width: 991px) {
    .page-section-nav {
        margin-bottom: 0.5rem;
    }

    .page-section-nav__inner {
        position: static;
        max-height: none;
    }

    .page-section-nav__list {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        overflow-x: auto;
        padding-bottom: 0.25rem;
    }

    .page-section-nav__list li + li {
        margin-top: 0;
    }

    .page-section-nav__link {
        white-space: nowrap;
        border-left: none;
        border-bottom: 2px solid transparent;
    }

    .page-section-nav__link.is-active {
        border-left-color: transparent;
        border-bottom-color: var(--cey-blue);
    }
}

/* ── Knowledge Base (Enterprise) ── */
.page-knowledge-base .kb-hero,
.page-knowledge-base-article .kb-hero {
    overflow: hidden;
}

.kb-hero__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    pointer-events: none;
}

.kb-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kb-hero__lead {
    max-width: 640px;
}

.kb-hero__stats {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.kb-stat {
    min-width: 110px;
    padding: 0.85rem 1.15rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.kb-stat strong {
    display: block;
    color: #fff;
    font-family: var(--cey-font-display);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
}

.kb-stat span {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kb-search-hero {
    max-width: 720px;
    margin: 0 auto;
}

.kb-search-hero__wrap {
    display: flex;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.kb-search-hero__field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding: 0 1rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid var(--cey-border);
}

.kb-search-hero__field i {
    color: var(--cey-text-muted);
    font-size: 0.95rem;
}

.kb-search-hero__field input {
    flex: 1;
    min-width: 0;
    height: 48px;
    border: 0;
    background: transparent;
    color: var(--cey-navy);
    font-size: 1rem;
    outline: none;
}

.kb-search-hero__field input::placeholder {
    color: var(--cey-text-muted);
}

.kb-search-hero__field:focus-within {
    border-color: rgba(16, 98, 254, 0.35);
    box-shadow: 0 0 0 3px rgba(16, 98, 254, 0.12);
}

.kb-search-hero__btn {
    flex-shrink: 0;
    min-width: 120px;
    height: 48px;
    padding: 0 1.5rem !important;
    border-radius: 8px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kb-hero__chips {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.kb-hero__chips-label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8125rem;
    font-weight: 600;
    margin-right: 0.25rem;
}

.kb-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.kb-hero-chip:hover,
.kb-hero-chip.is-active {
    background: rgba(16, 98, 254, 0.22);
    border-color: rgba(16, 98, 254, 0.45);
    color: #fff;
    transform: translateY(-1px);
}

.kb-hub {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.kb-sidebar {
    position: sticky;
    top: 6.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kb-panel {
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius);
    box-shadow: var(--cey-shadow);
    overflow: hidden;
}

.kb-panel__head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid var(--cey-border);
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    color: var(--cey-navy);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.kb-panel__head i {
    color: var(--cey-blue);
}

.kb-panel--support {
    padding: 1.35rem;
    background: linear-gradient(135deg, var(--cey-navy) 0%, #1a3a6e 100%);
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.kb-panel--support::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 70%;
    height: 180%;
    background: radial-gradient(ellipse, rgba(16, 98, 254, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.kb-panel__support-icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: var(--cey-accent);
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
}

.kb-panel--support h6 {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.kb-panel--support p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.kb-category-list,
.kb-article-list {
    list-style: none;
    margin: 0;
    padding: 0.35rem;
}

.kb-category-list a,
.kb-article-list a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.85rem;
    border-radius: 8px;
    color: var(--cey-text);
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.kb-article-list a {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.45;
}

.kb-category-list a span:last-child {
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--cey-text-muted);
    background: #f1f5f9;
    border-radius: 8px;
    padding: 0.2rem 0.55rem;
}

.kb-category-list a.is-active,
.kb-article-list a.is-active,
.kb-category-list a:hover,
.kb-article-list a:hover {
    background: rgba(16, 98, 254, 0.08);
    color: var(--cey-blue);
}

.kb-category-list a.is-active span:last-child,
.kb-category-list a:hover span:last-child {
    background: rgba(16, 98, 254, 0.12);
    color: var(--cey-blue);
}

.kb-content-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--cey-border);
}

.kb-content-toolbar__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--cey-navy);
}

.kb-content-toolbar__meta {
    margin: 0;
    color: var(--cey-text-muted);
    font-size: 0.975rem;
    max-width: 640px;
}

.kb-content-toolbar__count {
    flex-shrink: 0;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--cey-border);
    color: var(--cey-navy);
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

.kb-article-group {
    margin-bottom: 2.25rem;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius);
    box-shadow: var(--cey-shadow);
}

.kb-article-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--cey-border);
}

.kb-article-group__head h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cey-navy);
}

.kb-article-group__head h3 i {
    color: var(--cey-blue);
}

.kb-article-group__head a {
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--cey-blue);
}

.kb-article-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: 8px;
    padding: 1.25rem;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kb-article-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--cey-blue), var(--cey-accent));
    opacity: 0;
    transition: opacity 0.2s ease;
}

.kb-article-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--cey-shadow-lg);
    border-color: rgba(16, 98, 254, 0.25);
}

.kb-article-card:hover::before {
    opacity: 1;
}

.kb-article-card__top {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.kb-article-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 98, 254, 0.1);
    color: var(--cey-blue);
    font-size: 0.95rem;
}

.kb-article-card__category {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--cey-text-muted);
}

.kb-article-card h4 {
    font-size: 1.05rem;
    margin-bottom: 0.65rem;
    color: var(--cey-navy);
}

.kb-article-card p {
    flex: 1;
    color: var(--cey-text-muted);
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.kb-article-card__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--cey-blue);
}

.kb-empty-state {
    text-align: center;
    padding: 3.5rem 2rem;
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius-lg);
    box-shadow: var(--cey-shadow);
}

.kb-empty-state--compact {
    padding: 2.5rem 1.5rem;
}

.kb-empty-state__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 98, 254, 0.08);
    color: var(--cey-blue);
    font-size: 1.5rem;
}

.kb-empty-state h4,
.kb-empty-state h5 {
    margin-bottom: 0.65rem;
}

.kb-empty-state p {
    color: var(--cey-text-muted);
    margin-bottom: 1.25rem;
}

.kb-article-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
}

.kb-article-breadcrumb:hover {
    background: rgba(16, 98, 254, 0.2);
    border-color: rgba(16, 98, 254, 0.35);
    color: #fff;
}

.kb-article-content {
    background: #fff;
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius);
    box-shadow: var(--cey-shadow);
    padding: 2rem 2.25rem;
    color: var(--cey-text);
}

.kb-article-content h5,
.kb-article-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--cey-navy);
}

.kb-article-content p,
.kb-article-content li {
    line-height: 1.75;
}

.kb-article-content ul,
.kb-article-content ol {
    padding-left: 1.25rem;
}

.kb-article-content code {
    background: #f1f5f9;
    padding: 0.15rem 0.4rem;
    border-radius: 6px;
    font-size: 0.875em;
}

.kb-help-band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.5rem 1.75rem;
    border-radius: var(--cey-radius);
    background: linear-gradient(135deg, var(--cey-navy) 0%, #1a3a6e 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.kb-help-band h5 {
    color: #fff !important;
    margin-bottom: 0.35rem;
}

.kb-help-band p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.kb-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--cey-border);
    background: #fff;
    font-weight: 600;
    text-decoration: none;
    color: var(--cey-navy);
    transition: border-color 0.2s ease, color 0.2s ease;
}

.kb-back-link:hover {
    border-color: rgba(16, 98, 254, 0.3);
    color: var(--cey-blue);
}

@media (max-width: 991px) {
    .kb-sidebar {
        position: static;
    }

    .kb-content-toolbar {
        flex-direction: column;
    }

    .kb-search-hero__wrap {
        flex-direction: column;
        padding: 0.5rem;
    }

    .kb-search-hero__field,
    .kb-search-hero__btn {
        width: 100%;
    }

    .kb-hero__chips {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .kb-hero__stats {
        width: 100%;
    }

    .kb-stat {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 0;
    }

    .kb-article-content {
        padding: 1.35rem;
    }
}

/* ── Domain Search ── */
.domain-hero-search {
    background: #f8fafc;
    margin-top: -2rem;
    position: relative;
    z-index: 5;
}

.domain-search-card {
    border: 1px solid var(--cey-border);
    border-radius: var(--cey-radius-lg);
    padding: 2rem;
}

.domain-search-input-group {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
    flex-wrap: wrap;
}

.domain-input-wrap {
    position: relative;
    flex: 1 1 280px;
}

.domain-input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--cey-text-muted);
    pointer-events: none;
}

.domain-name-input {
    padding-left: 2.75rem !important;
    height: 52px;
    border-radius: 10px !important;
    border: 1px solid var(--cey-border) !important;
    font-size: 1rem;
}

.domain-tld-select {
    flex: 0 0 130px;
    height: 52px;
    border-radius: 10px !important;
    border: 1px solid var(--cey-border) !important;
    font-weight: 600;
}

.domain-search-btn {
    flex: 0 0 auto;
    height: 52px;
    padding: 0 1.5rem !important;
    border-radius: 10px !important;
    white-space: nowrap;
}

.domain-quick-tlds {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.domain-quick-label {
    font-size: 0.8125rem;
    color: var(--cey-text-muted);
    font-weight: 500;
    margin-right: 0.25rem;
}

.domain-tld-chip {
    background: #f1f5f9;
    border: 1px solid var(--cey-border);
    border-radius: 100px;
    padding: 0.35rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--cey-navy);
    cursor: pointer;
    transition: all 0.2s ease;
}

.domain-tld-chip small {
    font-weight: 500;
    color: var(--cey-text-muted);
    margin-left: 0.25rem;
}

.domain-tld-chip:hover,
.domain-tld-chip.active {
    background: var(--cey-blue);
    border-color: var(--cey-blue);
    color: #fff;
}

.domain-tld-chip:hover small,
.domain-tld-chip.active small {
    color: rgba(255, 255, 255, 0.8);
}

.domain-results-table td {
    vertical-align: middle !important;
    padding: 1rem !important;
}

.domain-search-note {
    border-top: 1px solid var(--cey-border);
    padding-top: 1rem;
}

@media (max-width: 767px) {
    .domain-search-input-group {
        flex-direction: column;
    }

    .domain-tld-select,
    .domain-search-btn {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* Careers & Customers pages */
.career-card {
    background: #fff;
    border: 1px solid var(--cey-border, #e2e8f0);
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.career-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.career-card__title {
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.career-card__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    color: #64748b;
    font-size: 0.925rem;
}

.career-card__meta i {
    color: var(--cey-primary, #0066ff);
    margin-right: 0.35rem;
}

.career-card__summary {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.career-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.career-empty {
    max-width: 560px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.customer-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}

.customer-logo-card {
    background: #fff;
    border: 1px solid var(--cey-border, #e2e8f0);
    border-radius: 14px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.customer-logo-card:hover {
    border-color: rgba(0, 102, 255, 0.25);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.customer-logo-card img {
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.9;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.customer-logo-card:hover img {
    filter: none;
    opacity: 1;
}

.customer-logo-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
