/*
Theme Name: Yusibov.az
Theme URI: https://yusibov.az/
Author: Yusibov.az
Author URI: https://yusibov.az/
Description: Custom Modern SEO and Digital Marketing Theme for Yusibov.az
Version: 1.0.0
Text Domain: yusibovaz
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --brand-red: #960212;
    --brand-red-dark: #75010e;
    --text-primary: #0a0a0b;
    --text-secondary: #52525b;
    --bg-main: #ffffff;
    --bg-card: #fafafa;
    --bg-subtle: #f4f4f5;
    --border-color: #e4e4e7;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.05);
    --shadow-lg: 0 12px 24px rgba(0,0,0,0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, input, textarea, button, select, h1, h2, h3, h4, h5, h6, p, li, a, td, th {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

ul {
    list-style: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.header {
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.logo {
    display: inline-flex;
    align-items: center;
}

.logo img,
.custom-logo,
a.custom-logo-link img {
    height: 32px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    display: block;
}


.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-item {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    padding: 24px 0;
    position: relative;
    cursor: pointer;
}

.nav-item:hover {
    color: var(--brand-red);
}

/* Mega Menu */
.has-mega-menu {
    position: relative;
}

.has-mega-menu::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 6px;
    margin-bottom: 2px;
    transition: transform 0.2s;
}

.has-mega-menu:hover::after {
    transform: rotate(-135deg) translateY(-2px);
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 580px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    z-index: 200;
}

.has-mega-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.mega-item {
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.15s ease;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
}

.mega-item:hover {
    background: var(--bg-subtle);
}

.mega-item:hover .mega-icon {
    background: var(--brand-red);
    color: #ffffff;
    border-color: var(--brand-red);
}

.mega-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--bg-subtle);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-red);
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.mega-icon svg {
    width: 18px;
    height: 18px;
}

/* Platform Brand Colors */
.mega-icon-shopify {
    color: #95BF47;
    background: rgba(149, 191, 71, 0.1);
    border-color: rgba(149, 191, 71, 0.25);
}
.mega-item:hover .mega-icon-shopify {
    background: #95BF47 !important;
    color: #ffffff !important;
    border-color: #95BF47 !important;
}

.mega-icon-wordpress {
    color: #21759B;
    background: rgba(33, 117, 155, 0.1);
    border-color: rgba(33, 117, 155, 0.25);
}
.mega-item:hover .mega-icon-wordpress {
    background: #21759B !important;
    color: #ffffff !important;
    border-color: #21759B !important;
}

.mega-icon-ideasoft {
    color: #0055A5;
    background: rgba(0, 85, 165, 0.1);
    border-color: rgba(0, 85, 165, 0.25);
}
.mega-item:hover .mega-icon-ideasoft {
    background: #0055A5 !important;
    color: #ffffff !important;
    border-color: #0055A5 !important;
}

.mega-icon-ikas {
    color: #6C5CE7;
    background: rgba(108, 92, 231, 0.1);
    border-color: rgba(108, 92, 231, 0.25);
}
.mega-item:hover .mega-icon-ikas {
    background: #6C5CE7 !important;
    color: #ffffff !important;
    border-color: #6C5CE7 !important;
}

.mega-content {
    flex: 1;
}

.mega-item h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.mega-item p {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.35;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.header-phone:hover {
    color: var(--brand-red);
}

.header-phone svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background: var(--text-primary);
    color: #fff;
}

.btn-primary:hover {
    background: var(--brand-red);
}

.btn-brand {
    background: #fff;
    color: var(--brand-red-dark);
}

.btn-brand:hover {
    background: #f1f1f1;
}

.btn-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}

.btn-outline:hover {
    background: rgba(255,255,255,0.1);
}

.btn-light {
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.btn-light:hover {
    background: rgba(255,255,255,0.2);
}

/* ==========================================================================
   Yusibov.az Bespoke Bento Hero Section
   ========================================================================== */
.bento-hero-section {
    background: radial-gradient(circle at top left, rgba(150, 2, 18, 0.025) 0%, #fafafa 50%, #f4f4f5 100%);
    padding: 44px 0 56px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.bento-hero-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(150, 2, 18, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.bento-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
    gap: 22px;
    align-items: start;
}

.bento-hero-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bento-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(10, 10, 11, 0.025), 0 1px 2px rgba(10, 10, 11, 0.015);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    position: relative;
}

.bento-card:hover {
    box-shadow: 0 12px 30px rgba(10, 10, 11, 0.05);
    border-color: #d4d4d8;
}

/* Card 1: Main Hero Hub */
.bento-card-main {
    padding: 32px 34px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bento-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 5px 13px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 18px;
    width: fit-content;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.bento-pulse-dot {
    width: 7px;
    height: 7px;
    background-color: #16a34a;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.6);
    animation: bentoPulseGreen 2s infinite;
}

@keyframes bentoPulseGreen {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.6);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
}

.bento-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(26px, 3.1vw, 34px);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 14px;
}

.bento-highlight {
    color: var(--brand-red);
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.bento-hero-desc {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-secondary);
    margin-bottom: 24px;
    max-width: 560px;
    font-weight: 450;
}

.bento-cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.bento-btn-primary {
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 16px rgba(150, 2, 18, 0.25);
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.bento-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(150, 2, 18, 0.35);
    color: #ffffff !important;
}

.bento-btn-secondary {
    background: #ffffff;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color);
    padding: 11px 20px;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: inherit;
}

.bento-btn-secondary:hover {
    background: #fdfdfd;
    border-color: #a1a1aa;
    transform: translateY(-2px);
}

.bento-wp-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bento-wp-icon svg {
    width: 100%;
    height: 100%;
    fill: #25D366;
}

.bento-trust-indicator {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary);
    margin-left: auto;
}

.bento-stars {
    color: #f59e0b;
    letter-spacing: 0.5px;
    font-size: 12px;
}

/* Card 2: Strategy Pillars & Dynamic FAQ */
.bento-card-pillars {
    padding: 22px 28px 18px;
}

.bento-pillars-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.bento-pillars-title {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.bento-pillars-note {
    font-size: 11.5px;
    color: var(--text-secondary);
    font-weight: 450;
}

.bento-accordion {
    display: flex;
    flex-direction: column;
}

.bento-faq-item {
    border-bottom: 1px solid #f4f4f5;
}

.bento-faq-item:last-child {
    border-bottom: none;
}

.bento-faq-question,
summary.bento-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    background: transparent;
    border: none;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-primary);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    transition: color 0.2s ease;
    list-style: none;
    outline: none;
    user-select: none;
}

summary.bento-faq-question::-webkit-details-marker,
summary.bento-faq-question::marker {
    display: none !important;
}

.bento-faq-question-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bento-faq-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: var(--bg-subtle);
    font-size: 10.5px;
    font-weight: 700;
    color: var(--brand-red);
}

.bento-faq-question:hover {
    color: var(--brand-red);
}

.bento-faq-icon {
    font-size: 16px;
    font-weight: 400;
    color: #a1a1aa;
    line-height: 1;
    margin-left: 10px;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease;
    flex-shrink: 0;
}

details.bento-faq-item[open] .bento-faq-icon,
.bento-faq-item.active .bento-faq-icon,
.bento-faq-item.open .bento-faq-icon {
    transform: rotate(45deg);
    color: var(--brand-red);
}

.bento-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.55;
    padding-left: 28px;
    display: none;
}

details.bento-faq-item[open] .bento-faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer {
    max-height: 1000px !important;
    padding-bottom: 12px !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}

/* Card 3: Right Form Hub */
.bento-hero-right {
    height: 100%;
}

.bento-card-form {
    padding: 26px 26px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #ffffff;
}

.bento-form-header {
    margin-bottom: 14px;
}

.bento-form-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.bento-form-desc {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.4;
}

.bento-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    margin-bottom: 14px;
}

.bento-service-choice {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11.5px;
    color: var(--text-primary);
    cursor: pointer;
    background: #f8fafc;
    padding: 6px 9px;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.bento-service-choice:hover {
    border-color: #cbd5e1;
    background: #ffffff;
}

.bento-service-choice input {
    accent-color: var(--brand-red);
    width: 13px;
    height: 13px;
    cursor: pointer;
}

.bento-form-inputs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.bento-form-field {
    margin-bottom: 8px;
}

.bento-form-field label {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 3px;
    display: block;
}

.bento-form-field input {
    width: 100%;
    padding: 8px 10px;
    font-size: 12.5px;
    border: 1px solid var(--border-color);
    border-radius: 7px;
    background: #ffffff;
    color: var(--text-primary);
    font-family: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bento-form-field input:focus {
    outline: none;
    border-color: var(--brand-red);
    box-shadow: 0 0 0 2px rgba(150, 2, 18, 0.1);
}

.bento-form-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-red-dark) 100%);
    color: #ffffff;
    border: none;
    padding: 11px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.22);
    transition: all 0.2s ease;
    font-family: inherit;
    margin-top: 4px;
}

.bento-form-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(150, 2, 18, 0.32);
}

/* Stats Matrix below form */
.bento-form-stats-box {
    margin-top: 16px;
    padding-top: 4px;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

.bento-form-stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 2px;
    border-bottom: 1px solid #f4f4f5;
    font-size: 12.5px;
}

.bento-form-stat-row:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}

.bento-form-stat-label {
    color: #64748b;
    font-weight: 500;
}

.bento-form-stat-val {
    color: var(--text-primary);
    font-weight: 700;
}

.bento-form-stat-highlight {
    color: #16a34a;
    font-weight: 800;
    font-size: 13px;
}

.bento-form-footer-note {
    font-size: 11px;
    color: var(--text-secondary);
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .bento-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bento-card-main {
        padding: 26px 22px;
    }
    .bento-card-pillars {
        padding: 18px 20px;
    }
    .bento-card-form {
        padding: 22px 20px;
    }
    .bento-trust-indicator {
        margin-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

@media (max-width: 640px) {
    .bento-hero-section {
        padding: 24px 0 40px;
    }
    .bento-hero-title {
        font-size: 24px;
    }
    .bento-cta-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    .bento-btn-primary, .bento-btn-secondary {
        justify-content: center;
        width: 100%;
    }
    .bento-services-grid {
        grid-template-columns: 1fr;
    }
    .bento-form-inputs-row {
        grid-template-columns: 1fr;
    }
}

/* Home Hero */
.home-hero {
    background: var(--brand-red-dark);
    padding: 80px 0 160px;
    color: #fff;
    overflow: hidden;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

/* hero-tag removed */

.home-hero h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.home-hero h1 span {
    color: #fff; /* In reference 'büyütüyoruz' is light blue, here we can use white or maybe a lighter red/pink if requested, keeping white for clean look */
    opacity: 0.8;
}

.home-hero p {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 40px;
    max-width: 480px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.hero-image-wrapper {
    position: relative;
}

.hero-mockup {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
}
.hero-mockup-header {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
}
.hero-mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-color);
}
.hero-mockup-body {
    flex: 1;
    background: var(--bg-card);
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.hero-floating-card {
    position: absolute;
    bottom: -24px;
    left: -48px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: var(--shadow-lg);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-floating-card .dot {
    width: 8px;
    height: 8px;
    background: #eab308;
    border-radius: 50%;
}

.hero-floating-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.hero-floating-card p {
    font-size: 12px;
    color: var(--text-secondary);
    margin: 0;
}

/* Rounded Content Container */
.content-wrapper {
    background: #fff;
    border-radius: 32px 32px 0 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    padding: 80px 0;
}

/* Target Audience Links */
.target-links-section {
    padding: 32px 0;
    border-bottom: 1px solid var(--border-color);
    background: #ffffff;
}

.target-links {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.target-title {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.target-links a {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-primary);
    padding: 4px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.target-links a:hover {
    color: var(--brand-red);
    background: var(--bg-subtle);
}

/* Services Section (Brand Red Gradient Aesthetic) */
.services-section {
    background: linear-gradient(135deg, #b80829 0%, #840210 50%, #680315 100%);
    position: relative;
    padding: 72px 0 84px;
    overflow: hidden;
}

.services-section::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -100px;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.09) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-section::after {
    content: '';
    position: absolute;
    bottom: -140px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.22) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.services-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.services-header h2 {
    font-size: clamp(26px, 3.2vw, 34px);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.services-section .link-all {
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 8px 18px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(8px);
    transition: all 0.2s ease;
    text-decoration: none;
}

.services-section .link-all:hover {
    background: #ffffff;
    color: var(--brand-red);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 0;
}

.service-box {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 26px 28px;
    background: #ffffff;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    position: relative;
}

.service-box:hover {
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.service-box .num {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--brand-red);
    background: rgba(150, 2, 18, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 3px 9px;
    border-radius: 6px;
    margin-bottom: 14px;
    transition: all 0.2s ease;
}

.service-box h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
    transition: color 0.2s ease;
}

.service-box h3 a,
.service-box a {
    color: inherit;
    text-decoration: none;
}

.service-box:hover h3,
.service-box:hover h3 a {
    color: var(--brand-red);
}

.service-box:hover .num {
    background: var(--brand-red);
    color: #ffffff;
}

.service-box p {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--text-secondary);
    margin-top: auto;
}

@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .services-section {
        padding: 50px 0 60px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* Process Section */
.process-section {
    background: var(--bg-card);
    padding: 80px 0;
    margin-bottom: 80px;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
}

.process-left {
    position: sticky;
    top: 100px;
}

.process-left h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-red);
    margin-bottom: 16px;
    font-weight: 700;
}

.process-left h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.2;
}

.process-left p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.process-right {
    display: flex;
    flex-direction: column;
}

.process-item {
    display: flex;
    gap: 32px;
    padding: 32px 0;
    border-bottom: 1px solid var(--border-color);
}

.process-item:first-child {
    padding-top: 0;
}

.process-item:last-child {
    border-bottom: none;
}

.process-item .step-num {
    font-size: 32px;
    font-weight: 800;
    color: #e5e5e5;
    line-height: 1;
}

.process-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.process-item p {
    font-size: 14px;
    color: var(--text-secondary);
}

/* FAQ Section */
.faq-section {
    max-width: 800px;
    margin: 0 auto 80px;
}

.faq-section h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-red);
    margin-bottom: 16px;
    font-weight: 700;
}

.faq-section h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}

.faq-box-large {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.faq-box-large:hover {
    background: var(--bg-card);
}

.faq-box-large h3 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-box-large .icon {
    color: var(--brand-red);
    font-size: 20px;
    font-weight: 400;
}

.faq-box-large p {
    margin-top: 16px;
    font-size: 14px;
    color: var(--text-secondary);
    display: none; /* Hide by default for collapsed look */
}

.faq-box-large.active p {
    display: block;
}

/* Layout for SEO Page */
.page-hero {
    background: var(--brand-red-dark);
    color: #fff;
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
}

/* dot pattern removed */

.breadcrumb {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
    display: flex;
    gap: 8px;
}

.breadcrumb a {
    color: rgba(255,255,255,0.9);
}

.breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.1;
    max-width: 800px;
}

.page-hero p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 700px;
}

.layout-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
}

.content-left h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-primary);
    margin-top: 40px;
    letter-spacing: -0.01em;
    line-height: 1.35;
}

.content-left h2:first-child {
    margin-top: 0;
}

.content-left h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-primary);
    margin-top: 32px;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.content-left h3:first-child {
    margin-top: 0;
}

.content-left p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.7;
}

.numbered-list {
    display: flex;
    flex-direction: column;
}

.numbered-item {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid var(--border-color);
}

.numbered-item:last-child {
    border-bottom: none;
}

.numbered-item .num {
    font-size: 20px;
    font-weight: 700;
    color: #e5e5e5;
    font-family: monospace;
}

.numbered-item .text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.numbered-item .text p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* Sub Services Grid */
.sub-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0 48px;
}

.sub-service-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.2s ease;
}

.sub-service-card:hover {
    border-color: var(--brand-red);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.sub-service-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sub-service-card h4::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--brand-red);
    border-radius: 50%;
    flex-shrink: 0;
}

.sub-service-card p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 0;
    line-height: 1.55;
}

@media (max-width: 640px) {
    .sub-services-grid {
        grid-template-columns: 1fr;
    }
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
}

.price-card, .include-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
}

.card-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-secondary);
    font-weight: 700;
    margin-bottom: 16px;
}

.price-value {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.price-card p {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.price-card .btn-primary {
    width: 100%;
    background: var(--text-primary);
    padding: 16px;
}

.include-list li {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.include-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eab308;
}

/* Brand Footer */
.brand-footer {
    background: var(--brand-red);
    border-radius: 32px 32px 0 0;
    color: #fff;
    padding: 80px 0 40px;
    margin-top: 40px;
}

.footer-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 64px;
    margin-bottom: 64px;
}

.footer-cta h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-cta p {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 64px;
}

.footer-brand img {
    height: 40px;
    margin-bottom: 24px;
}

.footer-brand p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
}

.footer-brand-contact {
    font-size: 14px;
    font-weight: 600;
}

.footer-brand-contact a {
    display: block;
    margin-bottom: 4px;
}

.footer-col h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-col a {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

.footer-col a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* Sidebar Contact Form */
.sidebar-form-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
}

.sidebar-form-card .card-title {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-primary);
    background: #fff;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--brand-red);
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.sidebar-form-card .btn-primary {
    width: 100%;
    padding: 14px;
    margin-top: 8px;
    border: none;
}

/* Blog Cards */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.blog-card {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.blog-card:hover {
    box-shadow: var(--shadow-md);
    border-color: #ccc;
}

.blog-card-image {
    width: 100%;
    height: 180px;
    background: var(--bg-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--text-secondary);
}

.blog-card-body {
    padding: 24px;
}

.blog-card-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--brand-red);
    margin-bottom: 12px;
}

.blog-card-body h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.blog-card-body p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.blog-card-body .read-more {
    font-size: 13px;
    font-weight: 600;
    color: var(--brand-red);
}

.blog-card-body .read-more:hover {
    text-decoration: underline;
}

/* Pricing Cards */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 64px;
}

.pricing-tier {
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    transition: box-shadow 0.2s, border-color 0.2s;
    position: relative;
}

.pricing-tier:hover {
    box-shadow: var(--shadow-md);
    border-color: #ccc;
}

.pricing-tier.featured {
    border-color: var(--brand-red);
    box-shadow: 0 8px 24px rgba(150, 2, 18, 0.1);
}

.pricing-tier .tier-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 16px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-tier h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.pricing-tier .tier-desc {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.pricing-tier .tier-price {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.pricing-tier .tier-period {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 32px;
}

.pricing-tier ul {
    text-align: left;
    margin-bottom: 32px;
}

.pricing-tier ul li {
    font-size: 14px;
    color: var(--text-secondary);
    padding: 8px 0;
    border-bottom: 1px solid var(--bg-subtle);
    position: relative;
    padding-left: 24px;
}

.pricing-tier ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--brand-red);
    font-weight: 700;
}

.pricing-tier .btn {
    width: 100%;
    padding: 14px;
    border: none;
}

/* Reference Cards */
.references-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.reference-card {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 32px;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.reference-card:hover {
    box-shadow: var(--shadow-md);
    border-color: #ccc;
}

.reference-card .ref-sector {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--brand-red);
    margin-bottom: 16px;
}

