/**
 * Fokawood About Us Custom Stylesheet
 * Compact, Refined Timber Engineering & Clean Modern Aesthetics
 * Optimized for Desktop & Ultra-Compact Mobile Experience
 */

:root {
    --foka-wood-dark: #1c1917;
    --foka-wood-charcoal: #292524;
    --foka-wood-amber: #d97706;
    --foka-wood-orange: #ea580c;
    --foka-wood-primary: #fc8524;
    --foka-wood-warm: #854d0e;
    --foka-wood-bg: #fafaf9;
    --foka-wood-card-bg: #ffffff;
    --foka-wood-border: #e7e5e4;
    --foka-wood-border-hover: #fed7aa;
    --foka-text-main: #0f172a;
    --foka-text-muted: #475569;
    --foka-text-light: #64748b;
    --foka-radius-sm: 6px;
    --foka-radius-md: 10px;
    --foka-radius-lg: 14px;
    --foka-radius-xl: 18px;
    --foka-shadow-subtle: 0 2px 10px -1px rgba(15, 23, 42, 0.04), 0 1px 3px 0 rgba(15, 23, 42, 0.02);
    --foka-shadow-hover: 0 8px 20px -3px rgba(15, 23, 42, 0.07), 0 2px 6px -1px rgba(15, 23, 42, 0.03);
}

/* Master Wrapper */
.foka-about-page-wrapper {
    background: var(--foka-wood-bg);
    font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--foka-text-main);
    padding-bottom: 40px;
    line-height: 1.55;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
}

.foka-about-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
}

/* 1. Breadcrumb Bar */
.foka-about-breadcrumb-bar {
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 18px;
}

.foka-about-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--foka-text-light);
}

.foka-about-breadcrumbs a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--foka-text-light);
    text-decoration: none;
    transition: color 0.2s ease;
}

.foka-about-breadcrumbs a:hover {
    color: var(--foka-wood-orange);
}

.foka-bc-sep {
    color: #cbd5e1;
}

.foka-bc-current {
    color: var(--foka-text-main);
    font-weight: 700;
}

/* Section Header Commons */
.foka-about-section-header {
    margin-bottom: 16px;
}

.foka-about-section-header.foka-ash-center {
    text-align: center;
}

.foka-ash-pill {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 800;
    color: var(--foka-wood-orange);
    background: #fff7ed;
    border: 1px solid #ffedd5;
    padding: 2px 10px;
    border-radius: 999px;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.foka-ash-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--foka-text-main);
    margin: 0;
    line-height: 1.35;
}

/* 1. Master Control Hub Card (Consistent with Contact/Shop Hub Card) */
.foka-shop-hub-card,
.foka-about-hub-card {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 24px !important;
    padding: 22px 26px 18px 26px !important;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03) !important;
    margin-bottom: 22px !important;
    transition: box-shadow 0.3s ease !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.foka-shub-top-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
    flex-wrap: nowrap !important;
}

.foka-shub-right {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

.foka-shub-icon-box {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%) !important;
    border: 1.5px solid #fed7aa !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ea580c !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.12) !important;
}

.foka-shub-info {
    flex: 1 !important;
    min-width: 0 !important;
}

.foka-shub-title-flex {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 4px !important;
    flex-wrap: wrap !important;
}

.foka-shub-title {
    font-size: 1.35rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    font-family: inherit !important;
}

.foka-shub-badge {
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    padding: 3px 10px !important;
    border-radius: 999px !important;
    border: 1px solid #e2e8f0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
}

.foka-shub-badge::before {
    content: '' !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #16a34a !important;
}

.foka-shub-sub {
    font-size: 0.88rem !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    font-family: inherit !important;
}

.foka-shub-phone-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    background: #fff7ed !important;
    border: 1.5px solid #fed7aa !important;
    border-radius: 999px !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    color: #ea580c !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.22s ease !important;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.08) !important;
    flex-shrink: 0 !important;
    margin-inline-start: auto !important;
    direction: rtl !important;
}

.foka-shub-phone-pill:hover {
    background: linear-gradient(135deg, #ff7a00 0%, #ea580c 100%) !important;
    color: #ffffff !important;
    border-color: #ea580c !important;
    transform: translateY(-1.5px) !important;
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.3) !important;
}

.foka-phone-digits {
    direction: rtl !important;
    unicode-bidi: embed !important;
    font-variant-numeric: normal !important;
    letter-spacing: 0.5px !important;
}

