.theme-light .header{--nav-item-colour:var(--colour-text-base);--nav-item-highlight-colour:var(--colour-brand-primary);background:var(--colour-base-white)}.theme-light .header__inner .burger-menu__bar{background-color:var(--colour-text-base)}.theme-light .header .main-nav__inner:after,.theme-light .header .main-nav__inner:before{background-color:var(--colour-neutral-light-grey)}.full-width-text .text-primary,.full-width-text-static__heading .text-primary{color:unset}body:not(.theme-light) .header__primary-cta .btn-primary{background:var(--colour-brand-primary-contrast);--_box-shadow-colour:var(--colour-brand-primary-contrast);color:var(--colour-brand-primary);--_icon-background-colour:var(--colour-brand-primary);--_icon-fill-colour:var(--colour-brand-primary-contrast);--_background-colour--hover:transparent;--_text-colour--hover:var(--colour-brand-primary-contrast);--_icon-background-colour--hover:var(--colour-brand-primary-contrast);--_icon-fill-colour--hover:var(--colour-brand-primary)}body:not(.theme-light) .header__primary-cta .btn-primary:hover{background:var(--_background-colour--hover);color:var(--_text-colour--hover)}.bg-red{background-color:var(--ozikol-primary);--bg-colour:var(--ozikol-primary)}.bg-red-dark{background-color:var(--ozikol-primary-hover);--bg-colour:var(--ozikol-primary-hover)}.bg-teal{background-color:var(--ozikol-teal);--bg-colour:var(--ozikol-teal)}.bg-teal-dark{background-color:var(--ozikol-teal);--bg-colour:var(--ozikol-teal)}.bg-purple{background-color:var(--ozikol-maroon);--bg-colour:var(--ozikol-maroon)}.bg-purple-dark{background-color:var(--ozikol-dark-deep);--bg-colour:var(--ozikol-dark-deep)}.bg-light-grey{background-color:var(--ozikol-bg-light);--bg-colour:var(--ozikol-bg-light)}

/* ===================================================================
   Multi-Language Switcher Component
   =================================================================== */
.oz-lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}
.oz-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(12px);
    line-height: 1;
}
.theme-light .oz-lang-btn {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.12);
    color: #111827;
}
.oz-lang-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}
.theme-light .oz-lang-btn:hover {
    background: rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.2);
}
.oz-lang-btn svg {
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.oz-lang-switcher:hover .oz-lang-btn svg,
.oz-lang-switcher.is-open .oz-lang-btn svg {
    transform: rotate(180deg);
}
.oz-lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 155px;
    background: #18191f;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 6px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
    z-index: 9999;
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1), transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.18s;
}
/* Invisible hover bridge spanning the 8px gap between button and dropdown so hover is never lost */
.oz-lang-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}
.theme-light .oz-lang-menu {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.oz-lang-switcher:hover .oz-lang-menu,
.oz-lang-switcher:focus-within .oz-lang-menu,
.oz-lang-switcher.is-open .oz-lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.oz-lang-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s ease;
}
.theme-light .oz-lang-item {
    color: #374151;
}
.oz-lang-item:hover {
    background: rgba(229, 23, 63, 0.12);
    color: #e5173f;
}
.oz-lang-item.active {
    font-weight: 700;
    color: #e5173f;
    background: rgba(229, 23, 63, 0.08);
}

/* ===================================================================
   Homepage Modern Sections Design System
   =================================================================== */

/* Shared Section Styling */
.oz-home-section {
    padding: 80px 0;
    position: relative;
}
.oz-section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}
.oz-section-header--left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
.oz-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 9999px;
    background: rgba(229, 23, 63, 0.12);
    color: #e5173f;
    border: 1px solid rgba(229, 23, 63, 0.25);
    margin-bottom: 16px;
}
.oz-section-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--ozikol-text-heading, #0f172a);
    margin-bottom: 16px;
}
.oz-section--dark .oz-section-title,
.oz-video-showcase-section .oz-section-title,
.oz-final-cta-section .oz-section-title {
    color: #ffffff;
}
.oz-section-title strong {
    color: #e5173f;
}
.oz-section-desc {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ozikol-text-secondary, #475569);
    margin: 0;
}
.oz-section--dark .oz-section-desc,
.oz-video-showcase-section .oz-section-desc {
    color: #cbd5e1;
}

/* Section 3: 9-Suite Architecture Grid */
.oz-suites-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .oz-suites-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .oz-suites-grid {
        grid-template-columns: 1fr;
    }
}
.oz-suite-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.oz-suite-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 23, 63, 0.4);
    box-shadow: 0 16px 40px rgba(229, 23, 63, 0.12);
}
.oz-suite-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(229, 23, 63, 0.1);
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.oz-suite-card:hover .oz-suite-icon-wrap {
    transform: scale(1.08);
}
.oz-suite-card-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--ozikol-text-heading, #0f172a);
    margin-bottom: 10px;
}
.oz-suite-card-desc {
    font-size: 14px;
    line-height: 1.55;
    color: var(--ozikol-text-secondary, #64748b);
    margin-bottom: 18px;
    flex-grow: 1;
}
.oz-suite-card-link {
    font-size: 13px;
    font-weight: 600;
    color: #e5173f;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease;
}
.oz-suite-card:hover .oz-suite-card-link {
    gap: 10px;
}
.oz-suites-bottom-cta {
    text-align: center;
    margin-top: 10px;
}
.oz-btn-ghost-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 9999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.oz-btn-ghost-arrow:hover {
    background: rgba(229, 23, 63, 0.08);
    border-color: #e5173f;
    color: #e5173f;
    transform: translateY(-1px);
}

/* Section 4: Core Capabilities Modern Tabs */
.oz-tabs-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    padding: 6px;
    background: transparent;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.oz-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.oz-tab-btn:hover {
    color: #e5173f;
    background: #ffffff;
    border-color: #e5173f;
    box-shadow: 0 4px 14px rgba(229, 23, 63, 0.18);
    transform: translateY(-2px);
}
.oz-tab-btn.active {
    background: #e5173f;
    border-color: #e5173f;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(229, 23, 63, 0.35);
    transform: translateY(-1px);
}
.oz-tab-btn.active:hover {
    color: #ffffff;
    background: #cc1033;
    border-color: #cc1033;
    transform: translateY(-2px);
}
.oz-tab-pane {
    display: none;
    animation: ozFadeIn 0.35s ease;
}
.oz-tab-pane.active {
    display: block;
}
@keyframes ozFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.oz-tab-content-card {
    background: #18191f;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.theme-light .oz-tab-content-card {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}
@media (max-width: 860px) {
    .oz-tab-content-card {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}
.oz-tab-text-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.3;
}
.theme-light .oz-tab-text-title {
    color: #0f172a;
}
.oz-tab-text-desc {
    font-size: 15px;
    line-height: 1.65;
    color: #94a3b8;
    margin-bottom: 24px;
}
.theme-light .oz-tab-text-desc {
    color: #64748b;
}
.oz-tab-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.oz-tab-bullet-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #e2e8f0;
}
.theme-light .oz-tab-bullet-item {
    color: #334155;
}
.oz-tab-check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(229, 23, 63, 0.15);
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oz-tab-preview-box {
    background: #0f1015;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.theme-light .oz-tab-preview-box {
    background: #f8fafc;
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.oz-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.theme-light .oz-preview-header {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
.oz-preview-dots {
    display: flex;
    gap: 6px;
}
.oz-preview-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.theme-light .oz-preview-dot {
    background: rgba(0, 0, 0, 0.15);
}

.oz-section--surface-alt {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}
.oz-video-wrapper {
    max-width: 960px;
    margin: 0 auto;
}
.oz-video-cta-wrap {
    text-align: center;
    margin-top: 36px;
}
/* Hero Modern Pill Badge */
.oz-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 16px 6px 12px;
    background: rgba(229, 23, 63, 0.14);
    border: 1px solid rgba(229, 23, 63, 0.35);
    border-radius: 9999px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(229, 23, 63, 0.2);
    width: fit-content;
}
.oz-hero-badge__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5173f;
    box-shadow: 0 0 10px #e5173f, 0 0 4px #ffffff;
    display: inline-block;
    flex-shrink: 0;
}
.oz-hero-badge__text {
    font-size: 11.5px;
    font-weight: 700;
    color: #ff6b8b;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .oz-hero-badge__text {
        white-space: normal;
        font-size: 10.5px;
    }
}