.reference-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.reference-card p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.reference-card .ref-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.reference-card .ref-tag {
    font-size: 12px;
    padding: 4px 10px;
    background: var(--bg-subtle);
    border-radius: 4px;
    color: var(--text-secondary);
    font-weight: 500;
}

/* Contact Page Form */
.contact-form-full {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 48px;
    margin-bottom: 48px;
}

.contact-form-full h2 {
    margin-top: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.contact-info-item {
    background: var(--bg-card);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
}

.contact-info-item h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.contact-info-item p {
    font-size: 14px;
    color: var(--text-secondary);
}

.contact-info-item a {
    color: var(--brand-red);
    font-weight: 600;
}

/* Full-width page layout (no sidebar) */
.content-full {
    max-width: 800px;
}

/* Integration sections */
.integration-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border-color);
}

.integration-section:last-child {
    border-bottom: none;
}

.integration-section h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-primary);
}

.integration-section p {
    font-size: 15px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.faq-box {
    background: var(--bg-card);
    border-radius: 8px;
    padding: 20px 24px;
    margin-bottom: 12px;
}

.faq-box h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .home-hero-grid, .process-grid { grid-template-columns: 1fr; gap: 40px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .layout-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-cta { flex-direction: column; align-items: flex-start; gap: 24px; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
    .references-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-info-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .services-grid { grid-template-columns: 1fr; }
    .mega-menu { width: 100%; left: 0; transform: none; grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr; }
    .references-grid { grid-template-columns: 1fr; }
    .docs-layout { grid-template-columns: 1fr; }
    .docs-sidebar { position: static; margin-bottom: 32px; }
}

/* Docs / SEO Lüğəti UI Styles */
.docs-hero {
    background: var(--brand-red-dark);
    color: #fff;
    padding: 70px 0 110px;
    position: relative;
}

.docs-search-wrapper {
    margin-top: 32px;
    max-width: 640px;
    position: relative;
}

.docs-search-input {
    width: 100%;
    height: 54px;
    padding: 0 20px 0 52px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.docs-search-input::placeholder {
    color: rgba(255,255,255,0.65);
}

.docs-search-input:focus {
    background: #ffffff;
    color: var(--text-primary);
    border-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.docs-search-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: rgba(255,255,255,0.7);
    pointer-events: none;
    transition: color 0.2s ease;
}

.docs-search-input:focus ~ .docs-search-icon {
    color: var(--brand-red);
}

.docs-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 48px;
    align-items: start;
}

.docs-sidebar {
    position: sticky;
    top: 96px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 24px;
}

.docs-sidebar-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-secondary);
    margin-bottom: 16px;
}

.docs-nav-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.docs-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
}

.docs-nav-link:hover,
.docs-nav-link.active {
    background: #fff;
    color: var(--brand-red);
    box-shadow: var(--shadow-sm);
    border-left: 3px solid var(--brand-red);
}

.docs-nav-count {
    font-size: 12px;
    background: var(--bg-subtle);
    color: var(--text-secondary);
    padding: 2px 8px;
    border-radius: 12px;
}

.docs-nav-link.active .docs-nav-count {
    background: rgba(150, 2, 18, 0.1);
    color: var(--brand-red);
}

.docs-section {
    margin-bottom: 56px;
}

.docs-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border-color);
}

.docs-section-header h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
}

.docs-section-badge {
    background: var(--bg-subtle);
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.term-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.term-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 28px;
    transition: all 0.25s ease;
    position: relative;
}

.term-card:hover {
    border-color: var(--brand-red);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.term-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.term-title-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.term-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.term-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(150, 2, 18, 0.08);
    color: var(--brand-red);
}

.term-desc {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.65;
    margin-bottom: 16px;
}

.term-code-block {
    background: #1e1e24;
    color: #e4e4e7;
    border-radius: 8px;
    padding: 14px 18px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
    overflow-x: auto;
    border-left: 3px solid var(--brand-red);
}

.term-example-box {
    background: var(--bg-card);
    border: 1px dashed var(--border-color);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 13px;
    color: var(--text-primary);
}

/* Agency Feature Banner Section (Above Xidmətlərimiz) */
.agency-feature-section {
    background: var(--bg-card);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 56px;
    position: relative;
    box-shadow: var(--shadow-sm);
}

.agency-feature-inner {
    padding: 40px 44px;
    position: relative;
    z-index: 2;
}

.agency-feature-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-red);
    margin-bottom: 12px;
}

.agency-feature-title {
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--text-primary);
    margin-bottom: 16px;
    max-width: 900px;
}

.agency-feature-desc {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--text-secondary);
    margin-bottom: 24px;
    max-width: 900px;
}

.agency-feature-bullets {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.agency-bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
}

.agency-bullet-icon {
    color: var(--brand-red);
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

.agency-feature-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

@media (max-width: 992px) {
    .agency-feature-inner {
        padding: 32px 24px;
    }
}

/* Service Page Hero 2-Column Grid & Pill CTA Form */
.page-hero {
    background: var(--brand-red-dark);
    color: #fff;
    padding: 60px 0 70px;
    position: relative;
    overflow: hidden;
}

.page-hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
}

.page-hero h1 {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #ffffff;
}

.page-hero p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

/* Capsule CTA Pill Element (Clean Dual Button Capsule) */
.hero-cta-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 5px;
    margin-top: 24px;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.hero-cta-pill .cta-pill-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.hero-cta-pill .cta-pill-contact {
    background: rgba(255, 255, 255, 0.18);
}

.hero-cta-pill .cta-pill-contact:hover {
    background: rgba(255, 255, 255, 0.32);
    transform: translateY(-1px);
}

.hero-cta-pill .cta-pill-whatsapp {
    background: #25D366;
    color: #000000;
}

.hero-cta-pill .cta-pill-whatsapp:hover {
    background: #20bd5a;
    color: #000000;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
}

.hero-cta-pill .cta-pill-call {
    background: #ffffff;
    color: var(--text-primary);
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero-cta-pill .cta-pill-call:hover {
    background: #f8fafc;
    color: var(--brand-red);
    transform: translateY(-1px);
}

/* Global Form Font Reset & Quick Hero Form Card */
input, select, textarea, button {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-quick-form {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 26px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-quick-form .form-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 14px;
    text-align: center;
}

.hero-quick-form .form-group {
    margin-bottom: 12px;
}

.hero-quick-form input {
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--bg-subtle);
    font-size: 13.5px;
    color: var(--text-primary);
    outline: none;
    transition: all 0.2s;
}

.hero-quick-form input::placeholder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-secondary);
    opacity: 0.75;
}

.hero-quick-form input:focus {
    border-color: var(--brand-red);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(150, 2, 18, 0.1);
}

.hero-quick-form .btn-submit-quick {
    font-family: 'Plus Jakarta Sans', sans-serif;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: var(--brand-red);
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.hero-quick-form .btn-submit-quick:hover {
    background: #a80726;
    transform: translateY(-1px);
}

@media (max-width: 992px) {
    .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* ==========================================================================
   Comprehensive Mobile & Tablet Responsive Optimization
   ========================================================================== */

html, body {
    overflow-x: clip;
    width: 100%;
}

img, video, iframe, svg {
    max-width: 100%;
}

/* Tablet & Intermediate Screens (<= 992px) */
@media (max-width: 992px) {
    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .page-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .references-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .layout-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Mobile Screens (<= 768px) */
@media (max-width: 768px) {
    .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        width: 100% !important;
    }
    .home-hero {
        padding: 40px 0 60px;
    }
    .home-hero h1 {
        font-size: 30px !important;
        line-height: 1.25 !important;
    }
    .home-hero p {
        font-size: 15px !important;
    }
    .page-hero {
        padding: 40px 0 50px;
    }
    .page-hero h1 {
        font-size: 26px !important;
        line-height: 1.25 !important;
    }
    .page-hero p {
        font-size: 14.5px !important;
    }
    .hero-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    .hero-buttons .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .references-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .sidebar-form-card {
        padding: 20px 16px;
    }
    .hero-quick-form {
        padding: 20px 16px;
    }
    .breadcrumb {
        flex-wrap: wrap;
    }
}

/* Extra Small Mobile Screens (<= 576px) */
@media (max-width: 576px) {
    .home-hero h1 {
        font-size: 26px !important;
    }
    .page-hero h1 {
        font-size: 23px !important;
    }
    .checkbox-grid {
        grid-template-columns: 1fr !important;
    }
    .form-row-2 {
        grid-template-columns: 1fr !important;
    }
    .hero-cta-pill {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 16px;
        padding: 10px;
        gap: 8px;
    }
    .hero-cta-pill .cta-pill-btn {
        width: 100%;
        justify-content: center;
        border-radius: 12px;
    }
}

/* SEO Deliverables (Xidmətə Nə Daxildir?) Section */
.deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.deliverable-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 14px;
    padding: 24px 28px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s, box-shadow 0.2s;
}

.deliverable-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.deliverable-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
}

.deliverable-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--bg-subtle);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.deliverable-header h3 {
    font-size: 17px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
}

.deliverable-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.deliverable-list li {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--text-secondary);
    position: relative;
    padding-left: 20px;
}

.deliverable-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--brand-red);
    font-weight: 800;
    font-size: 14px;
}

.deliverable-list li strong {
    color: var(--text-primary);
}

/* Minimalist Non-Boxed Dropdown Inside Include Card */
.include-card .include-list li {
    padding-left: 0 !important;
}

.include-card .include-list li::before {
    display: none !important;
}

.inc-inline {
    margin: 0;
    padding: 0;
}

.inc-inline-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    user-select: none;
    list-style: none;
    padding: 5px 0;
}

.inc-inline-sum::-webkit-details-marker {
    display: none;
}

.inc-inline-sum span:first-child::before {
    content: "•";
    color: #ffaa00;
    font-weight: bold;
    font-size: 16px;
    margin-right: 8px;
}

.inc-red-arrow {
    color: var(--brand-red);
    font-size: 11px;
    font-weight: bold;
    transition: transform 0.2s;
    margin-left: 6px;
}

.inc-inline[open] .inc-red-arrow {
    transform: rotate(180deg);
}

.inc-inline-sub {
    margin: 4px 0 8px 22px !important;
    padding: 0 !important;
    list-style: disc !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.inc-inline-sub li {
    font-size: 12.5px !important;
    color: var(--text-secondary) !important;
    line-height: 1.4 !important;
}

/* ==========================================================================
   Exact Reference Matching Bento Grid System (Clean Light Theme)
   ========================================================================== */
.ref-bento-section {
    margin-top: 50px;
    margin-bottom: 80px;
}

.ref-bento-header {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.ref-bento-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: #09090b;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.ref-bento-header p {
    color: #71717a;
    font-size: 14px;
    max-width: 480px;
    line-height: 1.5;
}

.ref-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
}

.ref-card {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.ref-card:hover {
    border-color: rgba(150, 2, 18, 0.35);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.ref-card-header {
    margin-bottom: 18px;
}

.ref-card-header h3 {
    font-size: 17px;
    font-weight: 800;
    color: #09090b;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
}

.ref-card-header p.ref-desc {
    font-size: 12.5px;
    color: #71717a;
    line-height: 1.5;
    margin: 0;
}

/* Inner UI row components */
.ref-row-item {
    background: #f4f4f5;
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.ref-pill-green {
    background: #dcfce7;
    color: #16a34a;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2.5px 8.5px;
    border-radius: 6px;
}

.ref-pill-gray {
    background: #e4e4e7;
    color: #52525b;
    font-size: 10.5px;
    font-weight: 700;
    padding: 2.5px 8.5px;
    border-radius: 6px;
}

.ref-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}
.ref-dot-green { background: #16a34a; }
.ref-dot-orange { background: #ea580c; }

/* Layout Spans */
.ref-card-audit { grid-column: span 6; }
.ref-card-keywords { grid-column: span 3; }
.ref-card-technical { grid-column: span 3; grid-row: span 2; }
.ref-card-onpage { grid-column: span 3; }
.ref-card-content { grid-column: span 6; }
.ref-card-backlink { grid-column: span 3; }
.ref-card-ecommerce { grid-column: span 4; }
.ref-card-smm { grid-column: span 5; }

@media (max-width: 1100px) {
    .ref-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ref-card-audit, .ref-card-keywords, .ref-card-technical,
    .ref-card-onpage, .ref-card-content, .ref-card-backlink,
    .ref-card-ecommerce, .ref-card-smm {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .ref-bento-grid {
        grid-template-columns: 1fr;
    }
    .ref-card {
        padding: 20px;
    }
}

/* ==========================================================================
   Single Blog Page Components (Author Card, Share Box, Case Studies)
   ========================================================================== */

.author-profile-card {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    margin-top: 48px;
    overflow: hidden;
}

.author-card-body {
    padding: 28px 28px 20px 28px;
}

.author-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.author-head-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    object-fit: contain;
    background: #ffffff;
    padding: 6px;
    border: 1px solid #e4e4e7;
    flex-shrink: 0;
}

.author-name {
    font-size: 19px;
    font-weight: 700;
    color: #09090b;
    margin: 0 0 3px 0;
    line-height: 1.2;
}

.author-role {
    font-size: 11px;
    font-weight: 800;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.author-socials {
    display: flex;
    gap: 8px;
}

.author-social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e4e4e7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #71717a;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #ffffff;
}

.author-social-btn:hover {
    border-color: #a1a1aa;
    color: #09090b;
    background: #f4f4f5;
}

.author-bio-text {
    font-size: 14px;
    line-height: 1.65;
    color: #3f3f46;
    margin-bottom: 20px;
}

.author-expertise-title {
    font-size: 10.5px;
    font-weight: 800;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.author-expertise-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.author-expertise-pill {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 11.5px;
    font-weight: 600;
    color: #52525b;
}

.author-card-footer {
    background: #fafafa;
    border-top: 1px solid #f4f4f5;
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
}

.author-last-updated {
    color: #71717a;
    font-weight: 500;
}

.author-verified-badge {
    color: #ea580c;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.author-verified-badge:hover {
    opacity: 0.85;
}

.author-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    background: #ea580c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
}


/* Single Post Share Card */
.post-share-card {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 24px 28px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.share-card-meta {
    font-size: 11px;
    font-weight: 800;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.share-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #09090b;
    margin: 0 0 4px 0;
}

.share-card-desc {
    font-size: 13.5px;
    color: #71717a;
    margin-bottom: 18px;
}

.share-buttons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.share-btn {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #18181b;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    user-select: none;
}

.share-btn:hover {
    border-color: #a1a1aa;
    background: #fafafa;
    color: #09090b;
    transform: translateY(-1px);
}

.share-btn svg {
    flex-shrink: 0;
}


/* Case Studies Widget Box */
.case-studies-widget {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 24px 28px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.case-studies-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.case-studies-label {
    font-size: 11px;
    font-weight: 800;
    color: #71717a;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.case-studies-all-link {
    font-size: 13px;
    font-weight: 700;
    color: #09090b;
    text-decoration: none;
    transition: opacity 0.2s;
}

.case-studies-all-link:hover {
    opacity: 0.7;
}

.case-studies-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-study-row-item {
    border: 1px solid #f4f4f5;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.case-study-row-item:hover {
    border-color: #d4d4d8;
    background: #fafafa;
}

.case-study-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case-study-num {
    background: #09090b;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 800;
    border-radius: 6px;
    padding: 3px 7px;
    flex-shrink: 0;
}

.case-study-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #18181b;
    line-height: 1.35;
}

.case-study-stat {
    font-size: 15px;
    font-weight: 800;
    color: #ea580c;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .author-card-header {
        flex-direction: column;
    }
    .author-card-footer {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
    .case-study-row-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .case-study-stat {
        align-self: flex-end;
    }
}






/* ==========================================================================
   MEGA MENU - RESURSLAR (RESOURCES)
   ========================================================================== */
.nav-item-resources {
    position: relative;
}

.mega-menu-resources {
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: auto !important;
    width: 780px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-top: 3px solid var(--brand-red);
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.04);
    padding: 24px 28px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 200;
    cursor: default;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nav-item-resources:hover .mega-menu-resources,
.has-mega-menu.nav-item-resources:hover .mega-menu-resources {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    right: 0 !important;
    left: auto !important;
}

/* Resources Top Header */
.resources-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 16px;
}

.resources-main-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.resources-sub-title {
    font-size: 13.5px;
    color: var(--text-secondary);
    font-weight: 500;
    margin: 0;
}

/* Resources Body (3 Columns + Bottom Quick Links) */
.resources-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resources-left {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.resources-columns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.resources-col {
    display: flex;
    flex-direction: column;
}

.resources-col-title,
.resources-sidebar-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #71717a;
    margin-bottom: 14px;
    display: block;
}

.resources-links-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.resources-link-item {
    display: block;
    padding: 6px 8px;
    margin: 0 -8px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.15s ease;
}

.resources-link-item:hover {
    background: var(--bg-subtle);
}

.resources-item-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.35;
    transition: color 0.15s ease;
}

.resources-link-item:hover .resources-item-title {
    color: var(--brand-red);
}

.resources-item-desc {
    display: none !important;
}




/* ==========================================================================
   MOBILE NAVIGATION & RESPONSIVE SYSTEM (YUSIBOV.AZ)
   ========================================================================== */

/* Prevent accidental horizontal overflow */
html, body {
    overflow-x: clip;
    max-width: 100vw;
    width: 100%;
}

body.mobile-menu-open {
    overflow: hidden !important;
    touch-action: none;
}

/* Hamburger Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    z-index: 101;
}

.mobile-menu-toggle:hover {
    background: var(--bg-subtle);
    border-color: var(--brand-red);
}

.mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-primary);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    background-color: var(--brand-red);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    background-color: var(--brand-red);
}

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 11, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Drawer */
.mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 88vw;
    height: 100vh;
    height: 100dvh;
    background: #ffffff;
    z-index: 9999;
    box-shadow: -10px 0 35px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.mobile-menu-drawer.is-open {
    transform: translateX(0);
}

/* Drawer Header */
.mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border-color);
    background: #ffffff;
    flex-shrink: 0;
}

.mobile-drawer-logo img {
    height: 32px;
    width: auto;
    display: block;
}

.mobile-menu-close {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--bg-subtle);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.mobile-menu-close svg {
    width: 18px;
    height: 18px;
}

.mobile-menu-close:hover {
    background: var(--brand-red);
    color: #ffffff;
    border-color: var(--brand-red);
}

/* Drawer Body & Navigation */
.mobile-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 14px;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-nav-item {
    border-radius: 8px;
    overflow: hidden;
    transition: background 0.15s ease;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.mobile-nav-link:hover {
    background: var(--bg-subtle);
    color: var(--brand-red);
}

/* Mobile Accordion */
.mobile-accordion-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.15s ease;
    font-family: inherit;
}

.mobile-accordion-btn:hover {
    background: var(--bg-subtle);
    color: var(--brand-red);
}

.accordion-arrow {
    width: 18px;
    height: 18px;
    color: var(--text-secondary);
    transition: transform 0.25s ease, color 0.15s ease;
    flex-shrink: 0;
}

.mobile-nav-item.is-active > .mobile-accordion-btn {
    color: var(--brand-red);
    background: rgba(150, 2, 18, 0.05);
}

.mobile-nav-item.is-active > .mobile-accordion-btn .accordion-arrow {
    transform: rotate(180deg);
    color: var(--brand-red);
}

.mobile-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: #fafafa;
    border-radius: 0 0 8px 8px;
}

