/*
Theme Name: Gitakshmi Products
Theme URI: https://gitakshmi.local/
Author: Gitakshmi Products
Author URI: https://gitakshmi.local/
Description: Premium enterprise SaaS WordPress theme for Gitakshmi Products with product-led layouts, custom post types, SEO-ready structure, and responsive animations.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: gitakshmi-products
*/

/* ==========================================================================
   GITAKSHMI DYNAMIC DESIGN SYSTEM (TOKENS & VARIABLES)
   ========================================================================== */
:root {
    /* --- 1. COLOR SYSTEM (Vibrant & Enterprise Palette) --- */
    /* Primary & Brand Tones */
    --color-primary: #092EA0;
    /* Deep Enterprise Royal Blue */
    --color-primary-light: #1C4AD8;
    /* Vibrant Interactive Blue */
    --color-primary-dark: #061D66;
    /* Rich Hover Blue */

    /* Accent Tones */
    --color-accent: #2F8DFF;
    /* Dynamic Tech Blue / Cyan */
    --color-accent-hover: #52A1FF;
    /* Bright Electric Hover Accent */
    --color-accent-soft: rgba(47, 141, 255, 0.12);

    /* Dark Navy & Slate Spectrum */
    --color-navy: #071A2F;
    /* Primary Hero Background */
    --color-navy-deep: #040E1B;
    /* Deepest Background */
    --color-dark: #0B132B;
    /* Dark Card / Section BG */

    /* Neutral Grey & Slate Scale */
    --color-slate-900: #0F172A;
    /* Primary Headings & High-contrast Text */
    --color-slate-800: #1E293B;
    /* Secondary Headings */
    --color-slate-700: #334155;
    /* Dark UI Borders / Text */
    --color-slate-600: #475569;
    /* Body Text (Optimal Contrast) */
    --color-slate-500: #64748B;
    /* Muted Subtitles & Icons */
    --color-slate-400: #94A3B8;
    /* Placeholder / Disabled Text */
    --color-slate-300: #CBD5E1;
    /* Light UI Dividers */
    --color-slate-200: #E2E8F0;
    /* Card & Input Borders */
    --color-slate-100: #F1F5F9;
    /* Soft Hover Backgrounds */
    --color-slate-50: #F8FAFC;
    /* Off-White Page Background */
    --color-white: #FFFFFF;

    /* Functional Status Colors */
    --color-success: #10B981;
    /* Success / Active Green */
    --color-warning: #F59E0B;
    /* Alert Amber */
    --color-error: #EF4444;
    /* Error / Mandatory Red */
    --color-info: #3B82F6;
    /* Info Notification Blue */

    /* Legacy / Theme Compatibility Aliases */
    --mom-primary: var(--color-primary);
    --mom-accent: var(--color-accent);
    --mom-navy: var(--color-navy);
    --gp-primary: var(--color-primary);
    --gp-accent: var(--color-accent);
    --gp-navy: var(--color-navy);

    /* --- 2. DYNAMIC TYPOGRAPHY (Fluid & Responsive Sizes) --- */
    --font-family-primary: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-family-mono: 'Courier New', Courier, monospace;

    /* Fluid Font Scale (using clamp to auto-scale between mobile & desktop) */
    --font-size-display: clamp(2.15rem, 4vw + 0.5rem, 2.65rem);
    --font-size-h1: clamp(1.85rem, 3.5vw + 0.5rem, 2rem);
    --font-size-h2: clamp(1.4rem, 2.5vw + 0.35rem, 1.6rem);
    --font-size-h3: clamp(1.1rem, 2vw + 0.25rem, 1.1rem);
    --font-size-h4: clamp(0.95rem, 1.5vw + 0.2rem, 1rem);
    --font-size-h5: clamp(0.95rem, 1.2vw + 0.15rem, 0.95rem);
    --font-size-h6: clamp(0.875rem, 1vw + 0.1rem, 0.875rem);
    --font-size-lead: clamp(1.125rem, 1.2vw + 0.15rem, 1.2rem);
    --font-size-body: clamp(1.125rem, 1vw + 0.3rem, 1.125rem);
    --font-size-sm: 0.85rem;
    --font-size-xs: 0.75rem;

    /* Font Weights */
    --weight-light: 300;
    --weight-regular: 400;
    --weight-medium: 500;
    --weight-semibold: 600;
    --weight-bold: 600;
    --weight-extrabold: 600;
    --weight-black: 600;

    /* Line Heights & Tracking */
    --lh-tight: 1.18;
    --lh-heading: 1.28;
    --lh-normal: 1.6;
    --lh-relaxed: 1.75;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.05em;
    --tracking-widest: 0.1em;

    /* --- 3. DYNAMIC ICON SIZE SYSTEM --- */
    --icon-size-xs: 14px;
    --icon-size-sm: 18px;
    --icon-size-md: 24px;
    --icon-size-lg: 32px;
    --icon-size-xl: 48px;
    --icon-size-xxl: 64px;

    /* Icon Box Wrapper Dimensions */
    --icon-box-sm: 36px;
    --icon-box-md: 48px;
    --icon-box-lg: 64px;
    --icon-box-xl: 80px;

    /* --- 4. EFFECTS, SHADOWS & GLASSMORPHISM --- */
    --shadow-xs: 0 1px 2px rgba(7, 26, 47, 0.05);
    --shadow-sm: 0 2px 8px rgba(7, 26, 47, 0.07);
    --shadow-md: 0 8px 24px rgba(7, 26, 47, 0.11);
    --shadow-lg: 0 16px 40px rgba(7, 26, 47, 0.15);
    --shadow-xl: 0 24px 64px rgba(7, 26, 47, 0.22);
    --shadow-glow-primary: 0 10px 30px rgba(9, 46, 160, 0.35);
    --shadow-glow-accent: 0 12px 36px rgba(47, 141, 255, 0.42);
    --shadow-inset: inset 0 2px 4px rgba(0, 0, 0, 0.05);

    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    --gradient-accent: linear-gradient(135deg, var(--color-accent) 0%, #00D4FF 100%);
    --gradient-navy: linear-gradient(135deg, var(--color-navy) 0%, var(--color-dark) 100%);
    --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.06) 100%);

    /* Radii & Borders */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
    --radius-full: 9999px;
    --border-light: 1px solid var(--color-slate-200);
    --border-subtle: 1px solid rgba(255, 255, 255, 0.15);

    /* Transitions & Easing */
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);

    /* --- 5. LAYOUT SPACING & GRID TOKENS (For Dynamic Layouts) --- */
    --space-unit: 8px;
    --space-xs: calc(var(--space-unit) * 1);
    /* 8px */
    --space-sm: calc(var(--space-unit) * 2);
    /* 16px */
    --space-md: calc(var(--space-unit) * 3);
    /* 24px */
    --space-lg: calc(var(--space-unit) * 4);
    /* 32px */
    --space-xl: calc(var(--space-unit) * 6);
    /* 48px */
    --space-2xl: calc(var(--space-unit) * 8);
    /* 64px */
    --space-3xl: calc(var(--space-unit) * 12);
    /* 96px */
    --container-max-width: 1240px;
    --container-padding: clamp(16px, 4vw, 40px);
}

/* ==========================================================================
   GLOBAL DYNAMIC TYPOGRAPHY STYLES & UTILITIES
   ========================================================================== */
body {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body);
    line-height: var(--lh-normal);
    color: var(--color-slate-600);
    background-color: var(--color-slate-50);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-primary);
    color: var(--color-slate-900);
    margin-top: 0;
    margin-bottom: 0.5em;
    letter-spacing: var(--tracking-tight);
}

h1 {
    font-size: var(--font-size-h1);
    line-height: var(--lh-tight);
    font-weight: var(--weight-bold);
}

h2 {
    font-size: var(--font-size-h2);
    line-height: var(--lh-heading);
    font-weight: var(--weight-bold);
}

h3 {
    font-size: var(--font-size-h3);
    line-height: var(--lh-heading);
    font-weight: var(--weight-semibold);
}

h4 {
    font-size: var(--font-size-h4);
    line-height: 1.35;
    font-weight: var(--weight-semibold);
}

h5 {
    font-size: var(--font-size-h5);
    line-height: 1.45;
    font-weight: var(--weight-medium);
}

h6 {
    font-size: var(--font-size-h6);
    line-height: 1.5;
    font-weight: var(--weight-medium);
}