/* Mockup Components for Interactive Tabs */
.oz-mock-title {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.oz-mock-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.oz-mock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-light .oz-mock-row {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.oz-mock-row--highlight {
    background: rgba(229, 23, 63, 0.08);
    border-color: rgba(229, 23, 63, 0.25);
}
.oz-mock-label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.theme-light .oz-mock-label {
    color: #0f172a;
}
.oz-mock-tag {
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 8px;
    border-radius: 6px;
}
.oz-mock-tag--success {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
}
.oz-mock-tag--danger {
    background: rgba(229, 23, 63, 0.15);
    color: #e5173f;
}
.oz-mock-tag--primary {
    background: rgba(59, 130, 246, 0.15);
    color: #3b82f6;
}
.oz-mock-tag--warning {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
}
.oz-mock-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    font-size: 12px;
}
@media (max-width: 600px) {
    .oz-mock-grid-3 {
        grid-template-columns: 1fr;
    }
}
.oz-mock-shift-card {
    padding: 12px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.oz-mock-shift-card--active {
    background: rgba(229, 23, 63, 0.1);
    border-color: rgba(229, 23, 63, 0.3);
}
.oz-mock-shift-title {
    font-weight: 700;
    margin-bottom: 2px;
    color: #ffffff;
}
.oz-mock-shift-card--active .oz-mock-shift-title {
    color: #e5173f;
}
.theme-light .oz-mock-shift-title {
    color: #0f172a;
}
.oz-mock-shift-time {
    font-size: 11px;
    color: #94a3b8;
}
.oz-mock-shift-status {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 600;
}
.oz-mock-ai-prompt {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.theme-light .oz-mock-ai-prompt {
    background: #ffffff;
    border-color: rgba(0, 0, 0, 0.06);
}
.oz-mock-ai-label {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 4px;
    font-weight: 600;
}
.oz-mock-ai-text {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
}
.theme-light .oz-mock-ai-text {
    color: #0f172a;
}
.oz-mock-ai-response {
    background: rgba(229, 23, 63, 0.08);
    border-left: 3px solid #e5173f;
    border-radius: 0 8px 8px 0;
    padding: 12px;
}
.oz-mock-ai-res-label {
    font-size: 11px;
    color: #e5173f;
    font-weight: 700;
    margin-bottom: 4px;
}
.oz-mock-ai-res-text {
    font-size: 12px;
    color: #e2e8f0;
    line-height: 1.5;
}
.theme-light .oz-mock-ai-res-text {
    color: #334155;
}
.oz-mock-qr-box {
    padding: 24px 16px;
    border: 1.5px dashed rgba(229, 23, 63, 0.35);
    border-radius: 14px;
    text-align: center;
    background: rgba(229, 23, 63, 0.03);
}
.oz-mock-qr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
    color: #18191f;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.oz-mock-qr-id {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}
.theme-light .oz-mock-qr-id {
    color: #0f172a;
}
.oz-mock-qr-meta {
    font-size: 11px;
    color: #10b981;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.oz-star-svg {
    width: 17px;
    height: 17px;
    color: #f59e0b;
}

/* Section 6: Metrics Grid */
.oz-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .oz-metrics-grid {
        grid-template-columns: 1fr;
    }
}
.oz-metric-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.oz-metric-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 23, 63, 0.3);
    box-shadow: 0 16px 40px rgba(229, 23, 63, 0.1);
}
.oz-metric-number {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #0f172a 30%, #e5173f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.oz-metric-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--ozikol-text-heading, #0f172a);
    margin-bottom: 10px;
}
.oz-metric-desc {
    font-size: 14px;
    line-height: 1.55;
    color: var(--ozikol-text-secondary, #64748b);
    margin: 0;
}

/* Section 7: Testimonials */
.oz-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1150px;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .oz-testimonials-grid {
        grid-template-columns: 1fr;
    }
}
.oz-testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.oz-testimonial-card:hover {
    transform: translateY(-4px);
    border-color: rgba(229, 23, 63, 0.3);
    box-shadow: 0 16px 40px rgba(229, 23, 63, 0.1);
}
.oz-stars {
    color: #fbbf24;
    font-size: 15px;
    margin-bottom: 16px;
    display: flex;
    gap: 3px;
}
.oz-testimonial-quote {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ozikol-text-body, #334155);
    font-style: italic;
    margin-bottom: 24px;
    flex-grow: 1;
}
.oz-testimonial-author-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
    margin-top: auto;
}
.oz-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(229, 23, 63, 0.12);
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
}
.oz-author-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
.oz-author-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--ozikol-text-heading, #0f172a);
    margin: 0;
}
.oz-author-role {
    font-size: 13px;
    line-height: 1.45;
    color: var(--ozikol-text-muted, #64748b);
    margin: 0;
}

/* Section 8: Security & Sovereignty */
.oz-security-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1150px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .oz-security-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .oz-security-grid {
        grid-template-columns: 1fr;
    }
}
.oz-security-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.oz-security-card:hover {
    transform: translateY(-3px);
    border-color: rgba(229, 23, 63, 0.3);
    box-shadow: 0 12px 30px rgba(229, 23, 63, 0.1);
}
.oz-security-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(229, 23, 63, 0.1);
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.oz-security-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--ozikol-text-heading, #0f172a);
    margin-bottom: 8px;
}
.oz-security-card-desc {
    font-size: 13px;
    line-height: 1.55;
    color: var(--ozikol-text-secondary, #64748b);
    margin: 0;
}

/* Section 9: Trusted Organisations Marquee */
.oz-marquee-section {
    padding: 80px 0;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
    position: relative;
}
.oz-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 14px 0 26px 0;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 92%, transparent 100%);
}
.oz-marquee-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    animation: ozMarqueeScroll 42s linear infinite;
    will-change: transform;
}
.oz-marquee-track:hover {
    animation-play-state: paused;
}
@keyframes ozMarqueeScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.oz-client-card {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 24px 12px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    white-space: nowrap;
    cursor: default;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
}
.oz-client-card:hover {
    transform: translateY(-3px);
    border-color: rgba(229, 23, 63, 0.4);
    box-shadow: 0 10px 26px rgba(229, 23, 63, 0.12);
    background: #ffffff;
}
.oz-client-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(229, 23, 63, 0.08);
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.oz-client-card:hover .oz-client-icon {
    background: #e5173f;
    color: #ffffff;
    transform: scale(1.06);
}
.oz-client-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.oz-client-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--ozikol-text-heading, #0f172a);
    line-height: 1.25;
}
.oz-client-sector {
    font-size: 11px;
    font-weight: 500;
    color: var(--ozikol-text-muted, #64748b);
    line-height: 1.2;
    margin-top: 2px;
}
@media (max-width: 768px) {
    .oz-marquee-section {
        padding: 50px 0;
    }
    .oz-marquee-track {
        gap: 14px;
        animation-duration: 32s;
    }
    .oz-client-card {
        padding: 10px 18px 10px 12px;
    }
    .oz-client-icon {
        width: 32px;
        height: 32px;
    }
}

/* Section 10: High-Conversion Final CTA */
.oz-final-cta-section {
    padding: 60px 0 100px 0;
}
.oz-final-cta-card {
    background: linear-gradient(135deg, #18191f 0%, #1f0b12 60%, #2a0b16 100%);
    border: 1px solid rgba(229, 23, 63, 0.3);
    border-radius: 32px;
    padding: 64px 32px;
    text-align: center;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.oz-final-cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 250px;
    background: radial-gradient(circle, rgba(229, 23, 63, 0.25) 0%, transparent 70%);
    pointer-events: none;
}
.oz-final-cta-title {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
@media (max-width: 640px) {
    .oz-final-cta-title {
        font-size: 28px;
    }
}
.oz-final-cta-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #cbd5e1;
    max-width: 640px;
    margin: 0 auto 36px auto;
    position: relative;
    z-index: 1;
}
.oz-final-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.oz-btn-primary-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #e5173f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 9999px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(229, 23, 63, 0.4);
    transition: all 0.2s ease;
}
.oz-btn-primary-cta:hover {
    background: #c71234;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(229, 23, 63, 0.5);
    color: #ffffff;
}
.oz-btn-secondary-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.oz-btn-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}
.oz-final-cta-trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 13px;
    color: #94a3b8;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.oz-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.oz-trust-item svg {
    color: #10b981;
}

/* ==========================================================================
   Pricing Page Styles (.oz-pricing-*, .oz-matrix-*, .oz-faq-*)
   ========================================================================== */
.oz-pricing-hero {
    padding: 85px 0 45px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.oz-section-header {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 36px auto;
}
.oz-pricing-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(229, 23, 63, 0.08);
    border: 1px solid rgba(229, 23, 63, 0.2);
    font-size: 12px;
    font-weight: 700;
    color: #e5173f;
    letter-spacing: 0.06em;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
}
.oz-pricing-hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5173f;
    box-shadow: 0 0 10px rgba(229, 23, 63, 0.6);
}
.oz-pricing-hero-title {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-top: 0;
    margin-bottom: 18px;
    max-width: 860px;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 1.18;
    text-align: center !important;
}
@media (max-width: 768px) {
    .oz-pricing-hero-title {
        font-size: 32px;
    }
}
.oz-pricing-hero-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #64748b;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    text-align: center;
}
.oz-currency-selector-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    max-width: 960px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .oz-currency-selector-wrap {
        border-radius: 20px;
        padding: 10px 8px;
        gap: 6px;
    }
}
.oz-currency-pill {
    padding: 7px 16px;
    font-size: 13.5px;
    font-weight: 700;
    color: #64748b;
    background: transparent;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.oz-currency-pill:hover {
    color: #0f172a;
    background: #f1f5f9;
}
.oz-currency-pill.is-active {
    background: #e5173f;
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(229, 23, 63, 0.35);
}

/* All-Inclusive 40k Spotlight Card Section */
.oz-single-card-section {
    padding: 20px 0 70px 0;
    background: #f8fafc;
}
.oz-single-price-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid rgba(229, 23, 63, 0.25);
    border-radius: 32px;
    padding: 48px 44px;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(229, 23, 63, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oz-single-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(229, 23, 63, 0.12), 0 0 0 1px rgba(229, 23, 63, 0.15);
}
@media (max-width: 768px) {
    .oz-single-price-card {
        padding: 32px 20px;
        border-radius: 24px;
    }
}
.oz-single-card-header {
    text-align: center;
    margin-bottom: 30px;
}
.oz-single-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 9999px;
    background: rgba(229, 23, 63, 0.1);
    color: #e5173f;
    margin-bottom: 12px;
}
.oz-single-card-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 8px;
    text-align: center;
}
.oz-single-card-desc {
    font-size: 15.5px;
    line-height: 1.55;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
}

/* Price Display Block */
.oz-single-price-wrap {
    text-align: center;
    padding: 24px 0 20px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 28px;
}
.oz-single-price-row {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}
.oz-single-price-figure {
    font-size: 64px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.04em;
}
@media (max-width: 640px) {
    .oz-single-price-figure {
        font-size: 46px;
    }
}
.oz-single-price-period {
    font-size: 18px;
    font-weight: 600;
    color: #64748b;
}
.oz-single-price-subnote {
    font-size: 13.5px;
    color: #059669;
    font-weight: 600;
    margin-top: 8px;
}

