/* ============================================================
   SELLERMAGNET API — Enterprise Design System v2.0
   Layered on top of styles.css, preserving brand identity.
   Colors: --main-blue #02143f | --yellow-gold #fda41d | Geist font
   ============================================================ */

/* ===== Enhanced Hero Section ===== */
.hero-enterprise {
    position: relative;
    background: linear-gradient(160deg, #02143f 0%, #0a1e4a 40%, #010c2a 100%);
    color: #fff;
    padding: 100px 0 80px;
    text-align: left;
    overflow: hidden;
    border-bottom: none;
}
.hero-enterprise::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(253, 164, 29, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.hero-enterprise::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(2, 20, 63, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.hero-enterprise .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.hero-enterprise .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(253, 164, 29, 0.12);
    border: 1px solid rgba(253, 164, 29, 0.25);
    color: var(--yellow-gold);
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    width: fit-content;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.hero-enterprise .hero-badge i {
    font-size: 0.7rem;
}
.hero-enterprise h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 0;
    max-width: 800px;
}
.hero-enterprise h1 .text-gradient {
    background: linear-gradient(135deg, var(--yellow-gold), #ffdd57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-enterprise .hero-description {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.85;
    max-width: 650px;
    margin-bottom: 8px;
}
.hero-enterprise .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
}
.hero-enterprise .hero-actions .btn-primary {
    background: var(--yellow-gold);
    color: var(--main-blue);
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
    border: 2px solid var(--yellow-gold);
    box-shadow: 0 4px 16px rgba(253, 164, 29, 0.25);
}
.hero-enterprise .hero-actions .btn-primary:hover {
    background: #e89518;
    border-color: #e89518;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(253, 164, 29, 0.35);
}
.hero-enterprise .hero-actions .btn-secondary {
    background: transparent;
    color: #fff;
    padding: 14px 32px;
    border-radius: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: all 0.25s ease;
}
.hero-enterprise .hero-actions .btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
}
.hero-enterprise .hero-note {
    font-size: 0.85rem;
    opacity: 0.6;
    margin-top: 12px;
}
.hero-enterprise .hero-note i {
    margin-right: 4px;
    color: var(--neon-green);
}

/* Hero Metrics Strip */
.hero-metrics {
    display: flex;
    gap: 48px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hero-metric .metric-value {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
}
.hero-metric .metric-value .metric-accent {
    color: var(--yellow-gold);
}
.hero-metric .metric-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.5;
    font-weight: 500;
}

/* ===== Enterprise Section Headers ===== */
.section-enterprise {
    padding: 100px 0;
}
.section-enterprise .container {
    max-width: 1200px;
}
.section-enterprise .section-header {
    text-align: center;
    margin-bottom: 60px;
}
.section-enterprise .section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--main-blue);
    background: var(--light-blue);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.section-enterprise .section-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--text-primary-color);
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.15;
}
.section-enterprise .section-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary-color);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ===== Enterprise Cards ===== */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 24px;
}
.cards-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.cards-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.ent-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 36px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.ent-card:hover {
    border-color: rgba(2, 20, 63, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.ent-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 10px;
    line-height: 1.3;
}
.ent-card p {
    font-size: 0.95rem;
    color: var(--text-secondary-color);
    line-height: 1.65;
}
.ent-card .card-link,
.split-text .card-link,
.usecase-card .card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--main-blue);
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 16px;
    text-decoration: none;
    transition: gap 0.2s ease;
}
.ent-card .card-link:hover,
.split-text .card-link:hover,
.usecase-card .card-link:hover {
    gap: 10px;
}

/* Card with number indicator */
.ent-card .card-number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 3rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
}

/* Alt background for sections */
.bg-light {
    background: var(--secondary-color);
}
.bg-white {
    background: #fff;
}
.bg-dark {
    background: linear-gradient(160deg, #02143f 0%, #010c2a 100%);
    color: #fff;
}

/* ===== Enterprise Code Block ===== */
.code-section {
    padding: 100px 0;
    background: #fafbfc;
}
.code-section .container {
    max-width: 900px;
}
.code-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}
.code-section .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary-color);
    letter-spacing: -1px;
    margin-bottom: 12px;
}
.code-section .section-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary-color);
    max-width: 600px;
    margin: 0 auto;
}

/* Enhanced Code Tabs */
.code-block-enterprise {
    background: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.code-block-enterprise .code-header {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    gap: 8px;
}
.code-block-enterprise .code-header .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #334155;
}
.code-block-enterprise .code-header .dot:nth-child(1) { background: #ef4444; }
.code-block-enterprise .code-header .dot:nth-child(2) { background: #fbbf24; }
.code-block-enterprise .code-header .dot:nth-child(3) { background: #22c55e; }
.code-block-enterprise .code-header .code-filename {
    margin-left: 12px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}
.code-block-enterprise .code-tabs-header {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.code-block-enterprise .code-tab {
    padding: 12px 24px;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    background: transparent;
    flex: none;
}
.code-block-enterprise .code-tab:hover {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.03);
}
.code-block-enterprise .code-tab.active {
    color: var(--yellow-gold);
    border-bottom-color: var(--yellow-gold);
    background: transparent;
}
.code-block-enterprise .code-tab-content {
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.code-block-enterprise .code-tab-content pre {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #e2e8f0;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    max-height: none;
    overflow-y: visible;
    overflow-x: auto;
}
.code-block-enterprise .copy-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s ease;
}
/* Copy button inside code-header should be a flex child, not absolute */
.code-block-enterprise .code-header .copy-btn {
    position: static;
    margin-left: auto;
}
.code-block-enterprise .copy-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* ===== Enterprise API Details ===== */
.api-section {
    padding: 100px 0;
}
.api-section .container {
    max-width: 1200px;
}
.api-section h3 {
    word-break: break-all;
    overflow-wrap: anywhere;
}
.faq-items-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
.api-params-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.api-params-table thead th {
    background: var(--main-blue);
    color: #fff;
    padding: 16px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}
.api-params-table tbody td {
    padding: 14px 20px;
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--text-primary-color);
}
.api-params-table tbody tr:last-child td {
    border-bottom: none;
}
.api-params-table tbody tr:hover {
    background: rgba(2, 20, 63, 0.02);
}
.api-params-table code {
    background: #f1f5f9;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--main-blue);
}
.api-params-table .param-required {
    display: inline-block;
    background: rgba(253, 164, 29, 0.12);
    color: #b37400;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-left: 6px;
}
.api-params-table .param-optional {
    display: inline-block;
    background: rgba(0, 0, 0, 0.04);
    color: var(--text-secondary-color);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 6px;
}

/* Response Preview */
.api-response-preview {
    background: #0f172a;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.api-response-preview .response-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: rgba(34, 197, 94, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
}
.api-response-preview .response-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--neon-green);
}
.api-response-preview .response-status .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--neon-green);
}
.api-response-preview .copy-btn {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.api-response-preview .copy-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.api-response-preview pre {
    padding: 24px;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #e2e8f0;
    margin: 0;
    white-space: pre-wrap;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    max-height: 400px;
    overflow-y: auto;
}

/* ===== Enterprise FAQ — Redesigned v3.0 ===== */
.faq-enterprise {
    padding: 100px 0;
    background: linear-gradient(180deg, #f8f9fc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}
.faq-enterprise::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(2, 20, 63, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.faq-enterprise::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(253, 164, 29, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.faq-enterprise .container {
    max-width: 1100px;
    position: relative;
    z-index: 1;
}
.faq-enterprise .section-header {
    text-align: center;
    margin-bottom: 56px;
}
.faq-enterprise .section-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--main-blue);
    background: var(--light-blue);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.faq-enterprise .section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--text-primary-color);
    letter-spacing: -1px;
    margin-bottom: 12px;
}
.faq-enterprise .section-subtitle {
    font-size: 1.05rem;
    color: var(--text-secondary-color);
    max-width: 540px;
    margin: 0 auto;
}

/* FAQ items — staggered card reveal */
.faq-ent-item {
    background: #fff;
    border: 1px solid rgba(2, 20, 63, 0.07);
    border-radius: 14px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    opacity: 0;
    transform: translateY(18px);
}
.faq-ent-item.faq-visible {
    opacity: 1;
    transform: translateY(0);
}
.faq-ent-item:nth-child(2) { transition-delay: 0.06s; }
.faq-ent-item:nth-child(3) { transition-delay: 0.12s; }
.faq-ent-item:nth-child(4) { transition-delay: 0.18s; }
.faq-ent-item:nth-child(5) { transition-delay: 0.24s; }
.faq-ent-item:nth-child(6) { transition-delay: 0.30s; }
.faq-ent-item:nth-child(7) { transition-delay: 0.36s; }

.faq-ent-item:hover {
    border-color: rgba(2, 20, 63, 0.14);
    box-shadow: 0 8px 28px rgba(2, 20, 63, 0.06);
    transform: translateY(-2px);
}
.faq-ent-item.active {
    border-color: rgba(2, 20, 63, 0.14);
    box-shadow: 0 8px 28px rgba(2, 20, 63, 0.06);
}

/* Question button */
.faq-ent-item .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 22px 24px;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-primary-color);
    text-align: left;
    line-height: 1.45;
    cursor: pointer;
    transition: color 0.25s ease;
}
.faq-ent-item:hover .faq-q,
.faq-ent-item.active .faq-q {
    color: var(--main-blue);
}