/* Micro-Specs Nav Chips Wrap in Hero (Zero-Scroll Wrap on all screens) */
.foka-shub-chips-wrap {
    position: relative !important;
    width: 100% !important;
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 10px !important;
    overflow: visible !important;
}

.foka-shub-chips-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 7px 9px !important;
    padding: 0 !important;
    overflow: visible !important;
    width: 100% !important;
}

.foka-shub-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 6px 13px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    line-height: 1.3 !important;
}

.foka-chip-spec {
    background: #f8fafc !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
}

.foka-chip-spec strong {
    color: #0f172a !important;
    font-weight: 800 !important;
}

.foka-chip-spec:hover {
    background: #fff7ed !important;
    border-color: #fed7aa !important;
    color: #ea580c !important;
    transform: translateY(-1px) !important;
}

.foka-spec-emoji {
    font-size: 13.5px !important;
    line-height: 1 !important;
    display: inline-block !important;
}

.foka-chip-link {
    background: #0f172a !important;
    color: #ffffff !important;
    border: 1px solid #0f172a !important;
    margin-inline-start: auto !important;
}

.foka-chip-link:hover {
    background: #ea580c !important;
    border-color: #ea580c !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* 2. Standalone Narrative Story Section (Desktop) */
.foka-about-story-section {
    margin: 20px 0 28px 0 !important;
}

.foka-story-card {
    position: relative !important;
    background: linear-gradient(135deg, #ffffff 0%, #faf8f5 100%) !important;
    border: 1.5px solid #fed7aa !important;
    border-radius: 20px !important;
    padding: 24px 28px !important;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.05) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.foka-story-decor {
    position: absolute !important;
    top: 18px !important;
    left: 20px !important;
    color: #ea580c !important;
    pointer-events: none !important;
}

.foka-story-header {
    margin-bottom: 12px !important;
}

.foka-ash-pill-warm {
    background: #fff7ed !important;
    color: #ea580c !important;
    border: 1px solid #fed7aa !important;
}

.foka-story-title {
    font-size: 1.3rem !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin: 4px 0 0 0 !important;
    line-height: 1.35 !important;
}

.foka-story-body {
    position: relative !important;
    z-index: 2 !important;
}

.foka-story-paragraph {
    font-size: 0.94rem !important;
    line-height: 1.85 !important;
    color: #334155 !important;
    margin: 0 !important;
    text-align: justify !important;
}


/* 3. The 3 Value Pillars (روایتی از دل چوب / چرا فوکاوود ؟ / و امروز) */
.foka-about-pillars-section {
    padding: 16px 0;
}

/* Mobile Tabs Switcher (Hidden on Desktop) */
.foka-pillars-tabs-mobile {
    display: none;
}

.foka-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: stretch;
}

.foka-pillar-card {
    background: #ffffff;
    border: 1px solid var(--foka-wood-border);
    border-radius: var(--foka-radius-lg);
    padding: 18px 18px;
    box-shadow: var(--foka-shadow-subtle);
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-sizing: border-box;
    position: relative;
}

.foka-pillar-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--foka-shadow-hover);
    border-color: #fed7aa;
}

.foka-pillar-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.foka-pillar-icon-wrap {
    width: 36px;
    height: 36px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--foka-wood-charcoal);
}

.foka-pillar-card:hover .foka-pillar-icon-wrap {
    background: #fff7ed;
    color: var(--foka-wood-orange);
    border-color: #fed7aa;
}

.foka-pillar-badge {
    font-size: 10.5px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--foka-text-muted);
}

.foka-pillar-badge-gold {
    background: #fff7ed;
    color: var(--foka-wood-orange);
    border: 1px solid #fed7aa;
}

.foka-pillar-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--foka-text-main);
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.foka-pillar-text {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--foka-text-muted);
    margin: 0 0 10px 0;
}

.foka-pillar-extra {
    font-size: 0.86rem;
    line-height: 1.7;
    color: #475569;
    margin: 0 0 14px 0;
    text-align: justify;
}

.foka-pillar-footer {
    margin-top: auto;
    border-top: 1px dashed #e2e8f0;
    padding-top: 10px;
}

.foka-pillar-tag {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
}