/* Domain Highlight Callout */
.oz-domain-callout-box {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 30px;
}
.oz-domain-callout-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oz-domain-callout-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #065f46;
    margin-bottom: 4px;
}
.oz-domain-callout-text p {
    font-size: 13.5px;
    line-height: 1.5;
    color: #047857;
    margin: 0;
}

/* Single Card CTA Buttons */
.oz-single-cta-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.oz-single-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 34px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 9999px;
    background: #e5173f;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(229, 23, 63, 0.4);
    transition: all 0.25s ease;
}
.oz-single-btn-primary:hover {
    background: #cc1033;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229, 23, 63, 0.5);
    color: #ffffff;
}
.oz-single-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 9999px;
    background: transparent;
    border: 1.5px solid #cbd5e1;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.25s ease;
}
.oz-single-btn-secondary:hover {
    border-color: #e5173f;
    color: #e5173f;
    transform: translateY(-2px);
}
.oz-single-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 34px;
    flex-wrap: wrap;
}
.oz-single-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.oz-single-trust-item svg {
    color: #10b981;
}

/* Feature Checklist 2-Column Grid */
.oz-single-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 28px;
    padding-top: 24px;
    border-top: 1px solid #f1f5f9;
}
@media (max-width: 640px) {
    .oz-single-features-grid {
        grid-template-columns: 1fr;
    }
}
.oz-single-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #334155;
    line-height: 1.45;
}
.oz-single-feat-item svg {
    color: #10b981;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Bring Your Own Domain 3-Step Section */
.oz-domain-section {
    padding: 70px 0;
    background: #ffffff;
}
.oz-domain-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 860px) {
    .oz-domain-steps-grid {
        grid-template-columns: 1fr;
    }
}
.oz-domain-step-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 26px;
    position: relative;
    transition: all 0.3s ease;
}
.oz-domain-step-card:hover {
    transform: translateY(-4px);
    border-color: #e5173f;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.oz-domain-step-num {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #e5173f;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.oz-domain-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    line-height: 1.3;
}
.oz-domain-step-desc {
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

/* Why ₦40,000 / Year Section */
.oz-why-section {
    padding: 70px 0;
    background: #f8fafc;
}
.oz-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .oz-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .oz-why-grid {
        grid-template-columns: 1fr;
    }
}
.oz-why-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 22px;
    transition: all 0.3s ease;
}
.oz-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    border-color: rgba(229, 23, 63, 0.3);
}
.oz-why-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(229, 23, 63, 0.1);
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.oz-why-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}
.oz-why-card-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

/* 9 Suites Showcase Grid */
.oz-suites-section {
    padding: 70px 0;
    background: #ffffff;
}
.oz-suites-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1140px;
    margin: 0 auto;
}
@media (max-width: 992px) {
    .oz-suites-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .oz-suites-grid {
        grid-template-columns: 1fr;
    }
}
.oz-suite-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    gap: 14px;
    transition: all 0.25s ease;
}
.oz-suite-card:hover {
    border-color: #e5173f;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}
.oz-suite-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #e5173f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.oz-suite-card-body h4 {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 5px;
}
.oz-suite-card-body p {
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    margin: 0;
}

/* FAQ Accordion */
.oz-faq-section {
    padding: 70px 0;
    background: #f8fafc;
}
.oz-faq-grid {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.oz-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.oz-faq-item.is-open {
    border-color: #e5173f;
    box-shadow: 0 8px 24px rgba(229, 23, 63, 0.08);
}
.oz-faq-question {
    width: 100%;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    transition: color 0.2s ease;
}
.oz-faq-item.is-open .oz-faq-question {
    color: #e5173f;
}
.oz-faq-arrow {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    color: #64748b;
}
.oz-faq-item.is-open .oz-faq-arrow {
    transform: rotate(180deg);
    color: #e5173f;
}
.oz-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 0 24px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
}
.oz-faq-item.is-open .oz-faq-answer {
    max-height: 300px;
    padding-bottom: 24px;
}

/* Bottom CTA Banner */
.oz-pricing-cta-banner {
    padding: 20px 0 90px 0;
}
.oz-pricing-cta-box {
    background: linear-gradient(135deg, #090d16 0%, #1e1b4b 60%, #0f172a 100%);
    border-radius: 28px;
    padding: 64px 48px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}
.oz-pricing-cta-box h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 auto 16px auto !important;
    letter-spacing: -0.025em;
    color: #ffffff !important;
    line-height: 1.2;
    text-align: center !important;
    max-width: 780px;
}
.oz-pricing-cta-box p {
    font-size: 17px;
    color: #94a3b8 !important;
    max-width: 620px;
    margin: 0 auto 36px auto !important;
    line-height: 1.6;
    text-align: center !important;
}
.oz-pricing-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.oz-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.25s ease;
}
.oz-cta-btn-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    color: #ffffff !important;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .oz-pricing-cta-box {
        padding: 44px 24px;
        border-radius: 20px;
    }
    .oz-pricing-cta-box h2 {
        font-size: 26px;
    }
    .oz-pricing-cta-box p {
        font-size: 15px;
    }
}

/* ==========================================================================
   Features Catalog Page (.oz-features-*, .oz-feat-*)
   ========================================================================== */
.oz-features-hero {
    padding: 85px 0 45px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.oz-features-jump-bar {
    position: sticky;
    top: 70px;
    z-index: 40;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    padding: 12px 0;
}
.oz-features-jump-row {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 2px 4px;
}
.oz-features-jump-row::-webkit-scrollbar {
    display: none;
}
.oz-jump-label {
    font-size: 12.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    white-space: nowrap;
    margin-right: 6px;
    flex-shrink: 0;
}
.oz-jump-chip {
    padding: 7px 16px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.oz-jump-chip:hover {
    background: #e5173f;
    color: #ffffff;
    border-color: #e5173f;
    transform: translateY(-1px);
}

.oz-features-suite-block {
    padding: 65px 0;
    border-bottom: 1px solid #f1f5f9;
}
.oz-features-suite-block:nth-child(even) {
    background: #fbfcfe;
}

.oz-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .oz-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media (max-width: 640px) {
    .oz-features-grid {
        grid-template-columns: 1fr;
    }
}

.oz-feat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    position: relative;
}
.oz-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.oz-feat-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.oz-feat-card-icon svg {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}
.oz-feat-card:hover .oz-feat-card-icon {
    transform: scale(1.08);
}
.oz-icon-crimson, .oz-feat-card-icon--crimson {
    background: rgba(229, 23, 63, 0.12);
    color: #e5173f;
}
.oz-icon-indigo, .oz-feat-card-icon--indigo {
    background: rgba(99, 102, 241, 0.12);
    color: #4f46e5;
}
.oz-icon-emerald, .oz-feat-card-icon--emerald {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}
.oz-icon-amber, .oz-feat-card-icon--amber {
    background: rgba(245, 158, 11, 0.14);
    color: #d97706;
}
.oz-icon-violet, .oz-feat-card-icon--violet {
    background: rgba(139, 92, 246, 0.12);
    color: #7c3aed;
}
.oz-icon-cyan, .oz-feat-card-icon--cyan {
    background: rgba(6, 182, 212, 0.12);
    color: #0891b2;
}
.oz-icon-blue, .oz-feat-card-icon--blue {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}
.oz-icon-rose, .oz-feat-card-icon--rose {
    background: rgba(244, 63, 94, 0.12);
    color: #e11d48;
}
.oz-icon-red, .oz-feat-card-icon--red {
    background: rgba(225, 29, 72, 0.12);
    color: #e11d48;
}

.oz-feat-card-title {
    font-size: 18.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.oz-feat-card-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 18px 0;
}

.oz-feat-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.oz-feat-check-item {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}
.oz-feat-check-item svg {
    flex-shrink: 0;
    color: #10b981;
}

.oz-feat-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}
.oz-btn-readmore {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.oz-btn-readmore:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}
.oz-btn-readmore svg {
    transition: transform 0.2s ease;
}
.oz-btn-readmore:hover svg {
    transform: translateX(3px);
}

.oz-btn-getstarted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff !important;
    background: #e5173f;
    border: none;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 10px rgba(229, 23, 63, 0.35);
    white-space: nowrap;
}
.oz-btn-getstarted:hover {
    background: #cc1033;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(229, 23, 63, 0.45);
    color: #ffffff !important;
}

.oz-features-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 26px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oz-features-btn-outline:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

/* Feature Detail Pages - Hero Buttons & Custom Components */
.oz-btn-primary-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
    background: #e5173f;
    border: 1px solid #e5173f;
    border-radius: 9999px;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 16px rgba(229, 23, 63, 0.4);
    cursor: pointer;
    line-height: 1.2;
}

.oz-btn-primary-hero:hover {
    background: #cc1033;
    border-color: #cc1033;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229, 23, 63, 0.5);
    color: #ffffff !important;
}

.oz-btn-primary-hero svg {
    transition: transform 0.2s ease;
}

.oz-btn-primary-hero:hover svg {
    transform: translateX(3px);
}

.oz-btn-outline-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    line-height: 1.2;
}

.oz-btn-outline-hero:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* Feature Capabilities Cards and Themed Icons */
.oz-feat-capabilities-section .oz-feat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.oz-feat-capabilities-section .oz-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.oz-feat-capabilities-section .oz-feat-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.oz-feat-capabilities-section .oz-feat-card:hover .oz-feat-card-icon {
    transform: scale(1.08);
}