/* Toggle icon */
.faq-ent-item .faq-q .faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    color: var(--main-blue);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-ent-item:hover .faq-q .faq-toggle {
    background: rgba(2, 20, 63, 0.08);
}
.faq-ent-item.active .faq-q .faq-toggle {
    background: var(--main-blue);
    color: #fff;
    transform: rotate(180deg);
    box-shadow: 0 4px 12px rgba(2, 20, 63, 0.2);
}

/* Answer panel */
.faq-ent-item .faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 24px;
}
.faq-ent-item .faq-a > * {
    overflow: hidden;
}
.faq-ent-item.active .faq-a {
    grid-template-rows: 1fr;
    padding: 0 24px 24px;
}
.faq-ent-item .faq-a p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text-secondary-color);
    padding-top: 2px;
    border-top: 1px solid rgba(2, 20, 63, 0.05);
    padding-top: 16px;
}
.faq-ent-item .faq-a p a {
    color: var(--main-blue);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.faq-ent-item .faq-a p a:hover {
    border-bottom-color: var(--main-blue);
}

/* Responsive */
@media (max-width: 768px) {
    .faq-enterprise { padding: 64px 0; }
    .faq-enterprise .section-title { font-size: 1.85rem; }
    .faq-enterprise .section-header { margin-bottom: 36px; }
    .faq-ent-item .faq-q { padding: 18px 18px; font-size: 0.95rem; }
    .faq-ent-item .faq-a { padding: 0 18px; }
    .faq-ent-item.active .faq-a { padding: 0 18px 18px; }
    .faq-ent-item .faq-q .faq-toggle { width: 28px; height: 28px; border-radius: 8px; }
}

/* ===== Enterprise CTA Section ===== */
.cta-enterprise {
    padding: 100px 0;
    background: linear-gradient(160deg, #02143f 0%, #0a1e4a 50%, #010c2a 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-enterprise::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(253, 164, 29, 0.06) 0%, transparent 60%);
    pointer-events: none;
}
.cta-enterprise .container {
    position: relative;
    z-index: 1;
    max-width: 700px;
}
.cta-enterprise h2 {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 16px;
    color: #fff;
}
.cta-enterprise p {
    font-size: 1.15rem;
    opacity: 0.8;
    margin-bottom: 32px;
    line-height: 1.7;
}
.cta-enterprise .cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
}
.cta-enterprise .cta-actions .btn-primary {
    background: var(--yellow-gold);
    color: var(--main-blue);
    padding: 16px 38px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid var(--yellow-gold);
    box-shadow: 0 4px 20px rgba(253, 164, 29, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
}
.cta-enterprise .cta-actions .btn-primary::after {
    content: '\2192';
    font-size: 1.1em;
    transition: transform 0.3s ease;
}
.cta-enterprise .cta-actions .btn-primary:hover {
    background: #e89518;
    border-color: #e89518;
    transform: translateY(-3px);
    box-shadow: 0 8px 32px rgba(253, 164, 29, 0.45);
}
.cta-enterprise .cta-actions .btn-primary:hover::after {
    transform: translateX(4px);
}
.cta-enterprise .cta-actions .btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 16px 38px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.01em;
    backdrop-filter: blur(4px);
}
.cta-enterprise .cta-actions .btn-secondary::after {
    content: '\2192';
    font-size: 1.1em;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.cta-enterprise .cta-actions .btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.cta-enterprise .cta-actions .btn-secondary:hover::after {
    transform: translateX(4px);
    opacity: 1;
}
.cta-enterprise .cta-note {
    font-size: 0.88rem;
    opacity: 0.5;
    margin-top: 24px;
    letter-spacing: 0.02em;
}

/* ===== Related APIs Section ===== */
.related-apis {
    padding: 80px 0;
    background: #f8fafc;
}
.related-apis .section-header {
    text-align: center;
    margin-bottom: 48px;
}
.related-apis .section-header h2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-primary-color);
    margin-bottom: 8px;
}
.related-apis .section-header p {
    color: var(--text-secondary-color);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}