p {
    font-size: var(--font-size-body);
    line-height: var(--lh-normal);
    margin-bottom: 1.2em;
}

a {
    color: var(--color-accent);
    text-decoration: none;
    transition: var(--transition-normal);
}

a:hover {
    color: var(--color-primary-light);
}

/* --- Typography Helper Utility Classes --- */
.font-display {
    font-size: var(--font-size-display) !important;
    font-weight: var(--weight-extrabold);
    line-height: var(--lh-tight);
}

.font-h1 {
    font-size: var(--font-size-h1) !important;
    font-weight: var(--weight-bold);
}

.font-h2 {
    font-size: var(--font-size-h2) !important;
    font-weight: var(--weight-bold);
}

.font-lead {
    font-size: var(--font-size-lead) !important;
    font-weight: var(--weight-regular);
    line-height: 1.6;
    color: var(--color-slate-500);
}

.font-body {
    font-size: var(--font-size-body) !important;
}

.font-sm {
    font-size: var(--font-size-sm) !important;
    line-height: 1.5;
}

.font-xs {
    font-size: var(--font-size-xs) !important;
    line-height: 1.4;
}

/* Font Weight Helpers */
.weight-light {
    font-weight: var(--weight-light) !important;
}

.weight-regular {
    font-weight: var(--weight-regular) !important;
}

.weight-medium {
    font-weight: var(--weight-medium) !important;
}

.weight-semibold {
    font-weight: var(--weight-semibold) !important;
}

.weight-bold {
    font-weight: var(--weight-bold) !important;
}

.weight-extrabold {
    font-weight: var(--weight-extrabold) !important;
}

/* Dynamic Font Color Helpers */
.text-primary {
    color: var(--color-primary) !important;
}

.text-accent {
    color: var(--color-accent) !important;
}

.text-navy {
    color: var(--color-navy) !important;
}

.text-slate {
    color: var(--color-slate-600) !important;
}

.text-muted {
    color: var(--color-slate-500) !important;
}

.text-dark {
    color: var(--color-slate-900) !important;
}

.text-white {
    color: var(--color-white) !important;
}

.text-success {
    color: var(--color-success) !important;
}

.text-warning {
    color: var(--color-warning) !important;
}

.text-error {
    color: var(--color-error) !important;
}

/* Premium Gradient Text Effect */
.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* ==========================================================================
   DYNAMIC ICON SYSTEM (SIZING, WRAPPERS & MICRO-ANIMATIONS)
   ========================================================================== */
/* Icon Size Utility Classes (for SVG, Icons, Images) */
.icon-xs {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    font-size: var(--icon-size-xs);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-sm {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    font-size: var(--icon-size-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-md {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
    font-size: var(--icon-size-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-lg {
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    font-size: var(--icon-size-lg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-xl {
    width: var(--icon-size-xl);
    height: var(--icon-size-xl);
    font-size: var(--icon-size-xl);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-xxl {
    width: var(--icon-size-xxl);
    height: var(--icon-size-xxl);
    font-size: var(--icon-size-xxl);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Icon Boxes (Badge & Container styles for feature icons) */
.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    transition: var(--transition-bounce);
    flex-shrink: 0;
}

.icon-box-sm {
    width: var(--icon-box-sm);
    height: var(--icon-box-sm);
    border-radius: var(--radius-sm);
}

.icon-box-md {
    width: var(--icon-box-md);
    height: var(--icon-box-md);
    border-radius: var(--radius-md);
}

.icon-box-lg {
    width: var(--icon-box-lg);
    height: var(--icon-box-lg);
    border-radius: var(--radius-md);
    font-size: 28px;
}

.icon-box-xl {
    width: var(--icon-box-xl);
    height: var(--icon-box-xl);
    border-radius: var(--radius-lg);
    font-size: 36px;
}

/* Icon Box Color Themes */
.icon-box-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: var(--shadow-md);
}

.icon-box-accent {
    background-color: var(--color-accent);
    color: var(--color-white);
    box-shadow: var(--shadow-glow-accent);
}

.icon-box-soft {
    background-color: var(--color-accent-soft);
    color: var(--color-accent);
    border: 1px solid rgba(47, 141, 255, 0.25);
}

.icon-box-navy {
    background-color: var(--color-navy);
    color: var(--color-white);
}

.icon-box-glass {
    background: var(--gradient-glass);
    color: var(--color-white);
    backdrop-filter: blur(10px);
    border: var(--border-subtle);
}

/* --- Icon Micro-Animations on Hover --- */
.icon-hover-bounce:hover .icon-box,
.icon-hover-bounce:hover,
.icon-box:hover {
    transform: translateY(-4px) scale(1.06);
    box-shadow: var(--shadow-lg);
}

.icon-hover-rotate:hover .icon-box,
.icon-hover-rotate:hover {
    transform: rotate(12deg) scale(1.08);
}

.icon-hover-pulse:hover .icon-box,
.icon-hover-pulse:hover {
    animation: pulseIcon 1.2s infinite alternate ease-in-out;
}

@keyframes pulseIcon {
    0% {
        transform: scale(1);
        box-shadow: var(--shadow-sm);
    }

    100% {
        transform: scale(1.12);
        box-shadow: var(--shadow-glow-accent);
    }
}

/* ==========================================================================
   DYNAMIC EFFECTS, GLASSMORPHISM & HOVER INTERACTIONS
   ========================================================================== */
/* --- Glassmorphism Panels --- */
.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-lg);
}

.glass-card {
    background: var(--gradient-glass);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-lg);
    transition: var(--transition-normal);
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.glass-dark {
    background: rgba(7, 26, 47, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-white);
    box-shadow: var(--shadow-xl);
    border-radius: var(--radius-lg);
}

/* --- Elevation Shadows --- */
.shadow-sm {
    box-shadow: var(--shadow-sm) !important;
}

.shadow-md {
    box-shadow: var(--shadow-md) !important;
}

.shadow-lg {
    box-shadow: var(--shadow-lg) !important;
}

.shadow-xl {
    box-shadow: var(--shadow-xl) !important;
}

.shadow-glow {
    box-shadow: var(--shadow-glow-accent) !important;
}

/* --- Interactive Hover Effects for Components & Cards --- */
.effect-hover-lift {
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.effect-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.effect-hover-scale {
    transition: var(--transition-bounce);
}

.effect-hover-scale:hover {
    transform: scale(1.03);
    box-shadow: var(--shadow-lg);
}

.effect-hover-glow:hover {
    box-shadow: var(--shadow-glow-accent) !important;
    transform: translateY(-3px);
}

/* Border Shine Animation Effect */
.effect-border-shine {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-slate-200);
    transition: var(--transition-normal);
}

.effect-border-shine::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.6s ease;
    pointer-events: none;
}

.effect-border-shine:hover::after {
    left: 150%;
}

.effect-border-shine:hover {
    border-color: var(--color-accent);
    box-shadow: var(--shadow-md);
}

/* --- Dynamic Buttons --- */
.btn-dynamic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-xs);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-body);
    font-weight: var(--weight-semibold);
    padding: 14px 28px;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-bounce);
    border: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-dynamic-primary {
    background: var(--gradient-primary);
    color: var(--color-white);
    box-shadow: 0 4px 14px rgba(9, 46, 160, 0.25);
}

.btn-dynamic-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-primary);
    color: var(--color-white);
}

.btn-dynamic-accent {
    background: var(--color-accent);
    color: var(--color-white);
    box-shadow: 0 4px 14px rgba(47, 141, 255, 0.3);
}

.btn-dynamic-accent:hover {
    background: var(--color-accent-hover);
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-accent);
    color: var(--color-white);
}

.btn-dynamic-outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}

.btn-dynamic-outline:hover {
    background: var(--color-primary);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* ==========================================================================
   LAYOUT DYNAMICS & GRID ENGINE (PREPARATION FOR RESPONSIVE LAYOUTS)
   ========================================================================== */
.layout-container {
    width: 100%;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 var(--container-padding);
}

.layout-section {
    padding: var(--space-3xl) 0;
    position: relative;
}

/* --- Dynamic Responsive Grid System --- */
.grid-dynamic {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-lg);
    align-items: stretch;
}

.grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
}

.grid-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
}

.grid-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
}

/* --- Flex Utility Helpers --- */
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-xs {
    gap: var(--space-xs);
}

.gap-sm {
    gap: var(--space-sm);
}

.gap-md {
    gap: var(--space-md);
}