.mobile-nav-item.is-active .mobile-accordion-content {
    max-height: 800px;
    padding: 6px 8px 10px 12px;
}

.mobile-sub-link {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.15s ease;
    margin-bottom: 2px;
}

.mobile-sub-link:hover {
    background: #ffffff;
}

.mobile-sub-link .sub-title {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.3;
}

.mobile-sub-link:hover .sub-title {
    color: var(--brand-red);
}

.mobile-sub-link .sub-desc {
    display: block;
    font-size: 11px;
    color: var(--text-secondary);
    margin-top: 2px;
    line-height: 1.35;
}

/* Simple sublinks without description */
.mobile-sub-link:not(:has(.sub-title)) {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-secondary);
}

.mobile-sub-link:not(:has(.sub-title)):hover {
    color: var(--brand-red);
    background: #ffffff;
    padding-left: 14px;
}

/* Drawer Footer */
.mobile-drawer-footer {
    padding: 16px 18px;
    border-top: 1px solid var(--border-color);
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.mobile-drawer-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
}

.mobile-drawer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: #ffffff;
    color: var(--text-primary);
    font-size: 13.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.15s ease;
}

.mobile-drawer-phone svg {
    width: 15px;
    height: 15px;
    color: var(--brand-red);
}

.mobile-drawer-phone:hover {
    border-color: var(--brand-red);
    color: var(--brand-red);
}

/* ==========================================================================
   BREAKPOINTS & RESPONSIVE POLISH
   ========================================================================== */

@media (max-width: 1024px) {
    /* Hide desktop nav menu and show hamburger */
    .header .nav-menu {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: flex;
    }
    
    .header-inner {
        height: 64px;
    }

    .home-hero-grid, .process-grid { 
        grid-template-columns: 1fr; 
        gap: 36px; 
    }
    .services-grid { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }
    .layout-grid { 
        grid-template-columns: 1fr; 
        gap: 32px;
    }
    .footer-grid { 
        grid-template-columns: 1fr 1fr; 
        gap: 32px;
    }
    .footer-cta { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 20px; 
    }
    .references-grid { 
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px;
    }
    .contact-info-grid { 
        grid-template-columns: 1fr; 
        gap: 24px;
    }
    .form-row { 
        grid-template-columns: 1fr; 
        gap: 16px;
    }
    .docs-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .docs-sidebar {
        position: static;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .header-actions .header-phone {
        display: none;
    }

    .header-actions .btn-primary {
        padding: 8px 14px;
        font-size: 13px;
    }

    .services-grid { 
        grid-template-columns: 1fr; 
    }
    .blog-grid { 
        grid-template-columns: 1fr; 
        gap: 24px;
    }
    .references-grid { 
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    .pricing-grid { 
        grid-template-columns: 1fr; 
        max-width: 100%;
    }
    .footer-grid { 
        grid-template-columns: 1fr; 
        gap: 28px;
    }

    .page-hero, .docs-hero, .service-hero {
        padding: 40px 0 60px;
    }

    .page-hero h1, .docs-hero h1, .service-hero h1 {
        font-size: 26px !important;
        line-height: 1.25;
    }

    .section-title h2 {
        font-size: 22px !important;
    }
    
    .pricing-card {
        padding: 24px 20px;
    }
    
    .contact-wrapper {
        padding: 24px 16px;
    }
}

@media (max-width: 480px) {
    .header-actions .btn-primary {
        padding: 7px 10px;
        font-size: 12px;
    }
    
    .logo img, .custom-logo, a.custom-logo-link img {
        height: 28px;
    }
    
    .bento-card-main, .bento-card-pillars, .bento-card-form {
        padding: 16px;
    }

    .bento-hero-title {
        font-size: 20px !important;
    }

    .bento-hero-desc {
        font-size: 13px;
    }

    .footer-brand-contact a {
        font-size: 13px;
    }
}

/* ==========================================================================
   Article & Blog Post Typography
   ========================================================================== */
.single-post-content {
    color: #27272a;
    font-size: 1.05rem;
    line-height: 1.85;
}

.single-post-content h2 {
    font-size: 1.65rem;
    font-weight: 750;
    color: #09090b;
    margin-top: 40px;
    margin-bottom: 16px;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.single-post-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #18181b;
    margin-top: 32px;
    margin-bottom: 14px;
    line-height: 1.4;
}

.single-post-content h4 {
    font-size: 1.15rem;
    font-weight: 650;
    color: #27272a;
    margin-top: 24px;
    margin-bottom: 10px;
}

.single-post-content p {
    margin-bottom: 18px;
    color: #3f3f46;
}

.single-post-content p strong,
.single-post-content li strong {
    color: #09090b;
    font-weight: 650;
}

.single-post-content ul,
.single-post-content ol {
    margin: 16px 0 24px 24px;
    padding-left: 8px;
}

.single-post-content li {
    margin-bottom: 10px;
    color: #3f3f46;
    line-height: 1.75;
}

.single-post-content a {
    color: var(--brand-red, #960212);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 550;
    transition: opacity 0.2s;
}

.single-post-content a:hover {
    opacity: 0.8;
}

.single-post-content blockquote {
    border-left: 4px solid var(--brand-red, #960212);
    padding: 16px 22px;
    background: #fafafa;
    border-radius: 0 12px 12px 0;
    margin: 28px 0;
    font-style: italic;
    font-weight: 500;
    color: #18181b;
}

.single-post-content code {
    background: #f4f4f5;
    color: #e11d48;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.9em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* ==========================================================================
   Yusibov.az Custom Blog Architecture & Sticky Sidebar
   ========================================================================== */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    overflow-x: clip;
}

body {
    overflow-x: clip;
}

.blog-detail-wrapper {
    padding: 48px 0 80px;
    background: #ffffff;
    overflow: visible;
}

.blog-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    overflow: visible;
}

.blog-layout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    align-items: start;
    overflow: visible;
}

.blog-article-main {
    min-width: 0;
}

/* Brand Red Premium Editorial Blog Hero */
.blog-post-hero {
    background: var(--brand-red, #960212);
    background: linear-gradient(135deg, #960212 0%, #960212 100%);
    padding: 56px 0 44px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.blog-post-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.blog-post-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.blog-hero-breadcrumb {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-hero-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.blog-hero-breadcrumb .sep {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}

.blog-hero-breadcrumb .current {
    color: #ffffff;
    font-weight: 600;
}

.post-hero-title {
    max-width: 1020px;
    margin-bottom: 22px;
    font-size: clamp(28px, 3.8vw, 40px);
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    letter-spacing: -0.025em;
}

.blog-hero-meta-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
}

.blog-hero-author {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.blog-hero-author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    padding: 4px;
    object-fit: contain;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.blog-hero-author-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.blog-hero-author-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
}

.blog-hero-author-role {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.75);
}

.blog-hero-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.25);
}

.blog-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

.blog-hero-meta-item svg {
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

.blog-hero-meta-item strong {
    color: #ffffff;
    font-weight: 600;
}

.blog-hero-meta-item.updated-tag {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 3px 10px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}

.blog-hero-meta-item.updated-tag svg {
    color: #ffffff;
}

@media (max-width: 640px) {
    .blog-hero-divider {
        display: none;
    }
    .blog-hero-meta-bar {
        gap: 10px 14px;
    }
}

/* ==========================================================================
   Eye-Catching Internal & External Link Styling
   ========================================================================== */

/* Internal Links within article */
.single-post-content a:not(.atf-toc-link):not(.btn):not(.case-study-row-item):not(.share-btn) {
    color: var(--brand-red, #960212) !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(150, 2, 18, 0.45) !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 3.5px !important;
    padding: 1px 5px !important;
    border-radius: 4px !important;
    background: rgba(150, 2, 18, 0.05) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: inline !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.single-post-content a:not(.atf-toc-link):not(.btn):not(.case-study-row-item):not(.share-btn):hover {
    color: #990020 !important;
    background: rgba(150, 2, 18, 0.12) !important;
    text-decoration-color: #990020 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px !important;
}

/* External Link Styling: distinctive accent with external link arrow */
.single-post-content a[href^="http://"]:not([href*="yusibov.az"]):not([href*="abovethefold"]),
.single-post-content a[href^="https://"]:not([href*="yusibov.az"]):not([href*="abovethefold"]),
.single-post-content a.external-link {
    color: #1d4ed8 !important;
    background: rgba(29, 78, 216, 0.06) !important;
    text-decoration-color: rgba(29, 78, 216, 0.45) !important;
}

.single-post-content a[href^="http://"]:not([href*="yusibov.az"]):not([href*="abovethefold"]):hover,
.single-post-content a[href^="https://"]:not([href*="yusibov.az"]):not([href*="abovethefold"]):hover,
.single-post-content a.external-link:hover {
    color: #1e40af !important;
    background: rgba(29, 78, 216, 0.14) !important;
    text-decoration-color: #1e40af !important;
}

.single-post-content a[href^="http://"]:not([href*="yusibov.az"]):not([href*="abovethefold"])::after,
.single-post-content a[href^="https://"]:not([href*="yusibov.az"]):not([href*="abovethefold"])::after,
.single-post-content a.external-link::after {
    content: " ↗";
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    transition: transform 0.2s ease;
}

.single-post-content a[href^="http://"]:not([href*="yusibov.az"]):not([href*="abovethefold"]):hover::after,
.single-post-content a[href^="https://"]:not([href*="yusibov.az"]):not([href*="abovethefold"]):hover::after,
.single-post-content a.external-link:hover::after {
    transform: translate(1.5px, -1.5px);
}

/* Elegant Typography & Refined Bold Styling in Blog Content */
.single-post-content {
    font-size: 16.5px;
    line-height: 1.8;
    color: #3f3f46;
}

.single-post-content p {
    margin-bottom: 22px;
    font-weight: 400;
    line-height: 1.8;
    color: #3f3f46;
}

.single-post-content strong,
.single-post-content b {
    font-weight: 600 !important;
    color: #111827 !important;
}

.single-post-content h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
    margin-top: 42px;
    margin-bottom: 16px;
    letter-spacing: -0.015em;
    line-height: 1.35;
}

.single-post-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #18181b;
    margin-top: 28px;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* Custom Bullet List Styles */
.single-post-content ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 28px 0 !important;
}

.single-post-content ul > li {
    position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 12px !important;
    line-height: 1.75 !important;
    color: #3f3f46 !important;
    font-size: 1.02rem !important;
}

.single-post-content ul > li::before {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 10px !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background-color: var(--brand-red, #960212) !important;
    box-shadow: 0 0 0 3px rgba(150, 2, 18, 0.15) !important;
}

.single-post-content ol {
    margin: 20px 0 28px 0 !important;
    padding-left: 24px !important;
}

.single-post-content ol > li {
    padding-left: 6px !important;
    margin-bottom: 12px !important;
    line-height: 1.75 !important;
    color: #3f3f46 !important;
}

.single-post-content ol > li::marker {
    color: var(--brand-red, #960212) !important;
    font-weight: 700 !important;
}

/* Headings Smooth Highlight Motion */
@keyframes atfHeadingPulse {
    0% {
        background-color: rgba(150, 2, 18, 0.2);
        transform: translateX(4px);
    }
    40% {
        background-color: rgba(150, 2, 18, 0.12);
        transform: translateX(0);
    }
    100% {
        background-color: transparent;
        transform: translateX(0);
    }
}

.heading-highlight-pulse {
    animation: atfHeadingPulse 1.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 8px;
    padding-left: 8px;
    margin-left: -8px;
}

/* ==========================================================================
   Yusibov.az Sticky Sidebar Design
   ========================================================================== */

.blog-sidebar-sticky {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    position: relative;
    align-self: stretch;
}

/* WIDGET 1: Author Profile & Verification */
.atf-widget-author {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    width: 100%;
}

/* WIDGET 2: CTA Danışmanlıq */
.atf-widget-cta {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    padding: 24px;
    width: 100%;
    position: relative;
}

/* WIDGET 3: Table of Contents & Reading Progress (STICKY AFTER SCROLLING PAST TOP WIDGETS) */
.atf-widget-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 96px;
    z-index: 10;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 0;
}

.atf-nav-header {
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 12px;
}

.atf-nav-header-left {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    white-space: nowrap;
}

.atf-progress-track {
    flex-grow: 1;
    height: 5px;
    background: #f3f4f6;
    border-radius: 4px;
    overflow: hidden;
}

.atf-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--brand-red, #960212);
    border-radius: 4px;
    transition: width 0.1s ease-out;
}

.atf-progress-pct {
    font-size: 12px;
    font-weight: 750;
    color: #111827;
    min-width: 32px;
    text-align: right;
}

.atf-toc-toggle-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 8px;
    cursor: pointer;
    user-select: none;
}

.atf-toc-title {
    font-size: 11.5px;
    font-weight: 800;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.atf-toc-list {
    padding: 8px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    list-style: none !important;
    margin: 0 !important;
}

.atf-toc-item {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.atf-toc-item::before {
    display: none !important;
}

.atf-toc-link {
    display: block;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: #4b5563;
    text-decoration: none !important;
    line-height: 1.45;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    border-left: 2px solid transparent;
}

.atf-toc-link:hover {
    background: #f9fafb;
    color: #111827;
    transform: translateX(3px);
}

.atf-toc-link.active {
    background: rgba(150, 2, 18, 0.06);
    color: var(--brand-red, #960212);
    font-weight: 700;
    border-left-color: var(--brand-red, #960212);
    padding-left: 14px;
}

/* WIDGET 2: Exact Author Card from Screenshot */
.atf-widget-author {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    display: block;
    width: 100%;
}

.atf-author-body {
    padding: 26px 22px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.atf-author-avatar-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.atf-author-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: contain;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.atf-author-pulse {
    position: absolute;
    bottom: 2px;
    right: 3px;
    width: 14px;
    height: 14px;
    background: #22c55e;
    border: 2.5px solid #ffffff;
    border-radius: 50%;
}

.atf-author-name {
    font-size: 18.5px;
    font-weight: 750;
    color: #111827;
    margin-bottom: 3px;
    letter-spacing: -0.01em;
}

.atf-author-role {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

.atf-author-bio {
    font-size: 13px;
    line-height: 1.55;
    color: #4b5563;
    margin-bottom: 18px;
    max-width: 290px;
}

.atf-author-actions-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.atf-social-circle-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    background: #ffffff;
    transition: all 0.2s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.atf-social-circle-btn:hover {
    border-color: #111827;
    color: #111827;
    background: #f9fafb;
}

.atf-all-articles-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 38px;
    padding: 0 16px;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    font-size: 12.5px;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    transition: all 0.2s ease;
}

.atf-all-articles-btn:hover {
    border-color: #111827;
    color: #111827;
    background: #f9fafb;
}

.atf-author-verified-box {
    padding: 16px 20px 18px;
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
    text-align: left;
}

.atf-verified-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

/* Brand Red Verification Badge Icon */
.atf-verified-badge-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-red, #960212);
    background: linear-gradient(135deg, #960212 0%, #960212 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(150, 2, 18, 0.25);
}

.atf-verified-badge-icon svg {
    display: block;
}

.atf-verified-title-text {
    font-size: 13px;
    font-weight: 750;
    color: #111827;
}

.atf-verified-desc {
    font-size: 12px;
    line-height: 1.55;
    color: #4b5563;
    margin: 0;
}

/* WIDGET 3: Clean Brand Red / Light Consultation Card */
.atf-widget-cta {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    display: block;
    width: 100%;
}

.atf-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 800;
    color: var(--brand-red, #960212);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.atf-cta-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-red, #960212);
}

.atf-cta-title {
    font-size: 16.5px;
    font-weight: 800;
    color: #111827;
    line-height: 1.35;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.atf-cta-desc {
    font-size: 12.5px;
    line-height: 1.55;
    color: #4b5563;
    margin-bottom: 16px;
}

.atf-cta-desc strong {
    color: #111827;
}

.atf-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 12px 6px;
    margin-bottom: 18px;
    text-align: center;
}

.atf-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.atf-stat-num {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.atf-stat-label {
    font-size: 10.5px;
    color: #6b7280;
    margin-top: 2px;
}

.atf-cta-action-btn {
    background: var(--brand-red, #960212);
    background: linear-gradient(135deg, #960212 0%, #960212 100%);
    color: #ffffff !important;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.22);
    width: 100%;
}

.atf-cta-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(150, 2, 18, 0.32);
}

.atf-cta-btn-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.atf-cta-btn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.atf-cta-btn-main {
    font-size: 13px;
    font-weight: 750;
    color: #ffffff;
    line-height: 1.25;
}

.atf-cta-btn-sub {
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.2;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .blog-layout-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .blog-sidebar-sticky {
        position: static !important;
        order: 2;
    }
}

/* References & Case Studies Grid */
.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 32px;
    margin-top: 10px;
}

.reference-card {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.reference-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.08);
    border-color: #d4d4d8;
}

.ref-sector {
    display: none !important;
}

.reference-card h3 {
    font-size: 19px;
    font-weight: 750;
    color: #09090b;
    margin-bottom: 12px;
    line-height: 1.35;
}

.reference-card p {
    font-size: 14px;
    color: #71717a;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.ref-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.ref-tag {
    background: #f4f4f5;
    color: #52525b;
    font-size: 11.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}



/* Non-semantic Heading Replacements for Perfect SEO Hierarchy */
.mega-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 2px;
}

.resources-main-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
}

.footer-cta-heading {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-col-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.card-title,
.service-card-title,
.grid-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 8px;
}


/* LinkedIn Notice Block Styling */
.case-linkedin-notice {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f0f7ff;
    border: 1px solid #cce4ff;
    border-left: 4px solid #0a66c2;
    border-radius: 12px;
    padding: 16px 20px;
    margin: 0 0 32px 0;
    box-shadow: 0 2px 8px rgba(10, 102, 194, 0.05);
}

.case-linkedin-notice .notice-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0a66c2;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.case-linkedin-notice .notice-text {
    flex: 1;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.5;
}

.case-linkedin-notice .notice-text a {
    color: #0a66c2;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.case-linkedin-notice .notice-text a:hover {
    color: #004182;
}






/* Sub-Services Sidebar Widget - Exact match for .include-card & .price-card */
.sidebar-nav-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
}

.subservices-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subservices-sidebar-list li {
    margin-bottom: 10px;
}

.subservices-sidebar-list li:last-child {
    margin-bottom: 0;
}

.subservices-sidebar-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text-primary);
    background: #ffffff;
    border: 1px solid var(--border-color);
    transition: all 0.2s ease;
}

.subservices-sidebar-list a:hover,
.subservices-sidebar-list li.active a {
    background: var(--brand-red);
    color: #ffffff;
    border-color: var(--brand-red);
}

.subservices-sidebar-list a .arrow {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.subservices-sidebar-list a:hover .arrow,
.subservices-sidebar-list li.active a .arrow {
    transform: translateX(4px);
}

/* ==========================================================================
   VERCEL-STYLE CLEAN TYPOGRAPHY & DESIGN SYSTEM STANDARDS
   ========================================================================== */

/* Hero Title - Always Crisp White */
.page-hero h1,
.page-hero-left h1,
.home-hero h1,
.page-hero .breadcrumb,
.page-hero .breadcrumb a {
    color: #ffffff !important;
}

.page-hero h1,
.page-hero-left h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.25 !important;
    margin-bottom: 14px !important;
}

.page-hero p,
.page-hero-left p {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.6 !important;
}

/* Headings & Content Typography */
.content-left h1,
article.content-left h1 {
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.3 !important;
    color: #09090b !important;
}

.content-left h2,
article.content-left h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.35 !important;
    color: #09090b !important;
    margin-top: 36px !important;
    margin-bottom: 14px !important;
}

.content-left h2:first-child,
article.content-left h2:first-child {
    margin-top: 0 !important;
}

.content-left h3,
article.content-left h3 {
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: -0.015em !important;
    line-height: 1.4 !important;
    color: #18181b !important;
    margin-top: 24px !important;
    margin-bottom: 10px !important;
}

.content-left h4,
article.content-left h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.45 !important;
    color: #27272a !important;
    margin-top: 18px !important;
    margin-bottom: 8px !important;
}