/* Pillar 1 Featured Styling */
.foka-pillar-featured {
    border: 1.5px solid #fed7aa;
    background: linear-gradient(180deg, #ffffff 0%, #fdfbf7 100%);
}

.foka-pillar-three-keys {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: var(--foka-radius-sm);
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 800;
    color: var(--foka-wood-warm);
    margin-top: auto;
}

.foka-pkey-sep {
    color: #f97316;
}

/* 4. Unified Products Section (کادر ادغام‌شده معرفی متریال و محصولات) */
.foka-about-products-section {
    padding: 20px 0 28px 0;
}

.foka-products-unified-box {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    box-sizing: border-box;
}

.foka-products-unified-box .foka-about-section-header {
    margin-bottom: 0;
}

.foka-products-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.foka-products-nav-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.foka-prod-arrow-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.22s ease;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.foka-prod-arrow-btn:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-1.5px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.foka-prod-arrow-btn:hover svg {
    color: #ff7a00;
}

.foka-products-slider-wrapper {
    position: relative;
    width: 100%;
}

.foka-float-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1.5px solid #fed7aa;
    color: #ea580c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.16);
    transition: all 0.22s ease;
}

.foka-float-arrow:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25);
}

.foka-float-prev {
    right: -14px;
}

.foka-float-next {
    left: -14px;
}

.foka-prod-lead-intro {
    background: linear-gradient(135deg, #fffbf7 0%, #fdfbf7 100%);
    border: 1.5px solid #fed7aa;
    border-radius: 16px;
    padding: 18px 22px;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.04);
}

.foka-products-intro-text {
    font-size: 0.94rem;
    line-height: 1.85;
    color: #334155;
    margin: 0;
    text-align: justify;
}

/* 5. Product Cards Showcase Track (Smooth Navigation) */
.foka-product-cards-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 4px 2px 8px 2px;
}

.foka-product-cards-row::-webkit-scrollbar {
    display: none;
}

.foka-prod-showcase-card {
    flex: 0 0 calc(33.333% - 11px);
    min-width: 280px;
    background: #ffffff;
    border: 1px solid var(--foka-wood-border);
    border-radius: var(--foka-radius-lg);
    overflow: hidden;
    box-shadow: var(--foka-shadow-subtle);
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.foka-prod-showcase-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--foka-shadow-hover);
    border-color: #fed7aa;
}

.foka-prod-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foka-prod-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.foka-prod-showcase-card:hover .foka-prod-img {
    transform: scale(1.05);
}

.foka-prod-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 999px;
    letter-spacing: 0.2px;
}

.foka-prod-badge-gold {
    background: rgba(180, 83, 9, 0.9);
}

.foka-prod-badge-melamine {
    background: rgba(3, 105, 161, 0.9);
}

.foka-prod-header-mobile {
    display: none;
}

.foka-prod-card-body {
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.foka-prod-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--foka-text-main);
    margin: 0 0 8px 0;
    line-height: 1.35;
}

.foka-prod-card-desc {
    font-size: 0.86rem;
    line-height: 1.65;
    color: var(--foka-text-muted);
    margin: 0 0 14px 0;
}

.foka-prod-feature-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.foka-prod-feature-bullets li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    color: #334155;
    font-weight: 600;
}

.foka-prod-feature-bullets li span {
    color: #16a34a;
    font-weight: 900;
}

.foka-prod-card-action {
    margin-top: auto;
}

.foka-prod-action-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 9px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--foka-radius-md);
    color: var(--foka-text-main);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.foka-prod-action-btn svg {
    transition: transform 0.2s ease;
}

.foka-prod-showcase-card:hover .foka-prod-action-btn {
    background: var(--foka-wood-orange);
    color: #ffffff;
    border-color: var(--foka-wood-orange);
}

.foka-prod-showcase-card:hover .foka-prod-action-btn svg {
    transform: translateX(-3px);
}

/* 6. Factory Direct B2B Consultation CTA */
.foka-about-cta-section {
    padding-top: 6px;
}