.gap-lg {
    gap: var(--space-lg);
}

.gap-xl {
    gap: var(--space-xl);
}

/* --- Keyframe Animations --- */
@keyframes floatSlow {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.6;
        transform: scale(0.98);
    }

    100% {
        opacity: 1;
        transform: scale(1.02);
    }
}

@keyframes slideUpFade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-float {
    animation: floatSlow 6s ease-in-out infinite;
}

.animate-pulse {
    animation: pulseGlow 4s ease-in-out infinite alternate;
}

.animate-slide-up {
    animation: slideUpFade 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Responsive Layout Overrides */
@media (max-width: 991px) {

    .grid-3col,
    .grid-4col {
        grid-template-columns: repeat(2, 1fr);
    }

    .layout-section {
        padding: var(--space-2xl) 0;
    }
}

@media (max-width: 767px) {

    .grid-2col,
    .grid-3col,
    .grid-4col {
        grid-template-columns: 1fr;
    }

    .layout-section {
        padding: var(--space-xl) 0;
    }
}

/* ==========================================================================
   THEME-WIDE TYPOGRAPHY NORMALIZER (UNIFIES ALL PAGE TEMPLATES)
   ========================================================================== */
/* Automatically scales all headings across all product landing pages and sections to our Dynamic Design System, overriding erratic inline font sizes! */
.gp-product-landing h1,
.gp-main h1,
.gp-hero h1 {
    font-size: var(--font-size-h1) !important;
    font-family: var(--font-family-primary) !important;
    line-height: var(--lh-tight) !important;
}

.gp-product-landing h2,
.gp-main h2,
.gp-section h2,
.mom-section-header h2 {
    font-size: var(--font-size-h2) !important;
    font-family: var(--font-family-primary) !important;
    line-height: var(--lh-heading) !important;
}

.gp-product-landing h3,
.gp-main h3,
.gp-section h3 {
    font-size: var(--font-size-h3) !important;
    font-family: var(--font-family-primary) !important;
    line-height: var(--lh-heading) !important;
}

.gp-product-landing h4,
.gp-main h4 {
    font-size: var(--font-size-h4) !important;
    font-family: var(--font-family-primary) !important;
}

/* --- Dynamic Form Controls --- */
.form-control-dynamic {
    width: 100%;
    padding: 12px 16px;
    border: var(--border-light);
    border-radius: var(--radius-sm);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    color: var(--color-slate-900);
    background-color: var(--color-white);
    outline: none;
    transition: var(--transition-normal);
    box-sizing: border-box;
}

.form-control-dynamic:focus {
    border-color: var(--color-accent) !important;
    box-shadow: 0 0 0 3px var(--color-accent-soft) !important;
}

.form-control-dynamic::placeholder {
    color: var(--color-slate-400);
}

/* === MOM SYSTEM MARKETING PAGE === */

.mom-marketing-page {
    font-family: 'Poppins', sans-serif;
    color: var(--mom-navy);
    background: #fff;
    overflow-x: hidden;
}

/* === HERO SECTION === */
.mom-hero {
    position: relative;
    padding: 120px 0 80px;
    background: var(--mom-navy);
    color: #fff;
    overflow: hidden;
}

.mom-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(47, 141, 255, 0.15) 0%, rgba(7, 26, 47, 0) 70%);
    z-index: 0;
    animation: pulseBg 10s ease-in-out infinite alternate;
}

@keyframes pulseBg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.mom-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.mom-hero-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(47, 141, 255, 0.1);
    border: 1px solid rgba(47, 141, 255, 0.3);
    border-radius: 50px;
    color: var(--mom-accent);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mom-hero h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
    background: linear-gradient(to right, #ffffff, #a0c4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mom-hero p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.mom-hero-ctas {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}

.btn-mom-primary {
    background: linear-gradient(135deg, var(--mom-accent) 0%, var(--mom-primary) 100%);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    display: inline-block;
}

.btn-mom-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(47, 141, 255, 0.3);
    color: #fff;
}

.btn-mom-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.btn-mom-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.mom-hero-image {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s ease;
}

.mom-hero-image:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.mom-hero-image img {
    width: 100%;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* === FEATURES SECTION === */
.mom-features {
    padding: 100px 0;
    background: #f8faff;
}

.mom-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.mom-section-header h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--mom-navy);
    margin-bottom: 20px;
}

.mom-section-header p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
}

.mom-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mom-feature-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.mom-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(47, 141, 255, 0.1);
}

.mom-feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(47, 141, 255, 0.1);
    color: var(--mom-accent);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
}

.mom-feature-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--mom-navy);
}

.mom-feature-card p {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* === WORKFLOW SECTION === */
.mom-workflow {
    padding: 100px 0;
    background: #fff;
}

.mom-workflow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mom-workflow-step {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

.mom-workflow-step:nth-child(even) {
    flex-direction: row-reverse;
}

.mom-workflow-step:last-child {
    margin-bottom: 0;
}

.mom-workflow-content {
    flex: 1;
}

.mom-workflow-image {
    flex: 1;
    position: relative;
}

.mom-workflow-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.mom-workflow-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--mom-accent);
    border-radius: 16px;
    z-index: -1;
}

.mom-workflow-step:nth-child(even) .mom-workflow-image::before {
    left: 20px;
}

.step-number {
    font-size: 80px;
    font-weight: 600;
    color: rgba(47, 141, 255, 0.1);
    line-height: 1;
    margin-bottom: 20px;
}

.mom-workflow-content h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--mom-navy);
}

.mom-workflow-content p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mom-workflow-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mom-workflow-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #4a5568;
    font-size: 16px;
}

.mom-workflow-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--mom-accent);
    font-weight: bold;
    font-size: 18px;
}

/* === CTA SECTION === */
.mom-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--mom-accent) 0%, var(--mom-primary) 100%);
    color: #fff;
    text-align: center;
}

.mom-cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.mom-cta h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
}

.mom-cta p {
    font-size: 20px;
    opacity: 0.9;
    margin-bottom: 40px;
}

.btn-mom-white {
    background: #fff;
    color: var(--mom-primary);
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
}

.btn-mom-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: var(--mom-accent);
}

@media (max-width: 991px) {
    .mom-hero h1 {
        font-size: 26px;
    }

    .mom-workflow-step,
    .mom-workflow-step:nth-child(even) {
        flex-direction: column;
        gap: 40px;
    }

    .mom-workflow-image::before {
        display: none;
    }
}

/* G-EXPENSE PAGE STYLES MOVED FROM template-expense-management.php */

/* ==========================================================================
   G-EXPENSE PURE ENTERPRISE LIGHT THEME (Strict Gitakshmi Design System)
   ========================================================================== */
.gexp-light-wrapper {
    font-family: var(--gp-font, 'Poppins', sans-serif);
    color: var(--gp-text, #334155);
    background: #ffffff;
    /* No overflow-x property to ensure zero double-scrollbars! */
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Common Typography & Badges */
.gexp-badge-eyebrow,
.gexp-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    color: #1e40af;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.gexp-status-dot {
    width: 8px;
    height: 8px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
    animation: gexpDotPulse 1.8s infinite;
}

@keyframes gexpDotPulse {

    0%,
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 8px rgba(37, 99, 235, 0);
    }
}