.content-left p,
article.content-left p {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    color: #52525b !important;
    margin-bottom: 16px !important;
}

.content-left ul,
article.content-left ul {
    margin-top: 8px;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.content-left ul li,
article.content-left ul li {
    font-size: 14.5px;
    line-height: 1.6;
    color: #3f3f46;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.content-left ul li::before,
article.content-left ul li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #18181b;
}

/* In-Content Grid & Cards (Matched to site's clean white service card standard) */
.sub-services-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
    margin: 24px 0 36px !important;
}

@media (max-width: 640px) {
    .sub-services-grid {
        grid-template-columns: 1fr !important;
    }
}

.sub-service-card {
    background: #ffffff !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 14px !important;
    padding: 24px 26px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.25s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

.sub-service-card:hover {
    border-color: var(--brand-red) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
}

.sub-service-card .card-title,
.sub-service-card h3,
.sub-service-card h4 {
    font-size: 17px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    color: var(--text-primary) !important;
    text-transform: none !important;
    margin-bottom: 10px !important;
    display: block !important;
    line-height: 1.35 !important;
    transition: color 0.2s ease !important;
}

.sub-service-card:hover .card-title,
.sub-service-card:hover h3,
.sub-service-card:hover h4 {
    color: var(--brand-red) !important;
}

.sub-service-card h4::before {
    display: none !important;
}

.sub-service-card p {
    font-size: 14px !important;
    color: var(--text-secondary) !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Sidebar Widgets */
.sidebar-sticky {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    height: 100% !important;
}

.price-card,
.include-card,
.sidebar-nav-card {
    background: #fafafa !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

/* Sidebar Card Overlines/Badges */
.sidebar-sticky .card-title,
.price-card .card-title,
.include-card .card-title,
.sidebar-nav-card .card-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #71717a !important;
    margin-bottom: 14px !important;
    display: block !important;
}

.price-value {
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: #09090b !important;
    margin-bottom: 8px !important;
}

.price-card p {
    font-size: 13px !important;
    color: #71717a !important;
    line-height: 1.5 !important;
    margin-bottom: 16px !important;
}

.price-card .btn-primary {
    width: 100% !important;
    background: #09090b !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    padding: 11px 16px !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background 0.15s ease !important;
    box-shadow: none !important;
}

.price-card .btn-primary:hover {
    background: #27272a !important;
    color: #ffffff !important;
}

/* Sub-Services Navigation Widget in Sidebar (Exact match for XİDMƏTƏ DAXİLDİR font style) */
.subservices-sidebar-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.subservices-sidebar-list li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.subservices-sidebar-list a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 4px 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #09090b !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: color 0.15s ease !important;
}

.subservices-sidebar-list a:hover,
.subservices-sidebar-list li.active a {
    background: transparent !important;
    border: none !important;
    color: var(--brand-red) !important;
    box-shadow: none !important;
}

.subservices-sidebar-list a .arrow {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--brand-red) !important;
    margin-left: 8px !important;
    transition: transform 0.15s ease !important;
}

.subservices-sidebar-list a:hover .arrow,
.subservices-sidebar-list li.active a .arrow {
    transform: translateX(4px) !important;
}

/* Sidebar Quick Form - Primary Red Background & Sticky with WHITE Submit Button */
.sidebar-form-card {
    position: sticky !important;
    top: 96px !important;
    background: var(--brand-red) !important;
    border: 1px solid var(--brand-red-dark) !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 8px 24px rgba(150, 2, 18, 0.15) !important;
    z-index: 10 !important;
    color: #ffffff !important;
}

.sidebar-form-card .card-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 14px !important;
    display: block !important;
}

.sidebar-form-card .form-group {
    margin-bottom: 12px !important;
}

.sidebar-form-card label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-bottom: 5px !important;
    display: block !important;
}

.sidebar-form-card input,
.sidebar-form-card textarea {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 9px 12px !important;
    font-size: 13px !important;
    font-family: inherit !important;
    color: #09090b !important;
    outline: none !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease !important;
    box-sizing: border-box !important;
}

.sidebar-form-card input:focus,
.sidebar-form-card textarea:focus {
    border-color: #09090b !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4) !important;
}

.sidebar-form-card input::placeholder,
.sidebar-form-card textarea::placeholder {
    color: #a1a1aa !important;
}

/* Button: Pure White Background */
.sidebar-form-card .btn-primary,
.sidebar-form-card button[type="submit"] {
    width: 100% !important;
    background: #ffffff !important;
    color: #09090b !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: background 0.15s ease, transform 0.15s ease !important;
    margin-top: 6px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.sidebar-form-card .btn-primary:hover,
.sidebar-form-card button[type="submit"]:hover {
    background: #f4f4f5 !important;
    color: #000000 !important;
    transform: translateY(-1px) !important;
}

/* XİDMƏTƏ DAXİLDİR Rich Dropdown Accordions */
.include-card details {
    border-bottom: 1px solid #f1f1f4 !important;
    padding: 10px 0 !important;
}

.include-card details:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.include-card details summary {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #09090b !important;
    cursor: pointer !important;
    list-style: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 4px 0 !important;
    user-select: none !important;
}

.include-card details summary::-webkit-details-marker {
    display: none !important;
}

.include-card details summary::after {
    content: '+' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--brand-red) !important;
    transition: transform 0.2s ease !important;
}

.include-card details[open] summary::after {
    content: '−' !important;
}

.include-card .details-content {
    font-size: 12.5px !important;
    color: #52525b !important;
    line-height: 1.55 !important;
    padding: 6px 0 2px !important;
}

.include-card .details-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
}

.include-card .details-list li {
    font-size: 12px !important;
    color: #52525b !important;
    line-height: 1.5 !important;
    margin-bottom: 6px !important;
    position: relative !important;
    padding-left: 14px !important;
}

.include-card .details-list li:last-child {
    margin-bottom: 0 !important;
}

.include-card .details-list li::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 7px !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: var(--brand-red) !important;
}

/* Header Phone & Action Alignment Fix */
.header-phone {
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}
.header-actions {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}


/* ==========================================================================
   Interactive SEO Package Configurator & Features Section (2026 Edition)
   ========================================================================== */

.seo-configurator-section {
    padding: 64px 0 48px;
    background: #ffffff;
    border-bottom: 1px solid var(--border-color);
}

.sec-header-center {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 40px;
}

.sec-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-red);
    background: rgba(150, 2, 18, 0.06);
    padding: 6px 14px;
    border-radius: 9999px;
    margin-bottom: 14px;
}

.sec-title {
    font-size: 32px;
    font-weight: 800;
    color: #0a0a0b;
    line-height: 1.25;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.sec-subtitle {
    font-size: 16px;
    color: #52525b;
    line-height: 1.6;
    margin: 0 auto;
}

/* 2-Column Configurator Grid */
.pkg-config-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    align-items: start;
}

/* Left: Steps / Questions Box */
.pkg-steps-box {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.pkg-step {
    margin-bottom: 28px;
}

.pkg-step:last-child {
    margin-bottom: 0;
}

.pkg-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #0a0a0b;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pkg-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #f4f4f5;
    color: #71717a;
    font-size: 12px;
    font-weight: 800;
    border-radius: 6px;
}

.pkg-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pkg-pill {
    padding: 10px 18px;
    border-radius: 9999px;
    background: #f4f4f5;
    border: 1.5px solid transparent;
    color: #27272a;
    font-size: 13.5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
    font-family: inherit;
}

.pkg-pill:hover {
    background: #e4e4e7;
    color: #09090b;
    transform: translateY(-1px);
}

.pkg-pill.active {
    background: var(--brand-red);
    color: #ffffff;
    border-color: var(--brand-red);
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.28);
}

/* Right: Package Result Card */
.pkg-result-wrapper {
    position: sticky;
    top: 92px;
}

.pkg-result-card {
    background: #ffffff;
    border: 1.5px solid var(--brand-red);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 12px 32px rgba(150, 2, 18, 0.08);
}

.pkg-result-tag {
    font-size: 11px;
    font-weight: 800;
    color: var(--brand-red);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.pkg-name {
    font-size: 28px;
    font-weight: 800;
    color: #0a0a0b;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}

.pkg-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 16px;
}

.pkg-price-row .val {
    font-size: 42px;
    font-weight: 900;
    color: #0a0a0b;
    line-height: 1;
    letter-spacing: -0.03em;
}

.pkg-price-row .curr {
    font-size: 20px;
    font-weight: 800;
    color: #0a0a0b;
}

.pkg-price-row .unit {
    font-size: 14px;
    font-weight: 600;
    color: #71717a;
    margin-left: 2px;
}

.pkg-desc {
    font-size: 13.5px;
    color: #3f3f46;
    line-height: 1.55;
    margin-bottom: 20px;
}

.pkg-desc strong {
    color: #09090b;
}

.pkg-benefit-box {
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.pkg-benefit-box svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.pkg-benefit-green {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.pkg-benefit-green svg {
    stroke: #059669;
}

.pkg-benefit-neutral {
    background: #f4f4f5;
    color: #27272a;
    border: 1px solid #e4e4e7;
}

.pkg-benefit-neutral svg {
    stroke: #52525b;
}

.pkg-count-stat {
    font-size: 13px;
    font-weight: 800;
    color: var(--brand-red);
    margin: 18px 0 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pkg-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    text-align: center;
    background: var(--brand-red);
    color: #ffffff !important;
    font-size: 14.5px;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 10px;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.25);
}

.pkg-btn-primary:hover {
    background: var(--brand-red-dark);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(150, 2, 18, 0.35);
}

.pkg-btn-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    text-align: center;
    background: #ffffff;
    color: #15803d !important;
    border: 1.5px solid #86efac;
    font-size: 13.5px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pkg-btn-whatsapp svg {
    fill: currentColor;
}

.pkg-btn-whatsapp:hover {
    background: #22c55e;
    color: #ffffff !important;
    border-color: #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}

/* Feature Breakdown Section (Images 2 & 3) */
.pkg-features-section {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid #e4e4e7;
}

.pkg-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.pkg-feature-card {
    background: #ffffff;
    border: 1.5px solid #e4e4e7;
    border-radius: 18px;
    padding: 28px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.pkg-feature-card:hover {
    border-color: #d4d4d8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.pkg-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f4f4f5;
}

.pkg-card-top h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0a0a0b;
    margin: 0;
    letter-spacing: -0.01em;
}

.pkg-impact-badge {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 9999px;
    background: #fef2f2;
    color: var(--brand-red);
    border: 1px solid #fecaca;
    white-space: nowrap;
}

.pkg-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pkg-item-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.pkg-item-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    margin-top: 2px;
    line-height: 1;
}

.pkg-item-content strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #18181b;
    margin-bottom: 2px;
    line-height: 1.4;
}

.pkg-item-content p {
    font-size: 13px;
    color: #71717a;
    line-height: 1.5;
    margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .pkg-config-grid {
        grid-template-columns: 1fr;
    }
    .pkg-result-wrapper {
        position: relative;
        top: 0;
    }
    .pkg-features-grid {
        grid-template-columns: 1fr;
    }
    .sec-title {
        font-size: 26px;
    }
}


/* ==========================================================================
   SEO Features Full Section & Bento FAQ Accordion Section Styles
   ========================================================================== */


/* ==========================================================================
   SEO Features Full Section & Bento FAQ Accordion Section Styles (Bulletproof)
   ========================================================================== */

.seo-features-full-section {
    padding: 72px 0;
    background: #fafafa;
    border-top: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7;
}


/* ==========================================================================
   SEO FAQ Accordion Section Styles (Bulletproof High Specificity)
   ========================================================================== */

.seo-faq-section {
    padding: 80px 0 !important;
    background: #ffffff !important;
    position: relative !important;
    border-top: 1px solid #e4e4e7 !important;
}

.faq-grid-wrapper {
    max-width: 920px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
}

.faq-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.faq-item {
    background: #ffffff !important;
    border: 1.5px solid #e4e4e7 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important;
    display: block !important;
}

.faq-item:hover {
    border-color: #d4d4d8 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}

.faq-item.active,
.faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 6px 24px rgba(150, 2, 18, 0.08) !important;
}

.faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding: 20px 24px !important;
    cursor: pointer !important;
    user-select: none !important;
    background: #ffffff !important;
    transition: background 0.2s ease !important;
}

.faq-q-text {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #09090b !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 !important;
}

.faq-item.active .faq-q-text,
.faq-item.open .faq-q-text {
    color: #960212 !important;
}

.faq-toggle-icon {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    background: #f4f4f5 !important;
    color: #52525b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.faq-toggle-icon svg {
    display: block !important;
    transition: transform 0.25s ease !important;
}

.faq-item.active .faq-toggle-icon,
.faq-item.open .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.1) !important;
    color: #960212 !important;
    transform: rotate(45deg) !important;
}

.faq-answer {
    display: none !important;
    padding: 0 24px 22px 24px !important;
    border-top: 1px solid #f4f4f5 !important;
    background: #ffffff !important;
}

.faq-item.active .faq-item.active .faq-answer, .faq-item.open .faq-answer {
    display: block !important;
    padding-top: 16px !important;
}

.faq-answer p {
    font-size: 14.5px !important;
    color: #3f3f46 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}


/* Expandable Feature Cards Styles */
.pkg-items-hidden {
    display: none !important;
}

.pkg-feature-card.is-expanded .pkg-items-hidden {
    display: flex !important;
}

.pkg-feature-card[style*="grid-column"] .pkg-items-hidden {
    display: none !important;
}

.pkg-feature-card[style*="grid-column"].is-expanded .pkg-items-hidden {
    display: grid !important;
}

.btn-expand-items {
    margin-top: 16px;
    width: 100%;
    padding: 10px 14px;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    color: #3f3f46;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    font-family: inherit;
}

.btn-expand-items:hover {
    background: #e4e4e7;
    color: #09090b;
}

.btn-expand-items svg {
    transition: transform 0.2s ease;
}

.pkg-feature-card.is-expanded .btn-expand-items svg {
    transform: rotate(180deg);
}





/* ==========================================================================
   BUTTONS & BASE ELEMENTS (LIGHT & DARK CONSISTENCY)
   ========================================================================== */

/* Header Buttons */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.header-actions .btn-primary,
.header .btn-primary,
.btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #960212 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(150, 2, 18, 0.2) !important;
    text-decoration: none !important;
}

.header-actions .btn-primary:hover,
.header .btn-primary:hover,
.btn-primary:hover {
    background: #75010e !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(150, 2, 18, 0.3) !important;
}

/* Hero CTA Pill Buttons */
.hero-cta-pill {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 24px !important;
    flex-wrap: wrap !important;
}

.cta-pill-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    border-radius: 9999px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
}

.cta-pill-whatsapp {
    background: #22c55e !important;
    color: #ffffff !important;
    border: 1px solid #16a34a !important;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3) !important;
}

.cta-pill-whatsapp:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.cta-pill-call {
    background: #ffffff !important;
    color: #18181b !important;
    border: 1.5px solid #e4e4e7 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.cta-pill-call:hover {
    background: #f4f4f5 !important;
    color: #09090b !important;
    transform: translateY(-1px) !important;
}

/* Configurator Alignment & Spacing */
.pkg-config-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 400px) !important;
    gap: 30px !important;
    align-items: stretch !important;
}