.oz-feat-capabilities-section .oz-feat-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.oz-feat-capabilities-section .oz-feat-card p {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* Redesigned Bottom CTA Banner for Feature Detail Pages */
.oz-feat-cta-banner {
    background: linear-gradient(135deg, #090d16 0%, #17153a 50%, #0f172a 100%) !important;
    color: #ffffff !important;
    border-radius: 24px !important;
    padding: 64px 32px !important;
    text-align: center !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    position: relative;
    overflow: hidden;
    margin: 64px 0 20px 0 !important;
}

.oz-feat-cta-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 250px;
    background: radial-gradient(circle, rgba(229, 23, 63, 0.22) 0%, transparent 70%);
    pointer-events: none;
}

.oz-feat-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.oz-feat-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(229, 23, 63, 0.15);
    border: 1px solid rgba(229, 23, 63, 0.35);
    color: #fca5a5;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}

.oz-feat-cta-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5173f;
    box-shadow: 0 0 8px #e5173f;
}

.oz-feat-cta-banner h2,
.oz-feat-cta-title {
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.02em !important;
}

.oz-feat-cta-banner p,
.oz-feat-cta-desc {
    color: #94a3b8 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    max-width: 600px !important;
    margin: 0 auto 32px auto !important;
}

.oz-feat-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* ==========================================================================
   Mega Menu Navigation Link Cards (Upgraded About Dropdown)
   ========================================================================== */
.mega-menu-nav-card {
    margin-bottom: 8px;
}
.mega-menu-nav-card__link {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}
.mega-menu-nav-card__link:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.mega-menu-nav-card__icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.22s ease;
}
.mega-menu-nav-card__icon svg {
    width: 22px;
    height: 22px;
}
.mega-menu-nav-card__link:hover .mega-menu-nav-card__icon {
    transform: scale(1.08);
}
.mega-menu-nav-card__body {
    flex: 1;
    min-width: 0;
}
.mega-menu-nav-card__title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 3px;
    transition: color 0.2s ease;
}
.mega-menu-nav-card__link:hover .mega-menu-nav-card__title {
    color: #e5173f;
}
.mega-menu-nav-card__description {
    font-size: 12.5px;
    line-height: 1.45;
    color: #64748b;
}

/* ==========================================================================
   Corporate & About Us Pages Design Suite (Zero Inline CSS)
   ========================================================================== */
.oz-corp-page {
    background: #ffffff;
    color: #0f172a;
    font-family: inherit;
}

.oz-corp-banner {
    position: relative;
    padding: 88px 24px 64px 24px;
    text-align: center;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #f1f5f9;
}

.oz-corp-banner .oz-btn-outline-hero {
    color: #0f172a !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04) !important;
}

.oz-corp-banner .oz-btn-outline-hero:hover {
    background: #f8fafc !important;
    border-color: #94a3b8 !important;
    color: #e5173f !important;
}

.oz-corp-banner-wrap {
    max-width: 860px;
    margin: 0 auto;
}

.oz-corp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 9999px;
    background: rgba(229, 23, 63, 0.08);
    color: #e5173f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.oz-corp-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5173f;
    box-shadow: 0 0 6px rgba(229, 23, 63, 0.6);
}

.oz-corp-title {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 20px;
}

.oz-corp-title span {
    background: linear-gradient(135deg, #e5173f 0%, #b91c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.oz-corp-lead {
    font-size: clamp(16px, 2vw, 18.5px);
    line-height: 1.65;
    color: #475569;
    max-width: 720px;
    margin: 0 auto 32px auto;
}

.oz-corp-metrics-bar {
    background: #0f172a;
    padding: 32px 24px;
    color: #ffffff;
    border-radius: 20px;
    margin: -32px auto 60px auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.oz-corp-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

@media (max-width: 860px) {
    .oz-corp-metrics-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

.oz-corp-metric-num {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px;
    color: #ffffff;
}

.oz-corp-metric-num--primary {
    color: #e5173f;
}

.oz-corp-metric-label {
    font-size: 13.5px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.oz-corp-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.oz-corp-section {
    padding: 56px 0;
}

.oz-corp-section-header {
    text-align: center;
    max-width: 740px;
    margin: 0 auto 48px auto;
}

.oz-corp-section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #e5173f;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.oz-corp-section-title {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.oz-corp-section-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
}

.oz-corp-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.oz-corp-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.oz-corp-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 960px) {
    .oz-corp-grid-3, .oz-corp-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .oz-corp-grid-2, .oz-corp-grid-3, .oz-corp-grid-4 {
        grid-template-columns: 1fr;
    }
}

.oz-corp-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 36px 30px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
}

.oz-corp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.oz-corp-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.oz-corp-card-icon svg {
    width: 26px;
    height: 26px;
}

.oz-corp-card:hover .oz-corp-card-icon {
    transform: scale(1.08);
}

.oz-corp-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 8px;
}

.oz-corp-card-tag {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 14px;
}

.oz-corp-card-desc {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 18px 0;
}

.oz-corp-card-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oz-corp-email-link {
    color: #e5173f;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.oz-corp-email-link:hover {
    color: #b91032;
    text-decoration: underline;
}

.oz-corp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oz-corp-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    line-height: 1.5;
    color: #334155;
}

.oz-corp-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}

.oz-corp-badge-pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    background: #f1f5f9;
    color: #475569;
}

/* ==========================================================================
   Partnership Application & Registration Suite (Zero Inline CSS)
   ========================================================================== */
.oz-partner-form-wrap {
    max-width: 860px;
    margin: 0 auto;
}

.oz-partner-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: clamp(24px, 4vw, 48px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    margin-bottom: 24px;
}

.oz-partner-step-block {
    margin-bottom: 36px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f1f5f9;
}

.oz-partner-step-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.oz-partner-step-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.oz-partner-step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e5173f;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}

.oz-partner-step-title {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 4px 0;
}

.oz-partner-step-desc {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.oz-partner-track-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 768px) {
    .oz-partner-track-grid {
        grid-template-columns: 1fr;
    }
}

.oz-partner-track-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 22px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.oz-partner-track-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.oz-partner-track-radio {
    position: absolute;
    top: 16px;
    right: 16px;
    accent-color: #e5173f;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.oz-partner-track-card:has(.oz-partner-track-radio:checked),
.oz-partner-track-card.is-selected {
    border-color: #e5173f;
    background: rgba(229, 23, 63, 0.03);
    box-shadow: 0 0 0 1px #e5173f;
}

.oz-partner-track-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.3;
}

.oz-partner-track-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    color: #059669;
    background: rgba(16, 185, 129, 0.12);
    padding: 3px 8px;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 10px;
}

.oz-partner-track-summary {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.oz-partner-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 18px;
}

@media (max-width: 640px) {
    .oz-partner-row {
        grid-template-columns: 1fr;
    }
}

.oz-partner-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.oz-partner-row .oz-partner-field {
    margin-bottom: 0;
}

.oz-partner-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.oz-partner-req {
    color: #e5173f;
}

.oz-partner-input,
.oz-partner-textarea,
.oz-partner-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    font-family: inherit;
    box-sizing: border-box;
}

select.oz-partner-input,
select.oz-partner-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
    padding-right: 40px;
}

.oz-partner-input:focus,
.oz-partner-textarea:focus,
.oz-partner-select:focus {
    outline: none;
    border-color: #e5173f;
    box-shadow: 0 0 0 3px rgba(229, 23, 63, 0.12);
}

.oz-recaptcha-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
    min-height: 78px;
}

.oz-partner-input--code {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.oz-partner-hint {
    font-size: 12px;
    color: #64748b;
    margin-top: 5px;
}

.oz-partner-field-error {
    font-size: 12.5px;
    color: #dc2626;
    margin-top: 5px;
    font-weight: 600;
}

.oz-partner-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #334155;
    line-height: 1.5;
    margin-bottom: 24px;
}

.oz-partner-checkbox {
    width: 18px;
    height: 18px;
    accent-color: #e5173f;
    margin-top: 2px;
    flex-shrink: 0;
}

.oz-partner-submit-wrap {
    text-align: center;
}

.oz-partner-submit-btn {
    width: 100%;
    max-width: 380px;
    padding: 16px 32px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.oz-partner-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 14px;
}

.oz-partner-guarantee-bar {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    padding: 16px 24px;
}

.oz-partner-guarantee-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #475569;
}

/* Success Confirmation Screen */
.oz-partner-success-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.oz-partner-success-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: clamp(32px, 5vw, 56px);
    text-align: center;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
}

.oz-partner-success-icon {
    margin: 0 auto 20px auto;
    width: 64px;
    height: 64px;
}

.oz-partner-success-title {
    font-size: clamp(26px, 3.5vw, 34px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 16px 0 12px 0;
}

.oz-partner-success-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto 32px auto;
}

.oz-partner-ref-box {
    background: #f8fafc;
    border: 1.5px dashed #cbd5e1;
    border-radius: 16px;
    padding: 20px;
    max-width: 380px;
    margin: 0 auto 36px auto;
}

.oz-partner-ref-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 6px;
}

.oz-partner-ref-code {
    font-size: 24px;
    font-weight: 800;
    color: #e5173f;
    letter-spacing: 0.06em;
}

.oz-partner-next-steps {
    text-align: left;
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 36px;
}

.oz-partner-next-steps h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px 0;
}

.oz-partner-success-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ==========================================================================
   Newsroom & Article Reader Suite
   ========================================================================== */
.oz-news-controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.oz-news-search-wrap {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}

.oz-news-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.oz-news-search-input {
    width: 100%;
    padding: 14px 44px 14px 48px;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    font-size: 15px;
    color: #0f172a;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.oz-news-search-input:focus {
    border-color: #e5173f;
    box-shadow: 0 0 0 3px rgba(229, 23, 63, 0.12);
}

.oz-news-search-clear {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #94a3b8;
    text-decoration: none;
    line-height: 1;
}