.gexp-section-title {
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
    font-weight: 800;
    color: var(--gp-navy, #0f172a);
    line-height: 1.25;
    margin-bottom: 14px;
}

.gexp-section-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: var(--gp-muted, #64748b);
    max-width: 780px;
    margin: 0 auto 46px auto;
    line-height: 1.65;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.text-blue {
    color: #2563eb;
}

.text-green {
    color: #059669;
}

.text-red {
    color: #dc2626;
}

/* ---------------------------------------------------------
   SECTION 1: HERO SECTION (Centered Vertical Architecture)
--------------------------------------------------------- */
.gexp-hero-section {
    padding: 60px 0 90px;
    background: radial-gradient(100% 100% at 50% -20%, #eff6ff 0%, #ffffff 70%);
    border-bottom: 1px solid var(--gp-border, #e2e8f0);
}

.gexp-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    max-width: 1100px;
    margin: 0 auto;
}

.gexp-hero-content {
    max-width: 880px;
    margin: 0 auto;
}

.gexp-hero-heading {
    font-size: clamp(2.3rem, 4.2vw, 3.4rem);
    font-weight: 900;
    color: var(--gp-navy, #0f172a);
    line-height: 1.18;
    margin-bottom: 22px;
    letter-spacing: -0.8px;
}

.gexp-hero-subheading {
    font-size: clamp(1.05rem, 1.35vw, 1.22rem);
    color: var(--gp-muted, #475569);
    line-height: 1.65;
    margin-bottom: 36px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gexp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gexp-btn-main {
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
    transition: all 0.2s;
}

.gexp-btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(37, 99, 235, 0.5);
}

.gexp-btn-demo {
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    transition: all 0.2s;
}

.gexp-btn-demo:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-2px);
}

/* Light Theme Enterprise Simulator Window */
.gexp-hero-mockup {
    width: 100%;
}

.gexp-app-container {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.app-title-bar {
    background: #f8fafc;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12.5px;
    color: #334155;
}

.window-controls {
    display: flex;
    gap: 7px;
}

.win-btn {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.win-btn.close {
    background: #ef4444;
    border: 1px solid #dc2626;
}

.win-btn.minimize {
    background: #f59e0b;
    border: 1px solid #d97706;
}

.win-btn.expand {
    background: #10b981;
    border: 1px solid #059669;
}

.window-room-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 480px;
}

.window-room-title strong {
    color: #0f172a;
}

.window-badges {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.badge-live-rec {
    background: #fee2e2;
    color: #991b1b;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 800;
    border: 1px solid #fca5a5;
}

.badge-hd-tag {
    background: #d1fae5;
    color: #065f46;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 800;
    border: 1px solid #6ee7b7;
}

/* Main Content Panes */
.app-pane {
    display: none;
    min-height: 420px;
    padding: 18px;
    background: #ffffff;
}

.app-pane.active {
    display: block;
    animation: lightFadeIn 0.3s ease;
}

@keyframes lightFadeIn {
    from {
        opacity: 0;
        transform: scale(0.995);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.app-pane-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
}

@media(max-width: 840px) {
    .app-pane-layout {
        grid-template-columns: 1fr;
    }
}

/* Receipt Paper Preview */
.receipt-preview-box {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.receipt-card-paper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
    padding: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.06);
    font-size: 12.5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rc-header {
    text-align: center;
}

.rc-header strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
}

.rc-header span {
    font-size: 11px;
    color: #64748b;
}

.rc-divider {
    color: #cbd5e1;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
}

.rc-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rc-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #334155;
}

.rc-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 6px;
}

.rc-footer {
    text-align: center;
}

.pill-ocr-scanned {
    background: #d1fae5;
    color: #065f46;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid #6ee7b7;
    display: inline-block;
}

/* OCR Sidebar */
.ocr-extraction-sidebar {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.sidebar-header {
    background: #f1f5f9;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
}

.sh-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
}

.live-pulse-badge {
    font-size: 10px;
    font-weight: 800;
    color: #047857;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
    padding: 2px 6px;
    border-radius: 4px;
}

.sidebar-feed {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 290px;
    overflow-y: auto;
    font-size: 12.5px;
}

.feed-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
}

.meta-entry {
    border-left: 4px solid #2563eb;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.meta-row span {
    color: #64748b;
    font-weight: 600;
}

.coding-entry {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
}

.action-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
}

.tag-action {
    color: #b45309;
    background: #fef3c7;
    padding: 2px 5px;
    border-radius: 4px;
}

.tag-sync {
    color: #065f46;
}

.coding-entry strong {
    display: block;
    color: #0f172a;
    margin-bottom: 4px;
}

.coding-entry p {
    margin: 0;
    color: #475569;
    font-size: 11.5px;
}

.sidebar-footer {
    padding: 10px 12px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.btn-trigger-ai {
    width: 100%;
    padding: 10px 12px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

.btn-trigger-ai:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

/* Card Sync Suite & Analytics in Hero */
.card-sync-suite,
.analytics-light-suite {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.canvas-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
}

.pill-bank-feed {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1e40af;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    border: 1px solid #bfdbfe;
}

.c-collab-meta {
    font-size: 12.5px;
    font-weight: 700;
}

.phone-log-table {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-size: 12.5px;
}

.log-header {
    background: #f1f5f9;
    padding: 10px 14px;
    font-weight: 700;
    color: #475569;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 11.5px;
    text-transform: uppercase;
}

.log-row-item {
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
}

.col-call strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
}

.col-call small {
    color: #64748b;
}

.badge-in {
    background: #ecfdf5;
    color: #065f46;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11.5px;
    font-weight: 600;
    border: 1px solid #a7f3d0;
}

.badge-out {
    background: #eff6ff;
    color: #1e40af;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11.5px;
    font-weight: 600;
    border: 1px solid #bfdbfe;
}

.phone-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pk-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pk-box span {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
}

.pk-box strong {
    font-size: 18px;
    color: #0f172a;
    font-weight: 800;
}

.pk-box small {
    font-size: 11px;
}

.trend-pos {
    color: #059669;
    font-weight: 600;
}

.trend-neu {
    color: #3b82f6;
    font-weight: 600;
}

.fraud-vault-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media(max-width: 600px) {
    .fraud-vault-grid {
        grid-template-columns: 1fr;
    }
}

.fraud-card-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.border-green {
    border-left: 4px solid #10b981;
}

.border-red {
    border-left: 4px solid #ef4444;
}

.f-head {
    font-size: 11px;
    font-weight: 800;
    color: #059669;
}

.fraud-card-item strong {
    color: #0f172a;
    font-size: 13.5px;
}

.fraud-card-item span {
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.4;
}

/* Bottom Tab Switcher */
.app-bottom-switcher {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 12px 18px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.tab-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 10px 18px;
    border-radius: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    flex-shrink: 0;
}

.tab-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.tab-btn.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* ---------------------------------------------------------
   SECTION 2: PROBLEM STATEMENT & FINANCIAL IMPACT
--------------------------------------------------------- */
.gexp-problem-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gexp-impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.impact-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 32px 26px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.highlight-impact {
    border: 2px solid #ef4444;
    background: #fff5f5;
    box-shadow: 0 10px 25px -5px rgba(239, 68, 68, 0.15);
}

.ic-num {
    font-size: 24px;
    font-weight: 900;
    color: #2563eb;
    font-family: monospace;
}

.impact-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.impact-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.challenges-light-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.challenge-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cb-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fef2f2;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.challenge-box strong {
    font-size: 16px;
    color: #0f172a;
    font-weight: 800;
}

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

/* ---------------------------------------------------------
   SECTION 3: COMPETITOR GAP ANALYSIS TABLE
--------------------------------------------------------- */
.gexp-competitor-section {
    padding: 90px 0;
    background: #ffffff;
}

.gexp-compare-container {
    overflow-x: auto;
    margin-top: 42px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
}

.gexp-table-clean {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
    text-align: left;
    font-size: 14px;
}

.gexp-table-clean th,
.gexp-table-clean td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.gexp-table-clean thead tr {
    background: #f1f5f9;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 0.5px;
}

.gexp-table-clean th.th-gexp {
    background: #1e3a8a;
    color: #ffffff;
    width: 34%;
    border-top-right-radius: 16px;
    border-left: 3px solid #3b82f6;
}

.th-gexp-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.th-gexp-box .gexp-subtext {
    font-size: 10.5px;
    font-weight: 800;
    color: #93c5fd;
}

.th-gexp-box strong {
    font-size: 16px;
    color: #ffffff;
}

.gexp-table-clean td.td-feature {
    width: 22%;
    color: #0f172a;
}

.gexp-table-clean td.td-legacy,
.gexp-table-clean td.td-zoho {
    width: 18%;
    color: #64748b;
    font-size: 13.5px;
}

.gexp-table-clean td.td-gexp-highlight {
    background: #f0f8ff;
    color: #1e40af;
    border-left: 3px solid #3b82f6;
    font-size: 14px;
}

.gexp-table-clean td.td-gexp-highlight strong {
    vertical-align: middle;
}

.chk-svg {
    vertical-align: middle;
    margin-right: 6px;
}

/* ---------------------------------------------------------
   SECTION 4: INTERACTIVE DEMO SANDBOX
--------------------------------------------------------- */
.gexp-sandbox-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gexp-sandbox-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    margin-top: 30px;
}

.sandbox-top-header {
    background: #f1f5f9;
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cbd5e1;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 10px;
}

.s-head-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
}

