/*
Theme Name: AIVeda
Theme URI: https://aiveda.io
Author: AIVeda
Author URI: https://aiveda.io
Description: Enterprise Private AI & LLM Development - Premium WordPress Theme
Version: 2.0.0
License: Proprietary
Text Domain: aiveda
*/

/* ========================================
   CSS VARIABLES
   ======================================== */
:root {
    --gold-gradient: linear-gradient(90deg, #BF953F, #FCF6BA, #AA771C);
    --luxury-gold: linear-gradient(90deg, #BF953F, #FCF6BA, #B38728, #AA771C);
    --luxury-gold-gradient: linear-gradient(90deg, #BF953F 0%, #FCF6BA 50%, #AA771C 100%);
    --neural-glow: radial-gradient(circle, rgba(191, 149, 63, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    --micro-grid: radial-gradient(#e2e8f0 1px, transparent 1px);
    --slate-900: #0f172a;
    --slate-950: #020617;
}

/* ========================================
   BASE STYLES
   ======================================== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #ffffff;
    color: #0f172a;
    line-height: 1.8;
    overflow-x: hidden;
}
h1, h2, h3 { font-weight: 800; letter-spacing: -0.02em; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* WordPress Admin Bar Fix */
body.admin-bar .glass-nav,
body.admin-bar nav.sticky { top: 32px !important; }
@media screen and (max-width: 782px) {
    body.admin-bar .glass-nav,
    body.admin-bar nav.sticky { top: 46px !important; }
}

/* ========================================
   GOLD GRADIENT SYSTEM
   ======================================== */
.gold-gradient-text, .text-gold-gradient, .gold-text-gradient, .gold-text, .luxury-text-gradient, .text-luxury-gold, .nav-text {
    background: linear-gradient(90deg, #BF953F, #AA771C, #BF953F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}
.bg-gold-gradient, .gold-gradient-bg {
    background: var(--gold-gradient);
}

/* ========================================
   GLASS NAVIGATION
   ======================================== */
.glass-nav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
    position: sticky;
    top: 0;
    z-index: 100;
}
.glass-header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(191, 149, 63, 0.15);
}
.glass-sticky-nav {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}
.nav-link { font-weight: 600; color: #475569; transition: color 0.2s; }
.nav-link:hover { color: #AA771C; }

/* ========================================
   BUTTONS & CTAs
   ======================================== */
.gold-button, .btn-gold, .gold-btn {
    background: var(--luxury-gold);
    color: #1e293b;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(191, 149, 63, 0.2);
    display: inline-block;
    text-decoration: none;
}
.gold-button:hover, .btn-gold:hover, .gold-btn:hover {
    transform: scale(1.02);
    filter: brightness(1.1);
    box-shadow: 0 8px 25px rgba(191, 149, 63, 0.35);
}
.luxury-cta, .cta-luxury, .cta-gold {
    background: var(--luxury-gold);
    color: #1a1a1a;
    font-weight: 800;
    padding: 1.25rem 2.5rem;
    border-radius: 99px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    text-decoration: none;
    font-size: 0.875rem;
    box-shadow: 0 10px 20px -10px rgba(191, 149, 63, 0.4);
    border: none;
}
.luxury-cta:hover, .cta-luxury:hover, .cta-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -10px rgba(191, 149, 63, 0.5);
}
.btn-luxury, .luxury-gold-cta {
    background: var(--luxury-gold);
    color: #1e293b;
    font-weight: 800;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 20px -10px rgba(191, 149, 63, 0.4);
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.btn-luxury:hover, .luxury-gold-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px -10px rgba(191, 149, 63, 0.5);
}
.gold-cta {
    background: var(--gold-gradient);
    color: #1a1a1a;
    font-weight: 800;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 20px -5px rgba(191, 149, 63, 0.4);
    display: inline-block;
    text-decoration: none;
}
.secondary-cta {
    border: 1px solid #BF953F;
    background: transparent;
    color: var(--slate-900);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.secondary-cta:hover {
    background: rgba(191, 149, 63, 0.1);
}
.btn-primary { background: linear-gradient(to right, #2563eb, #7c3aed); color: white; padding: 1rem 2rem; border-radius: 12px; font-weight: 700; transition: all 0.3s ease; display: inline-block; text-decoration: none; }
.btn-bfsi { background: linear-gradient(to right, #0ea5e9, #2563eb); color: white; padding: 1rem 2rem; border-radius: 12px; font-weight: 700; transition: all 0.3s ease; display: inline-block; text-decoration: none; }
.btn-re { background: linear-gradient(to right, #059669, #10b981); color: white; padding: 1rem 2rem; border-radius: 12px; font-weight: 700; transition: all 0.3s ease; display: inline-block; text-decoration: none; }

/* ========================================
   CARDS
   ======================================== */
.bento-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 32px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}
.bento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border-color: rgba(191, 149, 63, 0.3);
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}
.security-card, .data-card, .kafka-card, .odc-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 32px;
    padding: 2.5rem;
    transition: all 0.4s ease;
}
.security-card:hover, .data-card:hover, .kafka-card:hover, .odc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border-color: rgba(191, 149, 63, 0.2);
}
.service-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 32px;
    padding: 2.5rem;
    transition: all 0.4s ease;
    height: 100%;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border-color: rgba(191, 149, 63, 0.2);
}
.lira-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 32px;
    padding: 2rem;
    transition: all 0.4s ease;
}
.lira-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border-color: rgba(191, 149, 63, 0.2);
}
.feature-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 24px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.04);
}
.card-highlight, .content-card, .section-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 32px;
    padding: 2.5rem;
    transition: all 0.3s ease;
}
.card-highlight:hover, .content-card:hover, .section-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.03);
}
.case-card, .case-section {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 32px;
    padding: 2.5rem;
    transition: all 0.4s ease;
}
.case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
}
.card { border: 1px solid #f1f5f9; border-radius: 24px; padding: 2.5rem; transition: 0.3s; }
.card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.04); }
.card-bento { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 24px; padding: 2rem; transition: all 0.3s ease; height: 100%; }
.card-agri { background: #ffffff; border: 1px solid #f1f5f9; border-radius: 24px; padding: 2rem; transition: all 0.3s ease; height: 100%; }
.card-bfsi { background: #ffffff; border: 1px solid #f1f5f9; border-radius: 24px; padding: 2.5rem; transition: all 0.3s ease; height: 100%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }
.card-hc { background: #ffffff; border: 1px solid #f1f5f9; border-radius: 24px; padding: 2rem; transition: all 0.3s ease; height: 100%; }
.card-mfg { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 2rem; transition: all 0.3s ease; height: 100%; }
.card-re { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 24px; padding: 2.5rem; transition: all 0.3s ease; height: 100%; }
.aws-card { background: #ffffff; border: 1px solid rgba(15, 23, 42, 0.05); border-radius: 32px; padding: 2.5rem; transition: all 0.4s ease; }
.festive-card { background: #ffffff; border: 1px solid rgba(191, 149, 63, 0.1); border-radius: 24px; padding: 2rem; transition: all 0.3s ease; position: relative; overflow: hidden; }

/* ========================================
   MEGA MENU
   ======================================== */
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: white;
    padding: 3rem;
    border-top: 1px solid #f1f5f9;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.1);
}
.mega-menu-card {
    transition: all 0.2s ease;
}
.mega-menu-card:hover, .mega-menu-item:hover {
    background: rgba(252, 246, 186, 0.1);
    color: #AA771C;
}

/* ========================================
   DARK SECTIONS
   ======================================== */
.dark-section, .section-dark {
    background-color: #0f172a;
    color: #f8fafc;
    border-radius: 64px;
}
.dark-feature-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
    border-radius: 60px;
}
.slate-section {
    background-color: #0f172a;
    color: #ffffff;
}
.slate-tech-bg, .slate-tech-section, .technical-section, .technical-dark {
    background-color: #0f172a;
    color: #f8fafc;
    border-radius: 40px;
}
.dark-card, .technical-dark-card {
    background: #020617;
    color: #f8fafc;
}
.case-study-header {
    background: #0f172a;
    color: white;
    border-radius: 0 0 60px 60px;
}
.content-section {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 40px;
    padding: 4rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

/* ========================================
   BACKGROUNDS
   ======================================== */
.grid-bg, .bg-grid, .micro-grid, .grid-pattern {
    background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
    background-size: 30px 30px;
}
.grid-canvas, .grid-layer {
    position: fixed;
    inset: 0;
    background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: -2;
    opacity: 0.8;
    pointer-events: none;
}
.bg-architectural {
    background-image: radial-gradient(#e2e8f0 1.2px, transparent 1.2px);
    background-size: 30px 30px;
}
.festive-hero { background: radial-gradient(circle at top right, #fff9eb, #ffffff); }

/* Neural Glow Effects */
.neural-glow, .neural-glow-right {
    position: fixed; top: 0; right: 0;
    width: 50vw; height: 50vh;
    background: var(--neural-glow);
    z-index: -1; pointer-events: none;
}
.neural-glow-tl, .glow-top-left, .neural-glow-top, .neural-glow-amber, .corner-glow {
    position: fixed; top: -10%; left: -10%;
    width: 40%; height: 40%;
    background: var(--neural-glow);
    z-index: -1; pointer-events: none;
}
.neural-glow-br, .glow-bottom-right, .neural-glow-bottom, .neural-glow-gold {
    position: fixed; bottom: -10%; right: -10%;
    width: 40%; height: 40%;
    background: radial-gradient(circle, rgba(252, 246, 186, 0.07) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -1; pointer-events: none;
}
.neural-ambient-glow {
    position: fixed; top: 0; right: 0; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(191, 149, 63, 0.05) 0%, transparent 70%);
    z-index: -1; filter: blur(80px); pointer-events: none;
}

/* ========================================
   ICONS & FEATURES
   ======================================== */
.feature-icon {
    width: 60px; height: 60px;
    background: rgba(191, 149, 63, 0.1);
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.5rem;
    color: #BF953F;
    font-size: 1.5rem;
}
.icon-box {
    width: 50px; height: 50px;
    background: rgba(191, 149, 63, 0.1);
    border-radius: 15px;
    display: flex; align-items: center; justify-content: center;
    color: #BF953F;
    margin-bottom: 1.5rem;
}
.icon-accent {
    color: #BF953F;
}
.icon-gold { color: #B38728; font-size: 2rem; margin-bottom: 1.25rem; }
.feature-dot {
    width: 12px; height: 12px;
    background: #BF953F;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1rem;
}
.gold-bullet {
    width: 8px; height: 8px;
    background: var(--luxury-gold);
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}

/* ========================================
   TYPOGRAPHY & TAGS
   ======================================== */
.breadcrumb {
    font-size: 0.875rem;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}
.category-tag, .step-tag {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #64748b;
    margin-bottom: 12px;
    display: block;
}
.tech-badge {
    background: #f1f5f9;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    display: inline-block;
    margin: 0.2rem;
}
.benefit-tag {
    background: #eff6ff; color: #2563eb;
    font-weight: 800; font-size: 0.7rem;
    padding: 4px 12px; border-radius: 99px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: inline-block;
}
.tech-pill {
    background: rgba(15, 23, 42, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin: 0.25rem;
}
.click-link {
    color: #AA771C;
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.heading-800 { font-weight: 800; }
.glow-effect { color: #AA771C; text-shadow: 0 0 8px rgba(191, 149, 63, 0.3); }

/* ========================================
   STAT & STEP ELEMENTS
   ======================================== */
.stat-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 24px;
    text-align: center;
}
.stat-circle {
    border: 2px solid #BF953F;
    border-radius: 50%;
    width: 120px; height: 120px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
}
.step-number {
    font-size: 4rem;
    font-weight: 800;
    opacity: 0.1;
    line-height: 1;
}
.step-circle {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--gold-gradient);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    color: #1a1a1a;
}
.step-indicator {
    background: var(--gold-gradient);
    width: 4px;
    height: 100%;
    position: absolute; left: 0; top: 0;
    border-radius: 2px;
}
.result-card, .impact-card {
    border-left: 4px solid #BF953F;
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 0 16px 16px 0;
}
.outcome-card {
    border-left: 4px solid #BF953F;
    padding-left: 1.5rem;
}
.accent-border, .feature-item, .solution-line {
    border-left: 4px solid #BF953F;
    padding-left: 1.5rem;
}
.role-tag {
    background: #f8fafc;
    border-left: 4px solid #BF953F;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}
.sidebar-accent { border-left: 4px solid #0ea5e9; padding-left: 1.5rem; }

/* ========================================
   FAQ
   ======================================== */
.faq-item, .faq-box {
    border-bottom: 1px solid #f1f5f9;
    padding: 1.5rem 0;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    color: #475569;
    font-size: 0.95rem;
}
details summary { cursor: pointer; list-style: none; }
details summary::-webkit-details-marker { display: none; }
details[open] summary .fa-chevron-down { transform: rotate(180deg); }
details .fa-chevron-down { transition: transform 0.3s ease; }

/* ========================================
   INDUSTRY-SPECIFIC ACCENTS
   ======================================== */
.ai-accent { color: #3b82f6; }
.aws-accent { color: #FF9900; }
.bank-accent { color: #0369a1; }
.bot-accent { color: #8b5cf6; }
.cicd-accent { color: #f59e0b; }
.cloud-accent { color: #0ea5e9; }
.conv-ai-accent { color: #10b981; }
.data-accent { color: #6366f1; }
.databricks-red { color: #FF3621; }
.devops-accent { color: #6366f1; }
.devsecops-accent { color: #f43f5e; }
.etl-accent { color: #f43f5e; }
.gov-accent { color: #8b5cf6; }
.hive-accent { color: #f59e0b; }
.impl-accent { color: #8b5cf6; }
.kafka-accent { color: #000000; }
.kriti-accent { color: #ec4899; }
.mental-health-accent { color: #10b981; }
.ml-accent { color: #6366f1; }
.node-green { color: #68a063; }
.odc-accent { color: #3b82f6; }
.ops-accent { color: #0ea5e9; }
.opt-accent { color: #8b5cf6; }
.orch-accent { color: #f59e0b; }
.portal-accent { color: #6366f1; }
.python-blue { color: #3776ab; }
.python-yellow { color: #ffd343; }
.security-accent { color: #10b981; }
.service-accent { color: #f59e0b; }
.social-accent { color: #3b82f6; }
.stream-accent { color: #00bcd4; }
.advisory-accent { color: #10b981; }
.tf-orange { color: #FF6F00; }
.viz-accent { color: #3b82f6; }
.bg-accent-orange { background-color: #f97316; }
.accent-orange { color: #f97316; }

/* Industry gradient text */
.agri-gradient { background: linear-gradient(135deg, #10b981 0%, #059669 100%); }
.agri-text-gradient { background: linear-gradient(135deg, #10b981 0%, #059669 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.bfsi-gradient-text { background: linear-gradient(to right, #0ea5e9, #2563eb); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.eco-gradient { background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%); }
.eco-text-gradient { background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.edu-gradient-text { background: linear-gradient(to right, #2563eb, #7c3aed); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hc-gradient { background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%); }
.hc-text-gradient { background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.mfg-gradient { background: linear-gradient(135deg, #475569 0%, #1e293b 100%); }
.mfg-text-gradient { background: linear-gradient(135deg, #64748b 0%, #0f172a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.re-gradient-text { background: linear-gradient(to right, #059669, #10b981); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* ========================================
   TERMINAL / CODE BLOCKS
   ======================================== */
.terminal-header {
    background: #1e293b;
    padding: 8px 16px;
    border-radius: 12px 12px 0 0;
    display: flex;
    gap: 6px;
}
.dot { width: 10px; height: 10px; border-radius: 50%; }
.spec-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* ========================================
   TEAM & MISC
   ======================================== */
.team-image-placeholder {
    aspect-ratio: 1/1;
    background: #f1f5f9;
    border-radius: 30px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(191, 149, 63, 0.1);
}
.section-padding { padding: 5rem 1.5rem; }
.node-connector { position: relative; }
.math-decoration {
    font-family: serif; font-style: italic;
    opacity: 0.1; position: absolute;
    font-size: 5rem; right: -10px; bottom: -10px;
}
.chart-line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: draw 3s forwards ease-in-out;
}
.industrial-pattern {
    background-image: radial-gradient(#BF953F 0.5px, transparent 0.5px);
    background-size: 24px 24px;
}
.industry-tab-active {
    border-bottom: 3px solid #BF953F;
    color: #0f172a;
}

/* ========================================
   BLOG STYLES
   ======================================== */
.blog-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
    border-color: rgba(191, 149, 63, 0.2);
}
.single-post-content { font-size: 1.1rem; line-height: 2; color: #334155; }
.single-post-content h2 { font-size: 1.75rem; margin: 2.5rem 0 1rem; color: #0f172a; }
.single-post-content h3 { font-size: 1.4rem; margin: 2rem 0 0.75rem; color: #0f172a; }
.single-post-content p { margin-bottom: 1.5rem; }
.single-post-content ul, .single-post-content ol { margin: 1.5rem 0; padding-left: 2rem; }
.single-post-content li { margin-bottom: 0.5rem; }
.single-post-content blockquote {
    border-left: 4px solid #BF953F;
    padding: 1rem 1.5rem;
    background: #f8fafc;
    margin: 2rem 0;
    border-radius: 0 16px 16px 0;
}
.single-post-content img { border-radius: 16px; margin: 2rem 0; }
.single-post-content a { color: #AA771C; font-weight: 600; }
.single-post-content a:hover { text-decoration: underline; }

/* WordPress pagination */
.pagination .page-numbers {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.875rem;
    color: #64748b;
    transition: all 0.3s ease;
}
.pagination .page-numbers.current {
    background: var(--luxury-gold);
    color: #1a1a1a;
}
.pagination .page-numbers:hover:not(.current) {
    background: #f1f5f9;
}

/* Comment form */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: #BF953F;
}
.comment-form input[type="submit"] {
    background: var(--luxury-gold);
    color: #1a1a1a;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 99px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
}
.comment-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -10px rgba(191, 149, 63, 0.4);
}

/* ========================================
   ANIMATION
   ======================================== */
@keyframes draw {
    to { stroke-dashoffset: 0; }
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* ========================================
   MOBILE MENU
   ======================================== */
#mobile-menu, #mobile-menu-inner {
    transition: all 0.3s ease;
}

/* ========================================
   RESPONSIVE OVERRIDES
   ======================================== */
@media (max-width: 768px) {
    .dark-section, .dark-feature-section { border-radius: 24px; }
    .slate-tech-bg, .technical-section { border-radius: 24px; }
    .bento-grid { grid-template-columns: 1fr; }
    .content-section { padding: 2rem; border-radius: 24px; }
    .section-card { padding: 1.5rem; border-radius: 24px; }
}