.oz-news-category-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.oz-news-tab {
    padding: 8px 18px;
    border-radius: 9999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oz-news-tab:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.oz-news-tab--active {
    background: #0f172a;
    color: #ffffff;
}

.oz-news-tab--active:hover {
    background: #0f172a;
    color: #ffffff;
}

/* Featured Article Showcase */
.oz-news-featured-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 320px 1fr;
    margin-bottom: 48px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.oz-news-featured-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

@media (max-width: 860px) {
    .oz-news-featured-card {
        grid-template-columns: 1fr;
    }
}

.oz-news-featured-banner {
    padding: 32px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    min-height: 200px;
}

.oz-news-featured-label {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.oz-news-featured-content {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
}

.oz-news-featured-title {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 800;
    line-height: 1.25;
    margin: 12px 0;
}

.oz-news-featured-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.oz-news-featured-title a:hover {
    color: #e5173f;
}

.oz-news-featured-excerpt {
    font-size: 15.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.oz-news-featured-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.oz-news-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #64748b;
    flex-wrap: wrap;
}

.oz-news-meta-bullet {
    color: #cbd5e1;
}

.oz-news-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 9999px;
    background: #e5173f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s ease;
}

.oz-news-read-btn:hover {
    background: #b91032;
    color: #ffffff;
}

/* News Article Card Grid */
.oz-news-card {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.oz-news-card-cover {
    height: 100px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
}

.oz-news-cover-indigo {
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
}

.oz-news-cover-emerald {
    background: linear-gradient(135deg, #064e3b 0%, #047857 100%);
}

.oz-news-cover-amber {
    background: linear-gradient(135deg, #78350f 0%, #b45309 100%);
}

.oz-news-cover-crimson {
    background: linear-gradient(135deg, #881337 0%, #be123c 100%);
}

.oz-news-card .oz-news-card-meta {
    padding: 20px 24px 0 24px;
}

.oz-news-card-title {
    padding: 10px 24px 0 24px;
    font-size: 18px;
    line-height: 1.35;
}

.oz-news-card-title a {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.oz-news-card-title a:hover {
    color: #e5173f;
}

.oz-news-card-excerpt {
    padding: 10px 24px 16px 24px;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.oz-news-card-footer {
    margin-top: auto;
    padding: 16px 24px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13.5px;
}

.oz-news-author-name {
    font-weight: 700;
    color: #0f172a;
}

.oz-news-author-role {
    font-size: 13px;
    color: #64748b;
    display: block;
}

.oz-news-link-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e5173f;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.oz-news-link-action:hover {
    color: #b91032;
    text-decoration: underline;
}

/* Empty State */
.oz-news-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.oz-news-empty-icon {
    margin: 0 auto 16px auto;
}

/* Newsletter & Media Desk Card */
.oz-news-newsletter-card {
    margin-top: 64px;
    background: #0f172a;
    border-radius: 24px;
    padding: 48px 36px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.oz-news-newsletter-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

@media (max-width: 860px) {
    .oz-news-newsletter-inner {
        grid-template-columns: 1fr;
    }
}

.oz-news-newsletter-title {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #ffffff;
    margin: 12px 0 8px 0;
}

.oz-news-newsletter-desc {
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.oz-news-form-row {
    display: flex;
    gap: 12px;
}

@media (max-width: 540px) {
    .oz-news-form-row {
        flex-direction: column;
    }
}

.oz-news-input {
    flex: 1;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #334155;
    background: #1e293b;
    color: #ffffff;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s;
}

.oz-news-input:focus {
    border-color: #e5173f;
}

.oz-news-sub-btn {
    white-space: nowrap;
}

.oz-recaptcha-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
}

/* Article Reader Details Page */
.oz-article-container {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.oz-article-header {
    padding: 40px 0 24px 0;
}

.oz-article-meta-bar {
    margin-bottom: 16px;
}

.oz-article-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 18px 0;
}

.oz-article-lead {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 28px 0;
}

.oz-article-author-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
}

.oz-article-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oz-article-body-wrap {
    padding-top: 32px;
    padding-bottom: 60px;
}

.oz-article-body {
    font-size: 17px;
    line-height: 1.75;
    color: #334155;
}

.oz-article-body h2, .oz-article-body h3 {
    color: #0f172a;
    font-weight: 800;
    margin: 36px 0 14px 0;
}

.oz-article-body p {
    margin-bottom: 20px;
}

.oz-article-tags-wrap {
    margin: 36px 0;
    padding: 20px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.oz-article-tags-label {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.oz-article-tags-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.oz-article-tag {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 9999px;
}

.oz-article-nav-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.oz-related-news-section {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 60px 0;
}

/* ==========================================================================
   Developer API Code Preview Suite
   ========================================================================== */
.oz-code-preview-card {
    background: #0f172a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
    border: 1px solid #1e293b;
}

.oz-code-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #1e293b;
    border-bottom: 1px solid #334155;
}

.oz-code-preview-dots {
    display: flex;
    gap: 8px;
}

.oz-dot-red {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef4444;
}

.oz-dot-yellow {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f59e0b;
}

.oz-dot-green {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #10b981;
}

.oz-code-preview-title {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    color: #94a3b8;
    font-weight: 600;
}

.oz-code-preview-lang {
    font-size: 12px;
    font-weight: 700;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.oz-code-block {
    margin: 0;
    padding: 24px;
    overflow-x: auto;
    background: #0f172a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #e2e8f0;
}

/* ==========================================================================
   Ozikol Careers & Job Application Suite (Zero Inline CSS)
   ========================================================================== */
.oz-careers-nav-bar {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 40;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
}

.oz-careers-nav-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    overflow-x: auto;
    white-space: nowrap;
}

.oz-careers-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.oz-careers-nav-link:hover,
.oz-careers-nav-link.active {
    color: #ffffff;
    background: #e5173f;
    border-color: #e5173f;
    box-shadow: 0 4px 12px rgba(229, 23, 63, 0.25);
}

.oz-jobs-filter-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 40px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.oz-jobs-filter-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.oz-filter-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oz-filter-group-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.oz-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.oz-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.18s ease;
}

.oz-filter-pill:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.oz-filter-pill.is-active {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

.oz-filter-search-box {
    position: relative;
    width: 100%;
}

.oz-filter-search-input {
    width: 100%;
    padding: 12px 18px 12px 44px;
    border-radius: 12px;
    border: 1.5px solid #cbd5e1;
    font-size: 14.5px;
    background: #ffffff;
    color: #0f172a;
    box-sizing: border-box;
}

.oz-filter-search-input:focus {
    outline: none;
    border-color: #e5173f;
    box-shadow: 0 0 0 3px rgba(229, 23, 63, 0.12);
}

.oz-filter-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    pointer-events: none;
}

.oz-jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (max-width: 900px) {
    .oz-jobs-grid {
        grid-template-columns: 1fr;
    }
}

.oz-job-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.03);
}

.oz-job-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
}

.oz-job-card-top {
    margin-bottom: 20px;
}

.oz-job-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.oz-job-badge-dept {
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e5173f;
    background: rgba(229, 23, 63, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
}

.oz-job-badge-lang {
    font-size: 11.5px;
    font-weight: 700;
    color: #0284c7;
    background: rgba(2, 132, 199, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.oz-job-badge-loc {
    font-size: 11.5px;
    font-weight: 700;
    color: #059669;
    background: rgba(5, 150, 105, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.oz-job-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.oz-job-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.oz-job-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}

.oz-job-type-pill {
    font-size: 12.5px;
    font-weight: 700;
    color: #475569;
}

.oz-job-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #e5173f;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.oz-job-card-btn:hover {
    gap: 12px;
    color: #be123c;
}

/* Job Detail Page */
.oz-job-detail-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    margin-top: 36px;
}

@media (max-width: 960px) {
    .oz-job-detail-grid {
        grid-template-columns: 1fr;
    }
}

.oz-job-content-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: clamp(24px, 4vw, 44px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.oz-job-content-block {
    margin-bottom: 36px;
}

.oz-job-content-block:last-child {
    margin-bottom: 0;
}

.oz-job-content-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #f1f5f9;
}

.oz-job-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oz-job-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: #334155;
    line-height: 1.6;
}

.oz-job-check-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(229, 23, 63, 0.1);
    color: #e5173f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}

.oz-file-upload-box {
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.oz-file-upload-box:hover {
    border-color: #e5173f;
    background: rgba(229, 23, 63, 0.02);
}

.oz-file-upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.oz-file-upload-icon {
    color: #94a3b8;
    margin-bottom: 8px;
}

.oz-file-upload-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.oz-file-upload-hint {
    font-size: 12px;
    color: #64748b;
}

.oz-careers-hero-media {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oz-careers-hero-img {
    width: 100%;
    max-width: 580px;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
    border: 1px solid #e2e8f0;
    display: block;
}

/* Careers Filters Grid */
.oz-jobs-filter-groups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #f1f5f9;
}

@media (max-width: 768px) {
    .oz-jobs-filter-groups {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Careers Culture & Life Section */
.oz-culture-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
    align-items: center;
}

@media (max-width: 960px) {
    .oz-culture-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

.oz-culture-checklist {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0 32px 0;
}

.oz-culture-check-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 15px;
    line-height: 1.55;
    color: #334155;
}

.oz-culture-check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(229, 23, 63, 0.1);
    color: #e5173f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.oz-culture-check-icon svg {
    width: 14px;
    height: 14px;
}

.oz-culture-testimonials {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.oz-culture-testimonials h4 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 24px 0;
    letter-spacing: -0.01em;
}

.oz-culture-quote-block {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.oz-culture-quote-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.oz-culture-quote-text {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
    font-style: italic;
    margin-bottom: 12px;
}

.oz-culture-quote-author {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

.oz-culture-quote-role {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

/* Values & Benefits Cards */
.oz-value-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 30px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

.oz-value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.oz-value-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 16px 0 12px 0;
    line-height: 1.3;
}

.oz-value-card-desc {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

/* Empty State */
.oz-jobs-empty-state {
    text-align: center;
    padding: 60px 24px;
    background: #ffffff;
    border: 1.5px dashed #cbd5e1;
    border-radius: 20px;
    margin: 20px 0;
}

.oz-jobs-empty-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.oz-jobs-empty-icon svg {
    width: 28px;
    height: 28px;
}

.oz-jobs-empty-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.oz-jobs-empty-desc {
    font-size: 14.5px;
    color: #64748b;
    max-width: 460px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
}

/* ==========================================================================
   Comprehensive Multi-Suite Support Portal & Modals Styling
   ========================================================================== */

.oz-support-page {
    background-color: #f8fafc;
    color: #1e293b;
    font-family: inherit;
}

/* Hero Section */
.oz-support-hero {
    background: radial-gradient(circle at 50% 10%, rgba(225, 29, 72, 0.15), transparent 60%),
                linear-gradient(180deg, #0b1120 0%, #111827 100%);
    padding: 72px 0 60px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.oz-support-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(225, 29, 72, 0.4), transparent);
}

.oz-support-hero__inner {
    max-width: 860px;
    margin: 0 auto;
}

.oz-support-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(225, 29, 72, 0.18);
    border: 1px solid rgba(225, 29, 72, 0.35);
    color: #fda4af;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.oz-support-hero__title {
    font-size: clamp(28px, 4.5vw, 46px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.oz-support-hero__sub {
    font-size: clamp(16px, 2vw, 19px);
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 auto 36px auto;
    max-width: 680px;
}

/* Global Search Bar */
.oz-support-search {
    max-width: 680px;
    margin: 0 auto 32px auto;
}

.oz-support-search__wrap {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 9999px;
    padding: 6px 8px 6px 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transition: box-shadow 0.2s ease;
}

.oz-support-search__wrap:focus-within {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45), 0 0 0 3px rgba(225, 29, 72, 0.5);
}

.oz-support-search__icon {
    color: #64748b;
    flex-shrink: 0;
    margin-right: 12px;
}

.oz-support-search__input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #0f172a;
    background: transparent;
    min-width: 0;
}

.oz-support-search__input::placeholder {
    color: #94a3b8;
}

.oz-support-search__btn {
    background: #e11d48;
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
    flex-shrink: 0;
}

.oz-support-search__btn:hover {
    background: #be123c;
    transform: translateY(-1px);
}

/* Fast Navigation Anchor Pills */
.oz-support-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.oz-support-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oz-support-pill:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.oz-support-pill--highlight {
    background: rgba(225, 29, 72, 0.25);
    border-color: rgba(225, 29, 72, 0.5);
    color: #fda4af;
}

.oz-support-pill--highlight:hover {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
}

/* Suite Selector Bar */
.oz-support-suites {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 0;
    position: sticky;
    top: 70px;
    z-index: 40;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.oz-support-suites__bar {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.oz-support-suites__label {
    font-size: 13px;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    flex-shrink: 0;
}

.oz-support-suites__tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.oz-support-suite-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 9999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.oz-support-suite-tab:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.oz-support-suite-tab.is-active {
    background: #0f172a;
    color: #ffffff;
}

.oz-support-badge-count {
    background: #e11d48;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 9999px;
}

/* Feature Chips Bar */
.oz-support-features {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed #e2e8f0;
}

.oz-support-features__inner {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.oz-support-features__title {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    white-space: nowrap;
}

.oz-support-features__chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.oz-support-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.oz-support-chip:hover {
    border-color: #94a3b8;
    background: #f8fafc;
}

.oz-support-chip.is-active {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
}

.oz-chip-tag {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.oz-chip-tag--video {
    background: rgba(225, 29, 72, 0.12);
    color: #e11d48;
}

.oz-chip-tag--doc {
    background: #f1f5f9;
    color: #475569;
}

.oz-support-chip.is-active .oz-chip-tag {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* Sections Common */
.oz-support-section {
    padding: 64px 0;
}

.oz-support-section--alt {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.oz-support-section__header {
    margin-bottom: 36px;
}

.oz-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #e11d48;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.oz-support-section__title {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 8px 0;
    letter-spacing: -0.01em;
}

.oz-support-section__sub {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    max-width: 680px;
}

/* Video Grid & Cards */
.oz-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.oz-video-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.oz-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.oz-video-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    overflow: hidden;
}

.oz-video-card__thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.oz-video-card:hover .oz-video-card__thumb {
    transform: scale(1.04);
}

.oz-video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(225, 29, 72, 0.9);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(225, 29, 72, 0.5);
    transition: transform 0.2s ease, background 0.2s ease;
}

.oz-video-card:hover .oz-video-card__play {
    transform: translate(-50%, -50%) scale(1.12);
    background: #e11d48;
}

.oz-video-card__duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

.oz-video-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.oz-video-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.oz-badge-tag {
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 6px;
}

.oz-badge-tag--feat {
    background: rgba(225, 29, 72, 0.1);
    color: #e11d48;
}

.oz-badge-tag--red {
    background: #e11d48;
    color: #ffffff;
}

.oz-video-card__title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.oz-video-card__desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.55;
    margin: 0 0 18px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oz-btn-watch {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    padding: 9px 16px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    align-self: flex-start;
}

.oz-btn-watch:hover {
    background: #e11d48;
    color: #ffffff;
    border-color: #e11d48;
}

/* Article Grid & Cards */
.oz-article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}

.oz-article-card {
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.oz-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
    border-color: #cbd5e1;
    background: #ffffff;
}

.oz-article-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.oz-article-category {
    font-size: 12px;
    font-weight: 700;
    color: #e11d48;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.oz-article-readtime {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}

.oz-article-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.oz-article-card__excerpt {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oz-article-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.oz-article-stats {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}

.oz-btn-read {
    background: transparent;
    border: none;
    color: #e11d48;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    transition: transform 0.15s ease, color 0.15s ease;
}

.oz-btn-read:hover {
    color: #be123c;
    transform: translateX(3px);
}

/* Department Channels */
.oz-support-channels {
    padding: 48px 0;
    background: #f1f5f9;
}

.oz-channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.oz-channel-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.oz-channel-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.oz-channel-card__icon--blue { background: #eff6ff; color: #2563eb; }
.oz-channel-card__icon--red { background: #fff1f2; color: #e11d48; }
.oz-channel-card__icon--purple { background: #faf5ff; color: #9333ea; }
.oz-channel-card__icon--green { background: #f0fdf4; color: #16a34a; }

.oz-channel-card__title {
    font-size: 16.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.oz-channel-card__desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.55;
    margin: 0 0 16px 0;
}

.oz-channel-card__link {
    margin-top: auto;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    transition: color 0.15s ease;
}

.oz-channel-card__link:hover {
    color: #e11d48;
}

/* Contact & SLA Section */
.oz-support-contact {
    padding: 72px 0;
    background: #ffffff;
}

.oz-support-contact__layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: flex-start;
}

.oz-support-contact__single-layout {
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 960px) {
    .oz-support-contact__layout {
        grid-template-columns: 1fr;
    }
}

.oz-form-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.oz-form-card--expanded {
    padding: 44px 48px;
    border-radius: 24px;
}

@media (max-width: 768px) {
    .oz-form-card--expanded {
        padding: 28px 20px;
        border-radius: 16px;
    }
}

.oz-form-header {
    margin-bottom: 24px;
}

.oz-form-header__title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 6px 0;
}

.oz-form-header__sub {
    font-size: 14.5px;
    color: #64748b;
    margin: 0;
}

.oz-form-errors {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    padding: 12px 16px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.oz-ticket-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.oz-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 600px) {
    .oz-form-row {
        grid-template-columns: 1fr;
    }
}

.oz-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.oz-form-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #334155;
}

.oz-form-input,
.oz-form-select,
.oz-form-textarea {
    width: 100%;
    padding: 11px 14px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    font-size: 14.5px;
    color: #0f172a;
    background: #ffffff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.oz-form-input:focus,
.oz-form-select:focus,
.oz-form-textarea:focus {
    border-color: #e11d48;
    box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.15);
}

.oz-field-error {
    font-size: 12px;
    color: #dc2626;
    font-weight: 600;
}

.oz-form-consent {
    margin: 4px 0;
}

.oz-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: #475569;
    cursor: pointer;
    line-height: 1.45;
}

.oz-consent-checkbox {
    width: 17px;
    height: 17px;
    accent-color: #e11d48;
    margin-top: 2px;
}

.oz-form-recaptcha {
    margin: 6px 0;
}

.oz-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #e11d48;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.3);
    transition: background 0.15s ease, transform 0.1s ease;
}

.oz-btn-submit:hover {
    background: #be123c;
    transform: translateY(-1px);
}

/* Form Success State */
.oz-form-success {
    text-align: center;
    padding: 40px 20px;
}

.oz-form-success__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ecfdf5;
    border: 2px solid #a7f3d0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.oz-form-success__title {
    font-size: 24px;
    font-weight: 800;
    color: #065f46;
    margin: 0 0 12px 0;
}

.oz-form-success__ref {
    font-size: 15px;
    color: #374151;
    margin: 0 0 12px 0;
}

.oz-ref-code {
    display: inline-block;
    background: #0f172a;
    color: #ffffff;
    font-family: monospace;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
    margin-left: 6px;
    letter-spacing: 0.05em;
}

.oz-form-success__desc {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 480px;
    margin: 0 auto 24px auto;
}

.oz-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

/* Trust & Emergency Sidebar */
.oz-trust-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px 24px;
    margin-bottom: 28px;
}

.oz-trust-box__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.oz-trust-box__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.oz-trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oz-trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #334155;
    line-height: 1.45;
}

.oz-emergency-banner {
    background: linear-gradient(135deg, #881337 0%, #4c0519 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: left;
}

.oz-emergency-tag {
    background: #e11d48;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-bottom: 8px;
}

.oz-emergency-banner h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 6px 0;
}

.oz-emergency-banner p {
    font-size: 13px;
    color: #fecdd3;
    line-height: 1.5;
    margin: 0 0 14px 0;
}

.oz-emergency-phone {
    display: inline-block;
    background: #ffffff;
    color: #881337;
    font-size: 16px;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    letter-spacing: 0.02em;
}

/* Regional Offices Box */
.oz-offices-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 28px 24px;
}

.oz-offices-box__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 18px 0;
}

.oz-offices-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oz-office-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 16px;
}

.oz-office-item__city {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.oz-office-item__addr {
    font-size: 13px;
    color: #475569;
    margin-bottom: 4px;
}

.oz-office-item__hours {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

/* FAQ Accordion */
.oz-support-faq {
    padding: 64px 0 80px 0;
    background: #f8fafc;
}

.oz-faq-header {
    text-align: center;
    margin-bottom: 36px;
}

.oz-faq-header__title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    color: #0f172a;
}

.oz-faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oz-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.oz-faq-item.is-open {
    border-color: #e5173f;
    box-shadow: 0 8px 24px rgba(229, 23, 63, 0.08);
}

.oz-faq-question {
    width: 100%;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    transition: color 0.2s ease;
    user-select: none;
}

.oz-faq-question:focus,
.oz-faq-question:focus-visible {
    outline: none;
    box-shadow: none;
}

.oz-faq-item.is-open .oz-faq-question {
    color: #e5173f;
}

.oz-faq-arrow,
.oz-faq-chevron {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    color: #64748b;
}

.oz-faq-item.is-open .oz-faq-arrow,
.oz-faq-item.is-open .oz-faq-chevron {
    transform: rotate(180deg);
    color: #e5173f;
}

.oz-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s ease;
    padding: 0 24px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
}

.oz-faq-item.is-open .oz-faq-answer {
    max-height: 500px;
    padding-bottom: 24px;
}

.oz-faq-answer p {
    margin: 0;
}

/* ==========================================================================
   Interactive Modals (YouTube Video Player & Knowledge Base Article Reader)
   ========================================================================== */

body.oz-modal-open {
    overflow: hidden;
}

.oz-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(11, 17, 32, 0.85);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.oz-modal-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.oz-modal {
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    position: relative;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    transform: scale(0.94);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.oz-modal-backdrop.is-open .oz-modal {
    transform: scale(1);
}

.oz-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.6);
    color: #ffffff;
    border: none;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: background 0.15s ease, transform 0.1s ease;
}

.oz-modal-close:hover {
    background: #e11d48;
    transform: scale(1.08);
}

/* Video Player Modal */
.oz-modal--video {
    max-width: 820px;
    background: #0b1120;
    color: #ffffff;
}

.oz-modal-video-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.oz-modal-video-wrap iframe {
    width: 100%;
    height: 100%;
}

.oz-modal-video-info {
    padding: 24px 28px;
    background: #0f172a;
}

.oz-modal-video-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.oz-modal-video-desc {
    font-size: 14.5px;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0 0 20px 0;
}

.oz-modal-video-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 16px;
    border-top: 1px solid #1e293b;
}

.oz-modal-feedback-q {
    font-size: 13.5px;
    color: #cbd5e1;
    font-weight: 600;
}

.oz-btn-feedback {
    background: #1e293b;
    border: 1px solid #334155;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.oz-btn-feedback:hover {
    background: #334155;
    border-color: #475569;
}

.oz-btn-ask {
    margin-left: auto;
    color: #fda4af;
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.15s ease;
}

.oz-btn-ask:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Knowledge Base Article Modal */
.oz-modal--article {
    max-width: 860px;
}

.oz-modal-article-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.oz-modal-article-header {
    padding: 32px 36px 20px 36px;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.oz-modal-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.oz-modal-article-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.oz-modal-article-meta {
    font-size: 13px;
    color: #64748b;
    display: flex;
    gap: 16px;
}

.oz-modal-article-body {
    padding: 32px 36px;
    overflow-y: auto;
    font-size: 16px;
    color: #334155;
    line-height: 1.7;
}

.oz-modal-article-body h3 {
    font-size: 19px;
    font-weight: 800;
    color: #0f172a;
    margin: 24px 0 10px 0;
}

.oz-modal-article-body ol,
.oz-modal-article-body ul {
    padding-left: 24px;
    margin: 12px 0 20px 0;
}

.oz-modal-article-body li {
    margin-bottom: 8px;
}

.oz-support-alert {
    padding: 16px 20px;
    border-radius: 12px;
    margin: 24px 0;
    font-size: 14.5px;
    line-height: 1.55;
}

.oz-support-alert--tip {
    background: #ecfdf5;
    border-left: 4px solid #10b981;
    color: #065f46;
}

.oz-modal-article-footer {
    padding: 20px 36px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.oz-feedback-panel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.oz-feedback-panel .oz-btn-feedback {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
}

.oz-feedback-panel .oz-btn-feedback:hover {
    background: #f1f5f9;
}

.oz-feedback-thanks {
    font-size: 13.5px;
    font-weight: 700;
    color: #059669;
}

.oz-modal--article .oz-btn-ask {
    color: #e11d48;
}

.oz-loading-spinner {
    text-align: center;
    padding: 40px;
    color: #64748b;
    font-size: 15px;
    font-weight: 600;
}

/* SLA Status & Health Dashboard Styles */
.oz-status-badge--live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: #059669;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
}

.oz-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: oz-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@@keyframes oz-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.oz-sla-metrics {
    background: #090d16;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.oz-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

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

@media (max-width: 540px) {
    .oz-metrics-grid {
        grid-template-columns: 1fr;
    }
}

.oz-cert-metrics {
    margin-top: -36px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.oz-metric-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 26px 20px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.oz-metric-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -8px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
}

.oz-metric-card__value {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin-bottom: 6px;
}

.oz-metric-card__label {
    font-size: 14.5px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.oz-metric-card__sub {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
}

/* Service Status Rows */
.oz-service-status-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.oz-service-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 24px;
    transition: all 0.2s ease;
}

.oz-service-status-row:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.oz-service-status-row__main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.oz-service-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.oz-service-indicator--ok {
    background: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}

.oz-service-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 2px 0;
}

.oz-service-group {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}

.oz-service-status-row__metrics {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.oz-latency-chip, .oz-uptime-chip {
    font-size: 12.5px;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
}

.oz-status-pill {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.oz-status-pill--ok {
    background: #ecfdf5;
    color: #059669;
}

/* SLA Tiers Grid */
.oz-sla-tiers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@@media (max-width: 1024px) {
    .oz-sla-tiers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@@media (max-width: 640px) {
    .oz-sla-tiers-grid {
        grid-template-columns: 1fr;
    }
}

.oz-sla-tier-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}

.oz-sla-tier-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.oz-sla-tier-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.oz-sla-tier-card__time {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}

.oz-badge-tag--orange {
    background: rgba(249, 115, 22, 0.12);
    color: #ea580c;
}

.oz-sla-tier-card__title {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px 0;
}

.oz-sla-tier-card__coverage {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.oz-sla-tier-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* Service Credit Table */
.oz-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
}

.oz-sla-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    text-align: left;
}

.oz-sla-table th {
    background: #f8fafc;
    padding: 16px 20px;
    font-weight: 700;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
}

.oz-sla-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.oz-sla-table tr:last-child td {
    border-bottom: none;
}

.oz-credit-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    background: #ecfdf5;
    color: #059669;
}

.oz-credit-badge--orange {
    background: #fff7ed;
    color: #ea580c;
}

.oz-credit-badge--red {
    background: #fef2f2;
    color: #dc2626;
}

.oz-credit-badge--max {
    background: #450a0a;
    color: #fecaca;
}

/* Compliance Grid */
.oz-compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 960px) {
    .oz-compliance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .oz-compliance-grid {
        grid-template-columns: 1fr;
    }
}

.oz-compliance-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.oz-compliance-card__icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.oz-compliance-card h4 {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.oz-compliance-card p {
    font-size: 13.5px;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

/* Emergency CTA Banner */
.oz-sla-cta {
    padding: 60px 0;
}

.oz-sla-cta__card {
    background: linear-gradient(135deg, #090d16 0%, #1e1b4b 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 44px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color: #ffffff;
}

@@media (max-width: 860px) {
    .oz-sla-cta__card {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px;
    }
}

.oz-sla-cta__card h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 12px 0 8px 0;
    color: #ffffff;
}

.oz-sla-cta__card p {
    font-size: 15.5px;
    color: #cbd5e1;
    margin: 0;
    max-width: 560px;
}

.oz-sla-cta__actions {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.oz-btn-emergency {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e11d48;
    color: #ffffff;
    padding: 13px 24px;
    border-radius: 9999px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}

.oz-btn-emergency:hover {
    background: #be123c;
    color: #ffffff;
}

/* Dedicated Direct Support Nav Dropdown (White Background as Other Dropdowns) */
.oz-nav-dropdown-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.oz-nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    padding: 0;
    line-height: inherit;
}

.oz-dropdown-arrow {
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.oz-nav-dropdown-wrap:hover .oz-dropdown-arrow,
.oz-nav-dropdown-wrap.is-open .oz-dropdown-arrow {
    transform: rotate(180deg);
}

.oz-nav-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    right: -30px;
    width: 540px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.12), 0 4px 16px rgba(15, 23, 42, 0.04);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
}

/* Invisible hover bridge to prevent premature menu closure */
.oz-nav-dropdown::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
}

.oz-nav-dropdown-wrap:hover .oz-nav-dropdown,
.oz-nav-dropdown-wrap.is-open .oz-nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.oz-nav-dropdown__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px 12px 8px;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 12px;
}

.oz-nav-dropdown__title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: #64748b;
}

.oz-nav-dropdown__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.oz-nav-dropdown-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #f8fafc;
    transition: all 0.18s ease;
}