.s-status-indicator {
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.pill-secure-node {
    background: #eff6ff;
    color: #1e40af;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #bfdbfe;
}

.sandbox-workspace-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    border-bottom: 1px solid #cbd5e1;
}

@media(max-width: 920px) {
    .sandbox-workspace-grid {
        grid-template-columns: 1fr;
    }
}

.sandbox-col-left {
    border-right: 1px solid #cbd5e1;
    padding: 22px;
    background: #ffffff;
}

@media(max-width: 920px) {
    .sandbox-col-left {
        border-right: none;
        border-bottom: 1px solid #cbd5e1;
    }
}

.sandbox-col-right {
    padding: 22px;
    background: #f8fafc;
}

.panel-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.p-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
}

.tag-bitrate-blue {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    font-family: monospace;
}

.pill-sync-status {
    background: #ecfdf5;
    color: #065f46;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #a7f3d0;
}

.receipt-dropzone-box {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 310px;
    justify-content: center;
    transition: all 0.2s;
}

.dropzone-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eff6ff;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.dz-title {
    font-size: 16px;
    color: #0f172a;
    font-weight: 800;
}

.dz-sub {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 10px;
}

.active-receipt-sample {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    max-width: 320px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.ars-header,
.ars-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.ars-header {
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 6px;
}

.ars-total {
    border-top: 1px dashed #e2e8f0;
    padding-top: 6px;
    font-weight: 800;
}

.ars-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11.5px;
    color: #475569;
}

.sandbox-logs-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 330px;
    overflow-y: auto;
    font-size: 12.5px;
}

.log-card {
    padding: 12px;
    border-radius: 8px;
    line-height: 1.45;
}

.sys-event {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.sys-event .time,
.speech-event .time {
    font-family: monospace;
    font-size: 10.5px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.sys-event .time {
    color: #64748b;
}

.speech-event .time {
    color: #1e40af;
}

.speech-event {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
}

.ocr-result-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
}

.ocr-result-grid div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task-event {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
}

.task-badge-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
}

.t-badge-raci {
    color: #065f46;
    background: #d1fae5;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #6ee7b7;
}

.t-badge-date {
    color: #b45309;
}

.task-event strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    margin-bottom: 2px;
}

.task-event span {
    color: #64748b;
    font-size: 11.5px;
}

/* Sandbox controls */
.sandbox-controls-footer {
    background: #f1f5f9;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-instruction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #334155;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-instruction strong {
    color: #0f172a;
}

.test-switches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.sb-control-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.sb-control-btn:hover {
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.15);
    background: #eff6ff;
}

.sb-control-btn.active {
    background: #eff6ff;
    border: 2px solid #2563eb;
    box-shadow: 0 8px 20px -6px rgba(37, 99, 235, 0.25);
}

.sb-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: grid;
    place-items: center;
    color: #2563eb;
    flex-shrink: 0;
}

.sb-control-btn.active .sb-icon {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

.sb-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sb-text strong {
    font-size: 13.5px;
    color: #0f172a;
}

.sb-text span {
    font-size: 11.5px;
    color: #64748b;
}

.sb-control-btn.active .sb-text span {
    color: #1e40af;
    font-weight: 600;
}

/* ---------------------------------------------------------
   SECTION 5: CORE CAPABILITIES & PLATFORM MODULES
--------------------------------------------------------- */
.gexp-modules-section {
    padding: 90px 0;
    background: #ffffff;
}

.gexp-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.mod-white-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.mod-white-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
    background: #ffffff;
}

.featured-module {
    background: #ffffff;
    border: 2px solid #2563eb;
    box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.12);
}

.module-badge-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #dbeafe;
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
}

.mod-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    display: grid;
    place-items: center;
}

.mod-white-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
    margin: 4px 0 0;
}

.mod-summary {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px dashed #cbd5e1;
    padding-bottom: 18px;
    margin: 0;
}

.mod-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
}

.mod-features-list li {
    position: relative;
    padding-left: 18px;
}

.mod-features-list li::before {
    content: "•";
    position: absolute;
    left: 2px;
    top: -1px;
    color: #2563eb;
    font-size: 18px;
    font-weight: bold;
}

.mod-features-list li strong {
    color: #0f172a;
}

/* ---------------------------------------------------------
   SECTION 6: PRODUCT SHOWCASE & VISUAL WORKFLOWS
--------------------------------------------------------- */
.gexp-showcase-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gexp-showcase-rows {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 54px;
}

.showcase-card-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.showcase-card-row.reverse-mobile {
    grid-template-columns: 0.9fr 1.1fr;
}

@media(max-width: 960px) {

    .showcase-card-row,
    .showcase-card-row.reverse-mobile {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .showcase-card-row.reverse-mobile .showcase-text-cell {
        order: 2;
    }

    .showcase-card-row.reverse-mobile .showcase-visual-cell {
        order: 1;
    }
}

.sc-number {
    font-size: 12px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.showcase-text-cell h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.25;
}

.sc-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.sc-bullets li {
    position: relative;
    padding-left: 24px;
}

.sc-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-weight: 800;
    font-size: 16px;
}

.showcase-visual-cell {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.07);
}

/* Showcase mockups */
.ui-mockup-dash,
.ui-mockup-split,
.ui-mockup-erp {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.d-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}

.d-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mini-kpi {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.mini-kpi span {
    font-size: 10px;
    color: #64748b;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.mini-kpi strong {
    font-size: 15px;
    color: #0f172a;
}

.d-chart-sim {
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding-top: 10px;
    border-bottom: 2px solid #cbd5e1;
}

.bar-col {
    width: 32px;
    background: #cbd5e1;
    border-radius: 4px 4px 0 0;
    transition: height 0.3s;
}

.active-col {
    background: #2563eb;
}

.ui-mockup-split {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 500px) {
    .ui-mockup-split {
        flex-direction: column;
        gap: 10px;
    }
}

.split-left,
.split-right {
    flex: 1;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.split-arrow {
    font-size: 20px;
    color: #94a3b8;
    padding: 0 10px;
    font-weight: 800;
}

.paper-thumb,
.json-box {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
}

.paper-thumb strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
}

.ui-mockup-erp {
    text-align: center;
    align-items: center;
    gap: 18px;
    padding: 26px;
}

.erp-center-hub {
    background: #ffffff;
    border: 2px solid #2563eb;
    padding: 14px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.2);
}

.erp-center-hub strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
}

.erp-center-hub span {
    font-size: 11px;
    font-weight: 700;
}

.erp-sync-arrows {
    font-family: monospace;
    font-size: 12px;
    color: #059669;
    font-weight: 800;
    background: #d1fae5;
    padding: 4px 14px;
    border-radius: 20px;
}

.erp-logo-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.erp-badge {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
}

/* ---------------------------------------------------------
   SECTION 7: INDUSTRY-SPECIFIC USE CASES
--------------------------------------------------------- */
.gexp-industries-section {
    padding: 90px 0;
    background: #ffffff;
}

.gexp-sector-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 44px;
}

.sector-card {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.sector-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px -5px rgba(15, 23, 42, 0.08);
    border-color: #3b82f6;
    background: #ffffff;
}

.sec-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.sector-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.sector-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.sector-tag {
    font-size: 11.5px;
    font-weight: 700;
    background: #ffffff;
    color: #334155;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

/* ---------------------------------------------------------
   SECTION 8: ENTERPRISE SECURITY & ARCHITECTURE
--------------------------------------------------------- */
.gexp-security-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.gexp-security-box {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.06);
}

@media(max-width: 768px) {
    .gexp-security-box {
        padding: 36px 20px;
    }
}

.vault-light-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.vault-cell {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vc-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eff6ff;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
}

.vc-label {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.vault-cell strong {
    font-size: 14.5px;
    color: #0f172a;
    line-height: 1.4;
}

.security-bullets-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    border-top: 1px dashed #cbd5e1;
    padding-top: 36px;
}

.sb-card h3 {
    font-size: 1.18rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.sb-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* ---------------------------------------------------------
   SECTION 9: MIGRATION & ONBOARDING FRAMEWORK
--------------------------------------------------------- */
.gexp-onboarding-section {
    padding: 90px 0;
    background: #ffffff;
}

.onboarding-steps-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 48px;
}

@media(max-width: 980px) {
    .onboarding-steps-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 0 auto;
    }
}