.related-apis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 24px;
    max-width: 1060px;
    margin: 0 auto;
}
.related-api-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    padding: 28px 24px 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.related-api-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--main-blue, #3b82f6), #6366f1);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.related-api-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
    border-color: rgba(99, 102, 241, 0.2);
}
.related-api-card:hover::before {
    opacity: 1;
}
.related-api-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(99, 102, 241, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: background 0.3s ease, transform 0.3s ease;
}
.related-api-icon i {
    font-size: 1.15rem;
    color: var(--main-blue, #3b82f6);
    transition: color 0.3s ease;
}
.related-api-card:hover .related-api-icon {
    background: linear-gradient(135deg, var(--main-blue, #3b82f6), #6366f1);
    transform: scale(1.08);
}
.related-api-card:hover .related-api-icon i {
    color: #fff;
}
.related-api-card strong,
.related-api-card h3 {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin: 0 0 6px 0;
}
.related-api-card span {
    font-size: 0.9rem;
    color: var(--text-secondary-color);
    line-height: 1.5;
}
.related-api-arrow {
    position: absolute;
    bottom: 22px;
    right: 22px;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    color: var(--main-blue, #3b82f6);
    font-size: 0.85rem;
}
.related-api-card:hover .related-api-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* ===== How It Works Enterprise ===== */
.steps-enterprise {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px;
    counter-reset: step;
}
.step-ent {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.step-ent .step-number {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--main-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    flex-shrink: 0;
}
.step-ent h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 4px;
}
.step-ent p {
    font-size: 0.92rem;
    color: var(--text-secondary-color);
    line-height: 1.65;
}

/* ===== Responsive Enterprise ===== */
@media (max-width: 960px) {
    .hero-enterprise h1 {
        font-size: 2.75rem;
    }
    .hero-metrics {
        flex-wrap: wrap;
        gap: 24px;
    }
    .cards-grid-3,
    .cards-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-enterprise .section-title {
        font-size: 2.25rem;
    }
    .cta-enterprise h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 768px) {
    .hero-enterprise {
        padding: 80px 0 60px;
        text-align: center;
    }
    .hero-enterprise h1 {
        font-size: 2.25rem;
    }
    .hero-enterprise .hero-description {
        font-size: 1.05rem;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-enterprise .hero-badge {
        margin: 0 auto;
    }
    .hero-enterprise .hero-actions {
        justify-content: center;
    }
    .hero-enterprise .hero-note {
        text-align: center;
    }
    .hero-metrics {
        justify-content: center;
    }
    .trust-bar .container {
        gap: 24px;
    }
    .cards-grid-3,
    .cards-grid-4 {
        grid-template-columns: 1fr;
    }
    .section-enterprise {
        padding: 60px 0;
    }
    .section-enterprise .section-title {
        font-size: 2rem;
    }
    .code-section {
        padding: 60px 0;
    }
    .code-section .section-title {
        font-size: 2rem;
    }
    .faq-enterprise {
        padding: 60px 0;
    }
    .faq-enterprise .section-title {
        font-size: 2rem;
    }
    .cta-enterprise {
        padding: 60px 0;
    }
    .cta-enterprise h2 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .hero-enterprise h1 {
        font-size: 1.85rem;
    }
    .hero-enterprise .hero-description {
        font-size: 0.95rem;
    }
    .hero-enterprise .hero-actions .btn-primary,
    .hero-enterprise .hero-actions .btn-secondary {
        padding: 12px 24px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
    }
    .hero-metrics {
        gap: 16px;
    }
    .hero-metric .metric-value {
        font-size: 1.5rem;
    }
    .section-enterprise .section-title {
        font-size: 1.65rem;
    }
    .section-enterprise .section-subtitle {
        font-size: 1rem;
    }
    .ent-card {
        padding: 24px 20px;
    }
    .code-block-enterprise .code-tab {
        padding: 10px 16px;
        font-size: 0.8rem;
    }
    .code-tabs-header {
        flex-wrap: wrap;
    }
    .trust-bar .container {
        gap: 16px;
        justify-content: center;
    }
    .trust-item {
        font-size: 0.82rem;
    }
    .faq-ent-item .faq-q {
        font-size: 0.95rem;
        padding: 16px 20px;
    }
    .cta-enterprise h2 {
        font-size: 1.65rem;
    }
    .cta-enterprise p {
        font-size: 1rem;
    }
    .cta-enterprise .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    .cta-enterprise .cta-actions a {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 14px 28px;
        font-size: 0.95rem;
    }
    .steps-enterprise {
        grid-template-columns: 1fr;
    }
}

/* ===== Hero Split Layout ===== */
.hero-enterprise.hero-split .container {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}
.hero-enterprise.hero-split .hero-content {
    flex: 1;
    min-width: 0;
}
.hero-enterprise.hero-split .hero-visual {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-enterprise.hero-split .hero-visual .pipeline-mockup {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
    backdrop-filter: blur(8px);
}
/* Pipeline mockup in split-content sections (outside hero — needs its own dark bg) */
.split-content .split-visual .pipeline-mockup {
    background: linear-gradient(145deg, #0a1628, #162240);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 32px;
    width: 100%;
    max-width: 480px;
}
.pipeline-mockup .mockup-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pipeline-mockup .mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.pipeline-mockup .mockup-dot:nth-child(1) { background: #ef4444; }
.pipeline-mockup .mockup-dot:nth-child(2) { background: #fbbf24; }
.pipeline-mockup .mockup-dot:nth-child(3) { background: #22c55e; }
.pipeline-mockup .mockup-title {
    margin-left: 10px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
    font-weight: 500;
}
.pipeline-mockup .mockup-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    margin-bottom: 8px;
    transition: background 0.2s ease;
}
.pipeline-mockup .mockup-row:hover {
    background: rgba(255,255,255,0.06);
}
.pipeline-mockup .mockup-status {
    width: 8px; height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.pipeline-mockup .mockup-status.active { background: #22c55e; box-shadow: 0 0 8px rgba(34,197,94,0.4); }
.pipeline-mockup .mockup-status.pending { background: #fbbf24; }
.pipeline-mockup .mockup-status.queued { background: rgba(255,255,255,0.2); }
.pipeline-mockup .mockup-label {
    font-size: 0.82rem; color: rgba(255,255,255,0.75); flex: 1;
}
.pipeline-mockup .mockup-badge {
    font-size: 0.68rem; font-weight: 600; padding: 3px 10px;
    border-radius: 100px; text-transform: uppercase; letter-spacing: 0.04em;
}
.pipeline-mockup .mockup-badge.running {
    background: rgba(34,197,94,0.12); color: #22c55e;
}
.pipeline-mockup .mockup-badge.scheduled {
    background: rgba(251,191,36,0.12); color: #fbbf24;
}
.pipeline-mockup .mockup-badge.idle {
    background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.35);
}
.pipeline-mockup .mockup-value {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    white-space: nowrap;
}
.pipeline-mockup .mockup-value.success { color: #22c55e; }
.pipeline-mockup .mockup-value.error { color: #ef4444; }
.pipeline-mockup .mockup-value.accent { color: var(--yellow-gold); }
.pipeline-mockup .mockup-value.mockup-highlight { color: var(--yellow-gold); }
.pipeline-mockup .mockup-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.pipeline-mockup .mockup-stat-row {
    display: flex; gap: 16px; margin-top: 16px;
    padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.06);
}
.pipeline-mockup .mockup-stat {
    flex: 1; text-align: center;
}
.pipeline-mockup .mockup-stat-value {
    font-size: 1.3rem; font-weight: 800; color: var(--yellow-gold);
}
.pipeline-mockup .mockup-stat-label {
    font-size: 0.68rem; color: rgba(255,255,255,0.35);
    text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px;
}

/* ===== Pipeline Timeline (How It Works) ===== */
.pipeline-timeline {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
    margin-top: 20px;
}
.pipeline-timeline::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 60px;
    right: 60px;
    height: 2px;
    background: linear-gradient(90deg, var(--main-blue) 0%, var(--yellow-gold) 50%, var(--main-blue) 100%);
    opacity: 0.18;
    z-index: 0;
}
.timeline-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 12px;
}
.timeline-step .ts-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(2,20,63,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--main-blue);
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.timeline-step:hover .ts-icon {
    background: var(--main-blue);
    color: #fff;
    border-color: var(--main-blue);
    box-shadow: 0 8px 30px rgba(2,20,63,0.2);
    transform: translateY(-4px);
}
.timeline-step .ts-number {
    position: absolute;
    top: -6px;
    right: -4px;
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--yellow-gold);
    color: var(--main-blue);
    font-size: 0.65rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.timeline-step .ts-connector {
    display: none; /* visible in CSS pseudo for horizontal line */
}
.timeline-step h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 6px;
}
.timeline-step p {
    font-size: 0.88rem;
    color: var(--text-secondary-color);
    line-height: 1.6;
    max-width: 220px;
}

/* ===== Split Content (alternating image/text rows) ===== */
.split-content {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 80px;
}
.split-content:last-child {
    margin-bottom: 0;
}
.split-content.reverse {
    flex-direction: row-reverse;
}
.split-content .split-text {
    flex: 1;
    min-width: 0;
}
.split-content .split-text .split-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--yellow-gold);
    margin-bottom: 12px;
}
.split-content .split-text h3 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-primary-color);
    margin-bottom: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.split-content .split-text p {
    font-size: 1.02rem;
    color: var(--text-secondary-color);
    line-height: 1.7;
    margin-bottom: 20px;
}
.split-content .split-text .split-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.split-content .split-text .split-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    color: var(--text-secondary-color);
}
.split-content .split-text .split-features li i {
    color: #22c55e;
    font-size: 0.85rem;
    flex-shrink: 0;
}
.split-content .split-visual {
    flex: 1;
    min-width: 0;
}
.split-content .split-visual .visual-card {
    background: var(--secondary-color);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.split-content .split-visual .visual-card::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(253,164,29,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.visual-card .vc-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 320px;
    margin: 0 auto;
}
.visual-card .vc-item,
.visual-card .vc-icon-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
}
.visual-card .vc-item:hover,
.visual-card .vc-icon-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.visual-card .vc-item i,
.visual-card .vc-icon-item i {
    font-size: 1rem;
    color: var(--main-blue);
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}
.visual-card .vc-item span,
.visual-card .vc-icon-item span {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-primary-color);
}
.visual-card .vc-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 280px;
    margin: 0 auto;
}
.visual-card .vc-flow-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 24px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    transition: all 0.25s ease;
}
.visual-card .vc-flow-step:hover {
    border-color: rgba(2,20,63,0.12);
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.visual-card .vc-flow-step .flow-num {
    width: 24px; height: 24px;
    border-radius: 6px;
    background: var(--light-blue);
    color: var(--main-blue);
    font-size: 0.68rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.visual-card .vc-flow-step span {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-primary-color);
}
.visual-card .vc-flow-step i {
    font-size: 1rem;
    color: var(--main-blue);
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}
.visual-card .vc-flow-arrow {
    text-align: center;
    color: var(--main-blue);
    opacity: 0.35;
    font-size: 0.75rem;
    line-height: 1;
}

/* ===== Bento Grid (Feature Spotlights) ===== */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}
.bento-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 36px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.bento-item:hover {
    border-color: rgba(2,20,63,0.1);
    box-shadow: 0 12px 40px rgba(0,0,0,0.07);
    transform: translateY(-3px);
}
.bento-item.bento-wide {
    grid-column: span 2;
}
.bento-item.bento-tall {
    grid-row: span 2;
}
.bento-item.bento-accent {
    background: linear-gradient(160deg, #02143f 0%, #0a1e4a 100%);
    color: #fff;
    border-color: transparent;
}
.bento-item.bento-accent h3 { color: #fff; }
.bento-item.bento-accent p { color: rgba(255,255,255,0.7); }
.bento-item.bento-accent .bento-icon {
    background: rgba(253,164,29,0.15);
    color: var(--yellow-gold);
}
.bento-item .bento-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--main-blue);
    margin-bottom: 20px;
}
.bento-item h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 8px;
    line-height: 1.3;
}
.bento-item p {
    font-size: 0.92rem;
    color: var(--text-secondary-color);
    line-height: 1.65;
}
.bento-item .bento-highlight {
    margin-top: 20px;
    padding: 14px 18px;
    background: rgba(2,20,63,0.03);
    border-radius: 12px;
    font-size: 0.85rem;
    color: var(--text-secondary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.bento-item.bento-accent .bento-highlight {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.6);
}
.bento-highlight i {
    color: var(--yellow-gold);
    flex-shrink: 0;
}

/* ===== Social Proof / Metrics Banner ===== */
.metrics-banner {
    background: linear-gradient(160deg, #02143f 0%, #0a1e4a 50%, #010c2a 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.metrics-banner::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 400px;
    background: radial-gradient(ellipse, rgba(253,164,29,0.05) 0%, transparent 60%);
    pointer-events: none;
}
.metrics-banner .container {
    position: relative; z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.metric-block {
    text-align: center;
    min-width: 120px;
}
.metric-block .mb-value {
    font-size: 2.75rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: -2px;
    line-height: 1;
}
.metric-block .mb-value span {
    color: var(--yellow-gold);
}
.metric-block .mb-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 6px;
    font-weight: 500;
}
.metric-block .mb-divider {
    display: none;
}
.metrics-banner .mb-sep {
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,0.1);
}

/* ===== Persona Cards (Who Benefits) ===== */
.persona-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.persona-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.3s ease;
}
.persona-card:hover {
    border-color: rgba(2,20,63,0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    transform: translateY(-3px);
}
.persona-card .persona-avatar {
    width: 56px; height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.persona-card .persona-avatar.av-blue {
    background: var(--light-blue); color: var(--main-blue);
}
.persona-card .persona-avatar.av-gold {
    background: rgba(253,164,29,0.1); color: var(--yellow-gold);
}
.persona-card .persona-avatar.av-green {
    background: rgba(34,197,94,0.1); color: #16a34a;
}
.persona-card .persona-avatar.av-purple {
    background: rgba(139,92,246,0.1); color: #7c3aed;
}
.persona-card .persona-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 6px;
}
.persona-card .persona-body p {
    font-size: 0.9rem;
    color: var(--text-secondary-color);
    line-height: 1.6;
}

/* ===== Use-Case Cards with accent top border ===== */
.usecase-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 36px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.usecase-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--main-blue);
    transition: background 0.3s ease;
}
.usecase-card:hover::before {
    background: var(--yellow-gold);
}
.usecase-card:hover {
    border-color: rgba(2,20,63,0.1);
    box-shadow: 0 12px 40px rgba(0,0,0,0.07);
    transform: translateY(-4px);
}
.usecase-card .uc-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--main-blue);
    background: var(--light-blue);
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 16px;
}
.usecase-card .uc-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--main-blue);
    margin-bottom: 16px;
}
.usecase-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 8px;
}
.usecase-card p {
    font-size: 0.92rem;
    color: var(--text-secondary-color);
    line-height: 1.65;
}