.foka-about-cta-card {
    background: linear-gradient(135deg, #1c1917 0%, #292524 100%);
    border-radius: var(--foka-radius-lg);
    padding: 22px 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.foka-cta-content {
    flex: 1;
    min-width: 0;
}

.foka-cta-badge {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    color: #fdba74;
    background: rgba(253, 186, 116, 0.12);
    border: 1px solid rgba(253, 186, 116, 0.25);
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.foka-cta-title {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 800;
    line-height: 1.35;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.foka-cta-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #d6d3d1;
    margin: 0;
}

.foka-cta-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.foka-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: var(--foka-radius-md);
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}

.foka-cta-call {
    background: linear-gradient(135deg, #fc8524 0%, #ea580c 100%);
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(234, 88, 12, 0.3);
}

.foka-cta-call:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    transform: translateY(-1px);
    color: #ffffff;
}

.foka-cta-wa {
    background: #22c55e;
    color: #ffffff;
}

.foka-cta-wa:hover {
    background: #16a34a;
    transform: translateY(-1px);
    color: #ffffff;
}

.foka-cta-inquiry {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.foka-cta-inquiry:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
    color: #ffffff;
}


/* ==========================================================================
   MOBILE & TABLET OPTIMIZATIONS (Fit & Condense on Mobile)
   ========================================================================== */

/* Tablets (<= 1024px) */
@media screen and (max-width: 1024px) {
    .foka-about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .foka-pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .foka-pillar-card.foka-pillar-featured {
        grid-column: span 2;
    }
    .foka-product-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Devices (<= 768px): Ultra-Compact, App-Like Layout */
@media screen and (max-width: 768px) {
    .foka-about-container {
        padding: 0 12px;
    }

    .foka-hide-mobile {
        display: none !important;
    }

    /* Master Control Hub Card - Mobile Adaptations (App-Grade Symmetry) */
    .foka-shop-hub-card,
    .foka-about-hub-card {
        padding: 16px 14px 14px 14px !important;
        border-radius: 18px !important;
        margin-bottom: 16px !important;
        box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04) !important;
    }

    .foka-shub-top-row {
        margin-bottom: 10px !important;
        gap: 12px !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    .foka-shub-right {
        gap: 12px !important;
        width: 100% !important;
        align-items: center !important;
    }

    .foka-shub-icon-box {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        border-radius: 13px !important;
    }

    .foka-shub-icon-box svg {
        width: 22px !important;
        height: 22px !important;
    }

    .foka-shub-title-flex {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 3px !important;
        margin-bottom: 0 !important;
    }

    .foka-shub-title {
        font-size: 1.12rem !important;
        font-weight: 900 !important;
        line-height: 1.4 !important;
        color: #0f172a !important;
    }

    .foka-shub-badge {
        font-size: 10.5px !important;
        font-weight: 800 !important;
        padding: 2px 8px !important;
        border-radius: 999px !important;
    }

    .foka-shub-sub {
        font-size: 0.82rem !important;
        line-height: 1.6 !important;
        color: #64748b !important;
        margin-top: 6px !important;
        text-align: justify !important;
    }

    .foka-shub-phone-pill {
        display: none !important;
    }

    /* 2x2 Clean App-Like Grid for Micro-Specs on Mobile */
    .foka-shub-chips-wrap {
        padding-top: 10px !important;
        margin-top: 8px !important;
        border-top: 1px solid #f1f5f9 !important;
        overflow: visible !important;
        width: 100% !important;
    }

    .foka-shub-chips-nav {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px !important;
        padding: 0 !important;
        overflow: visible !important;
        width: 100% !important;
    }

    .foka-shub-chip {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 7px 10px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        gap: 6px !important;
        border-radius: 10px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        box-sizing: border-box !important;
        width: 100% !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
    }

    .foka-spec-emoji {
        font-size: 13px !important;
        flex-shrink: 0 !important;
    }

    .foka-chip-link {
        grid-column: span 2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 9px 14px !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 10px !important;
        margin-top: 2px !important;
        box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15) !important;
    }

    .foka-chip-link svg {
        color: #ff7a00 !important;
    }

    /* 3 Pillars: Segmented App-Like Tab Switcher */
    .foka-pillars-tabs-mobile {
        display: flex;
        gap: 5px;
        background: #f1f5f9;
        padding: 5px;
        border-radius: 14px;
        margin-bottom: 14px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #e2e8f0;
    }

    .foka-ptab-btn {
        flex: 1 1 0;
        min-width: 0;
        padding: 9px 4px;
        font-family: inherit;
        font-size: 12px;
        font-weight: 700;
        border: none;
        background: transparent;
        color: #64748b;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.22s ease;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .foka-ptab-btn.active {
        background: #ffffff;
        color: var(--foka-wood-orange);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        font-weight: 900;
    }

    .foka-pillars-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .foka-pillar-card {
        padding: 16px 16px;
        border-radius: 16px;
        background: #ffffff;
        border: 1.5px solid #e2e8f0;
        box-shadow: 0 3px 12px rgba(15, 23, 42, 0.03);
    }

    .foka-pillar-card.foka-pillar-featured {
        grid-column: auto;
        border-color: #fed7aa;
        background: linear-gradient(180deg, #ffffff 0%, #fffbf7 100%);
    }

    .foka-pillar-hidden-mobile {
        display: none !important;
    }

    .foka-pillar-title {
        font-size: 1.12rem;
        font-weight: 900;
        color: #0f172a;
        margin: 0 0 8px 0;
    }

    .foka-pillar-text {
        font-size: 0.86rem;
        line-height: 1.7;
        color: #475569;
        margin-bottom: 10px;
        text-align: justify;
    }

    .foka-pillar-extra {
        font-size: 0.84rem;
        line-height: 1.7;
    }

    .foka-pillar-three-keys {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: #fff7ed;
        border: 1px solid #fed7aa;
        border-radius: 10px;
        padding: 8px 10px;
        font-size: 10.5px;
        font-weight: 800;
        color: #c2410c;
        margin-top: 8px;
    }

    /* Hide redundant elements on mobile */
    .foka-hide-mobile {
        display: none !important;
    }

    /* Unified Products Section on Mobile */
    .foka-products-unified-box {
        padding: 14px 12px;
        border-radius: 18px;
        border: 1.5px solid #e2e8f0;
        background: #ffffff;
        box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
        margin-bottom: 14px;
    }

    .foka-prod-lead-intro {
        padding: 14px 12px;
        border-radius: 14px;
        margin-bottom: 12px;
        border: 1.5px solid #fed7aa;
        background: linear-gradient(135deg, #fffbf7 0%, #fdfbf7 100%);
    }

    .foka-products-intro-text {
        font-size: 0.85rem;
        line-height: 1.68;
        color: #334155;
        text-align: justify;
    }

    /* Product Cards: Sleek Horizontal List-Cards */
    .foka-product-cards-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        overflow-x: visible !important;
        padding: 0 !important;
    }

    .foka-prod-showcase-card {
        flex: 1 1 auto !important;
        width: 100% !important;
        min-width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        padding: 12px !important;
        gap: 12px !important;
        border-radius: 16px !important;
        border: 1.5px solid #e2e8f0 !important;
        background: #ffffff !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.03) !important;
    }

    .foka-prod-image-wrapper {
        width: 86px;
        height: 86px;
        min-width: 86px;
        aspect-ratio: unset;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #f1f5f9;
    }

    .foka-prod-card-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
        min-width: 0;
    }

    .foka-prod-header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        margin-bottom: 4px;
    }

    .foka-prod-card-title {
        font-size: 13.5px;
        font-weight: 900;
        color: #0f172a;
        margin: 0;
    }

    .foka-prod-badge-m {
        font-size: 9.5px;
        font-weight: 700;
        padding: 2px 7px;
        border-radius: 999px;
        background: #0f172a;
        color: #ffffff;
        white-space: nowrap;
    }

    .foka-badge-m-gold {
        background: #b45309;
    }

    .foka-badge-m-melamine {
        background: #0369a1;
    }

    .foka-prod-card-desc {
        font-size: 11px;
        line-height: 1.5;
        color: #64748b;
        margin: 0 0 6px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .foka-prod-card-action {
        margin-top: 2px;
    }

    .foka-prod-action-btn {
        padding: 6px 12px;
        font-size: 11.5px;
        font-weight: 800;
        border-radius: 8px;
    }

    /* B2B CTA Banner - Ultra Compact & Mobile-Native */
    .foka-about-cta-card {
        padding: 16px 14px;
        flex-direction: column;
        text-align: right;
        border-radius: 16px;
        gap: 12px;
        box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    }

    .foka-cta-badge {
        font-size: 10px;
        padding: 2px 8px;
        margin-bottom: 6px;
        color: #fdba74 !important;
        background: rgba(253, 186, 116, 0.12) !important;
        border: 1px solid rgba(253, 186, 116, 0.25) !important;
    }

    .foka-cta-title {
        font-size: 13.5px;
        font-weight: 900;
        line-height: 1.45;
        margin: 0 0 6px 0;
        color: #ffffff !important;
    }

    .foka-cta-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 7px;
        width: 100%;
    }

    .foka-cta-btn {
        width: 100%;
        padding: 9px 6px;
        font-size: 11.5px;
        font-weight: 800;
        border-radius: 9px;
        justify-content: center;
    }

    .foka-cta-inquiry {
        grid-column: span 2;
        padding: 8px 6px;
    }
}