.oz-nav-dropdown-card:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.oz-nav-dropdown-card__icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.oz-nav-dropdown-card__body {
    flex: 1;
    min-width: 0;
}

.oz-nav-dropdown-card__title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 3px;
    transition: color 0.15s ease;
}

.oz-nav-dropdown-card:hover .oz-nav-dropdown-card__title {
    color: #e11d48;
}

.oz-nav-dropdown-card__desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Mobile responsive handling inside hamburger menu drawer */
@media (max-width: 1024px) {
    .oz-nav-dropdown-wrap {
        display: block;
        width: 100%;
    }

    .oz-nav-dropdown-toggle {
        width: 100%;
        justify-content: space-between;
        padding: 16px 0;
    }

    .oz-nav-dropdown {
        position: static;
        width: 100%;
        transform: none;
        box-shadow: none;
        border: none;
        background: #f8fafc;
        padding: 12px;
        display: none;
    }

    .oz-nav-dropdown-wrap.is-open .oz-nav-dropdown {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .oz-nav-dropdown__grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

/* ==========================================================================
   OZIKOL PROFESSIONAL CERTIFICATION PROGRAM STYLES
   ========================================================================== */

/* Badge Colors */
.oz-badge-tag--blue {
    background: rgba(37, 99, 235, 0.12);
    color: #2563eb;
}

.oz-badge-tag--emerald {
    background: rgba(16, 185, 129, 0.12);
    color: #059669;
}

.oz-badge-tag--amber {
    background: rgba(245, 158, 11, 0.14);
    color: #d97706;
}

.oz-badge-tag--purple {
    background: rgba(168, 85, 247, 0.14);
    color: #9333ea;
}

.oz-badge-tag--indigo {
    background: rgba(99, 102, 241, 0.14);
    color: #4f46e5;
}

.oz-badge-tag--green {
    background: rgba(34, 197, 94, 0.14);
    color: #16a34a;
}

/* Cert Hero Actions */
.oz-cert-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 40px 0;
}

.oz-cert-hero__actions .oz-btn-primary {
    background: #e11d48;
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 9999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.35);
}