/* ===== Integration logos strip ===== */
.integration-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.integration-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary-color);
    transition: all 0.25s ease;
}
.integration-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.integration-item i {
    font-size: 1.3rem;
    color: var(--main-blue);
}
.integration-item img {
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
    vertical-align: middle;
    flex-shrink: 0;
}

/* ===== Responsive for new patterns ===== */
@media (max-width: 960px) {
    .hero-enterprise.hero-split .container {
        flex-direction: column;
        gap: 40px;
    }
    .hero-enterprise.hero-split .hero-visual { max-width: 480px; }
    .split-content {
        flex-direction: column !important;
        gap: 40px;
    }
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bento-item.bento-wide {
        grid-column: span 1;
    }
    .pipeline-timeline {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }
    .pipeline-timeline::before {
        top: 32px;
        bottom: 32px;
        left: 32px;
        right: auto;
        width: 2px;
        height: auto;
    }
    .timeline-step {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 20px;
        padding: 0;
    }
    .timeline-step .ts-icon {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .timeline-step p { max-width: none; }
}

@media (max-width: 768px) {
    .hero-enterprise.hero-split .hero-visual { display: none; }
    .split-content .split-visual .visual-card { padding: 24px; }
    .bento-grid {
        grid-template-columns: 1fr;
    }
    .bento-item.bento-wide,
    .bento-item.bento-tall {
        grid-column: span 1;
        grid-row: span 1;
    }
    .persona-grid {
        grid-template-columns: 1fr;
    }
    .metrics-banner .container {
        gap: 32px;
    }
    .metrics-banner .mb-sep { display: none; }
    .metric-block .mb-value { font-size: 2.2rem; }
}

@media (max-width: 600px) {
    .pipeline-timeline::before { display: none; }
    .timeline-step .ts-icon { width: 48px; height: 48px; font-size: 1.1rem; }
    .persona-card { flex-direction: column; gap: 12px; }
    .bento-item { padding: 24px 20px; }
    .integration-strip { gap: 12px; }
    .integration-item { padding: 10px 16px; font-size: 0.82rem; }
}

@media (max-width: 480px) {
    .hero-enterprise { padding: 60px 0 40px; }
    .hero-enterprise h1 { font-size: 1.6rem; }
    .section-enterprise { padding: 40px 0; }
    .section-enterprise .section-header { margin-bottom: 36px; }
    .section-enterprise .section-title { font-size: 1.45rem; }
    .split-content { gap: 24px; margin-bottom: 40px; }
    .split-content .split-text h3 { font-size: 1.35rem; }
    .split-content .split-visual .visual-card { padding: 16px; }
    .visual-card .vc-icon-grid { grid-template-columns: 1fr; gap: 8px; max-width: 100%; }
    .related-apis-grid { grid-template-columns: 1fr; }
    .metrics-banner .container { gap: 20px; }
    .metric-block .mb-value { font-size: 1.8rem; }
    .faq-enterprise { padding: 40px 0; }
    .faq-enterprise .section-title { font-size: 1.45rem; }
    .cta-enterprise { padding: 40px 0; }
    .cta-enterprise h2 { font-size: 1.45rem; }
    .code-section { padding: 40px 0; }
    .pipeline-mockup { padding: 20px !important; }
    .pipeline-mockup .mockup-value { white-space: normal; }
}

/* ===== Utility Classes ===== */
.text-center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }

/* Table scroll wrapper for mobile */
.table-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-scroll-wrapper .api-params-table {
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-width: 600px;
}

/* Scroll animation support */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ============================================================
   UNIFIED ICON THEME — Modern Enterprise Card Icons
   Consistent gradient icon backgrounds across all index pages.
   Uses a 4-color palette rotating across card positions.
   ============================================================ */

/* Default card-icon: navy blue (brand primary) */
.ent-card .card-icon,
.card-enterprise .card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1;
    background: linear-gradient(135deg, rgba(2, 20, 63, 0.08) 0%, rgba(2, 20, 63, 0.15) 100%);
    color: var(--main-blue);
    border: 1px solid rgba(2, 20, 63, 0.06);
    transition: all 0.3s ease;
}

/* Hover: lift with glow */
.ent-card:hover .card-icon,
.card-enterprise:hover .card-icon {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 20, 63, 0.12);
}

/* ── Icon Color Variants ── */
/* Gold accent (for alternating visual interest) */
.ent-card .card-icon.icon-gold,
.card-enterprise .card-icon.icon-gold {
    background: linear-gradient(135deg, rgba(253, 164, 29, 0.08) 0%, rgba(253, 164, 29, 0.16) 100%);
    color: #d38714;
    border-color: rgba(253, 164, 29, 0.1);
}
.ent-card:hover .card-icon.icon-gold,
.card-enterprise:hover .card-icon.icon-gold {
    box-shadow: 0 6px 20px rgba(253, 164, 29, 0.15);
}

/* Green accent */
.ent-card .card-icon.icon-green,
.card-enterprise .card-icon.icon-green {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.14) 100%);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.1);
}
.ent-card:hover .card-icon.icon-green,
.card-enterprise:hover .card-icon.icon-green {
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.15);
}

/* Indigo accent */
.ent-card .card-icon.icon-indigo,
.card-enterprise .card-icon.icon-indigo {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(99, 102, 241, 0.14) 100%);
    color: #4f46e5;
    border-color: rgba(99, 102, 241, 0.1);
}
.ent-card:hover .card-icon.icon-indigo,
.card-enterprise:hover .card-icon.icon-indigo {
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15);
}

/* ── Auto-rotate icon colors on benefit/feature grids ── */
/* Benefits (3-col grid): blue → gold → green pattern */
.cards-grid-3 .ent-card:nth-child(3n+1) .card-icon,
.cards-grid-3 .card-enterprise:nth-child(3n+1) .card-icon {
    background: linear-gradient(135deg, rgba(2, 20, 63, 0.08) 0%, rgba(2, 20, 63, 0.15) 100%);
    color: var(--main-blue);
    border-color: rgba(2, 20, 63, 0.06);
}
.cards-grid-3 .ent-card:nth-child(3n+2) .card-icon,
.cards-grid-3 .card-enterprise:nth-child(3n+2) .card-icon {
    background: linear-gradient(135deg, rgba(253, 164, 29, 0.08) 0%, rgba(253, 164, 29, 0.16) 100%);
    color: #d38714;
    border-color: rgba(253, 164, 29, 0.1);
}
.cards-grid-3 .ent-card:nth-child(3n+3) .card-icon,
.cards-grid-3 .card-enterprise:nth-child(3n+3) .card-icon {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.14) 100%);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.1);
}

/* Features (4-col grid): blue → gold → green → indigo pattern */
.cards-grid-4 .ent-card:nth-child(4n+1) .card-icon,
.cards-grid-4 .card-enterprise:nth-child(4n+1) .card-icon {
    background: linear-gradient(135deg, rgba(2, 20, 63, 0.08) 0%, rgba(2, 20, 63, 0.15) 100%);
    color: var(--main-blue);
    border-color: rgba(2, 20, 63, 0.06);
}
.cards-grid-4 .ent-card:nth-child(4n+2) .card-icon,
.cards-grid-4 .card-enterprise:nth-child(4n+2) .card-icon {
    background: linear-gradient(135deg, rgba(253, 164, 29, 0.08) 0%, rgba(253, 164, 29, 0.16) 100%);
    color: #d38714;
    border-color: rgba(253, 164, 29, 0.1);
}
.cards-grid-4 .ent-card:nth-child(4n+3) .card-icon,
.cards-grid-4 .card-enterprise:nth-child(4n+3) .card-icon {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.14) 100%);
    color: #16a34a;
    border-color: rgba(34, 197, 94, 0.1);
}
.cards-grid-4 .ent-card:nth-child(4n+4) .card-icon,
.cards-grid-4 .card-enterprise:nth-child(4n+4) .card-icon {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(99, 102, 241, 0.14) 100%);
    color: #4f46e5;
    border-color: rgba(99, 102, 241, 0.1);
}