.step-cell {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.step-num {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    align-self: center;
}

.step-cell h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.step-cell p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.step-arrow {
    font-size: 24px;
    color: #94a3b8;
    font-weight: 800;
}

/* ---------------------------------------------------------
   SECTION 10: FREQUENTLY ASKED QUESTIONS (FAQ Accordion)
--------------------------------------------------------- */
.gexp-faq-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.gexp-faq-container {
    max-width: 860px;
    margin: 44px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-row {
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.2s;
}

.faq-row.active {
    border-color: #2563eb;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.12);
}

.faq-question-btn {
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.faq-question-btn:hover {
    color: #2563eb;
}

.faq-arrow {
    transition: transform 0.3s ease;
    stroke: #64748b;
    flex-shrink: 0;
    margin-left: 14px;
}

.faq-row.active .faq-arrow {
    transform: rotate(180deg);
    stroke: #2563eb;
}

.faq-answer-pane {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 24px;
}

.faq-row.active .faq-answer-pane {
    padding-bottom: 22px;
}

.faq-answer-pane p {
    margin: 0;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
}

/* ---------------------------------------------------------
   SECTION 11: FINAL CONVERSION BANNER
--------------------------------------------------------- */
.gexp-cta-section {
    padding: 80px 0 100px;
    background: #ffffff;
}

.gexp-conversion-box {
    background: radial-gradient(circle at 100% 0%, #1e3a8a 0%, #0f172a 80%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1080px;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .gexp-conversion-box {
        padding: 42px 20px;
    }
}

.c-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-eyebrow-text {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #38bdf8;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.c-heading {
    font-size: clamp(2rem, 3.5vw, 2.9rem);
    font-weight: 900;
    color: #ffffff;
    max-width: 820px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.c-desc {
    font-size: clamp(1.05rem, 1.25vw, 1.18rem);
    color: #cbd5e1;
    max-width: 720px;
    margin-bottom: 36px;
    line-height: 1.6;
}

.c-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 26px;
}

.c-btn-primary {
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.5);
}

.c-btn-outline {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transition: background 0.2s;
}

.c-btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.c-footer-note {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

/* ---------------------------------------------------------
   SYSTEM FEEDBACK TOAST
--------------------------------------------------------- */
.gexp-feedback-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    color: #0f172a;
    padding: 14px 22px;
    border-radius: 12px;
    border: 2px solid #2563eb;
    box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    transform: translateY(120px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 14px;
    font-weight: 700;
    max-width: 440px;
}

.gexp-feedback-toast.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-icon-svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eff6ff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}


/* G-EXPENSE PAGE STYLES MOVED FROM template-expense-management.php */


/* ==========================================================================
   G-EXPENSE PURE ENTERPRISE LIGHT THEME (Strict Gitakshmi Design System)
   ========================================================================== */
.gexp-light-wrapper {
    font-family: var(--gp-font, 'Poppins', sans-serif);
    color: var(--gp-text, #334155);
    background: #ffffff;
    /* No overflow-x property to ensure zero double-scrollbars! */
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Common Typography & Badges */
.gexp-badge-eyebrow,
.gexp-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    color: #1e40af;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.gexp-status-dot {
    width: 8px;
    height: 8px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.2);
    animation: gexpDotPulse 1.8s infinite;
}

@keyframes gexpDotPulse {

    0%,
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 8px rgba(37, 99, 235, 0);
    }
}

.gexp-section-title {
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
    font-weight: 800;
    color: var(--gp-navy, #0f172a);
    line-height: 1.25;
    margin-bottom: 14px;
}

.gexp-section-subtitle {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
    color: var(--gp-muted, #64748b);
    max-width: 780px;
    margin: 0 auto 46px auto;
    line-height: 1.65;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.text-blue {
    color: #2563eb;
}

.text-green {
    color: #059669;
}

.text-red {
    color: #dc2626;
}

/* ---------------------------------------------------------
   SECTION 1: HERO SECTION (Centered Vertical Architecture)
--------------------------------------------------------- */
.gexp-hero-section {
    padding: 60px 0 90px;
    background: radial-gradient(100% 100% at 50% -20%, #eff6ff 0%, #ffffff 70%);
    border-bottom: 1px solid var(--gp-border, #e2e8f0);
}

.gexp-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    max-width: 1100px;
    margin: 0 auto;
}

.gexp-hero-content {
    max-width: 880px;
    margin: 0 auto;
}

.gexp-hero-heading {
    font-size: clamp(2.3rem, 4.2vw, 3.4rem);
    font-weight: 900;
    color: var(--gp-navy, #0f172a);
    line-height: 1.18;
    margin-bottom: 22px;
    letter-spacing: -0.8px;
}

.gexp-hero-subheading {
    font-size: clamp(1.05rem, 1.35vw, 1.22rem);
    color: var(--gp-muted, #475569);
    line-height: 1.65;
    margin-bottom: 36px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gexp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.gexp-btn-main {
    padding: 15px 32px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.4);
    transition: all 0.2s;
}

.gexp-btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(37, 99, 235, 0.5);
}

.gexp-btn-demo {
    padding: 15px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    transition: all 0.2s;
}

.gexp-btn-demo:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-2px);
}

/* Light Theme Enterprise Simulator Window */
.gexp-hero-mockup {
    width: 100%;
}

.gexp-app-container {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.app-title-bar {
    background: #f8fafc;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    font-size: 12.5px;
    color: #334155;
}

.window-controls {
    display: flex;
    gap: 7px;
}

.win-btn {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.win-btn.close {
    background: #ef4444;
    border: 1px solid #dc2626;
}

.win-btn.minimize {
    background: #f59e0b;
    border: 1px solid #d97706;
}

.win-btn.expand {
    background: #10b981;
    border: 1px solid #059669;
}

.window-room-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 480px;
}

.window-room-title strong {
    color: #0f172a;
}

.window-badges {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.badge-live-rec {
    background: #fee2e2;
    color: #991b1b;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 800;
    border: 1px solid #fca5a5;
}

.badge-hd-tag {
    background: #d1fae5;
    color: #065f46;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 800;
    border: 1px solid #6ee7b7;
}

/* Main Content Panes */
.app-pane {
    display: none;
    min-height: 420px;
    padding: 18px;
    background: #ffffff;
}

.app-pane.active {
    display: block;
    animation: lightFadeIn 0.3s ease;
}

@keyframes lightFadeIn {
    from {
        opacity: 0;
        transform: scale(0.995);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.app-pane-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
}

@media(max-width: 840px) {
    .app-pane-layout {
        grid-template-columns: 1fr;
    }
}

/* Receipt Paper Preview */
.receipt-preview-box {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.receipt-card-paper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    width: 100%;
    max-width: 360px;
    padding: 20px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.06);
    font-size: 12.5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rc-header {
    text-align: center;
}

.rc-header strong {
    display: block;
    font-size: 15px;
    color: #0f172a;
}

.rc-header span {
    font-size: 11px;
    color: #64748b;
}

.rc-divider {
    color: #cbd5e1;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
}

.rc-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rc-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #334155;
}

.rc-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 6px;
}

.rc-footer {
    text-align: center;
}

.pill-ocr-scanned {
    background: #d1fae5;
    color: #065f46;
    font-size: 10.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid #6ee7b7;
    display: inline-block;
}

/* OCR Sidebar */
.ocr-extraction-sidebar {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.sidebar-header {
    background: #f1f5f9;
    padding: 12px 14px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
}

.sh-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
}

.live-pulse-badge {
    font-size: 10px;
    font-weight: 800;
    color: #047857;
    background: #d1fae5;
    border: 1px solid #6ee7b7;
    padding: 2px 6px;
    border-radius: 4px;
}

.sidebar-feed {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 290px;
    overflow-y: auto;
    font-size: 12.5px;
}

.feed-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px;
}

.meta-entry {
    border-left: 4px solid #2563eb;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.meta-row span {
    color: #64748b;
    font-weight: 600;
}

.coding-entry {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
}

.action-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
}

.tag-action {
    color: #b45309;
    background: #fef3c7;
    padding: 2px 5px;
    border-radius: 4px;
}

.tag-sync {
    color: #065f46;
}

.coding-entry strong {
    display: block;
    color: #0f172a;
    margin-bottom: 4px;
}

.coding-entry p {
    margin: 0;
    color: #475569;
    font-size: 11.5px;
}

.sidebar-footer {
    padding: 10px 12px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.btn-trigger-ai {
    width: 100%;
    padding: 10px 12px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-weight: 700;
    font-size: 12.5px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}

.btn-trigger-ai:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

/* Card Sync Suite & Analytics in Hero */
.card-sync-suite,
.analytics-light-suite {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.canvas-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
}

.pill-bank-feed {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #1e40af;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 700;
    border: 1px solid #bfdbfe;
}

.c-collab-meta {
    font-size: 12.5px;
    font-weight: 700;
}

.phone-log-table {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-size: 12.5px;
}

.log-header {
    background: #f1f5f9;
    padding: 10px 14px;
    font-weight: 700;
    color: #475569;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 11.5px;
    text-transform: uppercase;
}

.log-row-item {
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
}

.col-call strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
}

.col-call small {
    color: #64748b;
}

.badge-in {
    background: #ecfdf5;
    color: #065f46;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11.5px;
    font-weight: 600;
    border: 1px solid #a7f3d0;
}

.badge-out {
    background: #eff6ff;
    color: #1e40af;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11.5px;
    font-weight: 600;
    border: 1px solid #bfdbfe;
}

.phone-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pk-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pk-box span {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 600;
}

.pk-box strong {
    font-size: 18px;
    color: #0f172a;
    font-weight: 800;
}

.pk-box small {
    font-size: 11px;
}

.trend-pos {
    color: #059669;
    font-weight: 600;
}

.trend-neu {
    color: #3b82f6;
    font-weight: 600;
}

.fraud-vault-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media(max-width: 600px) {
    .fraud-vault-grid {
        grid-template-columns: 1fr;
    }
}

.fraud-card-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}

.border-green {
    border-left: 4px solid #10b981;
}

.border-red {
    border-left: 4px solid #ef4444;
}

.f-head {
    font-size: 11px;
    font-weight: 800;
    color: #059669;
}

.fraud-card-item strong {
    color: #0f172a;
    font-size: 13.5px;
}

.fraud-card-item span {
    font-size: 11.5px;
    color: #64748b;
    line-height: 1.4;
}

/* Bottom Tab Switcher */
.app-bottom-switcher {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 12px 18px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.tab-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 10px 18px;
    border-radius: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    flex-shrink: 0;
}

.tab-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.tab-btn.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* ---------------------------------------------------------
   SECTION 2: PROBLEM STATEMENT & FINANCIAL IMPACT
--------------------------------------------------------- */
.gexp-problem-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gexp-impact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.impact-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 32px 26px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.highlight-impact {
    border: 2px solid #ef4444;
    background: #fff5f5;
    box-shadow: 0 10px 25px -5px rgba(239, 68, 68, 0.15);
}

.ic-num {
    font-size: 24px;
    font-weight: 900;
    color: #2563eb;
    font-family: monospace;
}

.impact-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.impact-card p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.challenges-light-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.challenge-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cb-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fef2f2;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.challenge-box strong {
    font-size: 16px;
    color: #0f172a;
    font-weight: 800;
}

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

/* ---------------------------------------------------------
   SECTION 3: COMPETITOR GAP ANALYSIS TABLE
--------------------------------------------------------- */
.gexp-competitor-section {
    padding: 90px 0;
    background: #ffffff;
}

.gexp-compare-container {
    overflow-x: auto;
    margin-top: 42px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
}

.gexp-table-clean {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
    text-align: left;
    font-size: 14px;
}

.gexp-table-clean th,
.gexp-table-clean td {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}

.gexp-table-clean thead tr {
    background: #f1f5f9;
    font-size: 12.5px;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 0.5px;
}

.gexp-table-clean th.th-gexp {
    background: #1e3a8a;
    color: #ffffff;
    width: 34%;
    border-top-right-radius: 16px;
    border-left: 3px solid #3b82f6;
}

.th-gexp-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.th-gexp-box .gexp-subtext {
    font-size: 10.5px;
    font-weight: 800;
    color: #93c5fd;
}

.th-gexp-box strong {
    font-size: 16px;
    color: #ffffff;
}

.gexp-table-clean td.td-feature {
    width: 22%;
    color: #0f172a;
}

.gexp-table-clean td.td-legacy,
.gexp-table-clean td.td-zoho {
    width: 18%;
    color: #64748b;
    font-size: 13.5px;
}

.gexp-table-clean td.td-gexp-highlight {
    background: #f0f8ff;
    color: #1e40af;
    border-left: 3px solid #3b82f6;
    font-size: 14px;
}

.gexp-table-clean td.td-gexp-highlight strong {
    vertical-align: middle;
}

.chk-svg {
    vertical-align: middle;
    margin-right: 6px;
}

/* ---------------------------------------------------------
   SECTION 4: INTERACTIVE DEMO SANDBOX
--------------------------------------------------------- */
.gexp-sandbox-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gexp-sandbox-card {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.1);
    overflow: hidden;
    margin-top: 30px;
}

.sandbox-top-header {
    background: #f1f5f9;
    padding: 14px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cbd5e1;
    font-size: 13px;
    flex-wrap: wrap;
    gap: 10px;
}

.s-head-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
}