.oz-cert-hero__actions .oz-btn-primary:hover {
    background: #be123c;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.45);
}

.oz-cert-hero__actions .oz-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    padding: 13px 26px;
    border-radius: 9999px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
}

.oz-cert-hero__actions .oz-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.oz-cert-hero__actions .oz-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #cbd5e1;
    padding: 13px 24px;
    border-radius: 9999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.oz-cert-hero__actions .oz-btn-ghost:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

/* Certifications Track Grid */
.oz-cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .oz-cert-grid {
        grid-template-columns: 1fr;
    }
}

.oz-cert-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.04), 0 2px 4px -2px rgba(0, 0, 0, 0.02);
}

.oz-cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 4px;
    border-radius: 0 0 6px 6px;
}

.oz-cert-card--blue::before { background: #3b82f6; }
.oz-cert-card--emerald::before { background: #10b981; }
.oz-cert-card--amber::before { background: #f59e0b; }
.oz-cert-card--purple::before { background: #a855f7; }
.oz-cert-card--red::before { background: #e11d48; }
.oz-cert-card--indigo::before { background: #6366f1; }

.oz-cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -10px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.03);
    border-color: #cbd5e1;
}

.oz-cert-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.oz-cert-card__code {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #475569;
    background: #f1f5f9;
    padding: 5px 12px;
    border-radius: 8px;
}

.oz-cert-card__title {
    font-size: 21px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.oz-cert-card__audience {
    font-size: 13.5px;
    color: #475569;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.oz-cert-card__audience strong {
    color: #0f172a;
}

.oz-cert-card__summary {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.oz-cert-card__suites {
    margin-bottom: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.oz-cert-suites-label {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.oz-cert-suites-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.oz-suite-chip {
    font-size: 11px;
    font-weight: 700;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    padding: 3px 8px;
    border-radius: 6px;
}

.oz-cert-card__skills {
    margin-bottom: 24px;
}

.oz-cert-skills-label {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 8px;
}

.oz-cert-skills-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.oz-cert-skills-list li {
    font-size: 13px;
    color: #334155;
    line-height: 1.45;
    position: relative;
    padding-left: 18px;
}

.oz-cert-skills-list li::before {
    content: '•';
    position: absolute;
    left: 4px;
    color: #e11d48;
    font-size: 16px;
    line-height: 1;
}

.oz-cert-card__footer {
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.oz-cert-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    font-weight: 700;
    color: #64748b;
}

.oz-cert-card .oz-btn-primary {
    width: 100%;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14.5px;
    font-weight: 700;
    border: none;
    background: #0f172a;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.oz-cert-card .oz-btn-primary:hover {
    background: #e11d48;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.25);
}

/* Practice Readiness Quiz */
.oz-quiz-section {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 80px 0;
}

.oz-quiz-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 48px;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

@media (max-width: 640px) {
    .oz-quiz-box {
        padding: 28px 20px;
    }
}

.oz-quiz-header {
    text-align: center;
    margin-bottom: 36px;
}

.oz-quiz-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 14px 0 10px 0;
    line-height: 1.3;
}

.oz-quiz-sub {
    font-size: 15px;
    color: #64748b;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}

.oz-quiz-question-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.oz-quiz-q-num {
    font-size: 12px;
    font-weight: 800;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.oz-quiz-q-text {
    font-size: 16.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
    margin: 0 0 18px 0;
}

.oz-quiz-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.oz-quiz-option-label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 18px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.15s ease;
    user-select: none;
}

.oz-quiz-option-label:hover {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.oz-quiz-option-label:has(input:checked) {
    border-color: #2563eb;
    background: #eff6ff;
    box-shadow: 0 0 0 1px #2563eb;
}

.oz-quiz-radio {
    accent-color: #2563eb;
    width: 17px;
    height: 17px;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.oz-quiz-option-text {
    font-size: 14.5px;
    color: #334155;
    line-height: 1.45;
}

.oz-quiz-explanation {
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 13.5px;
    line-height: 1.55;
}

.oz-quiz-explanation.is-correct {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #065f46;
}

.oz-quiz-explanation.is-wrong {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.oz-quiz-action {
    text-align: center;
    margin-top: 32px;
}

#submitQuizBtn {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 15px 36px;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

#submitQuizBtn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.45);
}

.oz-quiz-results {
    text-align: center;
    padding: 40px 24px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    margin-top: 24px;
}

.oz-quiz-score-badge {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    margin: 0 auto 20px auto;
}

.oz-quiz-score-badge.is-pass {
    background: #d1fae5;
    color: #065f46;
    border: 4px solid #10b981;
}

.oz-quiz-score-badge.is-fail {
    background: #fef3c7;
    color: #92400e;
    border: 4px solid #f59e0b;
}

.oz-quiz-result-heading {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.oz-quiz-result-sub {
    font-size: 15px;
    color: #475569;
    max-width: 520px;
    margin: 0 auto 24px auto;
    line-height: 1.55;
}

#retryQuizBtn {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    color: #0f172a;
    padding: 12px 28px;
    border-radius: 9999px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
}

#retryQuizBtn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

/* Credential Verification Section */
.oz-verify-section {
    padding: 80px 0;
}

.oz-verify-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 48px;
    max-width: 860px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

@media (max-width: 640px) {
    .oz-verify-card {
        padding: 28px 20px;
    }
}

.oz-verify-header {
    text-align: center;
    margin-bottom: 32px;
}

.oz-verify-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 14px 0 10px 0;
}

.oz-verify-sub {
    font-size: 15px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.oz-verify-form {
    max-width: 620px;
    margin: 0 auto;
}

.oz-verify-input-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

@media (max-width: 600px) {
    .oz-verify-input-wrap {
        flex-direction: column;
    }
}

.oz-verify-input {
    flex: 1;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    border: 1.5px solid #cbd5e1;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: monospace;
    letter-spacing: 0.04em;
}

.oz-verify-input:focus {
    border-color: #059669;
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

.oz-verify-btn {
    background: #059669;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.oz-verify-btn:hover {
    background: #047857;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.oz-verify-hint {
    display: block;
    font-size: 12.5px;
    color: #94a3b8;
    text-align: center;
}

.oz-verify-hint code {
    background: #f1f5f9;
    padding: 2px 8px;
    border-radius: 6px;
    color: #0f172a;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
}

.oz-verify-hint code:hover {
    background: #e2e8f0;
}

/* Verification Result Box */
.oz-verify-result {
    margin-top: 32px;
}

.oz-verified-cert-box {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
    border: 2px solid #10b981;
    border-radius: 20px;
    padding: 32px;
    position: relative;
    box-shadow: 0 10px 25px -5px rgba(16, 185, 129, 0.12);
}

.oz-cert-not-found {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    color: #991b1b;
}

.oz-cert-not-found h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 6px 0;
}

.oz-cert-not-found p {
    font-size: 14px;
    margin: 0;
}

/* Exam Booking Modal */
.oz-modal--exam {
    max-width: 620px;
    width: 90%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.oz-modal-exam-inner {
    padding: 36px 32px;
}

.oz-modal-exam-header {
    margin-bottom: 24px;
}

.oz-modal-exam-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 6px 0;
}

.oz-modal-exam-sub {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}