/* Grid hover glow matches the icon color variant */
.cards-grid-3 .ent-card:nth-child(3n+1):hover .card-icon { box-shadow: 0 6px 20px rgba(2, 20, 63, 0.12); }
.cards-grid-3 .ent-card:nth-child(3n+2):hover .card-icon { box-shadow: 0 6px 20px rgba(253, 164, 29, 0.15); }
.cards-grid-3 .ent-card:nth-child(3n+3):hover .card-icon { box-shadow: 0 6px 20px rgba(34, 197, 94, 0.15); }

.cards-grid-4 .ent-card:nth-child(4n+1):hover .card-icon { box-shadow: 0 6px 20px rgba(2, 20, 63, 0.12); }
.cards-grid-4 .ent-card:nth-child(4n+2):hover .card-icon { box-shadow: 0 6px 20px rgba(253, 164, 29, 0.15); }
.cards-grid-4 .ent-card:nth-child(4n+3):hover .card-icon { box-shadow: 0 6px 20px rgba(34, 197, 94, 0.15); }
.cards-grid-4 .ent-card:nth-child(4n+4):hover .card-icon { box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15); }

/* Card-icon inside dark backgrounds */
.bg-dark .ent-card .card-icon {
    background: rgba(255, 255, 255, 0.08);
    color: var(--yellow-gold);
    border-color: rgba(255, 255, 255, 0.06);
}

/* ── Trust Bar unified styling ── */
.trust-bar {
    background: var(--secondary-color);
    border-bottom: 1px solid var(--tertiary-color);
    padding: 24px 0;
}
.trust-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-secondary-color);
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}
.trust-item i {
    font-size: 1.1rem;
    color: var(--main-blue);
    opacity: 0.7;
}

/* ── card-enterprise alias (pricing page compatibility) ── */
.card-enterprise {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 36px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.card-enterprise:hover {
    border-color: rgba(2, 20, 63, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.card-enterprise h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 10px;
    line-height: 1.3;
}
.card-enterprise p {
    font-size: 0.95rem;
    color: var(--text-secondary-color);
    line-height: 1.65;
}

/* ============================================================
   STATUS PAGE — Enterprise Status Monitor
   ============================================================ */

/* ── Hero Status Banner ── */
.status-global-banner {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(34, 197, 94, 0.06);
    border: 1px solid rgba(34, 197, 94, 0.15);
    padding: 16px 28px;
    border-radius: 16px;
    margin-top: 32px;
    backdrop-filter: blur(8px);
}
.status-global-banner.status-degraded {
    background: rgba(253, 164, 29, 0.08);
    border-color: rgba(253, 164, 29, 0.2);
}
.status-global-banner.status-down {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.2);
}
.status-pulse {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--neon-green);
    position: relative;
    flex-shrink: 0;
}
.status-pulse::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: inherit;
    animation: statusPulseRing 2s ease-in-out infinite;
}
@keyframes statusPulseRing {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(2.4); opacity: 0; }
}
.status-degraded .status-pulse { background: var(--yellow-gold); }
.status-down .status-pulse { background: #ef4444; }
.status-banner-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.status-banner-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
}
.status-banner-sub {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}
.status-banner-uptime {
    margin-left: auto;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--neon-green);
    letter-spacing: -2px;
    line-height: 1;
}
.status-degraded .status-banner-uptime { color: var(--yellow-gold); }
.status-down .status-banner-uptime { color: #ef4444; }

/* ── Status Metrics Strip ── */
.status-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.status-metric-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}
.status-metric-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}
.status-metric-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.1rem;
}
.status-metric-icon.icon-green { background: rgba(34, 197, 94, 0.12); color: var(--neon-green); }
.status-metric-icon.icon-blue { background: rgba(99, 102, 241, 0.12); color: #818cf8; }
.status-metric-icon.icon-gold { background: rgba(253, 164, 29, 0.12); color: var(--yellow-gold); }
.status-metric-icon.icon-cyan { background: rgba(6, 182, 212, 0.12); color: #22d3ee; }
.status-metric-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
    margin-bottom: 4px;
}
.status-metric-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}

/* ── Uptime Chart ── */
.chart-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}
.chart-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--neon-green), #4ade80, var(--neon-green));
    border-radius: 16px 16px 0 0;
}
.chart-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}
.chart-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-primary-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.chart-card-title .chart-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.04));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neon-green);
    font-size: 1rem;
}
.chart-legend {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--text-secondary-color);
    font-weight: 500;
}
.chart-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--neon-green);
}
#uptime-chart { width: 100%; height: 300px; }