.s-status-indicator {
    width: 10px;
    height: 10px;
    background: #10b981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.pill-secure-node {
    background: #eff6ff;
    color: #1e40af;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #bfdbfe;
}

.sandbox-workspace-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    border-bottom: 1px solid #cbd5e1;
}

@media(max-width: 920px) {
    .sandbox-workspace-grid {
        grid-template-columns: 1fr;
    }
}

.sandbox-col-left {
    border-right: 1px solid #cbd5e1;
    padding: 22px;
    background: #ffffff;
}

@media(max-width: 920px) {
    .sandbox-col-left {
        border-right: none;
        border-bottom: 1px solid #cbd5e1;
    }
}

.sandbox-col-right {
    padding: 22px;
    background: #f8fafc;
}

.panel-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.p-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0f172a;
}

.tag-bitrate-blue {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    font-family: monospace;
}

.pill-sync-status {
    background: #ecfdf5;
    color: #065f46;
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #a7f3d0;
}

.receipt-dropzone-box {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-height: 310px;
    justify-content: center;
    transition: all 0.2s;
}

.dropzone-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eff6ff;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.dz-title {
    font-size: 16px;
    color: #0f172a;
    font-weight: 800;
}

.dz-sub {
    font-size: 12px;
    color: #64748b;
    margin-bottom: 10px;
}

.active-receipt-sample {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 14px;
    width: 100%;
    max-width: 320px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.ars-header,
.ars-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.ars-header {
    border-bottom: 1px dashed #e2e8f0;
    padding-bottom: 6px;
}

.ars-total {
    border-top: 1px dashed #e2e8f0;
    padding-top: 6px;
    font-weight: 800;
}

.ars-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 11.5px;
    color: #475569;
}

.sandbox-logs-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 330px;
    overflow-y: auto;
    font-size: 12.5px;
}

.log-card {
    padding: 12px;
    border-radius: 8px;
    line-height: 1.45;
}

.sys-event {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.sys-event .time,
.speech-event .time {
    font-family: monospace;
    font-size: 10.5px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.sys-event .time {
    color: #64748b;
}

.speech-event .time {
    color: #1e40af;
}

.speech-event {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
}

.ocr-result-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
}

.ocr-result-grid div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.task-event {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
}

.task-badge-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
}

.t-badge-raci {
    color: #065f46;
    background: #d1fae5;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #6ee7b7;
}

.t-badge-date {
    color: #b45309;
}

.task-event strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
    margin-bottom: 2px;
}

.task-event span {
    color: #64748b;
    font-size: 11.5px;
}

/* Sandbox controls */
.sandbox-controls-footer {
    background: #f1f5f9;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-instruction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #334155;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-instruction strong {
    color: #0f172a;
}

.test-switches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.sb-control-btn {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.sb-control-btn:hover {
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.15);
    background: #eff6ff;
}

.sb-control-btn.active {
    background: #eff6ff;
    border: 2px solid #2563eb;
    box-shadow: 0 8px 20px -6px rgba(37, 99, 235, 0.25);
}

.sb-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: grid;
    place-items: center;
    color: #2563eb;
    flex-shrink: 0;
}

.sb-control-btn.active .sb-icon {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

.sb-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sb-text strong {
    font-size: 13.5px;
    color: #0f172a;
}

.sb-text span {
    font-size: 11.5px;
    color: #64748b;
}

.sb-control-btn.active .sb-text span {
    color: #1e40af;
    font-weight: 600;
}

/* ---------------------------------------------------------
   SECTION 5: CORE CAPABILITIES & PLATFORM MODULES
--------------------------------------------------------- */
.gexp-modules-section {
    padding: 90px 0;
    background: #ffffff;
}

.gexp-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 50px;
}