.pkg-steps-box {
    margin: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.pkg-result-wrapper {
    margin: 0 !important;
    height: 100% !important;
}

.pkg-result-card {
    margin: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

@media (max-width: 992px) {
    .pkg-config-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Primary Color for 'Davamına bax' Buttons */
.btn-expand-items {
    margin-top: 18px !important;
    width: 100% !important;
    padding: 12px 18px !important;
    background: #960212 !important;
    border: 1px solid #75010e !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.22) !important;
    font-family: inherit !important;
}

.btn-expand-items:hover {
    background: #75010e !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(150, 2, 18, 0.35) !important;
}

.btn-expand-items svg {
    stroke: #ffffff !important;
    transition: transform 0.25s ease !important;
}

.pkg-feature-card.is-expanded .btn-expand-items svg {
    transform: rotate(180deg) !important;
}

/* Theme Toggle Button */
.theme-toggle-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    background: #f4f4f5 !important;
    border: 1px solid #e4e4e7 !important;
    color: #3f3f46 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
}

.theme-toggle-btn:hover {
    background: #e4e4e7 !important;
    color: #09090b !important;
    transform: scale(1.05) !important;
}

.theme-toggle-btn .sun-icon {
    display: none !important;
}

.theme-toggle-btn .moon-icon {
    display: block !important;
}

.mobile-theme-btn {
    width: 100% !important;
    height: 44px !important;
    padding: 0 16px !important;
    margin: 16px 0 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
}

/* ==========================================================================
   HIGH-CONTRAST PREMIUM DARK MODE (ONLY APPLIES IN [data-theme="dark"])
   ========================================================================== */

[data-theme="dark"] {
    --bg-main: #0f0f13;
    --bg-card: #181820;
    --bg-subtle: #22222c;
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --border-color: #272732;
}

[data-theme="dark"] body {
    background-color: #0f0f13 !important;
    color: #f1f5f9 !important;
}

/* Theme Toggle Button in Dark */
[data-theme="dark"] .theme-toggle-btn {
    background: #22222c !important;
    border-color: #383848 !important;
    color: #facc15 !important;
}

[data-theme="dark"] .theme-toggle-btn:hover {
    background: #2a2a38 !important;
    color: #fef08a !important;
}

[data-theme="dark"] .theme-toggle-btn .sun-icon {
    display: block !important;
}

[data-theme="dark"] .theme-toggle-btn .moon-icon {
    display: none !important;
}

/* Header in Dark */
[data-theme="dark"] .header {
    background: rgba(15, 15, 19, 0.95) !important;
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .nav-item {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .nav-item:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .header-phone {
    color: #e2e8f0 !important;
}

[data-theme="dark"] .mega-menu,
[data-theme="dark"] .resources-megamenu-panel,
[data-theme="dark"] .mobile-menu-drawer {
    background: #181820 !important;
    border: 1px solid #2e2e3c !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .mega-item:hover,
[data-theme="dark"] .resources-link-item:hover {
    background: #22222c !important;
}

[data-theme="dark"] .mega-title,
[data-theme="dark"] .resources-item-title,
[data-theme="dark"] .sec-title,
[data-theme="dark"] .pkg-step-title,
[data-theme="dark"] .form-title,
[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6 {
    color: #ffffff !important;
}

[data-theme="dark"] .sec-subtitle,
[data-theme="dark"] .pkg-item-content p,
[data-theme="dark"] .faq-answer p,
[data-theme="dark"] .pkg-desc,
[data-theme="dark"] .mega-content p {
    color: #cbd5e1 !important;
}

/* Page Hero & Quick Form in Dark */
[data-theme="dark"] .page-hero {
    background: #14141a !important;
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .breadcrumb a {
    color: #94a3b8 !important;
}

[data-theme="dark"] .breadcrumb span {
    color: #e2e8f0 !important;
}

[data-theme="dark"] .page-hero-left h1 {
    color: #ffffff !important;
}

[data-theme="dark"] .page-hero-left p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .cta-pill-call {
    background: #22222c !important;
    color: #ffffff !important;
    border-color: #383848 !important;
}

[data-theme="dark"] .cta-pill-call:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .hero-quick-form {
    background: #1c1c24 !important;
    border: 1.5px solid #2e2e3c !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .hero-quick-form .form-title {
    color: #ffffff !important;
}

[data-theme="dark"] .hero-quick-form input,
[data-theme="dark"] .quick-form-body input,
[data-theme="dark"] .sidebar-form-card input,
[data-theme="dark"] .sidebar-form-card textarea,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea {
    background: #242430 !important;
    border: 1.5px solid #383848 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .hero-quick-form input::placeholder,
[data-theme="dark"] .quick-form-body input::placeholder,
[data-theme="dark"] .sidebar-form-card input::placeholder,
[data-theme="dark"] .sidebar-form-card textarea::placeholder,
[data-theme="dark"] .form-group input::placeholder,
[data-theme="dark"] .form-group textarea::placeholder {
    color: #828294 !important;
}

[data-theme="dark"] .hero-quick-form input:focus,
[data-theme="dark"] .quick-form-body input:focus,
[data-theme="dark"] .sidebar-form-card input:focus,
[data-theme="dark"] .sidebar-form-card textarea:focus,
[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group textarea:focus {
    border-color: #960212 !important;
    background: #2a2a38 !important;
}

/* Configurator in Dark */
[data-theme="dark"] .seo-configurator-section {
    background: #0f0f13 !important;
    border-color: #272732 !important;
}

[data-theme="dark"] .sec-badge {
    background: rgba(150, 2, 18, 0.25) !important;
    color: #f87171 !important;
    border: 1px solid rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-steps-box {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .pkg-pill {
    background: #22222c !important;
    color: #e2e8f0 !important;
    border: 1.5px solid #323242 !important;
}

[data-theme="dark"] .pkg-pill:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
    border-color: #444458 !important;
}

[data-theme="dark"] .pkg-pill.active {
    background: #960212 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-step-num {
    background: #242430 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .pkg-result-card {
    background: #181820 !important;
    border: 2px solid #960212 !important;
    box-shadow: 0 12px 36px rgba(150, 2, 18, 0.2) !important;
}

[data-theme="dark"] .pkg-result-tag {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-name,
[data-theme="dark"] .pkg-price-row .val {
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-price-row .curr {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .unit {
    color: #94a3b8 !important;
}

[data-theme="dark"] .pkg-benefit-neutral {
    background: #22222c !important;
    color: #e2e8f0 !important;
    border: 1px solid #323242 !important;
}

[data-theme="dark"] .pkg-benefit-green {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

[data-theme="dark"] .pkg-btn-whatsapp {
    background: #22222c !important;
    color: #4ade80 !important;
    border: 1.5px solid #22c55e !important;
}

[data-theme="dark"] .pkg-btn-whatsapp:hover {
    background: #22c55e !important;
    color: #ffffff !important;
}

/* Long Form Content Section in Dark */
[data-theme="dark"] .content-wrapper {
    background: #0f0f13 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .content-left h2,
[data-theme="dark"] .content-left h3,
[data-theme="dark"] .content-left h4 {
    color: #ffffff !important;
}

[data-theme="dark"] .content-left p,
[data-theme="dark"] .content-left li {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .content-left strong {
    color: #ffffff !important;
}

[data-theme="dark"] .content-left a {
    color: #f87171 !important;
    text-decoration: underline !important;
}

/* Sidebar in Dark */
[data-theme="dark"] .price-card,
[data-theme="dark"] .sidebar-nav-card,
[data-theme="dark"] .sidebar-form-card {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
}

[data-theme="dark"] .price-card {
    border: 2px solid #960212 !important;
}

[data-theme="dark"] .price-card .price-value {
    color: #ffffff !important;
}

[data-theme="dark"] .price-card p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .price-card .card-title,
[data-theme="dark"] .sidebar-nav-card .card-title,
[data-theme="dark"] .sidebar-form-card .card-title {
    color: #ffffff !important;
}

[data-theme="dark"] .price-card .btn-primary,
[data-theme="dark"] .price-card a.btn {
    background: #960212 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .subservices-sidebar-list a {
    color: #f1f5f9 !important;
    background: #22222c !important;
    border: 1px solid #323242 !important;
}

[data-theme="dark"] .subservices-sidebar-list a:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
}

[data-theme="dark"] .subservices-sidebar-list .arrow {
    color: #f87171 !important;
}

[data-theme="dark"] .sidebar-form-card label {
    color: #cbd5e1 !important;
}

/* Features Full Section in Dark */
[data-theme="dark"] .seo-features-full-section {
    background: #121218 !important;
    border-color: #272732 !important;
}

[data-theme="dark"] .pkg-feature-card {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .pkg-feature-card:hover {
    border-color: #3f3f50 !important;
}

[data-theme="dark"] .pkg-card-top {
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .pkg-card-top h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-item-content strong {
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-item-content p {
    color: #94a3b8 !important;
}

[data-theme="dark"] .pkg-item-icon {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
}

/* FAQ Section in Dark */
[data-theme="dark"] .seo-faq-section {
    background: #0f0f13 !important;
    border-color: #272732 !important;
}

[data-theme="dark"] .faq-item {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
}

[data-theme="dark"] .faq-item:hover {
    border-color: #3f3f50 !important;
}

[data-theme="dark"] .faq-question {
    background: #181820 !important;
}

[data-theme="dark"] .faq-q-text {
    color: #ffffff !important;
}

[data-theme="dark"] .faq-item.active,
[data-theme="dark"] .faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 8px 24px rgba(150, 2, 18, 0.2) !important;
}

[data-theme="dark"] .faq-item.active .faq-q-text,
[data-theme="dark"] .faq-item.open .faq-q-text {
    color: #f87171 !important;
}

[data-theme="dark"] .faq-toggle-icon {
    background: #242430 !important;
    color: #94a3b8 !important;
}

[data-theme="dark"] .faq-item.active .faq-toggle-icon,
[data-theme="dark"] .faq-item.open .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.25) !important;
    color: #f87171 !important;
}

[data-theme="dark"] .faq-answer {
    background: #181820 !important;
    border-top: 1px solid #272732 !important;
}

[data-theme="dark"] .faq-answer p {
    color: #cbd5e1 !important;
}

/* Footer in Dark */
[data-theme="dark"] .brand-footer {
    background: #08080c !important;
    border-top: 1px solid #1c1c24 !important;
}

[data-theme="dark"] .footer-col-title {
    color: #ffffff !important;
}

[data-theme="dark"] .footer-col a {
    color: #94a3b8 !important;
}

[data-theme="dark"] .footer-col a:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .footer-bottom {
    color: #64748b !important;
    border-top: 1px solid #181820 !important;
}


/* Dynamic Light / Dark Mode Header Logos */
.logo-dark {
    display: none !important;
}

.logo-light {
    display: block !important;
}

[data-theme="dark"] .logo-light {
    display: none !important;
}

[data-theme="dark"] .logo-dark {
    display: block !important;
}


/* ==========================================================================
   GLOBAL THEME TOGGLE, LOGO SCALING & COMPLETE DARK MODE SYSTEM
   ========================================================================== */

/* 25% Smaller Header Logo */
.logo img,
.header .logo img,
.mobile-drawer-logo img,
.mobile-menu-logo img {
    max-height: 26px !important;
    height: auto !important;
    width: auto !important;
    display: block;
}

/* Dynamic Light / Dark Mode Header Logos */
.logo-dark {
    display: none !important;
}

.logo-light {
    display: block !important;
}

[data-theme="dark"] .logo-light {
    display: none !important;
}

[data-theme="dark"] .logo-dark {
    display: block !important;
}

/* Unboxed Standalone Hero CTA Buttons */
.hero-cta-pill {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 24px !important;
    flex-wrap: wrap !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.cta-pill-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    border-radius: 9999px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
}

.cta-pill-whatsapp {
    background: #22c55e !important;
    color: #ffffff !important;
    border: 1px solid #16a34a !important;
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.3) !important;
}

.cta-pill-whatsapp:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.cta-pill-call {
    background: #ffffff !important;
    color: #18181b !important;
    border: 1.5px solid #e4e4e7 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.cta-pill-call:hover {
    background: #f4f4f5 !important;
    color: #09090b !important;
    transform: translateY(-1px) !important;
}

/* Header Action Buttons */
.header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.header-actions .btn-primary,
.header .btn-primary,
.btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #960212 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 9px 18px !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(150, 2, 18, 0.2) !important;
    text-decoration: none !important;
}

.header-actions .btn-primary:hover,
.header .btn-primary:hover,
.btn-primary:hover {
    background: #75010e !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(150, 2, 18, 0.3) !important;
}

/* Theme Toggle Button */
.theme-toggle-btn {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 10px !important;
    background: #f4f4f5 !important;
    border: 1px solid #e4e4e7 !important;
    color: #3f3f46 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
}

.theme-toggle-btn * {
    pointer-events: none !important;
}

.theme-toggle-btn:hover {
    background: #e4e4e7 !important;
    color: #09090b !important;
    transform: scale(1.05) !important;
}

.theme-toggle-btn .sun-icon {
    display: none !important;
}

.theme-toggle-btn .moon-icon {
    display: block !important;
}

/* ==========================================================================
   MOBILE BURGER BUTTON & DRAWER SYSTEM
   ========================================================================== */

.mobile-menu-btn,
.mobile-menu-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 10px !important;
    background: #f4f4f5 !important;
    border: 1px solid #e4e4e7 !important;
    color: #18181b !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 4px !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.mobile-menu-btn span,
.mobile-menu-toggle span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    background-color: #18181b !important;
    border-radius: 2px !important;
    transition: all 0.25s ease !important;
}

.mobile-menu-btn:hover,
.mobile-menu-toggle:hover {
    background: #e4e4e7 !important;
}

@media (max-width: 992px) {
    .mobile-menu-btn,
    .mobile-menu-toggle {
        display: inline-flex !important;
    }
    .nav-menu {
        display: none !important;
    }
    .header-phone {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .header-actions .btn-primary {
        display: none !important;
    }
}

/* Mobile Drawer Structure */
.mobile-menu-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

.mobile-menu-backdrop.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.mobile-menu-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -360px !important;
    width: 320px !important;
    max-width: 85vw !important;
    height: 100% !important;
    background: #ffffff !important;
    z-index: 9999 !important;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.mobile-menu-drawer.active {
    right: 0 !important;
}

/* Drawer Header */
.mobile-menu-header,
.mobile-drawer-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 20px !important;
    border-bottom: 1px solid #e4e4e7 !important;
    background: #ffffff !important;
}

.mobile-menu-close {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 8px !important;
    background: #f4f4f5 !important;
    border: 1px solid #e4e4e7 !important;
    color: #3f3f46 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
}

.mobile-menu-close:hover {
    background: #e4e4e7 !important;
    color: #09090b !important;
}

/* Drawer Body & Nav */
.mobile-nav-list,
.mobile-drawer-body {
    padding: 16px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    flex: 1 !important;
}

.mobile-nav-item {
    width: 100% !important;
}

.mobile-nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #18181b !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}

.mobile-nav-link:hover {
    background: #f4f4f5 !important;
    color: #960212 !important;
}

.mobile-sub-menu {
    display: none !important;
    padding: 6px 0 6px 14px !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.mobile-nav-item.is-open .mobile-sub-menu,
.mobile-nav-item.active .mobile-sub-menu {
    display: flex !important;
}

.mobile-nav-item.is-open .accordion-arrow svg,
.mobile-nav-item.active .accordion-arrow svg {
    transform: rotate(180deg) !important;
}

.accordion-arrow svg {
    transition: transform 0.2s ease !important;
}

.mobile-sub-link {
    display: block !important;
    padding: 8px 12px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #52525b !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.mobile-sub-link:hover {
    background: #f4f4f5 !important;
    color: #960212 !important;
}

/* Drawer Footer */
.mobile-drawer-footer {
    padding: 16px 20px !important;
    border-top: 1px solid #e4e4e7 !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.mobile-drawer-btn {
    width: 100% !important;
    height: 44px !important;
    border-radius: 10px !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mobile-drawer-phone {
    width: 100% !important;
    height: 44px !important;
    border-radius: 10px !important;
    background: #f4f4f5 !important;
    border: 1.5px solid #e4e4e7 !important;
    color: #18181b !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.mobile-drawer-phone svg {
    width: 16px !important;
    height: 16px !important;
    fill: #960212 !important;
}

.mobile-drawer-phone:hover {
    background: #e4e4e7 !important;
}

.mobile-theme-btn {
    width: 100% !important;
    height: 44px !important;
    padding: 0 16px !important;
    margin: 12px 0 0 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
}

/* ==========================================================================
   CONFIGURATOR & PACKAGES STYLING
   ========================================================================== */

.pkg-config-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 400px) !important;
    gap: 30px !important;
    align-items: stretch !important;
}

.pkg-steps-box {
    margin: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.pkg-result-wrapper {
    margin: 0 !important;
    height: 100% !important;
}

.pkg-result-card {
    margin: 0 !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

@media (max-width: 992px) {
    .pkg-config-grid {
        grid-template-columns: 1fr !important;
    }
}

.btn-expand-items {
    margin-top: 18px !important;
    width: 100% !important;
    padding: 12px 18px !important;
    background: #960212 !important;
    border: 1px solid #75010e !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.22) !important;
    font-family: inherit !important;
}

.btn-expand-items:hover {
    background: #75010e !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(150, 2, 18, 0.35) !important;
}

.btn-expand-items svg {
    stroke: #ffffff !important;
    transition: transform 0.25s ease !important;
}

.pkg-feature-card.is-expanded .btn-expand-items svg {
    transform: rotate(180deg) !important;
}

/* ==========================================================================
   ROBUST FAQ & ACCORDION COMPONENT STYLES
   ========================================================================== */

.faq-question,
.bento-faq-question {
    cursor: pointer !important;
    user-select: none !important;
}

.faq-answer,
.bento-faq-answer {
    display: none !important;
}

.faq-item.active .faq-item.active .faq-answer, .faq-item.open .faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer,
details.bento-faq-item[open] .bento-faq-answer {
    display: block !important;
    animation: faqOpenAnim 0.2s ease-in-out !important;
}

@keyframes faqOpenAnim {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-toggle-icon {
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, color 0.2s ease !important;
}

.faq-item.active .faq-toggle-icon,
.faq-item.open .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.12) !important;
    color: #960212 !important;
    transform: rotate(45deg) !important;
}

.bento-faq-icon {
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.bento-faq-item.active .bento-faq-icon,
.bento-faq-item.open .bento-faq-icon {
    transform: rotate(45deg) !important;
    color: #960212 !important;
}

.faq-item.active,
.faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 6px 20px rgba(150, 2, 18, 0.08) !important;
}

.faq-item.active .faq-q-text,
.faq-item.open .faq-q-text {
    color: #960212 !important;
}

/* ==========================================================================
   HIGH-CONTRAST & HIGH-READABILITY DARK MODE SYSTEM
   ========================================================================== */

[data-theme="dark"] {
    --bg-main: #0f0f13;
    --bg-card: #181820;
    --bg-subtle: #22222c;
    --text-primary: #ffffff;
    --text-secondary: #f1f5f9;
    --border-color: #272732;
}

[data-theme="dark"] body {
    background-color: #0f0f13 !important;
    color: #f1f5f9 !important;
}

/* PURE WHITE BULLETS & NUMBERS IN DARK MODE */
[data-theme="dark"] li::marker,
[data-theme="dark"] ul li::marker,
[data-theme="dark"] ol li::marker,
[data-theme="dark"] .content-left ul li::marker,
[data-theme="dark"] .content-left ol li::marker,
[data-theme="dark"] article ul li::marker,
[data-theme="dark"] article ol li::marker,
[data-theme="dark"] .details-list li::marker {
    color: #ffffff !important;
}

/* ALL HEADINGS (H1-H6) IN DARK MODE EVERYWHERE MUST BE PURE WHITE */
[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6,
[data-theme="dark"] .content-left h1,
[data-theme="dark"] .content-left h2,
[data-theme="dark"] .content-left h3,
[data-theme="dark"] .content-left h4,
[data-theme="dark"] .content-left h5,
[data-theme="dark"] .content-left h6,
[data-theme="dark"] article h1,
[data-theme="dark"] article h2,
[data-theme="dark"] article h3,
[data-theme="dark"] article h4,
[data-theme="dark"] article h5,
[data-theme="dark"] article h6,
[data-theme="dark"] .content-wrapper h1,
[data-theme="dark"] .content-wrapper h2,
[data-theme="dark"] .content-wrapper h3,
[data-theme="dark"] .content-wrapper h4,
[data-theme="dark"] main h1,
[data-theme="dark"] main h2,
[data-theme="dark"] main h3,
[data-theme="dark"] main h4,
[data-theme="dark"] .sec-title,
[data-theme="dark"] .pkg-step-title,
[data-theme="dark"] .form-title,
[data-theme="dark"] .card-title,
[data-theme="dark"] .mega-title,
[data-theme="dark"] .resources-item-title,
[data-theme="dark"] .faq-q-text,
[data-theme="dark"] .pkg-name,
[data-theme="dark"] .pkg-card-top h3 {
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* ALL BOLD TEXT (STRONG, B) IN DARK MUST BE PURE WHITE & HIGH CONTRAST */
[data-theme="dark"] strong,
[data-theme="dark"] b,
[data-theme="dark"] #calc-pkg-focus,
[data-theme="dark"] .pkg-desc strong,
[data-theme="dark"] .pkg-item-content strong,
[data-theme="dark"] .content-left strong,
[data-theme="dark"] .content-left b,
[data-theme="dark"] article strong,
[data-theme="dark"] article b,
[data-theme="dark"] p strong,
[data-theme="dark"] li strong,
[data-theme="dark"] span strong,
[data-theme="dark"] div strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* ALL REGULAR TEXT & PARAGRAPHS IN DARK MUST BE CRISP BRIGHT WHITE-GRAY */
[data-theme="dark"] p,
[data-theme="dark"] li,
[data-theme="dark"] span:not(.sec-badge):not(.arrow):not(.curr):not(.sun-icon):not(.moon-icon),
[data-theme="dark"] .content-left p,
[data-theme="dark"] .content-left li,
[data-theme="dark"] .content-left ul,
[data-theme="dark"] .content-left ol,
[data-theme="dark"] article p,
[data-theme="dark"] article li,
[data-theme="dark"] article ul,
[data-theme="dark"] article ol,
[data-theme="dark"] .pkg-desc,
[data-theme="dark"] .sec-subtitle,
[data-theme="dark"] .pkg-item-content p,
[data-theme="dark"] .faq-answer p,
[data-theme="dark"] .mega-content p,
[data-theme="dark"] .price-card p,
[data-theme="dark"] .page-hero-left p {
    color: #f1f5f9 !important;
}

/* Theme Toggle Button in Dark */
[data-theme="dark"] .theme-toggle-btn {
    background: #22222c !important;
    border-color: #383848 !important;
    color: #facc15 !important;
}

[data-theme="dark"] .theme-toggle-btn:hover {
    background: #2a2a38 !important;
    color: #fef08a !important;
}

[data-theme="dark"] .theme-toggle-btn .sun-icon {
    display: block !important;
}

[data-theme="dark"] .theme-toggle-btn .moon-icon {
    display: none !important;
}

/* Header in Dark */
[data-theme="dark"] .header {
    background: rgba(15, 15, 19, 0.95) !important;
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .nav-item {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .nav-item:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .header-phone {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .mega-menu,
[data-theme="dark"] .resources-megamenu-panel {
    background: #181820 !important;
    border: 1px solid #2e2e3c !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .mega-item:hover,
[data-theme="dark"] .resources-link-item:hover {
    background: #22222c !important;
}

/* Mobile Menu Button in Dark */
[data-theme="dark"] .mobile-menu-btn,
[data-theme="dark"] .mobile-menu-toggle {
    background: #22222c !important;
    border-color: #383848 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-menu-btn span,
[data-theme="dark"] .mobile-menu-toggle span {
    background-color: #ffffff !important;
}

[data-theme="dark"] .mobile-menu-btn:hover,
[data-theme="dark"] .mobile-menu-toggle:hover {
    background: #2a2a38 !important;
}

/* Complete Dark Mode for Drawer */
[data-theme="dark"] .mobile-menu-drawer {
    background: #14141a !important;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.7) !important;
    border-left: 1px solid #272732 !important;
}

[data-theme="dark"] .mobile-menu-header,
[data-theme="dark"] .mobile-drawer-header {
    background: #14141a !important;
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .mobile-menu-close {
    background: #22222c !important;
    border-color: #383848 !important;
    color: #f1f5f9 !important;
}

[data-theme="dark"] .mobile-menu-close:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-nav-link {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .mobile-nav-link:hover {
    background: #22222c !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-sub-link {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .mobile-sub-link:hover {
    background: #22222c !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-drawer-footer {
    background: #14141a !important;
    border-top: 1px solid #272732 !important;
}

[data-theme="dark"] .mobile-drawer-phone {
    background: #22222c !important;
    border-color: #383848 !important;
    color: #f1f5f9 !important;
}

[data-theme="dark"] .mobile-drawer-phone svg {
    fill: #f87171 !important;
}

[data-theme="dark"] .mobile-drawer-phone:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-theme-btn {
    background: #22222c !important;
    border-color: #383848 !important;
    color: #facc15 !important;
}

[data-theme="dark"] .mobile-theme-btn:hover {
    background: #2a2a38 !important;
    color: #fef08a !important;
}

/* Page Hero in Dark */
[data-theme="dark"] .page-hero {
    background: #14141a !important;
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .breadcrumb a {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .breadcrumb span {
    color: #ffffff !important;
}

[data-theme="dark"] .cta-pill-call {
    background: #22222c !important;
    color: #ffffff !important;
    border: 1.5px solid #383848 !important;
}

[data-theme="dark"] .cta-pill-call:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .hero-quick-form {
    background: #1c1c24 !important;
    border: 1.5px solid #2e2e3c !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .hero-quick-form input,
[data-theme="dark"] .quick-form-body input,
[data-theme="dark"] .sidebar-form-card input,
[data-theme="dark"] .sidebar-form-card textarea,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea {
    background: #242430 !important;
    border: 1.5px solid #383848 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .hero-quick-form input::placeholder,
[data-theme="dark"] .quick-form-body input::placeholder,
[data-theme="dark"] .sidebar-form-card input::placeholder,
[data-theme="dark"] .sidebar-form-card textarea::placeholder,
[data-theme="dark"] .form-group input::placeholder,
[data-theme="dark"] .form-group textarea::placeholder {
    color: #94a3b8 !important;
}

[data-theme="dark"] .hero-quick-form input:focus,
[data-theme="dark"] .quick-form-body input:focus,
[data-theme="dark"] .sidebar-form-card input:focus,
[data-theme="dark"] .sidebar-form-card textarea:focus,
[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group textarea:focus {
    border-color: #960212 !important;
    background: #2a2a38 !important;
}

/* Configurator in Dark */
[data-theme="dark"] .seo-configurator-section {
    background: #0f0f13 !important;
    border-color: #272732 !important;
}

[data-theme="dark"] .sec-badge {
    background: rgba(150, 2, 18, 0.25) !important;
    color: #f87171 !important;
    border: 1px solid rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-steps-box {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5) !important;
}

[data-theme="dark"] .pkg-pill {
    background: #22222c !important;
    color: #f1f5f9 !important;
    border: 1.5px solid #323242 !important;
}

[data-theme="dark"] .pkg-pill:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
    border-color: #444458 !important;
}

[data-theme="dark"] .pkg-pill.active {
    background: #960212 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-step-num {
    background: #242430 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-result-card {
    background: #181820 !important;
    border: 2px solid #960212 !important;
    box-shadow: 0 12px 36px rgba(150, 2, 18, 0.2) !important;
}

[data-theme="dark"] .pkg-result-tag {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .val {
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-price-row .curr {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .unit {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .pkg-benefit-neutral {
    background: #22222c !important;
    color: #f1f5f9 !important;
    border: 1px solid #323242 !important;
}

[data-theme="dark"] .pkg-benefit-green {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

[data-theme="dark"] .pkg-btn-whatsapp {
    background: #22222c !important;
    color: #4ade80 !important;
    border: 1.5px solid #22c55e !important;
}

[data-theme="dark"] .pkg-btn-whatsapp:hover {
    background: #22c55e !important;
    color: #ffffff !important;
}

/* Long Form Content Section in Dark */
[data-theme="dark"] .content-wrapper {
    background: #0f0f13 !important;
    color: #f1f5f9 !important;
}

[data-theme="dark"] .content-left a,
[data-theme="dark"] article a {
    color: #f87171 !important;
    text-decoration: underline !important;
}

/* Sidebar in Dark */
[data-theme="dark"] .price-card,
[data-theme="dark"] .sidebar-nav-card,
[data-theme="dark"] .sidebar-form-card {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
}

[data-theme="dark"] .price-card {
    border: 2px solid #960212 !important;
}

[data-theme="dark"] .price-card .price-value {
    color: #ffffff !important;
}

[data-theme="dark"] .price-card .card-title,
[data-theme="dark"] .sidebar-nav-card .card-title,
[data-theme="dark"] .sidebar-form-card .card-title {
    color: #ffffff !important;
}

[data-theme="dark"] .price-card .btn-primary,
[data-theme="dark"] .price-card a.btn {
    background: #960212 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .subservices-sidebar-list a {
    color: #f1f5f9 !important;
    background: #22222c !important;
    border: 1px solid #323242 !important;
}

[data-theme="dark"] .subservices-sidebar-list a:hover {
    background: #2a2a38 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
}

[data-theme="dark"] .subservices-sidebar-list .arrow {
    color: #f87171 !important;
}

[data-theme="dark"] .sidebar-form-card label {
    color: #f1f5f9 !important;
}

/* Features Full Section in Dark */
[data-theme="dark"] .seo-features-full-section {
    background: #121218 !important;
    border-color: #272732 !important;
}

[data-theme="dark"] .pkg-feature-card {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .pkg-feature-card:hover {
    border-color: #3f3f50 !important;
}

[data-theme="dark"] .pkg-card-top {
    border-bottom: 1px solid #272732 !important;
}

[data-theme="dark"] .pkg-item-icon {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
}

/* Dark Mode FAQ */
[data-theme="dark"] .seo-faq-section {
    background: #0f0f13 !important;
    border-color: #272732 !important;
}

[data-theme="dark"] .faq-item {
    background: #181820 !important;
    border: 1.5px solid #272732 !important;
}

[data-theme="dark"] .faq-item:hover {
    border-color: #3f3f50 !important;
}

[data-theme="dark"] .faq-question {
    background: #181820 !important;
}

[data-theme="dark"] .faq-q-text {
    color: #ffffff !important;
}

[data-theme="dark"] .faq-item.active,
[data-theme="dark"] .faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 8px 24px rgba(150, 2, 18, 0.2) !important;
}

[data-theme="dark"] .faq-item.active .faq-q-text,
[data-theme="dark"] .faq-item.open .faq-q-text {
    color: #f87171 !important;
}

[data-theme="dark"] .faq-toggle-icon {
    background: #242430 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .faq-item.active .faq-toggle-icon,
[data-theme="dark"] .faq-item.open .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.25) !important;
    color: #f87171 !important;
    transform: rotate(45deg) !important;
}

[data-theme="dark"] .faq-answer {
    background: #181820 !important;
    border-top: 1px solid #272732 !important;
}

[data-theme="dark"] .faq-answer p {
    color: #f1f5f9 !important;
}

/* Footer in Dark */
[data-theme="dark"] .brand-footer {
    background: #08080c !important;
    border-top: 1px solid #1c1c24 !important;
}

[data-theme="dark"] .footer-col a {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .footer-col a:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .footer-bottom {
    color: #94a3b8 !important;
    border-top: 1px solid #181820 !important;
}


/* ==========================================================================
   PURE FULL DARK (PITCH BLACK / OLED) SYSTEM
   ========================================================================== */

[data-theme="dark"] {
    --bg-main: #000000;
    --bg-card: #0c0c0f;
    --bg-subtle: #16161a;
    --text-primary: #ffffff;
    --text-secondary: #cbd5e1;
    --border-color: #1f1f26;
}

[data-theme="dark"] html,
[data-theme="dark"] body {
    background-color: #000000 !important;
    color: #cbd5e1 !important;
}

/* Headings in Full Dark */
[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6,
[data-theme="dark"] .sec-title,
[data-theme="dark"] .pkg-step-title,
[data-theme="dark"] .form-title,
[data-theme="dark"] .card-title,
[data-theme="dark"] .mega-title,
[data-theme="dark"] .resources-item-title,
[data-theme="dark"] .pkg-name,
[data-theme="dark"] .pkg-card-top h3,
[data-theme="dark"] .bento-hero-title,
[data-theme="dark"] .bento-pillars-title,
[data-theme="dark"] .bento-form-title {
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* Bold Text */
[data-theme="dark"] strong,
[data-theme="dark"] b,
[data-theme="dark"] #calc-pkg-focus,
[data-theme="dark"] .pkg-desc strong,
[data-theme="dark"] .pkg-item-content strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Paragraphs & Text */
[data-theme="dark"] p,
[data-theme="dark"] li,
[data-theme="dark"] span:not(.sec-badge):not(.arrow):not(.curr):not(.sun-icon):not(.moon-icon):not(.bento-pulse-dot):not(.bento-form-stat-highlight),
[data-theme="dark"] .pkg-desc,
[data-theme="dark"] .sec-subtitle,
[data-theme="dark"] .pkg-item-content p,
[data-theme="dark"] .bento-hero-desc,
[data-theme="dark"] .bento-form-desc {
    color: #cbd5e1 !important;
}

/* Pure White List Bullets */
[data-theme="dark"] li::marker,
[data-theme="dark"] ul li::marker,
[data-theme="dark"] ol li::marker {
    color: #ffffff !important;
}

/* Header & Navigation in Full Dark */
[data-theme="dark"] .header {
    background: rgba(0, 0, 0, 0.95) !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .nav-item {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .nav-item:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .header-phone {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .mega-menu,
[data-theme="dark"] .resources-megamenu-panel {
    background: #0c0c0f !important;
    border: 1px solid #1f1f26 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9) !important;
}

[data-theme="dark"] .mega-item:hover,
[data-theme="dark"] .resources-link-item:hover {
    background: #16161a !important;
}

/* Theme Toggle Button */
[data-theme="dark"] .theme-toggle-btn {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #facc15 !important;
}

[data-theme="dark"] .theme-toggle-btn:hover {
    background: #202026 !important;
    color: #fef08a !important;
}

[data-theme="dark"] .theme-toggle-btn .sun-icon {
    display: block !important;
}

[data-theme="dark"] .theme-toggle-btn .moon-icon {
    display: none !important;
}

/* Mobile Drawer in Full Dark */
[data-theme="dark"] .mobile-menu-btn,
[data-theme="dark"] .mobile-menu-toggle {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-menu-btn span,
[data-theme="dark"] .mobile-menu-toggle span {
    background-color: #ffffff !important;
}

[data-theme="dark"] .mobile-menu-drawer {
    background: #08080a !important;
    border-left: 1px solid #1f1f26 !important;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.9) !important;
}

[data-theme="dark"] .mobile-menu-header,
[data-theme="dark"] .mobile-drawer-header,
[data-theme="dark"] .mobile-drawer-footer {
    background: #08080a !important;
    border-color: #1f1f26 !important;
}

[data-theme="dark"] .mobile-menu-close {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-nav-link {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .mobile-nav-link:hover {
    background: #16161a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-sub-link {
    color: #94a3b8 !important;
}

[data-theme="dark"] .mobile-sub-link:hover {
    background: #16161a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-drawer-phone {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-theme-btn {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #facc15 !important;
}

/* Page Hero in Full Dark */
[data-theme="dark"] .page-hero {
    background: #08080a !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .breadcrumb a {
    color: #94a3b8 !important;
}

[data-theme="dark"] .breadcrumb span {
    color: #ffffff !important;
}

[data-theme="dark"] .cta-pill-call {
    background: #16161a !important;
    color: #ffffff !important;
    border: 1.5px solid #272730 !important;
}

[data-theme="dark"] .cta-pill-call:hover {
    background: #202026 !important;
}

/* Bento Hero Section & Bento Cards (Homepage) */
[data-theme="dark"] .bento-hero-section {
    background: radial-gradient(circle at top left, rgba(150, 2, 18, 0.16) 0%, #000000 50%, #08080a 100%) !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-hero-section::before {
    background: radial-gradient(circle, rgba(150, 2, 18, 0.2) 0%, transparent 70%) !important;
}

[data-theme="dark"] .bento-card {
    background: #0c0c0f !important;
    border: 1px solid #1f1f26 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .bento-card:hover {
    border-color: #32323e !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .bento-card-main,
[data-theme="dark"] .bento-card-pillars,
[data-theme="dark"] .bento-card-form {
    background: #0c0c0f !important;
}

[data-theme="dark"] .bento-status-pill {
    background: #16161a !important;
    border: 1px solid #272730 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-highlight {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #f87171 !important;
}

[data-theme="dark"] .bento-btn-secondary {
    background: #16161a !important;
    color: #ffffff !important;
    border: 1px solid #272730 !important;
}

[data-theme="dark"] .bento-btn-secondary:hover {
    background: #202026 !important;
    border-color: #3e3e4c !important;
    color: #ffffff !important;
}

[data-theme="dark"] .bento-trust-indicator {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-pillars-header {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-pillars-note {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-faq-item {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-faq-question {
    color: #ffffff !important;
}

[data-theme="dark"] .bento-faq-question:hover {
    color: #f87171 !important;
}

[data-theme="dark"] .bento-faq-question span {
    color: #ffffff !important;
}

[data-theme="dark"] .bento-faq-num {
    background: #16161a !important;
    color: #f87171 !important;
}

[data-theme="dark"] .bento-faq-icon {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-faq-item.active .bento-faq-icon,
[data-theme="dark"] .bento-faq-item.open .bento-faq-icon {
    color: #f87171 !important;
}

[data-theme="dark"] .bento-faq-answer {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-faq-answer p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-service-choice {
    background: #141418 !important;
    border: 1px solid #22222a !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-service-choice:hover {
    background: #1c1c22 !important;
    border-color: #32323e !important;
    color: #ffffff !important;
}

[data-theme="dark"] .bento-form-field label {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-form-field input,
[data-theme="dark"] .hero-quick-form input,
[data-theme="dark"] .quick-form-body input,
[data-theme="dark"] .sidebar-form-card input,
[data-theme="dark"] .sidebar-form-card textarea,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea {
    background: #141418 !important;
    border: 1.5px solid #22222a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .bento-form-field input:focus,
[data-theme="dark"] .hero-quick-form input:focus,
[data-theme="dark"] .quick-form-body input:focus,
[data-theme="dark"] .sidebar-form-card input:focus,
[data-theme="dark"] .sidebar-form-card textarea:focus,
[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group textarea:focus {
    border-color: #960212 !important;
    background: #1c1c22 !important;
    box-shadow: 0 0 0 2px rgba(150, 2, 18, 0.3) !important;
}

[data-theme="dark"] .bento-form-field input::placeholder,
[data-theme="dark"] .hero-quick-form input::placeholder,
[data-theme="dark"] .quick-form-body input::placeholder,
[data-theme="dark"] .sidebar-form-card input::placeholder,
[data-theme="dark"] .sidebar-form-card textarea::placeholder,
[data-theme="dark"] .form-group input::placeholder,
[data-theme="dark"] .form-group textarea::placeholder {
    color: #64748b !important;
}

[data-theme="dark"] .bento-form-stats-box {
    border-top: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-form-stat-row {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-form-stat-label {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-form-stat-val {
    color: #ffffff !important;
}

[data-theme="dark"] .bento-form-stat-highlight {
    color: #4ade80 !important;
}

[data-theme="dark"] .bento-form-footer-note {
    color: #94a3b8 !important;
}

/* Services Section & Service Boxes in Full Dark */
[data-theme="dark"] .services-section {
    background: #000000 !important;
}

[data-theme="dark"] .services-header h2 {
    color: #ffffff !important;
}

[data-theme="dark"] .services-header .link-all {
    color: #f87171 !important;
}

[data-theme="dark"] .service-box {
    background: #0c0c0f !important;
    border: 1px solid #1f1f26 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .service-box:hover {
    background: #141418 !important;
    border-color: #32323e !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .service-box .num {
    background: #16161a !important;
    color: #f87171 !important;
}

[data-theme="dark"] .service-box h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .service-box h3 a {
    color: #ffffff !important;
}

[data-theme="dark"] .service-box:hover h3,
[data-theme="dark"] .service-box:hover h3 a {
    color: #f87171 !important;
}

[data-theme="dark"] .service-box p {
    color: #cbd5e1 !important;
}

/* Process Section in Full Dark */
[data-theme="dark"] .process-section {
    background: #08080a !important;
    border-top: 1px solid #1f1f26 !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .process-left h4 {
    color: #f87171 !important;
}

[data-theme="dark"] .process-left h2 {
    color: #ffffff !important;
}

[data-theme="dark"] .process-left p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .process-item {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .process-item .step-num {
    color: #272730 !important;
}

[data-theme="dark"] .process-item h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .process-item p {
    color: #cbd5e1 !important;
}

/* Configurator & Package Cards in Full Dark */
[data-theme="dark"] .seo-configurator-section {
    background: #000000 !important;
    border-color: #1f1f26 !important;
}

[data-theme="dark"] .sec-badge {
    background: rgba(150, 2, 18, 0.25) !important;
    color: #f87171 !important;
    border: 1px solid rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-steps-box {
    background: #0c0c0f !important;
    border: 1.5px solid #1f1f26 !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .pkg-pill {
    background: #16161a !important;
    color: #cbd5e1 !important;
    border: 1.5px solid #272730 !important;
}

[data-theme="dark"] .pkg-pill:hover {
    background: #202026 !important;
    color: #ffffff !important;
    border-color: #3e3e4c !important;
}

[data-theme="dark"] .pkg-pill.active {
    background: #960212 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-step-num {
    background: #1f1f26 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-result-card {
    background: #0c0c0f !important;
    border: 2px solid #960212 !important;
    box-shadow: 0 12px 36px rgba(150, 2, 18, 0.25) !important;
}

[data-theme="dark"] .pkg-result-tag {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .val {
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-price-row .curr {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .unit {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .pkg-benefit-neutral {
    background: #16161a !important;
    color: #cbd5e1 !important;
    border: 1px solid #272730 !important;
}

[data-theme="dark"] .pkg-benefit-green {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

[data-theme="dark"] .pkg-btn-whatsapp {
    background: #16161a !important;
    color: #4ade80 !important;
    border: 1.5px solid #22c55e !important;
}

[data-theme="dark"] .pkg-btn-whatsapp:hover {
    background: #22c55e !important;
    color: #ffffff !important;
}

/* Features Full Section in Full Dark */
[data-theme="dark"] .seo-features-full-section {
    background: #08080a !important;
    border-color: #1f1f26 !important;
}

[data-theme="dark"] .pkg-feature-card {
    background: #0c0c0f !important;
    border: 1.5px solid #1f1f26 !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6) !important;
}

/* Content Wrapper & Sidebar in Full Dark */
[data-theme="dark"] .content-wrapper {
    background: #000000 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .content-left a,
[data-theme="dark"] article a {
    color: #f87171 !important;
    text-decoration: underline !important;
}

[data-theme="dark"] .price-card,
[data-theme="dark"] .sidebar-nav-card,
[data-theme="dark"] .sidebar-form-card {
    background: #0c0c0f !important;
    border: 1.5px solid #1f1f26 !important;
}

[data-theme="dark"] .price-card {
    border: 2px solid #960212 !important;
}

[data-theme="dark"] .price-card .price-value {
    color: #ffffff !important;
}

[data-theme="dark"] .price-card .card-title,
[data-theme="dark"] .sidebar-nav-card .card-title,
[data-theme="dark"] .sidebar-form-card .card-title {
    color: #ffffff !important;
}

[data-theme="dark"] .subservices-sidebar-list a {
    color: #cbd5e1 !important;
    background: #16161a !important;
    border: 1px solid #272730 !important;
}

[data-theme="dark"] .subservices-sidebar-list a:hover {
    background: #202026 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
}

[data-theme="dark"] .subservices-sidebar-list .arrow {
    color: #f87171 !important;
}

[data-theme="dark"] .sidebar-form-card label {
    color: #cbd5e1 !important;
}

/* ==========================================================================
   ROBUST FAQ COMPONENT & ACCORDION (LIGHT & FULL DARK)
   ========================================================================== */

.seo-faq-section,
.faq-section {
    padding: 70px 0;
}

.faq-grid-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #ffffff;
    border: 1.5px solid #e4e4e7;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    border-color: #cbd5e1;
}

.faq-item.active,
.faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 6px 20px rgba(150, 2, 18, 0.08) !important;
}

.faq-question,
.bento-faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 22px !important;
    cursor: pointer !important;
    user-select: none !important;
    gap: 14px !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

.faq-q-text {
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #0a0a0b !important;
    line-height: 1.4 !important;
    flex: 1 !important;
    transition: color 0.2s ease !important;
}

.faq-item.active .faq-q-text,
.faq-item.open .faq-q-text {
    color: #960212 !important;
}

.faq-toggle-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 8px !important;
    background: #f4f4f5 !important;
    color: #52525b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, color 0.2s ease !important;
    flex-shrink: 0 !important;
}

.faq-item.active .faq-toggle-icon,
.faq-item.open .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.12) !important;
    color: #960212 !important;
    transform: rotate(45deg) !important;
}

.faq-answer,
.bento-faq-answer {
    display: none !important;
    padding: 0 22px 18px 22px !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: #52525b !important;
}

.faq-item.active .faq-item.active .faq-answer, .faq-item.open .faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer,
details.bento-faq-item[open] .bento-faq-answer {
    display: block !important;
    animation: faqOpenAnim 0.2s ease-in-out !important;
}

@keyframes faqOpenAnim {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ in Full Dark Mode */
[data-theme="dark"] .faq-item {
    background: #0c0c0f !important;
    border-color: #1f1f26 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .faq-item:hover {
    border-color: #32323e !important;
}

[data-theme="dark"] .faq-item.active,
[data-theme="dark"] .faq-item.open {
    border-color: #ef4444 !important;
    box-shadow: 0 6px 24px rgba(239, 68, 68, 0.15) !important;
}

[data-theme="dark"] .faq-q-text {
    color: #ffffff !important;
}

[data-theme="dark"] .faq-item.active .faq-q-text,
[data-theme="dark"] .faq-item.open .faq-q-text {
    color: #f87171 !important;
}

[data-theme="dark"] .faq-toggle-icon {
    background: #16161a !important;
    color: #a1a1aa !important;
}

[data-theme="dark"] .faq-item.active .faq-toggle-icon,
[data-theme="dark"] .faq-item.open .faq-toggle-icon {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #f87171 !important;
    transform: rotate(45deg) !important;
}

[data-theme="dark"] .faq-answer {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .faq-answer p {
    color: #cbd5e1 !important;
}


/* ==========================================================================
   PURE FULL DARK (PITCH BLACK / OLED #000000) SYSTEM
   ========================================================================== */

[data-theme="dark"] {
    --bg-main: #000000;
    --bg-card: #0c0c0f;
    --bg-subtle: #16161a;
    --text-primary: #ffffff;
    --text-secondary: #cbd5e1;
    --border-color: #1f1f26;
}

[data-theme="dark"] html,
[data-theme="dark"] body {
    background-color: #000000 !important;
    color: #cbd5e1 !important;
}

/* Headings in Full Dark */
[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6,
[data-theme="dark"] .sec-title,
[data-theme="dark"] .pkg-step-title,
[data-theme="dark"] .form-title,
[data-theme="dark"] .card-title,
[data-theme="dark"] .mega-title,
[data-theme="dark"] .resources-item-title,
[data-theme="dark"] .pkg-name,
[data-theme="dark"] .pkg-card-top h3,
[data-theme="dark"] .bento-hero-title,
[data-theme="dark"] .bento-pillars-title,
[data-theme="dark"] .bento-form-title {
    color: #ffffff !important;
    font-weight: 800 !important;
}

/* Bold Text */
[data-theme="dark"] strong,
[data-theme="dark"] b,
[data-theme="dark"] #calc-pkg-focus,
[data-theme="dark"] .pkg-desc strong,
[data-theme="dark"] .pkg-item-content strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Paragraphs & Text */
[data-theme="dark"] p,
[data-theme="dark"] li,
[data-theme="dark"] span:not(.sec-badge):not(.arrow):not(.curr):not(.sun-icon):not(.moon-icon):not(.bento-pulse-dot):not(.bento-form-stat-highlight),
[data-theme="dark"] .pkg-desc,
[data-theme="dark"] .sec-subtitle,
[data-theme="dark"] .pkg-item-content p,
[data-theme="dark"] .bento-hero-desc,
[data-theme="dark"] .bento-form-desc {
    color: #cbd5e1 !important;
}

/* Pure White List Bullets */
[data-theme="dark"] li::marker,
[data-theme="dark"] ul li::marker,
[data-theme="dark"] ol li::marker {
    color: #ffffff !important;
}

/* Header & Navigation in Full Dark */
[data-theme="dark"] .header {
    background: rgba(0, 0, 0, 0.95) !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .nav-item {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .nav-item:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .header-phone {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .mega-menu,
[data-theme="dark"] .resources-megamenu-panel {
    background: #0c0c0f !important;
    border: 1px solid #1f1f26 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9) !important;
}

[data-theme="dark"] .mega-item:hover,
[data-theme="dark"] .resources-link-item:hover {
    background: #16161a !important;
}

/* Theme Toggle Button */
[data-theme="dark"] .theme-toggle-btn {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #facc15 !important;
}

[data-theme="dark"] .theme-toggle-btn:hover {
    background: #202026 !important;
    color: #fef08a !important;
}

[data-theme="dark"] .theme-toggle-btn .sun-icon {
    display: block !important;
}

[data-theme="dark"] .theme-toggle-btn .moon-icon {
    display: none !important;
}

/* Mobile Drawer in Full Dark */
[data-theme="dark"] .mobile-menu-btn,
[data-theme="dark"] .mobile-menu-toggle {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-menu-btn span,
[data-theme="dark"] .mobile-menu-toggle span {
    background-color: #ffffff !important;
}

[data-theme="dark"] .mobile-menu-drawer {
    background: #08080a !important;
    border-left: 1px solid #1f1f26 !important;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.9) !important;
}

[data-theme="dark"] .mobile-menu-header,
[data-theme="dark"] .mobile-drawer-header,
[data-theme="dark"] .mobile-drawer-footer {
    background: #08080a !important;
    border-color: #1f1f26 !important;
}

[data-theme="dark"] .mobile-menu-close {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-nav-link {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .mobile-nav-link:hover {
    background: #16161a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-sub-link {
    color: #94a3b8 !important;
}

[data-theme="dark"] .mobile-sub-link:hover {
    background: #16161a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-drawer-phone {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .mobile-theme-btn {
    background: #16161a !important;
    border-color: #272730 !important;
    color: #facc15 !important;
}

/* Page Hero in Full Dark */
[data-theme="dark"] .page-hero {
    background: #08080a !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .breadcrumb a {
    color: #94a3b8 !important;
}

[data-theme="dark"] .breadcrumb span {
    color: #ffffff !important;
}

[data-theme="dark"] .cta-pill-call {
    background: #16161a !important;
    color: #ffffff !important;
    border: 1.5px solid #272730 !important;
}

[data-theme="dark"] .cta-pill-call:hover {
    background: #202026 !important;
}

/* Bento Hero Section & Bento Cards (Homepage) */
[data-theme="dark"] .bento-hero-section {
    background: radial-gradient(circle at top left, rgba(150, 2, 18, 0.16) 0%, #000000 50%, #08080a 100%) !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-hero-section::before {
    background: radial-gradient(circle, rgba(150, 2, 18, 0.2) 0%, transparent 70%) !important;
}

[data-theme="dark"] .bento-card {
    background: #0c0c0f !important;
    border: 1px solid #1f1f26 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .bento-card:hover {
    border-color: #32323e !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .bento-card-main,
[data-theme="dark"] .bento-card-pillars,
[data-theme="dark"] .bento-card-form {
    background: #0c0c0f !important;
}

[data-theme="dark"] .bento-status-pill {
    background: #16161a !important;
    border: 1px solid #272730 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-highlight {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #f87171 !important;
}

[data-theme="dark"] .bento-btn-secondary {
    background: #16161a !important;
    color: #ffffff !important;
    border: 1px solid #272730 !important;
}

[data-theme="dark"] .bento-btn-secondary:hover {
    background: #202026 !important;
    border-color: #3e3e4c !important;
    color: #ffffff !important;
}

[data-theme="dark"] .bento-trust-indicator {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-pillars-header {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-pillars-note {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-faq-item {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-faq-question {
    color: #ffffff !important;
}

[data-theme="dark"] .bento-faq-question:hover {
    color: #f87171 !important;
}

[data-theme="dark"] .bento-faq-question span {
    color: #ffffff !important;
}

[data-theme="dark"] .bento-faq-num {
    background: #16161a !important;
    color: #f87171 !important;
}

[data-theme="dark"] .bento-faq-icon {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-faq-item.active .bento-faq-icon,
[data-theme="dark"] .bento-faq-item.open .bento-faq-icon {
    color: #f87171 !important;
}

[data-theme="dark"] .bento-faq-answer {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-faq-answer p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-service-choice {
    background: #141418 !important;
    border: 1px solid #22222a !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-service-choice:hover {
    background: #1c1c22 !important;
    border-color: #32323e !important;
    color: #ffffff !important;
}

[data-theme="dark"] .bento-form-field label {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .bento-form-field input,
[data-theme="dark"] .hero-quick-form input,
[data-theme="dark"] .quick-form-body input,
[data-theme="dark"] .sidebar-form-card input,
[data-theme="dark"] .sidebar-form-card textarea,
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea {
    background: #141418 !important;
    border: 1.5px solid #22222a !important;
    color: #ffffff !important;
}

[data-theme="dark"] .bento-form-field input:focus,
[data-theme="dark"] .hero-quick-form input:focus,
[data-theme="dark"] .quick-form-body input:focus,
[data-theme="dark"] .sidebar-form-card input:focus,
[data-theme="dark"] .sidebar-form-card textarea:focus,
[data-theme="dark"] .form-group input:focus,
[data-theme="dark"] .form-group textarea:focus {
    border-color: #960212 !important;
    background: #1c1c22 !important;
    box-shadow: 0 0 0 2px rgba(150, 2, 18, 0.3) !important;
}

[data-theme="dark"] .bento-form-field input::placeholder,
[data-theme="dark"] .hero-quick-form input::placeholder,
[data-theme="dark"] .quick-form-body input::placeholder,
[data-theme="dark"] .sidebar-form-card input::placeholder,
[data-theme="dark"] .sidebar-form-card textarea::placeholder,
[data-theme="dark"] .form-group input::placeholder,
[data-theme="dark"] .form-group textarea::placeholder {
    color: #64748b !important;
}

[data-theme="dark"] .bento-form-stats-box {
    border-top: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-form-stat-row {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .bento-form-stat-label {
    color: #94a3b8 !important;
}

[data-theme="dark"] .bento-form-stat-val {
    color: #ffffff !important;
}

[data-theme="dark"] .bento-form-stat-highlight {
    color: #4ade80 !important;
}

[data-theme="dark"] .bento-form-footer-note {
    color: #94a3b8 !important;
}

/* Services Section & Service Boxes in Full Dark */
[data-theme="dark"] .services-section {
    background: #000000 !important;
}

[data-theme="dark"] .services-header h2 {
    color: #ffffff !important;
}

[data-theme="dark"] .services-header .link-all {
    color: #f87171 !important;
}

[data-theme="dark"] .service-box {
    background: #0c0c0f !important;
    border: 1px solid #1f1f26 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .service-box:hover {
    background: #141418 !important;
    border-color: #32323e !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.8) !important;
}

[data-theme="dark"] .service-box .num {
    background: #16161a !important;
    color: #f87171 !important;
}

[data-theme="dark"] .service-box h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .service-box h3 a {
    color: #ffffff !important;
}

[data-theme="dark"] .service-box:hover h3,
[data-theme="dark"] .service-box:hover h3 a {
    color: #f87171 !important;
}

[data-theme="dark"] .service-box p {
    color: #cbd5e1 !important;
}

/* Process Section in Full Dark */
[data-theme="dark"] .process-section {
    background: #08080a !important;
    border-top: 1px solid #1f1f26 !important;
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .process-left h4 {
    color: #f87171 !important;
}

[data-theme="dark"] .process-left h2 {
    color: #ffffff !important;
}

[data-theme="dark"] .process-left p {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .process-item {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .process-item .step-num {
    color: #272730 !important;
}

[data-theme="dark"] .process-item h3 {
    color: #ffffff !important;
}

[data-theme="dark"] .process-item p {
    color: #cbd5e1 !important;
}

/* Configurator & Package Cards in Full Dark */
[data-theme="dark"] .seo-configurator-section {
    background: #000000 !important;
    border-color: #1f1f26 !important;
}

[data-theme="dark"] .sec-badge {
    background: rgba(150, 2, 18, 0.25) !important;
    color: #f87171 !important;
    border: 1px solid rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-steps-box {
    background: #0c0c0f !important;
    border: 1.5px solid #1f1f26 !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .pkg-pill {
    background: #16161a !important;
    color: #cbd5e1 !important;
    border: 1.5px solid #272730 !important;
}

[data-theme="dark"] .pkg-pill:hover {
    background: #202026 !important;
    color: #ffffff !important;
    border-color: #3e3e4c !important;
}

[data-theme="dark"] .pkg-pill.active {
    background: #960212 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
    box-shadow: 0 4px 14px rgba(150, 2, 18, 0.4) !important;
}

[data-theme="dark"] .pkg-step-num {
    background: #1f1f26 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-result-card {
    background: #0c0c0f !important;
    border: 2px solid #960212 !important;
    box-shadow: 0 12px 36px rgba(150, 2, 18, 0.25) !important;
}

[data-theme="dark"] .pkg-result-tag {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .val {
    color: #ffffff !important;
}

[data-theme="dark"] .pkg-price-row .curr {
    color: #f87171 !important;
}

[data-theme="dark"] .pkg-price-row .unit {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .pkg-benefit-neutral {
    background: #16161a !important;
    color: #cbd5e1 !important;
    border: 1px solid #272730 !important;
}

[data-theme="dark"] .pkg-benefit-green {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

[data-theme="dark"] .pkg-btn-whatsapp {
    background: #16161a !important;
    color: #4ade80 !important;
    border: 1.5px solid #22c55e !important;
}

[data-theme="dark"] .pkg-btn-whatsapp:hover {
    background: #22c55e !important;
    color: #ffffff !important;
}

/* Features Full Section in Full Dark */
[data-theme="dark"] .seo-features-full-section {
    background: #08080a !important;
    border-color: #1f1f26 !important;
}

[data-theme="dark"] .pkg-feature-card {
    background: #0c0c0f !important;
    border: 1.5px solid #1f1f26 !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.6) !important;
}

/* Content Wrapper & Sidebar in Full Dark */
[data-theme="dark"] .content-wrapper {
    background: #000000 !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .content-left a,
[data-theme="dark"] article a {
    color: #f87171 !important;
    text-decoration: underline !important;
}

[data-theme="dark"] .price-card,
[data-theme="dark"] .sidebar-nav-card,
[data-theme="dark"] .sidebar-form-card {
    background: #0c0c0f !important;
    border: 1.5px solid #1f1f26 !important;
}

[data-theme="dark"] .price-card {
    border: 2px solid #960212 !important;
}

[data-theme="dark"] .price-card .price-value {
    color: #ffffff !important;
}

[data-theme="dark"] .price-card .card-title,
[data-theme="dark"] .sidebar-nav-card .card-title,
[data-theme="dark"] .sidebar-form-card .card-title {
    color: #ffffff !important;
}

[data-theme="dark"] .subservices-sidebar-list a {
    color: #cbd5e1 !important;
    background: #16161a !important;
    border: 1px solid #272730 !important;
}

[data-theme="dark"] .subservices-sidebar-list a:hover {
    background: #202026 !important;
    color: #ffffff !important;
    border-color: #960212 !important;
}

[data-theme="dark"] .subservices-sidebar-list .arrow {
    color: #f87171 !important;
}

[data-theme="dark"] .sidebar-form-card label {
    color: #cbd5e1 !important;
}

/* ==========================================================================
   ROBUST FAQ COMPONENT & ACCORDION (LIGHT & FULL DARK)
   ========================================================================== */

.seo-faq-section,
.faq-section {
    padding: 70px 0;
}

.faq-grid-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #ffffff;
    border: 1.5px solid #e4e4e7;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    border-color: #cbd5e1;
}

.faq-item.active,
.faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 6px 20px rgba(150, 2, 18, 0.08) !important;
}

.faq-question,
.bento-faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 22px !important;
    cursor: pointer !important;
    user-select: none !important;
    gap: 14px !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
}

.faq-q-text {
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #0a0a0b !important;
    line-height: 1.4 !important;
    flex: 1 !important;
    transition: color 0.2s ease !important;
}

.faq-item.active .faq-q-text,
.faq-item.open .faq-q-text {
    color: #960212 !important;
}

.faq-toggle-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 8px !important;
    background: #f4f4f5 !important;
    color: #52525b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, color 0.2s ease !important;
    flex-shrink: 0 !important;
}

.faq-item.active .faq-toggle-icon,
.faq-item.open .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.12) !important;
    color: #960212 !important;
    transform: rotate(45deg) !important;
}

.faq-answer,
.bento-faq-answer {
    display: none !important;
    padding: 0 22px 18px 22px !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: #52525b !important;
}

.faq-item.active .faq-item.active .faq-answer, .faq-item.open .faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer,
details.bento-faq-item[open] .bento-faq-answer {
    display: block !important;
    animation: faqOpenAnim 0.2s ease-in-out !important;
}

@keyframes faqOpenAnim {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ in Full Dark Mode */
[data-theme="dark"] .faq-item {
    background: #0c0c0f !important;
    border-color: #1f1f26 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] .faq-item:hover {
    border-color: #32323e !important;
}

[data-theme="dark"] .faq-item.active,
[data-theme="dark"] .faq-item.open {
    border-color: #ef4444 !important;
    box-shadow: 0 6px 24px rgba(239, 68, 68, 0.15) !important;
}

[data-theme="dark"] .faq-q-text {
    color: #ffffff !important;
}

[data-theme="dark"] .faq-item.active .faq-q-text,
[data-theme="dark"] .faq-item.open .faq-q-text {
    color: #f87171 !important;
}

[data-theme="dark"] .faq-toggle-icon {
    background: #16161a !important;
    color: #a1a1aa !important;
}

[data-theme="dark"] .faq-item.active .faq-toggle-icon,
[data-theme="dark"] .faq-item.open .faq-toggle-icon {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #f87171 !important;
    transform: rotate(45deg) !important;
}

[data-theme="dark"] .faq-answer {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .faq-answer p {
    color: #cbd5e1 !important;
}


/* ==========================================================================
   HTML5 NATIVE ZERO-JS DETAILS/SUMMARY ACCORDION STYLING
   ========================================================================== */

details.faq-item,
details.bento-faq-item {
    background: #ffffff;
    border: 1.5px solid #e4e4e7;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    display: block;
    margin-bottom: 12px;
}

details.bento-faq-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f5;
    margin-bottom: 0;
    background: transparent;
}

details.bento-faq-item:last-child {
    border-bottom: none;
}

details.faq-item:hover {
    border-color: #cbd5e1;
}

details.faq-item[open] {
    border-color: #960212 !important;
    box-shadow: 0 6px 20px rgba(150, 2, 18, 0.08) !important;
}

details.faq-item summary.faq-question,
details.bento-faq-item summary.bento-faq-question {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 22px !important;
    cursor: pointer !important;
    user-select: none !important;
    gap: 14px !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    font-family: inherit !important;
    list-style: none !important;
    outline: none !important;
}

details.bento-faq-item summary.bento-faq-question {
    padding: 11px 0 !important;
}

details.faq-item summary::-webkit-details-marker,
details.faq-item summary::marker,
details.bento-faq-item summary::-webkit-details-marker,
details.bento-faq-item summary::marker {
    display: none !important;
    content: "" !important;
}

.faq-q-text {
    font-size: 15.5px !important;
    font-weight: 700 !important;
    color: #0a0a0b !important;
    line-height: 1.4 !important;
    flex: 1 !important;
    transition: color 0.2s ease !important;
}

details.faq-item[open] .faq-q-text {
    color: #960212 !important;
}

.faq-toggle-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 8px !important;
    background: #f4f4f5 !important;
    color: #52525b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, color 0.2s ease !important;
    flex-shrink: 0 !important;
}

details.faq-item[open] .faq-toggle-icon {
    background: rgba(150, 2, 18, 0.12) !important;
    color: #960212 !important;
    transform: rotate(45deg) !important;
}

details.bento-faq-item[open] .bento-faq-icon {
    transform: rotate(45deg) !important;
    color: #960212 !important;
}

.faq-item.active .faq-answer, .faq-item.open .faq-answer, .bento-faq-item.active .bento-faq-answer, .bento-faq-item.open .bento-faq-answer {
    padding: 0 22px 18px 22px !important;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: #52525b !important;
    display: block !important;
    animation: nativeFaqAnim 0.2s ease-in-out !important;
}

.bento-faq-answer {
    padding: 0 0 12px 28px !important;
    font-size: 13px !important;
}

@keyframes nativeFaqAnim {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Full Dark for Native Details/Summary FAQ */
[data-theme="dark"] details.faq-item {
    background: #0c0c0f !important;
    border-color: #1f1f26 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6) !important;
}

[data-theme="dark"] details.bento-faq-item {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] details.faq-item:hover {
    border-color: #32323e !important;
}

[data-theme="dark"] details.faq-item[open] {
    border-color: #ef4444 !important;
    box-shadow: 0 6px 24px rgba(239, 68, 68, 0.15) !important;
}

[data-theme="dark"] .faq-q-text {
    color: #ffffff !important;
}

[data-theme="dark"] details.faq-item[open] .faq-q-text {
    color: #f87171 !important;
}

[data-theme="dark"] .faq-toggle-icon {
    background: #16161a !important;
    color: #a1a1aa !important;
}

[data-theme="dark"] details.faq-item[open] .faq-toggle-icon {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #f87171 !important;
    transform: rotate(45deg) !important;
}

[data-theme="dark"] details.bento-faq-item[open] .bento-faq-icon {
    color: #f87171 !important;
}

[data-theme="dark"] .faq-answer,
[data-theme="dark"] .bento-faq-answer {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .faq-answer p,
[data-theme="dark"] .bento-faq-answer p {
    color: #cbd5e1 !important;
}



/* ==========================================================================
   PERFECT BULLETPROOF FAQ ACCORDION STYLING (LIGHT & OLED DARK)
   ========================================================================== */
.faq-container, .bento-accordion {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.faq-item, .bento-faq-item {
    background: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

[data-theme="dark"] .faq-item,
[data-theme="dark"] .bento-faq-item {
    background: #09090b !important;
    border-color: #27272a !important;
}

.faq-item.active,
.faq-item.open,
.bento-faq-item.active,
.bento-faq-item.open {
    border-color: #960212 !important;
    box-shadow: 0 4px 20px rgba(150, 2, 18, 0.08) !important;
}

[data-theme="dark"] .faq-item.active,
[data-theme="dark"] .faq-item.open,
[data-theme="dark"] .bento-faq-item.active,
[data-theme="dark"] .bento-faq-item.open {
    border-color: #ef4444 !important;
    box-shadow: 0 4px 24px rgba(239, 68, 68, 0.15) !important;
}

.faq-question, .bento-faq-question {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 24px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    text-align: left !important;
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #09090b !important;
    gap: 16px !important;
    outline: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transition: color 0.15s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

[data-theme="dark"] .faq-question,
[data-theme="dark"] .bento-faq-question {
    color: #ffffff !important;
}

.faq-q-text {
    flex: 1 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    color: inherit !important;
}

.faq-toggle-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 50% !important;
    background: #f4f4f5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #09090b !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease, color 0.2s ease !important;
    flex-shrink: 0 !important;
}

[data-theme="dark"] .faq-toggle-icon {
    background: #18181b !important;
    color: #f4f4f5 !important;
}

.faq-item.active .faq-toggle-icon,
.faq-item.open .faq-toggle-icon,
.bento-faq-item.active .faq-toggle-icon,
.bento-faq-item.open .faq-toggle-icon {
    transform: rotate(45deg) !important;
    background: #960212 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .faq-item.active .faq-toggle-icon,
[data-theme="dark"] .faq-item.open .faq-toggle-icon,
[data-theme="dark"] .bento-faq-item.active .faq-toggle-icon,
[data-theme="dark"] .bento-faq-item.open .faq-toggle-icon {
    background: #ef4444 !important;
    color: #ffffff !important;
}

/* FAQ Answer default hidden */
.faq-answer, .bento-faq-answer {
    display: none !important;
    padding: 0 24px 22px 24px !important;
    color: #52525b !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    border-top: none !important;
}

[data-theme="dark"] .faq-answer,
[data-theme="dark"] .bento-faq-answer {
    color: #a1a1aa !important;
}

.faq-answer p, .bento-faq-answer p {
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Open display */
.faq-item.active .faq-item.active .faq-answer, .faq-item.open .faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer {
    display: block !important;
}


/* STRICT FAQ TOGGLE VISIBILITY */
.faq-answer, .bento-faq-answer {
    display: none !important;
}
.faq-item.active > .faq-answer,
.faq-item.open > .faq-answer,
.faq-item.active .faq-answer,
.faq-item.open .faq-answer,
.bento-faq-item.active > .bento-faq-answer,
.bento-faq-item.open > .bento-faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer {
    display: block !important;
}


/* ==========================================================================
   STRICT FAQ ACCORDION DISPLAY CONTROLS (CLOSED BY DEFAULT, OPEN ON ACTIVE)
   ========================================================================== */
.faq-answer,
.bento-faq-answer,
div.faq-answer,
div.bento-faq-answer {
    display: none !important;
}

.faq-item.active > .faq-answer,
.faq-item.open > .faq-answer,
.faq-item.active .faq-answer,
.faq-item.open .faq-answer,
.bento-faq-item.active > .bento-faq-answer,
.bento-faq-item.open > .bento-faq-answer,
.bento-faq-item.active .bento-faq-answer,
.bento-faq-item.open .bento-faq-answer {
    display: block !important;
}



/* ==========================================================================
   BRAND FOOTER COMPLETE STYLING (LIGHT & OLED DARK)
   ========================================================================== */
.brand-footer, footer.brand-footer, footer.footer {
    background: var(--brand-red, #960212) !important;
    border-radius: 32px 32px 0 0 !important;
    color: #ffffff !important;
    padding: 80px 0 40px !important;
    margin-top: 40px !important;
    position: relative !important;
    z-index: 10 !important;
}

.brand-footer .footer-cta, footer.footer .footer-cta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    padding-bottom: 64px !important;
    margin-bottom: 64px !important;
    gap: 32px !important;
}

.brand-footer .footer-cta-heading, footer.footer .footer-cta-heading {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.02em !important;
}

.brand-footer .footer-cta p, footer.footer .footer-cta p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.brand-footer .footer-grid, footer.footer .footer-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1fr !important;
    gap: 64px !important;
}

.brand-footer .footer-brand img, footer.footer .footer-brand img {
    height: 36px !important;
    width: auto !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.brand-footer .footer-brand p, footer.footer .footer-brand p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14.5px !important;
    line-height: 1.6 !important;
    margin-bottom: 24px !important;
}

.brand-footer .footer-brand-contact, footer.footer .footer-brand-contact {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
}

.brand-footer .footer-brand-contact a, footer.footer .footer-brand-contact a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.brand-footer .footer-brand-contact a:hover, footer.footer .footer-brand-contact a:hover {
    color: #fca5a5 !important;
}

.brand-footer .footer-col-title, footer.footer .footer-col-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}

.brand-footer .footer-col ul, footer.footer .footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.brand-footer .footer-col ul li a, footer.footer .footer-col ul li a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.brand-footer .footer-col ul li a:hover, footer.footer .footer-col ul li a:hover {
    color: #ffffff !important;
    padding-left: 2px !important;
}

.brand-footer .footer-bottom, footer.footer .footer-bottom {
    margin-top: 64px !important;
    padding-top: 32px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

/* OLED DARK MODE FOR BRAND FOOTER */
[data-theme="dark"] .brand-footer,
[data-theme="dark"] footer.brand-footer,
[data-theme="dark"] footer.footer {
    background: #09090b !important;
    border-top: 1px solid #1f1f26 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

[data-theme="dark"] .brand-footer .footer-cta,
[data-theme="dark"] footer.footer .footer-cta {
    border-bottom: 1px solid #1f1f26 !important;
}

[data-theme="dark"] .brand-footer .footer-cta-heading,
[data-theme="dark"] footer.footer .footer-cta-heading {
    color: #ffffff !important;
}

[data-theme="dark"] .brand-footer .footer-cta p,
[data-theme="dark"] footer.footer .footer-cta p {
    color: #94a3b8 !important;
}

[data-theme="dark"] .brand-footer .footer-col-title,
[data-theme="dark"] footer.footer .footer-col-title {
    color: #f87171 !important;
}

[data-theme="dark"] .brand-footer .footer-col ul li a,
[data-theme="dark"] footer.footer .footer-col ul li a {
    color: #cbd5e1 !important;
}

[data-theme="dark"] .brand-footer .footer-col ul li a:hover,
[data-theme="dark"] footer.footer .footer-col ul li a:hover {
    color: #ffffff !important;
}

[data-theme="dark"] .brand-footer .footer-bottom,
[data-theme="dark"] footer.footer .footer-bottom {
    border-top: 1px solid #1f1f26 !important;
    color: #64748b !important;
}

@media (max-width: 992px) {
    .brand-footer .footer-grid, footer.footer .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }
    .brand-footer .footer-cta, footer.footer .footer-cta {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 24px !important;
    }
}

@media (max-width: 576px) {
    .brand-footer .footer-grid, footer.footer .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .brand-footer .footer-bottom, footer.footer .footer-bottom {
        flex-direction: column !important;
        gap: 12px !important;
        text-align: center !important;
    }
}



/* ==========================================================================
   PERFECT 2-COLUMN SERVICE SUB-PAGE LAYOUT & SIDEBAR STYLING
   ========================================================================== */
.content-wrapper {
    padding: 60px 0 80px 0 !important;
}

.layout-grid {
    display: grid !important;
    grid-template-columns: 1fr 380px !important;
    gap: 64px !important;
    align-items: start !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.content-left, article.content-left {
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.content-right, aside.content-right {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 380px !important;
    box-sizing: border-box !important;
}

.sidebar-sticky {
    position: sticky !important;
    top: 96px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
}

/* Sidebar Cards Common */
.price-card,
.include-card,
.sidebar-nav-card,
.sidebar-form-card {
    border-radius: 16px !important;
    padding: 24px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
}

.price-card {
    background: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
}

[data-theme="dark"] .price-card {
    background: #09090b !important;
    border-color: #27272a !important;
}

.price-card .price-value {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #960212 !important;
    margin: 8px 0 12px 0 !important;
}

[data-theme="dark"] .price-card .price-value {
    color: #ef4444 !important;
}

.price-card p {
    font-size: 14px !important;
    color: #52525b !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

[data-theme="dark"] .price-card p {
    color: #a1a1aa !important;
}

/* Include Card Accordion */
.include-card {
    background: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

[data-theme="dark"] .include-card {
    background: #09090b !important;
    border-color: #27272a !important;
}

.include-details {
    border-bottom: 1px solid #f4f4f5 !important;
    padding: 6px 0 !important;
}

[data-theme="dark"] .include-details {
    border-bottom-color: #1f1f26 !important;
}

.include-details:last-child {
    border-bottom: none !important;
}

.include-summary {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #18181b !important;
    cursor: pointer !important;
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 0 !important;
    outline: none !important;
}

.include-summary::-webkit-details-marker {
    display: none !important;
}

.include-summary::after {
    content: '+' !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #960212 !important;
    margin-left: 8px !important;
}

.include-details[open] .include-summary::after {
    content: '−' !important;
}

[data-theme="dark"] .include-summary {
    color: #f1f5f9 !important;
}

[data-theme="dark"] .include-summary::after {
    color: #ef4444 !important;
}

.details-content {
    padding: 6px 0 10px 0 !important;
}

.details-list {
    list-style: disc !important;
    padding-left: 18px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.details-list li {
    font-size: 12.5px !important;
    color: #52525b !important;
    line-height: 1.5 !important;
}

[data-theme="dark"] .details-list li {
    color: #94a3b8 !important;
}

/* Sidebar Navigation Card */
.sidebar-nav-card {
    background: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
}

[data-theme="dark"] .sidebar-nav-card {
    background: #09090b !important;
    border-color: #27272a !important;
}

.subservices-sidebar-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.subservices-sidebar-list li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #3f3f46 !important;
    text-decoration: none !important;
    background: #f4f4f5 !important;
    transition: all 0.2s ease !important;
}

.subservices-sidebar-list li.active a,
.subservices-sidebar-list li a:hover {
    background: #960212 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .subservices-sidebar-list li a {
    background: #18181b !important;
    color: #cbd5e1 !important;
}

[data-theme="dark"] .subservices-sidebar-list li.active a,
[data-theme="dark"] .subservices-sidebar-list li a:hover {
    background: #ef4444 !important;
    color: #ffffff !important;
}

/* Sidebar Contact Form Card */
.sidebar-form-card {
    background: #960212 !important;
    border: 1px solid #75010e !important;
    color: #ffffff !important;
}

[data-theme="dark"] .sidebar-form-card {
    background: #09090b !important;
    border: 1px solid #27272a !important;
}

.sidebar-form-card .card-title {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    margin-bottom: 16px !important;
}

.sidebar-form-card .form-group {
    margin-bottom: 12px !important;
}

.sidebar-form-card label {
    display: block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 4px !important;
}

.sidebar-form-card input,
.sidebar-form-card textarea {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 13.5px !important;
    color: #09090b !important;
    box-sizing: border-box !important;
    outline: none !important;
    font-family: inherit !important;
}

[data-theme="dark"] .sidebar-form-card input,
[data-theme="dark"] .sidebar-form-card textarea {
    background: #18181b !important;
    border-color: #27272a !important;
    color: #ffffff !important;
}

.sidebar-form-card .btn-primary,
.sidebar-form-card button[type="submit"] {
    width: 100% !important;
    background: #ffffff !important;
    color: #960212 !important;
    font-weight: 700 !important;
    padding: 12px !important;
    border-radius: 8px !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin-top: 4px !important;
}

.sidebar-form-card .btn-primary:hover,
.sidebar-form-card button[type="submit"]:hover {
    background: #f4f4f5 !important;
    transform: translateY(-1px) !important;
}

[data-theme="dark"] .sidebar-form-card .btn-primary,
[data-theme="dark"] .sidebar-form-card button[type="submit"] {
    background: #ef4444 !important;
    color: #ffffff !important;
}

[data-theme="dark"] .sidebar-form-card .btn-primary:hover,
[data-theme="dark"] .sidebar-form-card button[type="submit"]:hover {
    background: #dc2626 !important;
}

@media (max-width: 992px) {
    .layout-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .content-right, aside.content-right {
        max-width: 100% !important;
    }
    .sidebar-sticky {
        position: static !important;
    }
}