/* ── Endpoint Cards Grid ── */
.endpoint-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.endpoint-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.endpoint-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--neon-green);
    border-radius: 16px 16px 0 0;
    transition: height 0.3s ease;
}
.endpoint-card.ep-degraded::before { background: var(--yellow-gold); }
.endpoint-card.ep-down::before { background: #ef4444; }
.endpoint-card:hover {
    border-color: rgba(2, 20, 63, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.endpoint-card:hover::before { height: 4px; }
.endpoint-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 12px;
}
.endpoint-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(2, 20, 63, 0.08), rgba(2, 20, 63, 0.03));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-blue);
    font-size: 1rem;
    flex-shrink: 0;
}
.endpoint-card-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary-color);
    line-height: 1.3;
    margin-bottom: 6px;
}
.endpoint-card-url {
    font-size: 0.78rem;
    color: var(--text-secondary-color);
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', monospace;
    background: var(--secondary-color);
    padding: 5px 12px;
    border-radius: 8px;
    display: inline-block;
    word-break: break-all;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Status Badges */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    white-space: nowrap;
}
.status-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.status-badge-operational { background: rgba(34, 197, 94, 0.1); color: #16a34a; }
.status-badge-operational .status-badge-dot { background: #16a34a; }
.status-badge-degraded { background: rgba(253, 164, 29, 0.12); color: #d97706; }
.status-badge-degraded .status-badge-dot { background: #d97706; }
.status-badge-down { background: rgba(239, 68, 68, 0.1); color: #dc2626; }
.status-badge-down .status-badge-dot { background: #dc2626; }

/* Endpoint Mini Uptime Bar */
.endpoint-uptime-bar {
    display: flex;
    gap: 2px;
    margin-top: 16px;
    height: 28px;
    align-items: stretch;
}
.endpoint-uptime-bar .bar-segment {
    flex: 1;
    border-radius: 4px;
    background: var(--neon-green);
    opacity: 0.25;
    transition: all 0.2s ease;
    position: relative;
    min-width: 4px;
}
.endpoint-uptime-bar .bar-segment.bar-up { opacity: 0.7; background: var(--neon-green); }
.endpoint-uptime-bar .bar-segment.bar-degraded { opacity: 0.7; background: var(--yellow-gold); }
.endpoint-uptime-bar .bar-segment.bar-down { opacity: 0.7; background: #ef4444; }
.endpoint-uptime-bar .bar-segment:hover {
    opacity: 1;
    transform: scaleY(1.15);
}
.endpoint-uptime-bar-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 0.68rem;
    color: var(--text-secondary-color);
    opacity: 0.7;
}

/* Endpoint Meta */
.endpoint-meta {
    display: flex;
    gap: 24px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.endpoint-meta-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.endpoint-meta-label {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-secondary-color);
}
.endpoint-meta-value {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-primary-color);
}
.endpoint-meta-value.text-green { color: var(--neon-green); }
.endpoint-meta-value.text-gold { color: #d97706; }
.endpoint-meta-value.text-red { color: #dc2626; }

/* ── Incident Timeline ── */
.incident-timeline {
    position: relative;
    padding-left: 32px;
}
.incident-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    width: 2px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}
.incident-item {
    position: relative;
    margin-bottom: 28px;
}
.incident-item:last-child { margin-bottom: 0; }
.incident-dot {
    position: absolute;
    left: -32px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--neon-green);
    display: flex;
    align-items: center;
    justify-content: center;
}
.incident-dot i { font-size: 0.55rem; color: var(--neon-green); }
.incident-dot.incident-warn { border-color: var(--yellow-gold); }
.incident-dot.incident-warn i { color: var(--yellow-gold); }
.incident-dot.incident-error { border-color: #ef4444; }
.incident-dot.incident-error i { color: #ef4444; }
.incident-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 24px;
    transition: all 0.3s ease;
}
.incident-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.incident-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.incident-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary-color);
}
.incident-card-date {
    font-size: 0.78rem;
    color: var(--text-secondary-color);
    font-weight: 500;
}
.incident-card p {
    font-size: 0.9rem;
    color: var(--text-secondary-color);
    line-height: 1.6;
}

/* ── Empty State ── */
.status-empty-state {
    text-align: center;
    padding: 48px 24px;
    background: #fff;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.status-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.5rem;
    color: var(--neon-green);
}
.status-empty-state h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin-bottom: 6px;
}
.status-empty-state p {
    font-size: 0.9rem;
    color: var(--text-secondary-color);
}

/* ── Status Page Responsive ── */
@media (max-width: 1024px) {
    .endpoint-grid { grid-template-columns: repeat(2, 1fr); }
    .status-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .endpoint-grid { grid-template-columns: 1fr; }
    .status-metrics { grid-template-columns: repeat(2, 1fr); }
    .status-global-banner { flex-wrap: wrap; }
    .status-banner-uptime { margin-left: 0; margin-top: 8px; }
    #uptime-chart { height: 220px; }
    .chart-card { padding: 24px; }
}
@media (max-width: 480px) {
    .status-metrics { grid-template-columns: 1fr; }
}

/* ============================================================
   DASHBOARD ENTERPRISE STYLES
   Enterprise-grade styling for all dashboard pages
   ============================================================ */

/* ── Dashboard Page Header ── */
.dash-page-header {
    margin-bottom: 32px;
}
.dash-page-header .dash-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--main-blue);
    background: rgba(2, 20, 63, 0.06);
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 12px;
}
.dash-page-header .dash-badge i {
    font-size: 0.65rem;
}
.dash-page-header .dash-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary-color);
    letter-spacing: -0.5px;
    margin-bottom: 6px;
    line-height: 1.2;
}
.dash-page-header .dash-subtitle {
    font-size: 1rem;
    color: var(--text-secondary-color);
    line-height: 1.6;
    max-width: 600px;
}

/* ── Dashboard Metrics / Stats Row ── */
.dash-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}
.dash-stat-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.25s ease;
    overflow: hidden;
    min-width: 0;
}
.dash-stat-card:hover {
    border-color: rgba(2, 20, 63, 0.1);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}
.dash-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}
.dash-stat-icon.blue {
    background: linear-gradient(135deg, #02143f, #1e3a8a);
    color: #fff;
}
.dash-stat-icon.gold {
    background: linear-gradient(135deg, #f59e0b, #fda41d);
    color: #fff;
}
.dash-stat-icon.green {
    background: linear-gradient(135deg, #059669, #22c55e);
    color: #fff;
}
.dash-stat-icon.purple {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
}
.dash-stat-icon.red {
    background: linear-gradient(135deg, #dc2626, #f87171);
    color: #fff;
}
.dash-stat-icon.teal {
    background: linear-gradient(135deg, #0d9488, #2dd4bf);
    color: #fff;
}
.dash-stat-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.dash-stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-primary-color);
    letter-spacing: -0.5px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.dash-stat-label {
    font-size: 0.8rem;
    color: var(--text-secondary-color);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* ── Dashboard Enterprise Cards ── */
.dash-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 0;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.25s ease;
}
.dash-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.dash-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.dash-card-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary-color);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dash-card-header h3 i {
    font-size: 1rem;
    color: var(--main-blue);
    opacity: 0.7;
}
.dash-card-header .dash-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dash-card-body {
    padding: 24px 28px 28px;
}

/* ── Dashboard Enterprise Table ── */
.dash-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.dash-table thead th {
    background: var(--main-blue);
    color: #fff;
    padding: 14px 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
    white-space: nowrap;
}
.dash-table tbody td {
    padding: 14px 20px;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: var(--text-primary-color);
    vertical-align: middle;
}
.dash-table tbody tr:last-child td {
    border-bottom: none;
}
.dash-table tbody tr:hover {
    background: rgba(2, 20, 63, 0.02);
}
.dash-table code {
    background: rgba(2, 20, 63, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.82rem;
    color: var(--text-primary-color);
}

/* ── Dashboard Enterprise Buttons ── */
.dash-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
}
.dash-btn-primary {
    background: var(--main-blue);
    color: #fff;
    box-shadow: 0 2px 8px rgba(2, 20, 63, 0.15);
}
.dash-btn-primary:hover {
    background: var(--darker-main-blue);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(2, 20, 63, 0.25);
}
.dash-btn-gold {
    background: var(--yellow-gold);
    color: var(--main-blue);
    box-shadow: 0 2px 8px rgba(253, 164, 29, 0.2);
}
.dash-btn-gold:hover {
    background: #e89518;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(253, 164, 29, 0.3);
}
.dash-btn-outline {
    background: transparent;
    color: var(--main-blue);
    border: 1.5px solid rgba(2, 20, 63, 0.2);
}
.dash-btn-outline:hover {
    border-color: var(--main-blue);
    background: rgba(2, 20, 63, 0.04);
}
.dash-btn-danger {
    background: #fee2e2;
    color: #dc2626;
}
.dash-btn-danger:hover {
    background: #fecaca;
}
.dash-btn-sm {
    padding: 7px 14px;
    font-size: 0.8rem;
    border-radius: 8px;
}
.dash-btn-xs {
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 6px;
}

/* ── Dashboard Enterprise Form ── */
.dash-form-group {
    margin-bottom: 20px;
}
.dash-form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary-color);
    margin-bottom: 6px;
}
.dash-form-group label .required-star {
    color: #dc2626;
    margin-left: 2px;
}
.dash-input,
.dash-select,
.dash-textarea {
    width: 100%;
    padding: 11px 16px;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 0.92rem;
    color: var(--text-primary-color);
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Geist', sans-serif;
}
.dash-input:focus,
.dash-select:focus,
.dash-textarea:focus {
    border-color: var(--main-blue);
    box-shadow: 0 0 0 3px rgba(2, 20, 63, 0.08);
    outline: none;
}
.dash-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234A5568' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    padding-right: 40px;
    cursor: pointer;
}
.dash-textarea {
    min-height: 120px;
    resize: vertical;
}
.dash-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.dash-checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}
.dash-checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--main-blue);
    cursor: pointer;
}
.dash-checkbox-group label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-primary-color);
    margin-bottom: 0;
    cursor: pointer;
}