.mod-white-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}

.mod-white-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
    background: #ffffff;
}

.featured-module {
    background: #ffffff;
    border: 2px solid #2563eb;
    box-shadow: 0 20px 45px -10px rgba(37, 99, 235, 0.12);
}

.module-badge-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #dbeafe;
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
}

.mod-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    display: grid;
    place-items: center;
}

.mod-white-card h3 {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
    margin: 4px 0 0;
}

.mod-summary {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px dashed #cbd5e1;
    padding-bottom: 18px;
    margin: 0;
}

.mod-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.5;
}

.mod-features-list li {
    position: relative;
    padding-left: 18px;
}

.mod-features-list li::before {
    content: "•";
    position: absolute;
    left: 2px;
    top: -1px;
    color: #2563eb;
    font-size: 18px;
    font-weight: bold;
}

.mod-features-list li strong {
    color: #0f172a;
}

/* ---------------------------------------------------------
   SECTION 6: PRODUCT SHOWCASE & VISUAL WORKFLOWS
--------------------------------------------------------- */
.gexp-showcase-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.gexp-showcase-rows {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 54px;
}

.showcase-card-row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
}

.showcase-card-row.reverse-mobile {
    grid-template-columns: 0.9fr 1.1fr;
}

@media(max-width: 960px) {

    .showcase-card-row,
    .showcase-card-row.reverse-mobile {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .showcase-card-row.reverse-mobile .showcase-text-cell {
        order: 2;
    }

    .showcase-card-row.reverse-mobile .showcase-visual-cell {
        order: 1;
    }
}

.sc-number {
    font-size: 12px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.showcase-text-cell h3 {
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.25;
}

.sc-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
}

.sc-bullets li {
    position: relative;
    padding-left: 24px;
}

.sc-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-weight: 800;
    font-size: 16px;
}

.showcase-visual-cell {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.07);
}

/* Showcase mockups */
.ui-mockup-dash,
.ui-mockup-split,
.ui-mockup-erp {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.d-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
}

.d-kpi-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mini-kpi {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.mini-kpi span {
    font-size: 10px;
    color: #64748b;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.mini-kpi strong {
    font-size: 15px;
    color: #0f172a;
}

.d-chart-sim {
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding-top: 10px;
    border-bottom: 2px solid #cbd5e1;
}

.bar-col {
    width: 32px;
    background: #cbd5e1;
    border-radius: 4px 4px 0 0;
    transition: height 0.3s;
}

.active-col {
    background: #2563eb;
}

.ui-mockup-split {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 500px) {
    .ui-mockup-split {
        flex-direction: column;
        gap: 10px;
    }
}

.split-left,
.split-right {
    flex: 1;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.split-arrow {
    font-size: 20px;
    color: #94a3b8;
    padding: 0 10px;
    font-weight: 800;
}

.paper-thumb,
.json-box {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
}

.paper-thumb strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
}

.ui-mockup-erp {
    text-align: center;
    align-items: center;
    gap: 18px;
    padding: 26px;
}

.erp-center-hub {
    background: #ffffff;
    border: 2px solid #2563eb;
    padding: 14px 24px;
    border-radius: 12px;
    box-shadow: 0 10px 20px -5px rgba(37, 99, 235, 0.2);
}

.erp-center-hub strong {
    display: block;
    font-size: 16px;
    color: #0f172a;
}

.erp-center-hub span {
    font-size: 11px;
    font-weight: 700;
}

.erp-sync-arrows {
    font-family: monospace;
    font-size: 12px;
    color: #059669;
    font-weight: 800;
    background: #d1fae5;
    padding: 4px 14px;
    border-radius: 20px;
}

.erp-logo-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.erp-badge {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
}

/* ---------------------------------------------------------
   SECTION 7: INDUSTRY-SPECIFIC USE CASES
--------------------------------------------------------- */
.gexp-industries-section {
    padding: 90px 0;
    background: #ffffff;
}

.gexp-sector-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 44px;
}

.sector-card {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.sector-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px -5px rgba(15, 23, 42, 0.08);
    border-color: #3b82f6;
    background: #ffffff;
}

.sec-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}

.sector-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.sector-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.sector-tag {
    font-size: 11.5px;
    font-weight: 700;
    background: #ffffff;
    color: #334155;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

/* ---------------------------------------------------------
   SECTION 8: ENTERPRISE SECURITY & ARCHITECTURE
--------------------------------------------------------- */
.gexp-security-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.gexp-security-box {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.06);
}

@media(max-width: 768px) {
    .gexp-security-box {
        padding: 36px 20px;
    }
}

.vault-light-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.vault-cell {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vc-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #eff6ff;
    display: grid;
    place-items: center;
    margin-bottom: 6px;
}

.vc-label {
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.vault-cell strong {
    font-size: 14.5px;
    color: #0f172a;
    line-height: 1.4;
}

.security-bullets-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    border-top: 1px dashed #cbd5e1;
    padding-top: 36px;
}

.sb-card h3 {
    font-size: 1.18rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
}

.sb-card p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* ---------------------------------------------------------
   SECTION 9: MIGRATION & ONBOARDING FRAMEWORK
--------------------------------------------------------- */
.gexp-onboarding-section {
    padding: 90px 0;
    background: #ffffff;
}

.onboarding-steps-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 48px;
}

@media(max-width: 980px) {
    .onboarding-steps-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 0 auto;
    }
}

.step-cell {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.step-num {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    align-self: center;
}

.step-cell h3 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.step-cell p {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.step-arrow {
    font-size: 24px;
    color: #94a3b8;
    font-weight: 800;
}

/* ---------------------------------------------------------
   SECTION 10: FREQUENTLY ASKED QUESTIONS (FAQ Accordion)
--------------------------------------------------------- */
.gexp-faq-section {
    padding: 90px 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.gexp-faq-container {
    max-width: 860px;
    margin: 44px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-row {
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.2s;
}

.faq-row.active {
    border-color: #2563eb;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.12);
}

.faq-question-btn {
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15.5px;
    font-weight: 700;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.faq-question-btn:hover {
    color: #2563eb;
}

.faq-arrow {
    transition: transform 0.3s ease;
    stroke: #64748b;
    flex-shrink: 0;
    margin-left: 14px;
}

.faq-row.active .faq-arrow {
    transform: rotate(180deg);
    stroke: #2563eb;
}

.faq-answer-pane {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 24px;
}

.faq-row.active .faq-answer-pane {
    padding-bottom: 22px;
}

.faq-answer-pane p {
    margin: 0;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
}

/* ---------------------------------------------------------
   SECTION 11: FINAL CONVERSION BANNER
--------------------------------------------------------- */
.gexp-cta-section {
    padding: 80px 0 100px;
    background: #ffffff;
}

.gexp-conversion-box {
    background: radial-gradient(circle at 100% 0%, #1e3a8a 0%, #0f172a 80%);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 25px 60px -15px rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1080px;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .gexp-conversion-box {
        padding: 42px 20px;
    }
}

.c-box-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-eyebrow-text {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #38bdf8;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.c-heading {
    font-size: clamp(2rem, 3.5vw, 2.9rem);
    font-weight: 900;
    color: #ffffff;
    max-width: 820px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.c-desc {
    font-size: clamp(1.05rem, 1.25vw, 1.18rem);
    color: #cbd5e1;
    max-width: 720px;
    margin-bottom: 36px;
    line-height: 1.6;
}

.c-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 26px;
}

.c-btn-primary {
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.5);
}

.c-btn-outline {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    transition: background 0.2s;
}

.c-btn-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.c-footer-note {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
}

/* ---------------------------------------------------------
   SYSTEM FEEDBACK TOAST
--------------------------------------------------------- */
.gexp-feedback-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    color: #0f172a;
    padding: 14px 22px;
    border-radius: 12px;
    border: 2px solid #2563eb;
    box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 9999;
    transform: translateY(120px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 14px;
    font-weight: 700;
    max-width: 440px;
}

.gexp-feedback-toast.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-icon-svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eff6ff;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

/* ==========================================================================
   GLOBAL LAYOUT CONTAINERS
   ========================================================================== */
.g-section-wrapper {
    width: 100%;
    position: relative;
}

.g-container {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .g-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}