/* ── Dashboard Progress Bar ── */
.dash-progress {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    height: 10px;
    overflow: hidden;
    margin: 8px 0;
}
.dash-progress-fill {
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--main-blue), #1e3a8a);
    transition: width 0.5s ease;
}
.dash-progress-fill.gold {
    background: linear-gradient(90deg, #f59e0b, var(--yellow-gold));
}
.dash-progress-fill.green {
    background: linear-gradient(90deg, #059669, #22c55e);
}
.dash-progress-fill.danger {
    background: linear-gradient(90deg, #dc2626, #f87171);
}

/* ── Dashboard Verification Banner ── */
.dash-verify-banner {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 1px solid rgba(253, 164, 29, 0.3);
    border-radius: 12px;
    padding: 16px 24px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.dash-verify-banner i {
    font-size: 1.3rem;
    color: #b45309;
    flex-shrink: 0;
}
.dash-verify-banner p {
    font-size: 0.9rem;
    color: #92400e;
    font-weight: 500;
    margin: 0;
    flex: 1;
}
.dash-verify-banner a {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--main-blue);
    background: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    border: 1px solid rgba(2, 20, 63, 0.1);
}
.dash-verify-banner a:hover {
    background: var(--main-blue);
    color: #fff;
}

/* ── Dashboard Empty State ── */
.dash-empty-state {
    text-align: center;
    padding: 48px 24px;
    color: var(--text-secondary-color);
}
.dash-empty-state i {
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}
.dash-empty-state p {
    font-size: 0.95rem;
    margin-bottom: 16px;
}

/* ── Dashboard Badge / Tag ── */
.dash-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.dash-badge.success {
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
}
.dash-badge.warning {
    background: rgba(253, 164, 29, 0.1);
    color: #b45309;
}
.dash-badge.danger {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}
.dash-badge.info {
    background: rgba(2, 20, 63, 0.06);
    color: var(--main-blue);
}
.dash-badge.neutral {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text-secondary-color);
}

/* ── Dashboard Modal Enterprise ── */
.dash-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.dash-modal-overlay.active {
    display: flex;
}
.dash-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.dash-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.dash-modal-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}
.dash-modal-close {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    color: var(--text-secondary-color);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.dash-modal-close:hover {
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
}
.dash-modal-body {
    padding: 24px;
}
.dash-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* ── Dashboard Locked / Credits Depleted ── */
.dash-locked-wrap {
    position: relative;
}
.dash-locked-overlay {
    position: absolute;
    inset: -24px -28px -28px -28px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border-radius: 0 0 16px 16px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px;
}
.dash-locked-overlay i {
    font-size: 2rem;
    color: var(--yellow-gold);
}
.dash-locked-overlay p {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary-color);
    text-align: center;
    margin: 0;
}
.dash-locked-blur {
    filter: blur(4px);
    pointer-events: none;
    user-select: none;
}

/* ── Dashboard Chart Card ── */
.dash-chart-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.dash-chart-card .chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.dash-chart-card .chart-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary-color);
    display: flex;
    align-items: center;
    gap: 8px;
}
.dash-chart-card .chart-header h3 i {
    color: var(--main-blue);
    opacity: 0.6;
}

/* ── Dashboard Pagination ── */
.dash-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.dash-pagination-info {
    font-size: 0.85rem;
    color: var(--text-secondary-color);
}
.dash-pagination-links {
    display: flex;
    gap: 6px;
}
.dash-pagination-links a,
.dash-pagination-links span {
    padding: 7px 13px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--text-primary-color);
    text-decoration: none;
    transition: all 0.2s ease;
}
.dash-pagination-links a:hover {
    background: var(--main-blue);
    color: #fff;
    border-color: var(--main-blue);
}
.dash-pagination-links .active {
    background: var(--main-blue);
    color: #fff;
    border-color: var(--main-blue);
}
.dash-pagination-links .disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}
.dash-pagination-links .ellipsis {
    border: none;
    color: var(--text-secondary-color);
}

/* ── Dashboard Quick Links Grid ── */
.dash-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.dash-link-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}
.dash-link-card:hover {
    border-color: rgba(2, 20, 63, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}
.dash-link-card .link-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.dash-link-card .link-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary-color);
}
.dash-link-card .link-desc {
    font-size: 0.78rem;
    color: var(--text-secondary-color);
    margin-top: 2px;
}

/* ── Dashboard Toggle Switch ── */
.dash-toggle {
    position: relative;
    width: 44px;
    height: 24px;
    display: inline-block;
}
.dash-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.dash-toggle-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    transition: all 0.3s ease;
}
.dash-toggle-slider::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.dash-toggle input:checked + .dash-toggle-slider {
    background: var(--main-blue);
}
.dash-toggle input:checked + .dash-toggle-slider::before {
    transform: translateX(20px);
}

/* ── Dashboard Code Snippet (in API Builder etc.) ── */
.dash-code-block {
    background: #0f172a;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 16px;
}
.dash-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.dash-code-header span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}
.dash-code-header .copy-btn {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.72rem;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dash-code-header .copy-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.dash-code-block pre {
    padding: 16px;
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.7;
    color: #e2e8f0;
    white-space: pre-wrap;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    max-height: 400px;
    overflow-y: auto;
}

/* ── Dashboard Section Divider ── */
.dash-divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 28px 0;
    border: none;
}

/* ── Dashboard Info Row (key-value display) ── */
.dash-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.dash-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.dash-info-item .info-label {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-secondary-color);
}
.dash-info-item .info-value {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-primary-color);
}

/* ── Dashboard Responsive ── */
@media (max-width: 768px) {
    .dash-stat-value {
        font-size: 1.1rem;
    }
    .dash-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .dash-form-row {
        grid-template-columns: 1fr;
    }
    .dash-info-grid {
        grid-template-columns: 1fr;
    }
    .dash-page-header .dash-title {
        font-size: 1.6rem;
    }
    .dash-links-grid {
        grid-template-columns: 1fr;
    }
    .dash-pagination {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
    .dash-card-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
@media (max-width: 480px) {
    .dash-stats {
        grid-template-columns: 1fr;
    }
    .api-section h3 {
        font-size: 0.95rem;
    }
}
