:root {
    --bg-dark: #f6f8fa; /* Premium luxury ivory/slate gray */
    --bg-section-alt: #ffffff; /* Pure white alternate backgrounds */
    --bg-card: #ffffff; /* Pure white solid cards for maximum contrast */
    --bg-card-hover: #ffffff;
    --color-primary: #EE5225; /* Refined premium warm orange */
    --color-primary-rgb: 238, 82, 37;
    --color-secondary: #C23E15; /* Deeper brick terracotta */
    --color-secondary-rgb: 194, 62, 21;
    --color-accent: #F78C6A; /* Soft elegant coral */
    --color-accent-rgb: 247, 140, 106;
    --text-main: #0f172a; /* Slate 900 - premium crisp dark slate */
    --text-muted: #475569; /* Slate 600 - elegant warm slate grey */
    --text-dark: #94a3b8; /* Slate 400 - clean muted labels */
    --border-color: rgba(15, 23, 42, 0.04); /* Borderless feel with extremely soft slate-borders */
    --border-color-hover: rgba(238, 82, 37, 0.12); /* Subtle warm highlight on hover */
    --font-heading: 'Outfit', 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'DM Mono', 'Inconsolata', 'Courier New', monospace;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --radius-sm: 8px;
    --radius-md: 16px; /* Slightly tighter, more premium radius */
    --radius-lg: 24px;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.01), 0 1px 2px rgba(15, 23, 42, 0.01);
    --shadow-md: 0 12px 24px -10px rgba(15, 23, 42, 0.03), 0 4px 12px -5px rgba(15, 23, 42, 0.01);
    --shadow-lg: 0 32px 64px -16px rgba(15, 23, 42, 0.05), 0 0 1px rgba(15, 23, 42, 0.02);
    --shadow-glow: 0 0 40px rgba(238, 82, 37, 0.03);
    --max-width: 1200px;
    
    /* Dynamic Theme mappings */
    --heading-color: #0f172a;
    --mesh-grid-color: rgba(15, 23, 42, 0.02);
    --logo-filter: none;
    --card-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.03), 0 0 1px rgba(15, 23, 42, 0.02);

    /* Header / Nav specific variables */
    --bg-header: rgba(246, 248, 250, 0.75);
    --bg-header-scrolled: rgba(255, 255, 255, 0.85);
    --border-color-scrolled: rgba(15, 23, 42, 0.08);
    --shadow-header: 0 4px 30px -10px rgba(15, 23, 42, 0.05);

    /* Mobile Menu variables */
    --bg-nav-links-mobile: rgba(246, 248, 250, 0.98);
    --bg-nav-links-mobile-hover: rgba(15, 23, 42, 0.045);

    /* Forms variables */
    --bg-input: rgba(255, 255, 255, 0.75);
    --bg-input-focus: #ffffff;
    --border-input: rgba(15, 23, 42, 0.08);

    /* Dashboard & Mockup variables */
    --border-color-mockup: rgba(15, 23, 42, 0.05);
    --bg-mockup-header: rgba(15, 23, 42, 0.02);
    --bg-mockup-search-pill: #ffffff;
    --bg-mockup-subnav: #ffffff;
    --bg-mockup-body: #fafbfe;
    --bg-mockup-subcard: #ffffff;
    --bg-mockup-input: rgba(15, 23, 42, 0.01);
    --bg-mockup-log: rgba(15, 23, 42, 0.025);
    --bg-mockup-search: rgba(15, 23, 42, 0.015);

    /* Float Layers */
    --bg-float-layer: rgba(255, 255, 255, 0.72);
    --border-float-layer: rgba(255, 255, 255, 0.6);

    /* Support Dashboard Widget */
    --bg-dashboard-card: rgba(255, 255, 255, 0.6);
    --border-dashboard-card: rgba(255, 255, 255, 0.7);

    /* Contrast & Bright Border Overrides */
    --inset-border: inset 0 1px 0 #ffffff;
    --shadow-card-base: 0 1px 3px rgba(15, 23, 42, 0.01), 0 12px 30px -10px rgba(15, 23, 42, 0.04);
    --shadow-card-hover: 0 1px 3px rgba(15, 23, 42, 0.01), 0 20px 45px -12px rgba(15, 23, 42, 0.07);
    --bg-card-hover-gradient-start: rgba(255, 255, 255, 0.95);
    --stat-gradient: linear-gradient(135deg, #0f172a 30%, #334155 100%);
    --metric-gradient: linear-gradient(135deg, #0f172a 30%, var(--color-primary) 100%);
    
    /* Secondary buttons */
    --bg-btn-secondary: rgba(255, 255, 255, 0.65);
    --border-btn-secondary: rgba(15, 23, 42, 0.08);
    --color-btn-secondary: #0f172a;
    --inset-btn-secondary: #ffffff;

}

/* High-fidelity Dark Theme Variables */
[data-theme="dark"] {
    --bg-dark: #07090e; /* Luxurious deep space obsidian black */
    --bg-section-alt: #0b0e14; /* Deep gray-blue alternate section backgrounds */
    --bg-card: #0e121b; /* Sophisticated card color with glassmorphism texture */
    --bg-card-hover: #141b27;
    --text-main: #f1f5f9; /* Bright crisp text */
    --text-muted: #94a3b8; /* Muted slate text */
    --text-dark: #64748b; /* Muted label text */
    --border-color: rgba(255, 255, 255, 0.05); /* Extremely delicate dark border */
    --border-color-hover: rgba(255, 79, 26, 0.25); /* Glow orange hover border */
    --heading-color: #ffffff;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.5);
    --shadow-md: 0 12px 24px -10px rgba(0, 0, 0, 0.6), 0 4px 12px -5px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 32px 64px -16px rgba(0, 0, 0, 0.8), 0 0 1px rgba(255, 255, 255, 0.1);
    --shadow-glow: 0 0 40px rgba(255, 79, 26, 0.06);
    --logo-filter: brightness(0) invert(1);
    --card-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.7), 0 0 1px rgba(255, 255, 255, 0.1);
    --mesh-grid-color: rgba(255, 255, 255, 0.015);

    /* Header / Nav specific variables */
    --bg-header: rgba(7, 9, 14, 0.75);
    --bg-header-scrolled: rgba(14, 18, 27, 0.85);
    --border-color-scrolled: rgba(255, 255, 255, 0.08);
    --shadow-header: 0 4px 30px -10px rgba(0, 0, 0, 0.5);

    /* Mobile Menu variables */
    --bg-nav-links-mobile: rgba(11, 14, 20, 0.98);
    --bg-nav-links-mobile-hover: rgba(255, 255, 255, 0.05);

    /* Forms variables */
    --bg-input: rgba(255, 255, 255, 0.02);
    --bg-input-focus: #111622;
    --border-input: rgba(255, 255, 255, 0.08);

    /* Dashboard & Mockup variables */
    --border-color-mockup: rgba(255, 255, 255, 0.05);
    --bg-mockup-header: rgba(255, 255, 255, 0.02);
    --bg-mockup-search-pill: #0e121b;
    --bg-mockup-subnav: #0e121b;
    --bg-mockup-body: #0b0e14;
    --bg-mockup-subcard: #0e121b;
    --bg-mockup-input: rgba(255, 255, 255, 0.03);
    --bg-mockup-log: rgba(255, 255, 255, 0.04);
    --bg-mockup-search: rgba(255, 255, 255, 0.03);

    /* Float Layers */
    --bg-float-layer: rgba(14, 18, 27, 0.72);
    --border-float-layer: rgba(255, 255, 255, 0.06);

    /* Support Dashboard Widget */
    --bg-dashboard-card: rgba(14, 18, 27, 0.6);
    --border-dashboard-card: rgba(255, 255, 255, 0.1);

    /* Contrast & Bright Border Overrides */
    --inset-border: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    --shadow-card-base: 0 1px 3px rgba(0, 0, 0, 0.2), 0 12px 30px -10px rgba(0, 0, 0, 0.6);
    --shadow-card-hover: 0 1px 3px rgba(0, 0, 0, 0.2), 0 20px 45px -12px rgba(0, 0, 0, 0.8);
    --bg-card-hover-gradient-start: rgba(20, 27, 39, 0.95);
    --stat-gradient: linear-gradient(135deg, #ffffff 30%, #94a3b8 100%);
    --metric-gradient: linear-gradient(135deg, #ffffff 30%, var(--color-primary) 100%);
    
    /* Secondary buttons */
    --bg-btn-secondary: rgba(255, 255, 255, 0.05);
    --border-btn-secondary: rgba(255, 255, 255, 0.08);
    --color-btn-secondary: #f1f5f9;
    --inset-btn-secondary: rgba(255, 255, 255, 0.05);

}

/* Global color transition properties for premium theme switching */
body, header, .card, .bento-item, .float-layer, .support-dashboard-card, 
.dashboard-mockup, .mockup-subcard, .form-control, .mockup-search-pill, 
.mockup-sub-nav, .mockup-body, .mockup-input-box, a, h1, h2, h3, h4, h5, h6, 
p, span, svg, input, select, textarea {
    transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Suppress all transitions and animations during initial page load to prevent flashing */
.no-transitions *,
.no-transitions *::before,
.no-transitions *::after,
.no-transitions {
    transition: none !important;
    animation: none !important;
    animation-duration: 0.001ms !important;
}

/* Suppress all reveal animations when navigating internally within the site */
.internal-nav .reveal,
.internal-nav .reveal-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
}

/* Base resets */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: hidden;
    min-height: 100%;
    background-color: var(--bg-dark);
}

*[id] {
    scroll-margin-top: 6.5rem;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
    overflow-y: visible;
    letter-spacing: -0.015em;
    min-height: 100vh;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1;
}


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

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    background: none;
    border: none;
    outline: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Tech Grid & Mesh Background */
.mesh-bg {
    position: relative;
    background-color: var(--bg-dark);
}

.mesh-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--mesh-grid-color) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 1;
    -webkit-mask-image: radial-gradient(circle at 50% 30%, black 30%, transparent 80%);
    mask-image: radial-gradient(circle at 50% 30%, black 30%, transparent 80%);
}

/* Floating animated gradient blobs */
.glow-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;
}

.blob-1 {
    top: -10%;
    right: 5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.04) 0%, rgba(255, 128, 89, 0.01) 100%);
    animation: floatBlob 22s infinite alternate;
}

.blob-2 {
    bottom: 5%;
    left: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 128, 89, 0.06) 0%, rgba(255, 79, 26, 0.01) 100%);
    animation: floatBlob2 28s infinite alternate;
}

@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(60px, 40px) scale(1.1); }
}

@keyframes floatBlob2 {
    0% { transform: translate(0, 0) scale(1.1); }
    100% { transform: translate(-40px, -60px) scale(0.9); }
}

/* Typography & Headings — Ecomflow style */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--heading-color);
    letter-spacing: -0.015em;
}

h1 { font-size: clamp(2.8rem, 5vw, 4.2rem); letter-spacing: -0.03em; }
h2 { font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 1rem; letter-spacing: -0.025em; }
h3 { font-size: clamp(1.4rem, 2vw, 1.9rem); margin-bottom: 0.75rem; letter-spacing: -0.02em; }
h4 { font-size: 1.2rem; letter-spacing: -0.01em; }

.text-gradient {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.text-center { text-align: center; }
.text-muted { color: var(--text-muted); font-size: 1rem; line-height: 1.7; font-weight: 400; }

/* Layout Grid & Containers */
.container {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.section-padding {
    padding: 10rem 0;
    position: relative;
}

.bg-alt {
    background-color: var(--bg-section-alt);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4.5rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* Buttons & CTAs */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.25rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: var(--transition);
    gap: 0.6rem;
    position: relative;
    font-size: 0.95rem;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 16px -4px rgba(255, 79, 26, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 12px 24px -4px rgba(255, 79, 26, 0.3);
    border-color: rgba(255, 255, 255, 0.25);
}

.btn-secondary {
    background: var(--bg-btn-secondary);
    border: 1px solid var(--border-btn-secondary);
    color: var(--color-btn-secondary);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02), 0 4px 12px rgba(15, 23, 42, 0.02);
}

.btn-secondary:hover {
    background: var(--bg-btn-secondary);
    border-color: var(--border-btn-secondary);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.04);
}

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

.btn-outline:hover {
    background: rgba(255, 79, 26, 0.06);
    transform: translateY(-2px);
}

.btn-sm {
    padding: 0.55rem 1.35rem;
    font-size: 0.875rem;
    border-radius: 8px;
}

.btn-lg {
    padding: 1.25rem 3rem;
    font-size: 1.1rem;
    border-radius: 12px;
}

/* Header / Navigation */
header:not(.blog-post-header) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: var(--transition);
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-header);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
}

header.scrolled:not(.blog-post-header) {
    background: var(--bg-header-scrolled);
    border-bottom: 1px solid var(--border-color-scrolled);
    box-shadow: var(--shadow-header);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.65rem; /* slightly wider gap for more breathing room and visual balance */
    z-index: 110;
    text-decoration: none;
    flex-shrink: 0;
}

.logo-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo:hover .logo-icon-wrapper {
    transform: translateY(-1px) scale(1.07);
}

.logo-icon-svg {
    /* Golden ratio: icon = font-size × φ = 17.3 × 1.618 ≈ 28px */
    width: 28px;
    height: 28px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-icon-svg rect:first-of-type {
    fill: var(--color-accent);
}

.logo-icon-svg rect:last-of-type {
    fill: var(--color-primary);
}

.logo:hover .logo-icon-svg {
    transform: scale(1.06);
}

.logo-text {
    font-family: var(--font-heading);
    /* Golden ratio: 28px (icon) ÷ 1.618 = 17.3px ≈ 1.08rem */
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    color: var(--heading-color);
    letter-spacing: -0.05em;
    line-height: 1;
    display: flex;
    align-items: baseline;
    gap: 0;
}

.logo-text .logo-suffix {
    font-family: var(--font-heading);
    font-weight: 300; /* Light weight for premium contrast */
    font-style: italic;
    color: #64748b; /* Sophisticated slate gray */
    letter-spacing: -0.01em;
    font-size: 1.25rem;
    margin-left: 2px;
    transform: translateY(-1px); /* Micro-adjustment to raise baseline and align with GP */
}

.logo img {
    height: 3.5rem;
    width: auto;
    object-fit: contain;
    transition: var(--transition);
    filter: var(--logo-filter);
}

.nav-links {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.nav-links a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #475569;
    padding: 0.5rem 0.95rem;
    border-radius: 8px;
    transition: color 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    border: 1px solid transparent;
    white-space: nowrap;
}

.nav-links a:hover {
    color: var(--text-main);
    background: var(--bg-mockup-input);
}

.nav-links a.active {
    color: var(--color-primary);
    background: rgba(255, 79, 26, 0.05);
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(255, 79, 26, 0.08), 0 2px 8px rgba(255, 79, 26, 0.03);
}

.nav-links a.active:hover {
    background: rgba(255, 79, 26, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 79, 26, 0.12), 0 4px 12px rgba(255, 79, 26, 0.05);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-shrink: 0;
}

.nav-actions .btn-primary {
    background: #0f172a;
    color: #ffffff;
    padding: 0.45rem 1.15rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 99px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    flex-shrink: 0;
}

.nav-actions .btn-primary:hover {
    background: #1e293b;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 110;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--heading-color);
    transition: var(--transition);
}

/* Glassmorphism Cards */
.card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 3rem 2.5rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: var(--card-shadow);
}

.card:hover {
    border-color: var(--border-color-hover);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.card-glow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(800px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(255, 79, 26, 0.04), transparent 40%);
    z-index: 1;
    pointer-events: none;
}

.card-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 79, 26, 0.08);
    border: 1px solid rgba(255, 79, 26, 0.15);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    transition: var(--transition);
}

.card:hover .card-icon {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 8px 20px -5px rgba(255, 79, 26, 0.4);
}

/* Hero Section */
.hero-section {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 9rem;
    overflow: hidden;
    background-color: var(--bg-dark);
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(700px circle at var(--mouse-x, 50%) var(--mouse-y, 30%), rgba(255, 79, 26, 0.04) 0%, rgba(255, 128, 89, 0.02) 45%, transparent 80%),
                radial-gradient(circle at 10% 80%, rgba(255, 79, 26, 0.005) 0%, transparent 50%),
                radial-gradient(circle at 90% 20%, rgba(255, 128, 89, 0.01) 0%, transparent 40%);
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 650px;
}

/* Badges & Rating banner */
.hero-badge-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.trustpilot-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    background: rgba(0, 182, 122, 0.04);
    border: 1px solid rgba(0, 182, 122, 0.15);
    border-radius: 99px;
    font-size: 0.725rem;
    font-weight: 600;
    color: #0c6b43;
    box-shadow: 0 1px 2px rgba(0, 182, 122, 0.02);
}

.trustpilot-mini-badge .star-icon {
    color: #00b67a;
    font-size: 0.9rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    background: rgba(255, 79, 26, 0.04);
    border: 1px solid rgba(255, 79, 26, 0.15);
    border-radius: 99px;
    font-size: 0.725rem;
    font-weight: 600;
    color: var(--color-primary);
    box-shadow: 0 1px 2px rgba(255, 79, 26, 0.02);
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 0;
}

.badge-pulse-dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.badge-pulse-dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 50%;
    animation: badgePulse 1.8s infinite ease-in-out;
}

@keyframes badgePulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.8); opacity: 0; }
}

.hero-title {
    font-size: clamp(2.6rem, 5vw, 3.75rem);
    margin-bottom: 1.5rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.hero-desc {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2.75rem;
    line-height: 1.75;
    letter-spacing: -0.01em;
    font-weight: 400;
    max-width: 520px;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    margin-bottom: 4rem;
}

/* Rounded Pill Button Overrides */
.btn-pill {
    border-radius: 99px !important;
}

.hero-ctas .btn-primary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 10px 25px -10px rgba(15, 23, 42, 0.35),
        0 4px 12px -2px rgba(255, 79, 26, 0.18);
}

.hero-ctas .btn-primary:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    transform: translateY(-2px);
    box-shadow: 
        0 1px 0 rgba(255, 255, 255, 0.15) inset,
        0 15px 30px -10px rgba(15, 23, 42, 0.4),
        0 8px 20px -2px rgba(255, 79, 26, 0.28);
}

.hero-ctas .btn-secondary {
    background: var(--bg-btn-secondary);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-btn-secondary);
    color: var(--color-btn-secondary);
    box-shadow: 
        inset 0 1px 0 var(--inset-btn-secondary),
        0 1px 2px rgba(15, 23, 42, 0.02);
}

.hero-ctas .btn-secondary:hover {
    background: var(--bg-btn-secondary);
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 
        inset 0 1px 0 var(--inset-btn-secondary),
        0 10px 20px -5px rgba(15, 23, 42, 0.05);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border-color);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 0;
    margin-top: 4.5rem;
    box-shadow: var(--card-shadow);
    transition: var(--transition);
    overflow: hidden;
}

.hero-stats:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--border-color-hover);
}

.stat-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: var(--bg-card);
    transition: var(--transition);
}

.stat-item:hover {
    background: var(--bg-card-hover);
}

.stat-item:hover h4 {
    background: linear-gradient(135deg, var(--color-primary) 30%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.stat-item h4 {
    font-size: 2.25rem;
    font-weight: 850;
    color: var(--heading-color);
    line-height: 1;
    margin: 0;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    background: var(--stat-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-badge {
    font-size: 0.6rem;
    font-weight: 700;
    padding: 0.15rem 0.45rem;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.stat-badge.success {
    background: rgba(16, 185, 129, 0.08);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.12);
}

.stat-badge.info {
    background: rgba(59, 130, 246, 0.08);
    color: #2563eb;
    border: 1px solid rgba(59, 130, 246, 0.12);
}

.stat-badge.warning {
    background: rgba(245, 158, 11, 0.08);
    color: #d97706;
    border: 1px solid rgba(245, 158, 11, 0.12);
}

.stat-badge.primary {
    background: rgba(255, 79, 26, 0.08);
    color: var(--color-primary);
    border: 1px solid rgba(255, 79, 26, 0.12);
}

.stat-item p {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}

/* Sourcing cost chart mockup */
.mockup-sourcing-card {
    background: #0b0f19;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    position: relative;
}

.mockup-compare-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.mockup-compare-row.competitor {
    background: rgba(239, 68, 68, 0.04);
    border-color: rgba(239, 68, 68, 0.12);
}

.mockup-compare-row.gp {
    background: rgba(255, 128, 89, 0.04);
    border-color: rgba(255, 128, 89, 0.2);
    box-shadow: 0 8px 20px -6px rgba(255, 128, 89, 0.1);
}

.mockup-label {
    font-weight: 600;
    font-size: 0.95rem;
}

.mockup-price {
    font-size: 1.5rem;
    font-weight: 800;
}

.mockup-price.bad {
    color: #f87171;
    text-decoration: line-through;
    font-size: 1.25rem;
}

.mockup-price.good {
    color: #FF8059;
}

.mockup-badge {
    padding: 0.25rem 0.75rem;
    background: #FF8059;
    color: #ffffff;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
}

/* API Integration visual mockup */
.mockup-api-container {
    background: #090d16;
    border-radius: var(--radius-md);
    padding: 2.25rem;
    box-shadow: var(--shadow-lg);
    color: #ffffff;
    font-family: var(--font-mono);
    position: relative;
    border: 1px solid var(--border-color);
}

.mockup-api-nodes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.mockup-api-nodes::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    z-index: 1;
}

.mockup-node {
    width: 3.5rem;
    height: 3.5rem;
    background: #111827;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 0 20px rgba(255, 79, 26, 0.25);
    font-size: 0.8rem;
}

.mockup-node.green {
    border-color: var(--color-secondary);
    box-shadow: 0 0 20px rgba(255, 128, 89, 0.35);
}

.mockup-node.pulse {
    animation: nodePulse 2s infinite;
}

@keyframes loaderSpinnerAnimation {
    to { transform: rotate(360deg); }
}

/* ==========================================================================
   GPfulfillment Premium Design Tokens & Overhaul Components
   ========================================================================== */

/* 1. Scroll-driven Reveal Animations */
.reveal-item {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-item.reveal-active {
    opacity: 1;
    transform: translateY(0);
}

/* Delay modifiers for sequential item loading */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* 2. Floating Abstract Glow Blobs */
.glow-blob {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.08) 0%, rgba(255, 122, 79, 0) 70%);
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.blob-1 {
    top: 15%;
    left: 5%;
}

.blob-2 {
    top: 55%;
    right: 5%;
}

/* 3. Interactive Sourcing Savings Calculator Component */
.savings-calculator-card {
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-dashboard-card);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg), 0 10px 40px -10px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.savings-calculator-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
}

.calculator-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-main);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.50rem;
}

.slider-group {
    margin-bottom: 2rem;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.slider-label {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-muted);
}

.slider-value-badge {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--color-primary);
    background: rgba(255, 79, 26, 0.08);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.95rem;
}

.calculator-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: var(--border-color);
    outline: none;
    transition: background 0.3s;
}

.calculator-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-primary);
    border: 3px solid var(--bg-card);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(255, 79, 26, 0.4);
    transition: transform 0.15s;
}

.calculator-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.savings-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
    padding-top: 1.75rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.08);
}

.savings-stat-card {
    background: var(--bg-input);
    border: 1px solid var(--border-input);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.savings-stat-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
}

.savings-stat-number {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--text-main);
}

.savings-stat-number.highlight {
    color: var(--color-primary);
    font-size: 1.6rem;
    text-shadow: 0 0 12px rgba(255, 79, 26, 0.1);
}

/* 4. Simulated Store Sync Sandbox (Integrations) */
.sandbox-terminal {
    background: #0f172a; /* Slate 900 */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    font-family: 'Inconsolata', 'Courier New', monospace;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.sandbox-header {
    background: #1e293b; /* Slate 800 */
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sandbox-dots {
    display: flex;
    gap: 0.4rem;
}

.sandbox-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.sandbox-dot.red { background: #ef4444; }
.sandbox-dot.yellow { background: #eab308; }
.sandbox-dot.green { background: #22c55e; }

.sandbox-title {
    color: #94a3b8;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

.sandbox-console {
    padding: 1.5rem;
    min-height: 260px;
    max-height: 380px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    color: #e2e8f0;
    font-size: 0.9rem;
    text-align: left;
}

.log-entry {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    line-height: 1.45;
}

.log-timestamp {
    color: #64748b;
    flex-shrink: 0;
}

.log-tag {
    font-weight: 700;
    padding: 0.05rem 0.35rem;
    border-radius: 4px;
    font-size: 0.75rem;
    text-transform: uppercase;
    flex-shrink: 0;
}

.log-tag.info { background: rgba(59, 130, 246, 0.15); color: #60a5fa; }
.log-tag.success { background: rgba(34, 197, 94, 0.15); color: #4ade80; }
.log-tag.process { background: rgba(234, 179, 8, 0.15); color: #facc15; }

.log-message {
    color: #cbd5e1;
}

.sandbox-actions {
    background: #1e293b;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sandbox-status-text {
    font-size: 0.85rem;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-indicator-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #64748b;
}

.status-indicator-dot.active {
    background: #22c55e;
    box-shadow: 0 0 8px #22c55e;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.5; }
}

/* 5. Warehouse Media & Compliance Showcases */
.warehouse-video-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 16/9;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
    background: #000;
}

.warehouse-video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    transition: transform 0.5s ease;
}

.warehouse-video-card:hover .warehouse-video-thumbnail {
    transform: scale(1.03);
}

.video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.35);
    cursor: pointer;
    transition: background 0.3s;
}

.warehouse-video-card:hover .video-play-overlay {
    background: rgba(15, 23, 42, 0.2);
}

.play-button-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(255, 79, 26, 0.45);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.warehouse-video-card:hover .play-button-icon {
    transform: scale(1.1);
}

.play-icon-triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid white;
    margin-left: 5px;
}

.compliance-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 2.5rem;
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(12px);
    border: 1px solid var(--border-dashboard-card);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    margin-top: 3.5rem;
}

.compliance-badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.compliance-badge-item:hover {
    opacity: 1;
}

.compliance-badge-icon {
    height: 42px;
    max-width: 90px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.compliance-badge-item:hover .compliance-badge-icon {
    filter: grayscale(0%);
}

.compliance-badge-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
}

@keyframes nodePulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 128, 89, 0.4); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 128, 89, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 128, 89, 0); }
}

/* CSS Dashboard Mockup (Stripe/Vercel Style) */
.dashboard-mockup {
    background: #0b0f19;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
    width: 100%;
    position: relative;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
}

.dashboard-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-secondary);
    animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
    0% { transform: scale(0.9); opacity: 0.6; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.6; }
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}

.dashboard-chart-box {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
}

.chart-bars {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 120px;
    margin-top: 1.5rem;
}

.chart-bar {
    width: 20px;
    background: linear-gradient(180deg, rgba(255, 79, 26, 0.1) 0%, var(--color-primary) 100%);
    border-radius: 4px 4px 0 0;
    transition: var(--transition);
}

.chart-bar:hover {
    background: var(--color-secondary);
    transform: scaleY(1.05);
}

/* Delivery timeline map tracker */
.delivery-tracker {
    background: #0b0f19;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.tracker-node-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

.tracker-node-row::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 5%;
    width: 90%;
    height: 3px;
    background: #e2e8f0;
    z-index: 1;
}

.tracker-line-progress {
    position: absolute;
    top: 12px;
    left: 5%;
    width: 65%;
    height: 3px;
    background: var(--color-primary);
    z-index: 2;
    animation: flowProgress 3s infinite alternate;
}

@keyframes flowProgress {
    0% { width: 10%; }
    100% { width: 85%; }
}

.tracker-circle {
    width: 26px;
    height: 26px;
    background: #f1f5f9;
    border: 3px solid #cbd5e1;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #64748b;
}

.tracker-circle.active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 0 12px rgba(255, 79, 26, 0.25);
}

/* Shipping Calculator Page */
/* Shipping Calculator Page */
.calculator-container {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 3.5rem;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
}

.calculator-container:hover {
    border-color: rgba(255, 79, 26, 0.2);
    box-shadow: var(--shadow-lg), 0 0 30px rgba(255, 79, 26, 0.03);
}

/* Dynamic Shipping Calculator Chart */
.calculator-chart-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.calculator-chart-card:hover {
    border-color: rgba(255, 79, 26, 0.15);
}

.calculator-bar-chart-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chart-bar-row {
    display: grid;
    grid-template-columns: 180px 1fr 100px;
    align-items: center;
    gap: 1.5rem;
}

.chart-bar-label {
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--heading-color);
}

.chart-bar-container {
    background: rgba(15, 23, 42, 0.04);
    height: 12px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.chart-bar-fill {
    height: 100%;
    border-radius: 6px;
    width: 0;
    transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.chart-bar-fill.special-line {
    background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

.chart-bar-fill.vip-express {
    background: linear-gradient(to right, #6366f1, #4f46e5);
}

.chart-bar-fill.standard-packet {
    background: linear-gradient(to right, var(--color-accent), var(--color-primary));
}

.chart-bar-value {
    font-weight: 800;
    font-size: 1rem;
    text-align: right;
    color: var(--heading-color);
}

.chart-bar-time {
    display: block;
    font-size: 0.725rem;
    color: var(--text-dark);
    margin-top: 0.25rem;
}

/* Premium Rate Card Result Cards styling */
.rate-card-grid {
    display: grid;
    grid-template-columns: 60px 1fr 220px;
    gap: 2rem;
    align-items: flex-start;
}

.rate-card-icon-container {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.rate-card-icon-container.special-line {
    background: rgba(255, 79, 26, 0.08);
    color: var(--color-primary);
    border: 1px solid rgba(255, 79, 26, 0.15);
}

.rate-card-icon-container.vip-express {
    background: rgba(99, 102, 241, 0.08);
    color: #6366f1;
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.rate-card-icon-container.standard-packet {
    background: rgba(255, 128, 89, 0.08);
    color: var(--color-accent);
    border: 1px solid rgba(255, 128, 89, 0.15);
}

.rate-card-details {
    display: flex;
    flex-direction: column;
}

.rate-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.rate-card-header h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--heading-color);
}

.rate-badge {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.rate-badge.special-line {
    background: rgba(255, 79, 26, 0.08);
    color: var(--color-secondary);
}

.rate-badge.vip-express {
    background: rgba(99, 102, 241, 0.08);
    color: #4f46e5;
}

.rate-badge.standard-packet {
    background: rgba(100, 116, 139, 0.08);
    color: #64748b;
}

.rate-description {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.rate-timeline-wrapper {
    margin-bottom: 1.25rem;
    max-width: 450px;
}

.rate-timeline-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.725rem;
    color: var(--text-dark);
    margin-bottom: 0.35rem;
    font-weight: 500;
}

.rate-timeline-bar-bg {
    background: rgba(15, 23, 42, 0.04);
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
}

.rate-timeline-bar-fill {
    height: 100%;
    border-radius: 3px;
}

.rate-timeline-bar-fill.ultra-fast {
    background: linear-gradient(to right, #6366f1, #4f46e5);
}

.rate-timeline-bar-fill.medium-fast {
    background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
}

.rate-timeline-bar-fill.budget {
    background: linear-gradient(to right, var(--color-accent), var(--color-primary));
}

.rate-specs {
    display: flex;
    gap: 1.5rem;
    font-size: 0.8rem;
    color: var(--text-muted);
}

.rate-card-pricing {
    display: flex;
    flex-direction: column;
    text-align: right;
    border-left: 1px solid var(--border-color);
    padding-left: 2rem;
    height: 100%;
    justify-content: space-between;
}

.rate-pricing-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    display: block;
}

.rate-pricing-cost {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1.1;
    margin: 0.4rem 0 0.15rem 0;
}

.rate-pricing-surcharge {
    font-size: 0.725rem;
    color: var(--text-dark);
    display: block;
    margin-bottom: 1.5rem;
}

.rate-cta-btn {
    width: 100%;
    padding: 0.75rem 1rem !important;
    font-size: 0.85rem !important;
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 6px;
    font-weight: 700;
    transition: all 0.25s ease;
    text-align: center;
    text-decoration: none;
}

.rate-cta-btn:hover {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.25);
    transform: translateY(-1.5px);
}

@media (max-width: 991px) {
    .rate-card-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .rate-card-pricing {
        border-left: none;
        padding-left: 0;
        border-top: 1px dashed var(--border-color);
        padding-top: 1.5rem;
        text-align: left;
        align-items: flex-start;
    }
    
    .rate-cta-btn {
        max-width: 260px;
    }
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--heading-color);
}

.form-control {
    width: 100%;
    background: var(--bg-input);
    border: 1px solid var(--border-input);
    border-radius: var(--radius-sm);
    padding: 1rem 1.5rem;
    color: var(--text-main);
    transition: var(--transition);
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: var(--color-primary);
    background: var(--bg-input-focus);
    box-shadow: 0 0 15px rgba(255, 79, 26, 0.15);
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 1.25rem;
}

.calculator-results {
    background: #090d16;
    border-radius: var(--radius-md);
    padding: 2.25rem;
    border: 1px solid var(--border-color);
}

/* Sourcing Request & Contact Forms */
.form-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 3.5rem;
    box-shadow: var(--shadow-lg);
}

.success-overlay {
    display: none;
    text-align: center;
    padding: 3rem 0;
}

.success-icon {
    width: 4.5rem;
    height: 4.5rem;
    background: rgba(255, 128, 89, 0.01);
    color: var(--color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem auto;
    font-size: 2.25rem;
    border: 2px solid var(--color-secondary);
    animation: scaleUp 0.4s ease;
}

/* Section tags & headers */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.725rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
    background: rgba(238, 82, 37, 0.07);
    border: 1px solid rgba(238, 82, 37, 0.15);
    border-radius: 99px;
    padding: 0.3rem 0.85rem;
    margin-bottom: 1.25rem;
}

.section-desc {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.75;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    letter-spacing: -0.015em;
}

/* How It Works Timeline Base Styles */
.timeline {
    position: relative;
    max-width: var(--max-width);
    margin: 4rem auto 0 auto;
    padding: 0;
}

.timeline-item {
    position: relative;
    width: 50%;
    margin-bottom: 4rem;
    transition: var(--transition);
}

.timeline-item:nth-child(odd) {
    left: 0;
    padding-right: 4.5rem;
}

.timeline-item:nth-child(even) {
    left: 50%;
    padding-left: 4.5rem;
}

.timeline-badge {
    position: absolute;
    top: 2rem;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 3px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 800;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    transition: var(--transition);
}

.timeline-item:nth-child(odd) .timeline-badge {
    right: -21px;
    left: auto;
}

.timeline-item:nth-child(even) .timeline-badge {
    left: -21px;
    right: auto;
}

.timeline-content {
    position: relative;
    background: transparent;
}

.timeline-item:hover .timeline-badge {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 0 16px rgba(255, 79, 26, 0.35);
    transform: scale(1.1);
}

.timeline::before {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    width: 2px;
}

/* Fulfillment Console (Interactive Warehouse Network Showcase) */
.fulfillment-console {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 2.5rem;
    margin-top: 3rem;
}

.console-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.console-tab {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 1.15rem 1.25rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.console-tab:hover {
    transform: translateX(4px);
    border-color: var(--color-primary);
    box-shadow: 0 8px 20px rgba(255, 79, 26, 0.04);
}

.console-tab.active {
    background: var(--bg-card-hover);
    border-color: var(--color-primary);
    box-shadow: var(--shadow-md);
}

.console-tab .tab-indicator {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
    transition: background 0.3s;
}

.console-tab.active .tab-indicator {
    background: var(--color-primary);
}

.console-tab .tab-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.04);
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    flex-shrink: 0;
}

.console-tab.active .tab-icon {
    background: rgba(255, 79, 26, 0.08);
    border-color: rgba(255, 79, 26, 0.15);
    color: var(--color-primary);
}

.console-tab .tab-text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    flex-grow: 1;
    text-align: left;
}

.console-tab .tab-tag {
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.console-tab.active .tab-tag {
    color: var(--color-primary);
}

.console-tab .tab-title {
    font-size: 0.85rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--text-dark);
}

.console-tab .tab-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.console-tab .tab-status-dot.green {
    background: #10b981;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.5);
}

/* Right Detail Display Console */
.console-display {
    min-height: 460px;
    position: relative;
}

.console-panel {
    display: none;
    flex-direction: column;
    gap: 1.25rem;
    opacity: 0;
}

.console-panel.active {
    display: flex;
    animation: consolePanelFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes consolePanelFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.panel-image-wrap {
    height: 280px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    position: relative;
}

.panel-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.panel-image-wrap:hover .panel-image {
    transform: scale(1.02);
}

.image-overlay-tech {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.85) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    z-index: 2;
}

.tech-coordinate {
    font-family: var(--font-mono);
    font-size: 0.725rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.05em;
}

.tech-status {
    font-size: 0.625rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 0.3rem 0.55rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tech-status .status-dot {
    width: 5px;
    height: 5px;
    background: #10b981;
    border-radius: 50%;
}

.tech-status.pulsing .status-dot {
    animation: statusDotPulse 1.8s infinite ease-in-out;
}

@keyframes statusDotPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 8px #10b981; }
}

/* Metrics Grid Details */
.panel-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.metric-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 1.15rem 1.25rem;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.metric-card:hover {
    border-color: var(--color-primary);
    box-shadow: 0 10px 24px rgba(255, 79, 26, 0.05);
    transform: translateY(-2px);
}

.metric-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: rgba(255, 79, 26, 0.06);
    border: 1px solid rgba(255, 79, 26, 0.1);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
}

.metric-card:hover .metric-icon {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.25);
}

.metric-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: left;
}

.metric-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metric-value {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--text-dark);
}

/* Responsive adjustments for Fulfillment Console */
@media (max-width: 992px) {
    .fulfillment-console {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .console-display {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .panel-metrics {
        grid-template-columns: 1fr;
    }
}

/* Integrations grid */
.integration-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.integration-card {
    background: var(--bg-card);
    backdrop-filter: blur(25px);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 3rem 1rem 2.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px -15px rgba(15, 23, 42, 0.03), inset 0 1px 1px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

/* Status Indicator */
.integration-status {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.75rem;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.12);
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    color: #059669;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.04);
    transition: all 0.3s ease;
}

.status-dot {
    width: 6px;
    height: 6px;
    background-color: #10b981;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.pulsing {
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
    70% { box-shadow: 0 0 0 5px rgba(16, 185, 129, 0); }
    100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.integration-card:hover .integration-status {
    background: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.25);
    box-shadow: 0 2px 10px rgba(16, 185, 129, 0.1);
}

.integration-logo {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.integration-logo::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    filter: blur(25px);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    pointer-events: none;
}

/* Individual brand colors for spotlight */
.shopify-card .integration-logo::before {
    background: radial-gradient(circle, rgba(150, 191, 72, 0.15) 0%, rgba(150, 191, 72, 0) 70%);
}
.woo-card .integration-logo::before {
    background: radial-gradient(circle, rgba(150, 88, 138, 0.15) 0%, rgba(150, 88, 138, 0) 70%);
}
.ebay-card .integration-logo::before {
    background: radial-gradient(circle, rgba(0, 100, 210, 0.12) 0%, rgba(0, 100, 210, 0) 70%);
}
.amazon-card .integration-logo::before {
    background: radial-gradient(circle, rgba(255, 153, 0, 0.12) 0%, rgba(255, 153, 0, 0) 70%);
}

.integration-logo img {
    height: 2.8rem;
    width: auto;
    max-width: 85%;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 2;
}

.integration-card:hover .integration-logo img {
    transform: scale(1.08);
}
.integration-card:hover .integration-logo::before {
    opacity: 1;
}

.integration-name {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--heading-color);
    margin-bottom: 0.5rem;
}

.integration-desc {
    font-size: 0.825rem;
    color: var(--text-muted);
    line-height: 1.4;
    margin-bottom: 1.75rem;
    min-height: 2.5rem;
}

/* Feature tags inside cards */
.integration-features {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.3rem 0.65rem;
    background: rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.04);
    border-radius: 100px;
    margin-top: auto;
    width: auto;
    max-width: 100%;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.integration-features span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-muted);
    white-space: nowrap;
    transition: all 0.3s ease;
}

.integration-features span:not(:last-child) {
    position: relative;
    padding-right: 0.5rem;
}

.integration-features span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 8px;
    background: rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.feature-check {
    color: #059669;
    transition: all 0.3s ease;
}

/* BRAND CUSTOM HOVER EFFECTS */
/* Shopify Card */
.integration-card.shopify-card:hover {
    border-color: rgba(150, 191, 72, 0.3);
    transform: translateY(-6px);
    background: linear-gradient(180deg, var(--bg-card-hover-gradient-start) 0%, rgba(150, 191, 72, 0.01) 100%);
    box-shadow: 0 20px 40px -15px rgba(150, 191, 72, 0.15), 
                0 0 30px rgba(150, 191, 72, 0.05),
                var(--inset-border);
}
.integration-card.shopify-card:hover .integration-logo img {
    transform: scale(1.1);
}
.integration-card.shopify-card:hover .integration-features {
    background: rgba(150, 191, 72, 0.06);
    border-color: rgba(150, 191, 72, 0.15);
}
.integration-card.shopify-card:hover .integration-features span {
    color: #008060;
}
.integration-card.shopify-card:hover .integration-features span:not(:last-child)::after {
    background: rgba(150, 191, 72, 0.2);
}
.integration-card.shopify-card:hover .feature-check {
    color: #008060;
    animation: checkBounce 0.5s ease;
}

/* WooCommerce Card */
.integration-card.woo-card:hover {
    border-color: rgba(150, 88, 138, 0.3);
    transform: translateY(-6px);
    background: linear-gradient(180deg, var(--bg-card-hover-gradient-start) 0%, rgba(150, 88, 138, 0.01) 100%);
    box-shadow: 0 20px 40px -15px rgba(150, 88, 138, 0.15), 
                0 0 30px rgba(150, 88, 138, 0.05),
                var(--inset-border);
}
.integration-card.woo-card:hover .integration-logo img {
    transform: scale(1.1);
}
.integration-card.woo-card:hover .integration-features {
    background: rgba(150, 88, 138, 0.06);
    border-color: rgba(150, 88, 138, 0.15);
}
.integration-card.woo-card:hover .integration-features span {
    color: #96588a;
}
.integration-card.woo-card:hover .integration-features span:not(:last-child)::after {
    background: rgba(150, 88, 138, 0.2);
}
.integration-card.woo-card:hover .feature-check {
    color: #96588a;
    animation: checkBounce 0.5s ease;
}

/* eBay Card */
.integration-card.ebay-card:hover {
    border-color: rgba(0, 100, 210, 0.25);
    transform: translateY(-6px);
    background: linear-gradient(180deg, var(--bg-card-hover-gradient-start) 0%, rgba(0, 100, 210, 0.01) 100%);
    box-shadow: 0 20px 40px -15px rgba(0, 100, 210, 0.12), 
                0 0 30px rgba(0, 100, 210, 0.04),
                var(--inset-border);
}
.integration-card.ebay-card:hover .integration-logo img {
    transform: scale(1.1);
}
.integration-card.ebay-card:hover .integration-features {
    background: rgba(0, 100, 210, 0.05);
    border-color: rgba(0, 100, 210, 0.12);
}
.integration-card.ebay-card:hover .integration-features span {
    color: #0064d2;
}
.integration-card.ebay-card:hover .integration-features span:not(:last-child)::after {
    background: rgba(0, 100, 210, 0.15);
}
.integration-card.ebay-card:hover .feature-check {
    color: #0064d2;
    animation: checkBounce 0.5s ease;
}

/* Amazon Card */
.integration-card.amazon-card:hover {
    border-color: rgba(255, 153, 0, 0.3);
    transform: translateY(-6px);
    background: linear-gradient(180deg, var(--bg-card-hover-gradient-start) 0%, rgba(255, 153, 0, 0.01) 100%);
    box-shadow: 0 20px 40px -15px rgba(255, 153, 0, 0.15), 
                0 0 30px rgba(255, 153, 0, 0.05),
                var(--inset-border);
}
.integration-card.amazon-card:hover .integration-logo img {
    transform: scale(1.1);
}
.integration-card.amazon-card:hover .integration-features {
    background: rgba(255, 153, 0, 0.05);
    border-color: rgba(255, 153, 0, 0.12);
}
.integration-card.amazon-card:hover .integration-features span {
    color: #ff9900;
}
.integration-card.amazon-card:hover .integration-features span:not(:last-child)::after {
    background: rgba(255, 153, 0, 0.2);
}
.integration-card.amazon-card:hover .feature-check {
    color: #ff9900;
    animation: checkBounce 0.5s ease;
}

@keyframes checkBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.25); }
}

/* Call to Action Banner */
/* Premium CTA Banner Redesign */
.cta-banner {
    background: linear-gradient(135deg, #090e18 0%, #0c1220 100%) padding-box,
                linear-gradient(135deg, rgba(255, 79, 26, 0.25) 0%, rgba(99, 102, 241, 0.25) 100%) border-box;
    border: 1px solid transparent;
    border-radius: 24px;
    padding: 5rem;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5), 0 0 50px rgba(255, 79, 26, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.6), 0 0 60px rgba(255, 79, 26, 0.05);
    border-color: transparent;
    background: linear-gradient(135deg, #090e18 0%, #0c1220 100%) padding-box,
                linear-gradient(135deg, rgba(255, 79, 26, 0.45) 0%, rgba(99, 102, 241, 0.45) 100%) border-box;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.09) 0%, transparent 65%);
    pointer-events: none;
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-banner:hover::before {
    transform: translate(-40px, 30px) scale(1.15);
}

.cta-banner-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 5;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 79, 26, 0.08);
    border: 1px solid rgba(255, 79, 26, 0.2);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-accent);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: max-content;
}

.cta-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-primary);
    display: inline-block;
}

.cta-banner h2 {
    font-size: 2.85rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #ffffff 30%, var(--color-accent) 70%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #94a3b8 !important;
    margin-bottom: 2.25rem;
    max-width: 620px;
}

.cta-buttons {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.btn.cta-btn-primary {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(255, 79, 26, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95rem;
    padding: 0.95rem 2.25rem;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn.cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 79, 26, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
}

.btn.cta-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.95rem;
    padding: 0.95rem 2.25rem;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* CTA Dashboard Mockup styling */
.cta-banner-mockup {
    display: flex;
    justify-content: center;
    position: relative;
}

.cta-banner-mockup::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.12) 0%, transparent 70%);
    top: -20px;
    left: -20px;
    pointer-events: none;
    z-index: 0;
}

.cta-mockup-card {
    background: rgba(10, 15, 26, 0.65);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 1.5rem;
    width: 100%;
    max-width: 320px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.cta-mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
}

.cta-mockup-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cta-mockup-status {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    border: 1px solid rgba(16, 185, 129, 0.15);
}

.cta-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
}

.cta-mockup-body {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.cta-mockup-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
}

.cta-mockup-label {
    color: #64748b;
}

.cta-mockup-value {
    font-weight: 600;
    color: #f1f5f9;
}

.cta-mockup-value.highlight-green {
    color: #10b981;
}

.cta-mockup-value.highlight-orange {
    color: var(--color-accent);
}

.cta-mockup-value.price-strike {
    text-decoration: line-through;
    color: #475569;
}

.cta-mockup-row.footer-row {
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
    padding-top: 0.9rem;
    margin-top: 0.25rem;
}

.cta-mockup-value.highlight-glow {
    background: rgba(255, 79, 26, 0.1);
    color: var(--color-accent);
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(255, 79, 26, 0.2);
    box-shadow: 0 0 12px rgba(255, 79, 26, 0.1);
}

/* Sourcing Calculator inside CTA */
.cta-mockup-product {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0.75rem;
    border-radius: 12px;
    margin-bottom: 0.5rem;
}

.cta-product-icon {
    font-size: 1.25rem;
    background: rgba(255, 79, 26, 0.08);
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 79, 26, 0.15);
}

.cta-product-details {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    text-align: left;
}

.cta-product-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f1f5f9;
}

.cta-product-status {
    font-size: 0.65rem;
    color: #64748b;
}

.cta-interactive-slider-container {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
}

.cta-slider-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 600;
}

.cta-slider-label {
    color: #64748b;
}

.cta-slider-value {
    color: var(--color-accent);
}

/* Custom range slider styling */
.cta-volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    transition: background 0.3s;
    margin: 4px 0;
}

.cta-volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--color-primary);
    cursor: pointer;
    box-shadow: 0 0 8px rgba(255, 79, 26, 0.4);
    transition: transform 0.1s;
}

.cta-volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.25);
}

.cta-cost-comparison-visual {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed rgba(255, 255, 255, 0.08);
    padding: 0.65rem;
    border-radius: 12px;
}

.cta-bar-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.cta-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #64748b;
}

.cta-bar-labels strong {
    font-weight: 700;
}

.cta-bar-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    overflow: hidden;
}

.cta-bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.fill-aliexpress {
    background: #334155;
}

.fill-gp {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-accent) 100%);
    box-shadow: 0 0 6px rgba(255, 79, 26, 0.3);
}

/* Language Switcher Styling */
#language-switcher {
    padding: 0.5rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: var(--shadow-sm);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: var(--transition);
    color: #ffffff;
}
#language-switcher:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--color-primary);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

/* Premium Footer Redesign */
footer {
    background: #090d16;
    border-top: 1px solid rgba(255, 79, 26, 0.12);
    padding: 6.5rem 0 2.5rem 0;
    color: #94a3b8;
    position: relative;
    z-index: 2;
    background-image: radial-gradient(100% 100% at 50% 0%, rgba(255, 79, 26, 0.035) 0%, transparent 60%);
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 79, 26, 0.25) 30%, rgba(255, 79, 26, 0.25) 70%, transparent);
}

footer .logo-text {
    color: #ffffff !important;
}

footer .logo-suffix {
    color: var(--color-accent) !important;
    font-weight: 300;
}

.footer-contact-list {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.825rem;
    color: #94a3b8;
    line-height: 1.4;
}

.footer-contact-icon {
    color: var(--color-accent);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 5rem;
}

.footer-info p {
    color: #94a3b8;
    margin-top: 1.25rem;
    font-size: 0.95rem;
    max-width: 300px;
    line-height: 1.7;
}

.footer-col h4 {
    color: #ffffff;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 20px;
    height: 2px;
    background: var(--color-primary);
    border-radius: 2px;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.footer-col ul li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--color-accent);
    transition: width 0.25s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 0;
}

.footer-col ul li a:hover::after {
    width: 100%;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.25rem !important;
}

.footer-contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #94a3b8;
    line-height: 1.4;
}

.footer-contact-detail-item div {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.footer-contact-detail-item a {
    color: #f1f5f9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
}

.footer-contact-detail-item a:hover {
    color: var(--color-accent);
}

.footer-social-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

.footer-social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.footer-social-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.footer-social-btn:hover {
    background: rgba(255, 79, 26, 0.1);
    border-color: rgba(255, 79, 26, 0.35);
    color: var(--color-accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.15);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2.5rem;
    color: #64748b;
    font-size: 0.875rem;
    margin-top: 5rem;
}

.footer-bottom a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}

/* Integrations Payment Banner Customizations */
.integrations-payment-banner {
    background: linear-gradient(135deg, #090e18 0%, #0b111e 100%) padding-box,
                linear-gradient(135deg, rgba(37, 99, 235, 0.25) 0%, rgba(99, 102, 241, 0.25) 100%) border-box;
    border: 1px solid transparent;
}

.integrations-payment-banner:hover {
    background: linear-gradient(135deg, #090e18 0%, #0b111e 100%) padding-box,
                linear-gradient(135deg, rgba(37, 99, 235, 0.45) 0%, rgba(99, 102, 241, 0.45) 100%) border-box;
}

.payment-banner-content {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.payment-banner-content h2 {
    font-size: 2.85rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #ffffff 40%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.payment-banner-content p {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #94a3b8;
    margin-bottom: 3.5rem;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.payment-methods-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.payment-method-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.payment-method-card:hover {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.12);
}

.payment-icon {
    color: #60a5fa;
    transition: transform 0.3s ease;
}

.payment-method-card:hover .payment-icon {
    transform: scale(1.1);
    color: #93c5fd;
}

.payment-method-card span {
    font-size: 0.9rem;
    font-weight: 700;
    color: #f1f5f9;
}

/* Keyframes Animations */
@keyframes scaleUp {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Responsive Styles */
@media (max-width: 1024px) {
    h1 { font-size: 3rem; }
    .hero-title { font-size: 2.8rem; }
    h2 { font-size: 2.25rem; }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .integration-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }
    .hero-3d-stage { transform: scale(0.82); transform-origin: center right; }
}

@media (max-width: 768px) {
    .grid-2 { grid-template-columns: 1fr; gap: 3rem; }
    .hero-title { font-size: 2.2rem; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: 1fr; }
    .integration-grid { grid-template-columns: repeat(2, 1fr); }
    .timeline::before { left: 2rem; }
    .timeline-fiber-line { left: 2rem !important; transform: none !important; }
    .timeline-item { width: 100% !important; padding-right: 0 !important; padding-left: 4rem !important; left: 0 !important; }
    .timeline-item:nth-child(odd) { padding-right: 0 !important; }
    .timeline-item:nth-child(even) { padding-left: 4rem !important; }
    .timeline-badge { left: 0.75rem !important; right: auto !important; }
}

@media (max-width: 576px) {
    .integration-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1300px) and (min-width: 1151px) {
    .nav-links {
        gap: 0.25rem;
    }
    .nav-links a {
        padding: 0.4rem 0.65rem;
        font-size: 0.825rem;
    }
    .nav-container {
        padding: 0 1.25rem;
    }
}

@media (max-width: 1150px) {
    .menu-toggle { display: flex; }
    
    .nav-links {
        position: fixed;
        top: 4rem;
        left: -100%;
        width: 100%;
        height: calc(100vh - 4rem);
        background: var(--bg-nav-links-mobile);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid var(--border-color);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        z-index: 100;
        transition: var(--transition);
        box-shadow: var(--shadow-md);
    }
    
    .nav-links a {
        font-size: 1.15rem;
        color: var(--text-muted);
        width: 80%;
        text-align: center;
        padding: 0.75rem 0;
        border-radius: 12px;
        transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    }
    
    .nav-links a:hover {
        background: var(--bg-nav-links-mobile-hover);
        color: var(--text-main);
    }
    
    .nav-links a.active {
        background: rgba(255, 79, 26, 0.08);
        color: #FF4F1A;
        font-weight: 600;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .nav-actions {
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: 1.25rem;
        gap: 0.5rem;
    }
    
    .nav-actions .btn-primary {
        display: none;
    }
}

@media (max-width: 768px) {
    
    .hero-section {
        padding-top: 9rem;
    }
    
    .hero-ctas {
        flex-direction: column;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        padding: 0;
        background: var(--border-color);
    }
    
    .stat-item {
        padding: 1.75rem 1rem;
    }
    
    .stat-item h4 {
        font-size: 1.5rem;
    }

    .stat-badge {
        font-size: 0.55rem;
        padding: 0.1rem 0.35rem;
    }

    .stat-header {
        gap: 0.3rem;
        margin-bottom: 0.4rem;
    }

    .stat-item p {
        font-size: 0.65rem;
    }
    
    .calculator-container {
        padding: 2rem 1.5rem;
    }
    
    .savings-calculator-card {
        padding: 2rem 1.25rem;
    }
    
    .savings-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .blog-featured {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 1.5rem;
    }
    
    .blog-featured-img {
        height: 250px;
    }
    
    .cta-banner {
        padding: 4rem 2rem;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/* ==========================================================================
   PREMIUM SAAS UPGRADES (Bento Grid, Noise Overlay, Scroll Indicator, Reveal)
   ========================================================================== */

/* Noise Overlays on standard cards */
.card {
    position: relative;
    z-index: 2;
}
.card::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.012'/%3E%3C/svg%3E");
    pointer-events: none;
    border-radius: inherit;
}

/* Bento Grid */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(240px, auto);
    gap: 1.5rem;
    margin-top: 3.5rem;
}

.bento-item {
    background: var(--bg-card);
    backdrop-filter: blur(25px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--shadow-sm);
}

.bento-item::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter2)' opacity='0.015'/%3E%3C/svg%3E");
    pointer-events: none;
}

.bento-item:hover {
    border-color: var(--border-color-hover);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
}

.bento-col-2 {
    grid-column: span 2;
}

.bento-row-2 {
    grid-row: span 2;
}

.bento-item h3 {
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.bento-item p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Bento Item Header / Icon alignment */
.bento-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.bento-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 8px;
    background: rgba(255, 79, 26, 0.06);
    border: 1px solid rgba(255, 79, 26, 0.12);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.bento-item:hover .bento-icon {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.3);
}

/* Scroll Down Mouse Indicator */
.scroll-indicator {
    position: absolute;
    bottom: -6.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-dark);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
}

.scroll-indicator:hover {
    color: var(--heading-color);
}

.scroll-indicator svg {
    width: 22px;
    height: 36px;
    border: 2px solid currentColor;
    border-radius: 20px;
    opacity: 0.8;
}

.scroll-indicator-wheel {
    animation: scrollWheel 2s infinite;
    fill: currentColor;
}

@keyframes scrollWheel {
    0% { transform: translateY(3px); opacity: 0; }
    30% { opacity: 1; }
    75% { transform: translateY(12px); opacity: 0; }
    100% { transform: translateY(3px); opacity: 0; }
}

/* Scroll Reveal Animations */
.reveal {
    opacity: 0;
    transform: translateY(24px) scale(0.99);
    filter: blur(4px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

/* Stagger reveals inside container */
.reveal-group {
}

.reveal-group .reveal {
    transition-delay: calc(var(--reveal-index, 0) * 0.08s);
}

/* Custom visual styles for Bento elements */
.bento-mockup-wrap {
    margin-top: 1.5rem;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(220px, auto);
    }
}

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .bento-col-2 {
        grid-column: span 1;
    }
    .scroll-indicator {
        display: none; /* Hide on mobile to save space */
    }
}

/* ==========================================================================
   SEGMENTED LANGUAGE SELECTOR PILL STYLES
   ========================================================================== */

/* Segmented Language Selector Pill */
.lang-selector-pill {
    display: none !important;
}

.lang-btn {
    padding: 0.35rem 0.8rem;
    font-size: 0.725rem;
    font-weight: 800;
    border-radius: 50px;
    cursor: pointer;
    transition: var(--transition);
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lang-btn.active {
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.lang-btn:hover:not(.active) {
    color: var(--text-main);
}

/* general overrides for readability */
.dashboard-mockup, 
.mockup-sourcing-card, 
.delivery-tracker {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-main) !important;
    box-shadow: var(--shadow-sm), var(--card-shadow) !important;
}

.mockup-api-container {
    background: #030712;
    border-color: rgba(255, 255, 255, 0.06);
    color: #f3f4f6;
}

.timeline::before {
    background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.timeline-badge {
    background: var(--bg-card);
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.integration-card {
    background: var(--bg-card);
    border-color: var(--border-color);
    color: var(--text-main);
}

.integration-logo img {
    filter: none;
}

/* Fix mobile navigation background color */
@media (max-width: 1150px) {
    .nav-links {
        background: var(--bg-nav-links-mobile);
    }
}

/* ==========================================================================
   HIGH-FIDELITY MOCKUP & COMPONENT STYLE UPGRADES (Light SaaS Style)
   ========================================================================== */

/* Trustpilot Rating Banner */
.trustpilot-inline-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: var(--bg-mockup-input);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow-sm);
}
.trustpilot-stars {
    color: #00b67a; /* Trustpilot Green */
    font-size: 0.85rem;
    letter-spacing: -0.05em;
}

/* Premium Dashboard Inner Grid & Layout */
.dashboard-mockup {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    overflow: hidden;
}

.mockup-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid var(--border-color-mockup);
    background: var(--bg-mockup-header);
}

.mockup-search-pill {
    background: var(--bg-mockup-search-pill);
    border: 1px solid var(--border-color-mockup);
    border-radius: 6px;
    padding: 0.3rem 1rem;
    font-size: 0.725rem;
    font-family: var(--font-mono);
    color: var(--text-dark);
    text-align: center;
    width: 220px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mockup-sub-nav {
    display: flex;
    gap: 1.25rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid var(--border-color-mockup);
    background: var(--bg-mockup-subnav);
}
.mockup-tab {
    font-size: 0.725rem;
    font-weight: 800;
    color: var(--text-dark);
    padding: 0.6rem 0.25rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
}
.mockup-tab.active {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.mockup-body {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1rem;
    padding: 1.25rem;
    background: var(--bg-mockup-body);
}

/* Left panel sourcing module */
.mockup-panel-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.mockup-subcard {
    background: var(--bg-mockup-subcard);
    border: 1px solid var(--border-color-mockup);
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.01);
}

.mockup-input-box {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color-mockup);
    border-radius: 6px;
    padding: 0.35rem 0.6rem;
    background: var(--bg-mockup-input);
    font-size: 0.7rem;
    font-family: var(--font-mono);
    color: var(--text-main);
    gap: 0.4rem;
    margin-top: 0.5rem;
    justify-content: space-between;
}
.mockup-input-btn {
    background: var(--color-primary);
    color: #ffffff;
    font-family: var(--font-body);
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.6rem;
    cursor: pointer;
    transition: var(--transition);
}
.mockup-input-btn:hover {
    background: #4338ca;
}

/* Code editor console overlay (technical automation display) */
.mockup-code-terminal {
    background: #090d16 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 10px;
    padding: 1rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: #94a3b8;
    line-height: 1.5;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.15);
    text-align: left;
}
.code-keyword { color: #f472b6; }
.code-string { color: #FF8059; }
.code-number { color: #fbbf24; }
.code-success { color: #FF8059; font-weight: bold; }
.code-info { color: #38bdf8; }

/* SVG Dashboard line animations */
.chart-path-pulse {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawLine 3.5s forwards cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes drawLine {
    to { stroke-dashoffset: 0; }
}

.chart-point-pulse {
    animation: pulseCircle 2s infinite;
}
@keyframes pulseCircle {
    0% { r: 3px; opacity: 1; }
    50% { r: 6px; opacity: 0.4; }
    100% { r: 3px; opacity: 1; }
}

/* Integration Flow Chart Nodes */
.flow-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.5rem;
}
.flow-nodes-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 2;
}
.flow-node-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.05);
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-main);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.01);
}
.flow-node-item img {
    height: 16px;
    width: auto;
}
.flow-center-node {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: var(--color-primary);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.85rem;
    box-shadow: 0 8px 20px -6px rgba(255, 79, 26, 0.4);
    z-index: 2;
    border: 3px solid #ffffff;
    animation: centerPulse 2.5s infinite alternate;
}
@keyframes centerPulse {
    0% { transform: scale(1); box-shadow: 0 8px 16px -6px rgba(255, 79, 26, 0.4); }
    100% { transform: scale(1.06); box-shadow: 0 8px 24px -4px rgba(255, 79, 26, 0.6); }
}

.flow-svg-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.flow-dash-animation {
    stroke-dasharray: 6 6;
    animation: dashFlow 25s linear infinite;
}
@keyframes dashFlow {
    to { stroke-dashoffset: -200; }
}

/* Infinite Logo Marquee */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 2rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: transparent;
    border-top: 1px dashed rgba(15, 23, 42, 0.06);
    border-bottom: 1px dashed rgba(15, 23, 42, 0.06);
    margin: 3.5rem 0;
    
    /* Modern CSS Masking for perfectly synchronized fade-out at edges */
    -webkit-mask-image: linear-gradient(to right, transparent, #000 120px, #000 calc(100% - 120px), transparent);
    mask-image: linear-gradient(to right, transparent, #000 120px, #000 calc(100% - 120px), transparent);
}

.marquee-track {
    display: flex;
    gap: 1.5rem;
    animation: scrollMarquee 40s linear infinite;
    width: max-content;
    align-items: center;
}

.marquee-item {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--text-muted);
    background: rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.06);
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    transition: var(--transition);
}

.marquee-item:hover {
    color: var(--color-primary);
    background: rgba(255, 79, 26, 0.05);
    border-color: rgba(255, 79, 26, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.08);
}

.marquee-item img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.marquee-item:hover img {
    filter: grayscale(0%) opacity(1);
}

.marquee-item img:not(:last-child) {
    margin-right: 0.5rem;
}

/* Bullet Dots for text-only items */
.bullet-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.bullet-dot.magento { background-color: #f46f25; box-shadow: 0 0 6px #f46f25; }
.bullet-dot.prestashop { background-color: #df0067; box-shadow: 0 0 6px #df0067; }
.bullet-dot.tiktok { background-color: #0f172a; box-shadow: 0 0 6px rgba(15, 23, 42, 0.4); }
.bullet-dot.shopee { background-color: #ee4d2d; box-shadow: 0 0 6px #ee4d2d; }
.bullet-dot.lazada { background-color: #0f146d; box-shadow: 0 0 6px #0f146d; }
.bullet-dot.aliexpress { background-color: #e62e04; box-shadow: 0 0 6px #e62e04; }

.marquee-item:hover .bullet-dot.magento { box-shadow: 0 0 12px 2px #f46f25; transform: scale(1.25); }
.marquee-item:hover .bullet-dot.prestashop { box-shadow: 0 0 12px 2px #df0067; transform: scale(1.25); }
.marquee-item:hover .bullet-dot.tiktok { box-shadow: 0 0 12px 2px rgba(15, 23, 42, 0.6); transform: scale(1.25); }
.marquee-item:hover .bullet-dot.shopee { box-shadow: 0 0 12px 2px #ee4d2d; transform: scale(1.25); }
.marquee-item:hover .bullet-dot.lazada { box-shadow: 0 0 12px 2px #0f146d; transform: scale(1.25); }
.marquee-item:hover .bullet-dot.aliexpress { box-shadow: 0 0 12px 2px #e62e04; transform: scale(1.25); }

@keyframes scrollMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Rotate mailer 3D effect in packaging bento */
.mailer-3d-wrapper {
    perspective: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.mailer-3d-card {
    width: 140px;
    height: 180px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 24px -8px rgba(15, 23, 42, 0.08), 0 2px 4px -2px rgba(15, 23, 42, 0.02);
    transform: rotateX(12deg) rotateY(-18deg) rotateZ(3deg);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    transform-style: preserve-3d;
}
.bento-item:hover .mailer-3d-card {
    transform: rotateX(5deg) rotateY(-8deg) rotateZ(1deg) scale(1.08);
    box-shadow: 0 20px 40px -12px rgba(255, 79, 26, 0.16), 0 4px 12px -4px rgba(15, 23, 42, 0.04);
    border-color: rgba(255, 79, 26, 0.25);
}

/* Quote Invoice Card on Bento Sourcing */
.quote-invoice-card {
    display: flex;
    flex-direction: column;
    width: 95%;
    background: var(--bg-mockup-subcard);
    border: 1px solid var(--border-color-mockup);
    border-radius: 8px;
    padding: 0.75rem;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.02);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
}
.bento-item:hover .quote-invoice-card {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 36px -8px rgba(15, 23, 42, 0.06), 0 4px 10px rgba(15, 23, 42, 0.02);
    border-color: rgba(15, 23, 42, 0.12);
}
.bento-item:hover #quote-total-val {
    filter: drop-shadow(0 0 2px rgba(230, 62, 16, 0.15));
}

/* Savings Radial Gauge Hover Glow on Bento Rates */
.bento-item:hover svg path[stroke="url(#accentGrad)"] {
    filter: drop-shadow(0 0 4px var(--color-primary));
    stroke-width: 10px;
}
.bento-item svg path {
    transition: stroke-width 0.4s ease, filter 0.4s ease;
}

/* Shipping Route Map Hover Glow on Bento Shipping */
.bento-item:hover svg .flow-dash-animation {
    stroke-width: 2.2px;
    filter: drop-shadow(0 0 3px var(--color-primary));
}
.bento-item svg .flow-dash-animation {
    transition: stroke-width 0.4s ease, filter 0.4s ease;
}
.bento-item:hover svg text {
    fill: var(--color-primary);
    font-weight: 900;
}
.bento-item svg text {
    transition: fill 0.4s ease, font-weight 0.4s ease;
}

/* Category Filter Pills on Product Gallery */
.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.filter-pill {
    padding: 0.5rem 1.25rem;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.05);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--text-dark);
    cursor: pointer;
    transition: var(--transition);
}
.filter-pill.active, .filter-pill:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px -3px rgba(255, 79, 26, 0.35);
}

/* Hover overlay removed in favor of direct specifications layout */

/* 3D Floating Stage in Hero Section */
.hero-3d-stage {
    position: relative;
    width: 100%;
    height: 540px;
    perspective: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.globe-backdrop {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 820px;
    height: 820px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.85;
    -webkit-mask-image: radial-gradient(circle, black 38%, transparent 72%);
    mask-image: radial-gradient(circle, black 38%, transparent 72%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}
#globe-canvas {
    width: 100%;
    height: 100%;
    display: block;
}
/* Subtle parallax on hover */
.hero-section:hover .globe-backdrop {
    transform: translate(-50%, -46%) scale(1.03);
    opacity: 1;
}
.float-layer {
    position: absolute;
    background: var(--bg-float-layer);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    border: 1px solid var(--border-float-layer);
    border-radius: 16px;
    padding: 1.2rem 1.4rem;
    transform-style: preserve-3d;
    transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 
                0 4px 30px rgba(0, 0, 0, 0.01), 
                0 25px 50px -12px rgba(255, 79, 26, 0.08);
}
.float-layer:hover {
    border-color: rgba(255, 79, 26, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 
                0 8px 32px rgba(255, 79, 26, 0.08), 
                0 30px 65px -10px rgba(255, 79, 26, 0.15);
}

/* Overlapping positions - Redesigned using Golden Ratio progressions */
.layer-back {
    width: 290px;
    height: auto;
    top: -12%;
    left: -12%;
    transform: translate3d(0, 0, -70px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg);
    z-index: 1;
    opacity: 0.85;
    animation: cardEntryBack 1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.layer-mid {
    width: 330px;
    height: auto;
    top: 14%;
    left: 20%;
    transform: translate3d(0, 0, 40px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg);
    z-index: 3;
    animation: cardEntryMid 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.layer-front {
    width: 310px;
    height: auto;
    top: 42%;
    left: -10%;
    transform: translate3d(0, 0, 140px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg);
    z-index: 4; /* frontmost in view order */
    animation: cardEntryFront 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both;
}

/* Layer 4: Live Orders Ticker Card */
.layer-orders {
    width: 280px;
    height: auto;
    top: -14%;
    right: -10%;
    left: auto;
    transform: translate3d(0, 0, -30px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg);
    z-index: 2;
    animation: cardEntryOrders 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s both;
}
@keyframes cardEntryOrders {
    from { opacity: 0; transform: translate3d(30px, -20px, -30px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); }
    to   { opacity: 1; transform: translate3d(0, 0, -30px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); }
}

/* Layer 5: Shipping Rate Card */
.layer-rates {
    width: 300px;
    height: auto;
    top: 46%;
    right: -12%;
    left: auto;
    transform: translate3d(0, 0, 240px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg);
    z-index: 5;
    animation: cardEntryRates 1s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}
@keyframes cardEntryRates {
    from { opacity: 0; transform: translate3d(40px, 40px, 240px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); }
    to   { opacity: 1; transform: translate3d(0, 0, 240px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); }
}

/* Shipping Rate Card Specific Widgets Styling */
.mockup-destination-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.6rem 0 0.8rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    transition: opacity 0.4s ease;
}
.dest-flag {
    font-size: 0.8rem;
    line-height: 1;
}
.dest-name {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--text-main);
}
.mockup-rates-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    transition: opacity 0.4s ease;
}
.rates-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.04);
}
.rate-service {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.service-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.service-dot.primary {
    background: var(--color-primary);
    box-shadow: 0 0 8px var(--color-primary);
}
.service-dot.accent {
    background: var(--color-accent);
    box-shadow: 0 0 8px var(--color-accent);
}
.service-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.service-name {
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--text-main);
}
.service-time {
    font-size: 0.55rem;
    color: var(--text-dark);
}
.rate-price {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--color-primary);
}

/* Orders ticker scroll */
.orders-ticker-wrap {
    height: 168px;
    overflow: hidden;
    position: relative;
    margin-top: 0.65rem;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 20px, #000 calc(100% - 20px), transparent);
}
.orders-ticker {
    animation: scrollOrders 8.5s linear infinite;
}
@keyframes scrollOrders {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
.order-row {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 0.72rem;
    line-height: 1;
}
.order-flag { font-size: 0.85rem; flex-shrink: 0; }
.order-id   { color: var(--text-muted); font-weight: 600; font-size: 0.68rem; flex-shrink: 0; min-width: 46px; }
.order-prod { color: var(--text-main); font-weight: 500; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.order-amt  { color: var(--text-main); font-weight: 700; font-size: 0.72rem; flex-shrink: 0; }
.order-badge {
    flex-shrink: 0;
    width: 18px; height: 18px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.6rem; font-weight: 700;
}
.order-badge.fulfilled { background: rgba(16,185,129,0.12); color: #059669; }
.order-badge.shipped   { background: rgba(255,79,26,0.1);   color: var(--color-primary); }


/* Card Mockup Styles */
.mockup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
    padding-bottom: 0.55rem;
    margin-bottom: 0.75rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.mockup-title {
    color: #64748b;
    font-family: 'Inter', monospace;
    letter-spacing: -0.015em;
}

.mockup-status {
    font-weight: 700;
    font-size: 0.6rem;
    padding: 0.15rem 0.5rem;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
}

.mockup-status.active {
    background: rgba(255, 79, 26, 0.05);
    color: #FF4F1A;
    border: 1px solid rgba(255, 79, 26, 0.12);
}

.mockup-status.accent {
    background: rgba(255, 79, 26, 0.05);
    color: #FF4F1A;
    border: 1px solid rgba(255, 79, 26, 0.12);
}

.mockup-body {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.mockup-icon-box {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    background: rgba(255, 79, 26, 0.01);
    border: 1px solid rgba(255, 79, 26, 0.12);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(255, 79, 26, 0.03);
}

.mockup-info {
    flex: 1;
}

.mockup-text-primary {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-main);
}

.mockup-text-secondary {
    font-size: 0.65rem;
    color: var(--text-muted);
    font-family: var(--font-mono);
    margin-top: 0.1rem;
}

.mockup-footer-log {
    margin-top: 0.75rem;
    font-size: 0.6rem;
    color: var(--text-muted);
    background: var(--bg-mockup-log);
    padding: 0.35rem 0.5rem;
    border-radius: 4px;
    font-family: var(--font-mono);
    border: 1px solid var(--border-color);
}

.mockup-search-bar {
    background: var(--bg-mockup-search);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.35rem 0.6rem;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: var(--text-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.mockup-search-text {
    flex: 1;
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0.5rem;
}

.mockup-search-btn {
    background: var(--color-primary);
    color: #ffffff;
    padding: 0.15rem 0.45rem;
    border-radius: 4px;
    font-size: 0.6rem;
    font-family: var(--font-body);
    font-weight: 800;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(255, 79, 26, 0.08);
    white-space: nowrap;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.mockup-search-btn:hover {
    background: #4338ca;
}

.mockup-compare-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mockup-compare-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    padding: 0.4rem 0.75rem;
    font-size: 0.7rem;
    transition: all 0.3s ease;
}

.mockup-compare-item.competitor {
    border: 1px solid rgba(239, 68, 68, 0.08);
    background: rgba(239, 68, 68, 0.02);
    color: #b91c1c;
    font-weight: 500;
}

.mockup-compare-item.gp {
    border: 1px solid rgba(255, 128, 89, 0.06);
    background: rgba(255, 128, 89, 0.03);
    color: #047857;
    font-weight: 600;
}

.price-strikethrough {
    font-weight: 800;
    text-decoration: line-through;
}

.price-box {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.price-value {
    font-weight: 800;
}

.discount-badge {
    font-size: 0.6rem;
    padding: 0.1rem 0.35rem;
    background: #FF8059;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 800;
}

.mockup-barcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
    background: rgba(15, 23, 42, 0.015);
    padding: 0.4rem;
    border-radius: 6px;
    border: 1px solid rgba(15, 23, 42, 0.04);
}

.mockup-barcode {
    display: flex;
    gap: 2px;
    height: 16px;
    width: 100%;
    justify-content: center;
    background: repeating-linear-gradient(90deg, #0f172a, #0f172a 2px, transparent 2px, transparent 4px);
    opacity: 0.35;
}

.mockup-barcode-text {
    font-family: var(--font-mono);
    font-size: 0.55rem;
    color: #64748b;
    margin-top: 0.25rem;
    letter-spacing: 0.08em;
}

.mockup-progress-track {
    width: 100%;
    margin-top: 0.5rem;
}

.progress-bar-container {
    width: 100%;
    height: 4px;
    background: rgba(15, 23, 42, 0.04);
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    position: relative;
}

.progress-bar-fill {
    height: 100%;
    width: 65%;
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    border-radius: 2px;
    position: relative;
    animation: progressPulse 2.5s infinite ease-in-out;
}

@keyframes progressPulse {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

.progress-status-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
    color: var(--text-muted);
    font-weight: 500;
}

.progress-status-row strong {
    color: var(--heading-color);
}

/* Double Border Glassmorphism overrides for standard cards */
.card, .bento-item, .mockup-subcard {
    box-shadow: var(--inset-border), var(--shadow-card-base) !important;
}
.card:hover, .bento-item:hover {
    box-shadow: var(--inset-border), var(--shadow-card-hover), var(--shadow-glow) !important;
}

/* Fiber timeline connecting track */
.timeline-fiber-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(15, 23, 42, 0.05);
    transform: translateX(-50%);
    overflow: hidden;
}
.timeline-fiber-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, transparent, var(--color-primary), transparent);
    animation: timelinePulseFlow 5s infinite linear;
}
@keyframes timelinePulseFlow {
    0% { top: -120px; }
    100% { top: 100%; }
}

@media (max-width: 768px) {
    .hero-3d-stage {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        perspective: none;
        transform: none !important;
        transform-origin: center !important;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .float-layer {
        position: static;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        opacity: 1 !important;
        box-shadow: var(--shadow-md) !important;
    }
}

/* Typewriter blinking cursor styling */
.typewriter-cursor {
    display: inline-block;
    width: 2px;
    height: 12px;
    background-color: var(--text-dark);
    animation: blinkCursor 0.8s steps(2, start) infinite;
    vertical-align: middle;
    margin-left: 1px;
}
@keyframes blinkCursor {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Sourcing simulated quotes animation classes */
.sourcing-fade-item {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.sourcing-fade-item.show {
    opacity: 1;
    transform: translateY(0);
}



/* Flying cargo dot on route maps */
.cargo-flight-dot {
    animation: flyCargo 4.5s infinite linear;
    fill: var(--color-primary);
}
@keyframes flyCargo {
    0% { offset-distance: 0%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { offset-distance: 100%; opacity: 0; }
}

/* Scroll progress bar at the top of page */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary), var(--color-accent));
    z-index: 10000;
    pointer-events: none;
    transition: width 0.08s ease-out;
}

/* Bento item mouse glow spotlight styling */
.bento-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(500px circle at var(--mouse-x, 0px) var(--mouse-y, 0px), rgba(255, 79, 26, 0.06), transparent 50%);
    z-index: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    opacity: 0;
}
.bento-item:hover::before {
    opacity: 1;
}

/* Ensure child elements stay above background glow pseudoelements */
.bento-item > * {
    position: relative;
    z-index: 2;
}

/* Glassmorphic card spotlight glow transition enhancement */
.card-glow::before {
    transition: opacity 0.5s ease;
    opacity: 0;
}
.card-glow:hover::before {
    opacity: 1;
}

/* Staggered Card Entry & Inner Element Animations */
@keyframes cardEntryBack {
    0% { opacity: 0; transform: translate3d(-60px, 40px, -150px) rotateX(25deg) rotateY(-30deg) rotateZ(5deg); }
    100% { transform: translate3d(0, 0, -50px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); opacity: 0.85; }
}
@keyframes cardEntryMid {
    0% { opacity: 0; transform: translate3d(0px, 80px, -50px) rotateX(25deg) rotateY(-30deg) rotateZ(5deg); }
    100% { transform: translate3d(0, 0, 50px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); opacity: 1; }
}
@keyframes cardEntryFront {
    0% { opacity: 0; transform: translate3d(60px, 60px, -100px) rotateX(25deg) rotateY(-30deg) rotateZ(5deg); }
    100% { transform: translate3d(0, 0, 150px) rotateX(12deg) rotateY(-18deg) rotateZ(2deg); opacity: 1; }
}
@keyframes fillProgress {
    0% { width: 0%; }
    30% { width: 45%; }
    70% { width: 72%; }
    100% { width: 72%; }
}
@keyframes pulseIcon {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(6deg); }
}
@keyframes flashLog {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.progress-bar-fill {
    transition: width 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mockup-icon-box {
    animation: pulseIcon 3s ease-in-out infinite;
}
.mockup-footer-log {
    animation: flashLog 2s ease-in-out infinite;
}

/* ==========================================================================
   SUPPLY CHAIN PERFORMANCE & ANALYTICS STYLES
   ========================================================================== */
.analytics-dashboard {
    background: var(--bg-card);
    backdrop-filter: blur(25px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 3rem;
    margin-top: 3.5rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.analytics-dashboard::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.015) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.analytics-dashboard > * {
    position: relative;
    z-index: 1;
}

/* Tabs */
.analytics-tabs {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    padding-bottom: 1.2rem;
}

.analytics-tab {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1.6rem;
    border-radius: var(--radius-sm);
    font-weight: 700;
    color: var(--text-dark);
    font-size: 0.95rem;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid transparent;
}

.analytics-tab:hover {
    color: var(--color-primary);
    background: rgba(255, 79, 26, 0.03);
}

.analytics-tab.active {
    color: #ffffff;
    background: var(--color-primary);
    box-shadow: 0 8px 20px -6px rgba(255, 79, 26, 0.4);
    border-color: var(--color-primary);
}

.tab-icon {
    stroke-width: 2.2px;
}

/* Panels */
.analytics-panel {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.analytics-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.panel-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.panel-header h3 {
    font-size: 1.45rem;
    margin-bottom: 0.4rem;
    font-weight: 800;
    color: var(--heading-color);
}

.panel-header p {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* Country Pill Selectors */
.chart-country-selectors {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.chart-country-pill {
    padding: 0.4rem 1.1rem;
    border-radius: 50px;
    font-size: 0.825rem;
    font-weight: 600;
    color: var(--text-muted);
    border: 1px solid var(--border-color);
    cursor: pointer;
    background: var(--bg-dashboard-card);
    transition: var(--transition);
}

.chart-country-pill:hover, .chart-country-pill.active {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: rgba(255, 79, 26, 0.06);
}

/* Bar Chart */
.bar-chart-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
}

.bar-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bar-label-group {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-main);
}

.carrier-name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bar-track {
    height: 12px;
    background: rgba(15, 23, 42, 0.04);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(15, 23, 42, 0.02);
}

.bar-fill {
    height: 100%;
    border-radius: 50px;
    width: 0%;
    transition: width 1.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
}

.bar-fill.primary {
    background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
    box-shadow: 0 0 12px rgba(255, 79, 26, 0.15);
}

.bar-fill.secondary {
    background: linear-gradient(90deg, var(--color-secondary), var(--color-accent));
}

.bar-fill.muted {
    background: #94a3b8;
}

.bar-fill.dark {
    background: #475569;
}

/* Line Chart */
.line-chart-wrapper {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    height: 250px;
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}

.line-chart-svg line {
    stroke: var(--border-color) !important;
}

.line-chart-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.cost-line-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cost-area-path {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); /* clipping mask for draw-in animation */
    transition: opacity 1s ease 0.5s;
    opacity: 0;
}

.line-chart-wrapper.animated .cost-line-path {
    stroke-dashoffset: 0;
}

.line-chart-wrapper.animated .cost-area-path {
    opacity: 1;
}

.chart-interaction-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    cursor: crosshair;
}

/* Axis Labels */
.chart-axis-x {
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 1.5rem 0 1.5rem;
    font-size: 0.725rem;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.chart-axis-x span {
    width: 90px;
    text-align: center;
}

/* Dot markers */
.chart-marker {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 3px solid var(--color-primary);
    box-shadow: 0 0 10px rgba(255, 79, 26, 0.4);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s ease;
    cursor: pointer;
    z-index: 5;
}

.line-chart-wrapper.animated .chart-marker {
    transform: translate(-50%, -50%) scale(1);
}

.chart-marker:hover, .chart-marker.active {
    background: var(--color-accent);
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 14px rgba(255, 79, 26, 0.7);
}

/* Tooltip */
.chart-tooltip {
    position: absolute;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 0.8rem 1rem;
    box-shadow: var(--shadow-lg);
    font-size: 0.8rem;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -100%) translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 20;
    min-width: 140px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.chart-tooltip.show {
    opacity: 1;
    transform: translate(-50%, -100%) translateY(-4px);
}

.tooltip-vol {
    font-size: 0.725rem;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.2rem;
    font-weight: 700;
}

.tooltip-row {
    display: flex;
    justify-content: space-between;
    margin: 0.2rem 0;
    font-weight: 500;
    color: var(--text-muted);
}

.tooltip-row .old-price {
    text-decoration: line-through;
    color: #94a3b8;
}

.tooltip-row .new-price {
    color: var(--color-primary);
}

.tooltip-row.saving-row {
    margin-top: 0.4rem;
    padding-top: 0.3rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.08);
    font-weight: 700;
}

.savings-badge {
    background: rgba(255, 128, 89, 0.15);
    color: var(--color-secondary);
    padding: 0.05rem 0.4rem;
    border-radius: 4px;
    font-size: 0.725rem;
}

/* Radial Gauges Grid */
.radial-gauges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.gauge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gauge-item h4 {
    font-size: 1.05rem;
    margin: 1rem 0 0.4rem 0;
    font-weight: 800;
    color: var(--heading-color);
}

.gauge-item p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.4;
    max-width: 220px;
}

.gauge-circle-wrap {
    position: relative;
    width: 120px;
    height: 120px;
}

.gauge-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.gauge-bg-circle {
    fill: none;
    stroke: rgba(15, 23, 42, 0.04);
    stroke-width: 8px;
}

.gauge-fill-circle {
    fill: none;
    stroke-width: 8px;
    stroke-linecap: round;
    transition: stroke-dashoffset 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gauge-fill-circle.primary {
    stroke: var(--color-primary);
}

.gauge-fill-circle.secondary {
    stroke: var(--color-secondary);
}

.gauge-fill-circle.accent {
    stroke: var(--color-accent);
}

.gauge-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    font-weight: 900;
    font-family: var(--font-heading);
    color: var(--heading-color);
}

/* Responsiveness for Analytics Section */
@media (max-width: 768px) {
    .analytics-dashboard {
        padding: 1.5rem;
    }
    .analytics-tabs {
        flex-direction: column;
        gap: 0.5rem;
        padding-bottom: 0;
        border-bottom: none;
    }
    .analytics-tab {
        width: 100%;
        justify-content: center;
    }
    .radial-gauges-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .chart-axis-x {
        padding: 0.8rem 1rem 0 1rem;
        font-size: 0.65rem;
    }
}

/* How It Works Timeline Mockup Cards Hover Overrides */
.timeline-item .mockup-sourcing-card, 
.timeline-item .delivery-tracker {
    background: var(--bg-card) !important;
    backdrop-filter: blur(25px);
    border: 1px solid var(--border-color) !important;
    box-shadow: var(--shadow-sm) !important;
    transition: var(--transition);
}

.timeline-item .mockup-sourcing-card:hover, 
.timeline-item .delivery-tracker:hover {
    border-color: var(--border-color-hover) !important;
    box-shadow: var(--shadow-md), var(--shadow-glow) !important;
    transform: translateY(-3px);
}

/* Responsive Footer & CTA overrides */
@media (max-width: 991px) {
    .cta-banner-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .cta-badge, .cta-banner-mockup {
        margin-left: auto;
        margin-right: auto;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .cta-banner h2 {
        font-size: 2.25rem;
    }
    
    .payment-methods-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    footer {
        padding: 4rem 0 2rem 0;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-bottom: 3rem;
    }
    
    .footer-info p {
        max-width: 100%;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
        margin-top: 3rem;
    }
    
    .cta-banner {
        padding: 3.5rem 2rem;
    }
    
    .cta-banner h2 {
        font-size: 1.85rem;
    }
    
    .payment-methods-grid {
        grid-template-columns: 1fr;
    }
}

/* Glassmorphic Form Enhancements */
.interactive-form .form-control {
    background: var(--bg-input) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-input) !important;
    border-radius: 12px;
    color: var(--text-main);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.interactive-form .form-control:focus {
    background: var(--bg-input-focus) !important;
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(255, 79, 26, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

/* Live Support Dashboard Widget */
.support-dashboard-card {
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border: 1px solid var(--border-dashboard-card);
    border-radius: 24px;
    padding: 2.25rem;
    box-shadow: 
        0 1px 3px rgba(15, 23, 42, 0.01),
        0 20px 40px -10px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.support-dashboard-card:hover {
    border-color: rgba(255, 79, 26, 0.15);
    box-shadow: 
        0 30px 60px -15px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

.support-live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.725rem;
    font-weight: 700;
    color: #059669;
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.12);
    padding: 0.3rem 0.75rem;
    border-radius: 99px;
    margin-bottom: 1.25rem;
    letter-spacing: 0.03em;
}

.support-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.support-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.25rem;
}

.support-stat-item {
    background: rgba(15, 23, 42, 0.02);
    border: 1px solid rgba(15, 23, 42, 0.03);
    border-radius: 14px;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.support-stat-item:hover {
    background: rgba(255, 79, 26, 0.03);
    border-color: rgba(255, 79, 26, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.02);
}

.support-stat-value {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--heading-color);
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.support-stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
}

.support-agents-online {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px dashed var(--border-color);
}

.support-avatar-group {
    display: flex;
}

.support-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -8px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: bold;
    color: #475569;
}

.support-avatar:first-child {
    margin-left: 0;
}

.support-avatar-text {
    font-size: 0.8rem;
    color: var(--text-dark);
    margin-left: 0.5rem;
}

/* Direct Channels Premium Cards */
.channel-card {
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--shadow-sm);
}

.channel-card.active-border {
    border-color: rgba(255, 79, 26, 0.15);
}

.channel-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 79, 26, 0.22);
    box-shadow: 0 12px 28px -10px rgba(15, 23, 42, 0.06);
}

.channel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.channel-icon.whatsapp {
    background: rgba(25, 203, 115, 0.06);
    color: #128c7e;
    border: 1px solid rgba(25, 203, 115, 0.15);
}

.channel-card:hover .channel-icon.whatsapp {
    background: #128c7e;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(18, 140, 126, 0.25);
}

.channel-icon.skype {
    background: rgba(0, 175, 240, 0.06);
    color: #00aff0;
    border: 1px solid rgba(0, 175, 240, 0.15);
}

.channel-card:hover .channel-icon.skype {
    background: #00aff0;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 175, 240, 0.25);
}

.channel-icon.email {
    background: rgba(255, 79, 26, 0.06);
    color: var(--color-primary);
    border: 1px solid rgba(255, 79, 26, 0.15);
}

.channel-card:hover .channel-icon.email {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 79, 26, 0.25);
}

.channel-content h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--heading-color);
}

.channel-desc {
    font-size: 0.825rem;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.channel-link {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.825rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.2s ease;
}

.channel-link:hover {
    color: var(--color-secondary);
    gap: 0.4rem;
}

/* Office Details Card */
.office-details-card {
    background: var(--bg-mockup-input);
    border: 1px dashed var(--border-color);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.office-details-card:hover {
    border-style: solid;
    border-color: rgba(255, 79, 26, 0.15);
    background: rgba(255, 79, 26, 0.01);
}

/* Premium FAQ Accordion */
.faq-accordion-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
}

.faq-item {
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-dashboard-card);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-item:hover {
    border-color: rgba(255, 79, 26, 0.15);
    box-shadow: 0 10px 25px -10px rgba(15, 23, 42, 0.04);
}

.faq-item.active {
    border-color: rgba(255, 79, 26, 0.25);
    background: var(--bg-card);
    box-shadow: 0 12px 30px -10px rgba(255, 79, 26, 0.08);
}

.faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--heading-color);
    text-align: left;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    transition: color 0.25s ease;
}

.faq-trigger:hover {
    color: var(--color-primary);
}

.faq-chevron {
    color: var(--text-dark);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-chevron {
    transform: rotate(180deg);
    color: var(--color-primary);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-content-inner {
    padding: 0 2rem 1.75rem 2rem;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

/* Sourcing Price Comparison Widget */
.sourcing-compare-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 2.25rem;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.sourcing-compare-card:hover {
    border-color: rgba(255, 79, 26, 0.15);
    box-shadow: var(--shadow-lg), 0 0 25px rgba(255, 79, 26, 0.02);
}

.sourcing-compare-select {
    width: 100%;
    background: var(--bg-card-hover);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 1.75rem;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23FF4F1A'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.15rem;
    transition: all 0.2s ease;
}

.sourcing-compare-select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 12px rgba(255, 79, 26, 0.1);
}

.sourcing-bars-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.sourcing-bar-row {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.sourcing-bar-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.775rem;
    font-weight: 700;
}

.sourcing-bar-label {
    color: var(--text-dark);
}

.sourcing-bar-price {
    color: var(--heading-color);
}

.sourcing-bar-track {
    background: rgba(15, 23, 42, 0.04);
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.sourcing-bar-fill {
    height: 100%;
    border-radius: 5px;
    width: 0;
    transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.sourcing-bar-fill.competitor {
    background: #ef4444;
}

.sourcing-bar-fill.gp {
    background: linear-gradient(to right, var(--color-primary), var(--color-accent));
}

.sourcing-savings-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 79, 26, 0.05);
    border: 1px dashed var(--color-primary);
    color: var(--color-primary);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    gap: 0.4rem;
}

/* Premium Blog Hub Overhaul */
.blog-featured {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    align-items: center;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 3.5rem;
    margin-bottom: 4rem;
    box-shadow: var(--shadow-lg);
    transition: all 0.3s ease;
    overflow: hidden;
}

.blog-featured:hover {
    border-color: rgba(255, 79, 26, 0.15);
    box-shadow: var(--shadow-lg), 0 0 35px rgba(255, 79, 26, 0.03);
}

.blog-featured-img {
    height: 340px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 79, 26, 0.08) 0%, rgba(99, 102, 241, 0.08) 100%);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.blog-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-featured:hover .blog-featured-img img {
    transform: scale(1.03);
}

.blog-featured-img svg {
    width: 64px;
    height: 64px;
    color: var(--color-primary);
    filter: drop-shadow(0 6px 12px rgba(255, 79, 26, 0.12));
    transition: transform 0.4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-featured:hover .blog-featured-img svg {
    transform: translate(-50%, -50%) scale(1.08) rotate(3deg);
}

.blog-featured-img::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 79, 26, 0.15) 0%, transparent 70%);
    filter: blur(20px);
    animation: floatGlow 10s infinite alternate;
}

@keyframes floatGlow {
    0% { transform: translate(-20px, -20px); }
    100% { transform: translate(20px, 20px); }
}

.blog-featured-img svg {
    width: 90px;
    height: 90px;
    z-index: 2;
    color: var(--color-primary);
    filter: drop-shadow(0 8px 16px rgba(255, 79, 26, 0.2));
}

.blog-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.blog-category {
    text-transform: uppercase;
    color: var(--color-primary);
    letter-spacing: 0.05em;
    background: rgba(255, 79, 26, 0.06);
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
}

.blog-featured-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    padding-top: 1.5rem;
}

.blog-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #475569;
    border: 1.5px solid var(--border-color);
    font-size: 0.85rem;
}

.blog-author-info {
    display: flex;
    flex-direction: column;
}

.blog-author-name {
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--heading-color);
}

.blog-read-time {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Blog Cards */
.blog-card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 79, 26, 0.15);
    box-shadow: var(--shadow-lg), 0 0 25px rgba(255, 79, 26, 0.02);
}

.blog-card-img {
    height: 180px;
    background: linear-gradient(135deg, rgba(255, 79, 26, 0.04) 0%, rgba(99, 102, 241, 0.04) 100%);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.06);
}

.blog-card-img svg {
    width: 48px;
    height: 48px;
    color: var(--color-primary);
    filter: drop-shadow(0 4px 8px rgba(255, 79, 26, 0.12));
    transition: transform 0.4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card:hover .blog-card-img svg {
    transform: translate(-50%, -50%) scale(1.08) rotate(3deg);
}

.blog-card-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-content h3 {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
    letter-spacing: -0.015em;
}

.blog-card-content h3 a {
    color: var(--heading-color);
    transition: color 0.2s ease;
}

.blog-card h3 a::after,
.blog-featured h2 a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
}

.blog-card-content h3 a:hover {
    color: var(--color-primary);
}

.blog-card-content .blog-featured-author {
    margin-top: auto !important;
}

.blog-card-content p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Category pills styling */
.blog-categories {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.blog-category-tag {
    cursor: pointer;
    font-size: 0.825rem;
    font-weight: 700;
    color: var(--text-dark);
    padding: 0.4rem 1.1rem;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    background: var(--bg-card);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.blog-category-tag:hover, .blog-category-tag.active {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
    box-shadow: 0 4px 10px rgba(255, 79, 26, 0.15);
}

/* Tech Article Reader Overhaul */
.blog-reading-container {
    max-width: 860px;
    margin: 8rem auto 8rem auto;
    padding: 4.5rem 5.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(15, 23, 42, 0.03), 0 1px 4px rgba(15, 23, 42, 0.01);
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-muted);
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    background: var(--bg-card);
    box-shadow: var(--shadow-sm);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-back-link span {
    transition: transform 0.2s ease;
}

.blog-back-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
}

.blog-back-link:hover span {
    transform: translateX(-3px);
}

.blog-post-header {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    z-index: 1 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 3.5rem !important;
    transition: none !important;
}

.blog-post-header .blog-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1.25rem;
}

.blog-post-header .blog-category {
    background: rgba(255, 79, 26, 0.07);
    color: var(--color-primary);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.725rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.blog-post-header h1 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: var(--heading-color);
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.blog-post-author-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.blog-post-author-info {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.blog-post-author-info .blog-author-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 79, 26, 0.15);
}

.blog-post-author-info .blog-author-name {
    font-weight: 700;
    color: var(--heading-color);
    font-size: 0.925rem;
    display: block;
    margin-bottom: 0.15rem;
}

.blog-post-author-info .blog-read-time {
    font-size: 0.775rem;
    color: var(--text-muted);
}

.blog-post-content {
    font-size: 1.1rem;
    line-height: 1.85;
    color: var(--text-main);
}

.blog-post-content p {
    margin-bottom: 2rem;
}

.blog-post-content h2 {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--heading-color);
    margin-top: 3.5rem;
    margin-bottom: 1.25rem;
    border-left: 3px solid var(--color-primary);
    padding-left: 1rem;
}

.blog-post-content h3 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--heading-color);
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
}

.blog-post-content blockquote {
    border-left: 4px solid var(--color-primary);
    background: rgba(255, 79, 26, 0.02);
    padding: 1.75rem 2.25rem;
    margin: 3rem 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    font-size: 1.125rem;
    color: var(--heading-color);
    line-height: 1.8;
}

/* Custom Styled Bullet Lists */
.blog-post-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.blog-post-content ul li {
    font-size: 1.05rem;
    line-height: 1.65;
    position: relative;
    padding-left: 1.75rem;
}

.blog-post-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: 800;
}

/* Custom Styled Numbered Lists */
.blog-post-content ol {
    counter-reset: blog-ol-counter;
    list-style: none;
    padding-left: 0;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.blog-post-content ol li {
    font-size: 1.05rem;
    line-height: 1.65;
    position: relative;
    padding-left: 2.25rem;
    counter-increment: blog-ol-counter;
}

.blog-post-content ol li::before {
    content: counter(blog-ol-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 1.35rem;
    height: 1.35rem;
    background: rgba(255, 79, 26, 0.08);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.blog-post-content code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.875rem;
    background: rgba(15, 23, 42, 0.05);
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    color: var(--color-secondary);
}

.blog-post-content pre {
    background: #0f172a;
    border-radius: 12px;
    padding: 1.75rem;
    overflow-x: auto;
    margin: 3rem 0;
    border: 1px solid var(--border-color);
}

.blog-post-content pre code {
    background: transparent;
    padding: 0;
    color: #f8fafc;
    font-size: 0.875rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .blog-featured {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2.5rem;
    }
    .blog-featured-img {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .blog-post-header h1 {
        font-size: 1.85rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1.5rem !important;
    }
    .blog-reading-container {
        margin: 5.5rem 0 0 0 !important;
        padding: 2.5rem 1.25rem !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: var(--bg-card) !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Blog Table Styling */
.blog-post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2.5rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
}
.blog-post-content th, .blog-post-content td {
    padding: 1rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}
.blog-post-content th {
    background-color: rgba(255, 79, 26, 0.03);
    color: var(--heading-color);
    font-weight: 700;
}
.blog-post-content tr:hover {
    background-color: rgba(255, 79, 26, 0.01);
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Premium Blog Post Content Images */
.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    margin: 2.5rem auto;
    display: block;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-color);
}

/* Custom Styled Blog CTA Card */
.blog-cta-card {
    margin-top: 5rem;
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    border: 1px solid rgba(255, 79, 26, 0.2) !important;
    background: rgba(255, 79, 26, 0.02) !important;
    border-radius: var(--radius-md);
    transition: var(--transition);
}

.blog-cta-card:hover {
    border-color: var(--color-primary) !important;
    background: rgba(255, 79, 26, 0.04) !important;
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.blog-cta-content {
    max-width: 485px;
    text-align: left;
}

.blog-cta-content h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--heading-color);
}

.blog-cta-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    color: var(--text-muted);
}

/* Responsive CTA */
@media (max-width: 768px) {
    .blog-cta-card {
        padding: 1.75rem 1.25rem !important;
        text-align: center !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 1.25rem !important;
    }
    .blog-cta-content {
        max-width: 100% !important;
        text-align: center !important;
    }
    .blog-cta-content h4 {
        font-size: 1.15rem !important;
    }
    .blog-cta-content p {
        font-size: 0.85rem !important;
    }
    .blog-cta-card .btn {
        width: 100% !important;
        text-align: center !important;
    }
}

/* Article Reading Page Banner Cover */
.blog-reading-cover {
    width: 100%;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 3rem;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

.blog-reading-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .blog-reading-cover {
        height: 220px;
        border-radius: 8px;
        margin-bottom: 2rem;
    }
}

/* Testimonials Redesign & Premium Grid/Tabs Layout */
.testimonials-metrics-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 2rem 3rem;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    box-shadow: var(--shadow-sm);
}

.metric-item {
    flex: 1;
    text-align: center;
}

.metric-item h3 {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--heading-color);
    line-height: 1.2;
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
    background: var(--metric-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.metric-item p {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.metric-item-divider {
    width: 1px;
    height: 3.5rem;
    background: rgba(var(--color-primary-rgb), 0.15);
    margin: 0 1.5rem;
}

.testimonials-filter-tabs-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3rem;
}

.testimonials-filter-tabs {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.03);
    border: 1px solid rgba(15, 23, 42, 0.06);
    padding: 5px;
    border-radius: 30px;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.testimonials-filter-tabs::-webkit-scrollbar {
    display: none;
}

.filter-tab {
    position: relative;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    background: transparent;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    transition: color 0.3s ease;
    box-shadow: none;
    z-index: 2;
}

.filter-tab:hover {
    color: var(--text-main);
    background: transparent;
    transform: none;
}

.filter-tab.active {
    color: #ffffff;
    background: transparent;
    border: none;
    box-shadow: none;
}

/* Sliding indicator */
.tab-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    background: var(--color-primary);
    border-radius: 25px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    box-shadow: 0 4px 12px rgba(238, 82, 37, 0.25);
}

.testimonials-grid-wrapper {
    width: 100%;
    position: relative;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* Base Testimonial Card Styling */
.testimonial-card {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 2.25rem;
    border-radius: var(--radius-md);
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 2;
    transition: var(--transition);
    opacity: 0;
}

@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card.show-card {
    display: flex;
    animation: cardFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.testimonial-card:hover {
    background: var(--bg-card-hover);
    border-color: var(--border-color-hover);
    box-shadow: var(--shadow-lg), var(--shadow-glow);
    transform: translateY(-5px);
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.725rem;
    font-weight: 700;
    color: #059669; /* emerald 600 */
    background: rgba(5, 150, 105, 0.08);
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
}

.verified-icon {
    stroke: #059669;
}

.platform-badge-pill {
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.platform-shopify {
    color: #008060;
    background: rgba(0, 128, 96, 0.08);
}

.platform-woo {
    color: #96588a;
    background: rgba(150, 88, 138, 0.08);
}

.platform-tiktok {
    color: var(--text-main);
    background: var(--bg-mockup-input);
    border: 1px solid var(--border-color);
}

.platform-multi {
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.08);
}

.quote-icon-watermark {
    position: absolute;
    top: 5.5rem;
    right: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    color: rgba(15, 23, 42, 0.035);
    z-index: 0;
    pointer-events: none;
    transition: var(--transition);
}

[data-theme="dark"] .quote-icon-watermark {
    color: rgba(255, 255, 255, 0.03);
}

.testimonial-stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1.25rem;
    color: #f59e0b;
}

.testimonial-card-headline {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.45;
    margin-bottom: 0.75rem;
    z-index: 1;
}

.testimonial-quote {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 0.975rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    flex-grow: 1;
    z-index: 1;
}

.testimonial-outcome-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-primary);
    background: rgba(238, 82, 37, 0.06);
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px dashed rgba(238, 82, 37, 0.25);
    z-index: 1;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    border-top: 1px solid var(--border-color);
    padding-top: 1.25rem;
}

.testimonial-author-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.avatar-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.avatar-pink { background: linear-gradient(135deg, #ec4899, #be185d); }
.avatar-orange { background: linear-gradient(135deg, var(--color-accent), var(--color-primary)); }
.avatar-green { background: linear-gradient(135deg, #10b981, #047857); }
.avatar-purple { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.avatar-gold { background: linear-gradient(135deg, #d97706, #b45309); }

.testimonial-author-name {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.15rem;
}

.testimonial-author-title {
    font-size: 0.75rem;
    color: var(--text-dark);
}

/* Chevron Rotation when expanded */
.btn-expanded .toggle-chevron {
    transform: rotate(180deg);
}

/* Responsive adjustments for Testimonials Redesign */
@media (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .testimonials-metrics-row {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem;
    }
    .metric-item-divider {
        display: none;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .testimonial-card {
        padding: 1.75rem;
    }
    .quote-icon-watermark {
        top: 4.75rem;
        right: 1.75rem;
    }
}

/* Minimalist Cost Comparison Table Styles (Ecomflow Style) */
.comparison-table-section {
    margin-top: 5rem;
    margin-bottom: 3.5rem;
    text-align: center;
}

.comparison-table-wrapper {
    background: var(--bg-dashboard-card);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 20px 50px -12px rgba(15, 23, 42, 0.04), 0 0 1px rgba(15, 23, 42, 0.02);
    max-width: 860px;
    margin: 0 auto;
    overflow-x: auto;
    border: 1px solid var(--border-color);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.95rem;
}

.comparison-table th {
    font-family: var(--font-heading);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    white-space: nowrap;
}

.comparison-table td {
    padding: 1.15rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-muted);
}

.comparison-table tr:hover td {
    background: rgba(238, 82, 37, 0.008) !important;
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    color: var(--color-primary);
    background-color: rgba(238, 82, 37, 0.015); /* Sleek container-direct highlight column */
    border-left: 1px solid rgba(238, 82, 37, 0.05);
    border-right: 1px solid rgba(238, 82, 37, 0.05);
}

.comparison-table tr:hover td:nth-child(3) {
    background-color: rgba(238, 82, 37, 0.025) !important;
}

.comparison-table th:nth-child(3) {
    background-color: rgba(238, 82, 37, 0.015);
}

.comparison-table .row-total {
    font-weight: 800;
}

.comparison-table .row-total td {
    border-top: 2px solid rgba(238, 82, 37, 0.15);
    border-bottom: none;
    background: rgba(238, 82, 37, 0.04) !important;
    color: var(--text-main);
    font-size: 1.1rem;
    padding: 1.35rem 1.5rem;
}

.comparison-table .row-total td:nth-child(3) {
    color: var(--color-primary);
    font-size: 1.2rem;
    text-shadow: 0 0 10px rgba(238, 82, 37, 0.15);
    background: rgba(238, 82, 37, 0.06) !important;
}

.table-footnote {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 1.25rem;
    text-align: left;
    padding-left: 1.5rem;
}

/* Logistics Flow Banner (Premium Brand Style) */
.logistics-flow-banner {
    background: linear-gradient(135deg, #0b0f19 0%, #1a1f2c 50%, #0d1117 100%);
    border: 1px solid rgba(238, 82, 37, 0.15);
    border-radius: 20px;
    padding: 3.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px -15px rgba(238, 82, 37, 0.08);
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Add a subtle map background overlay in the top right */
.logistics-flow-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-image: radial-gradient(rgba(238, 82, 37, 0.08) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    mask-image: radial-gradient(circle at top right, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 80%);
    -webkit-mask-image: radial-gradient(circle at top right, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 80%);
    opacity: 0.45;
    pointer-events: none;
}

.flow-text-content {
    position: relative;
    z-index: 2;
    text-align: left;
}

.flow-link:hover {
    color: var(--color-accent) !important;
}

.flow-link svg {
    transition: transform 0.2s;
}

.flow-link:hover svg {
    transform: translateX(3px);
}

.flow-diagram-container {
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.flow-connections-svg {
    width: 100%;
    height: 120px;
    display: block;
    position: relative;
    z-index: 1;
}

.flow-nodes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    margin-top: -42px; /* Pull nodes up to align with SVG line centers */
}

.flow-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
    text-align: center;
}

.flow-icon-box {
    width: 3.25rem;
    height: 3.25rem;
    background: rgba(238, 82, 37, 0.08);
    border: 1.5px solid rgba(238, 82, 37, 0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    box-shadow: 0 4px 15px rgba(238, 82, 37, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.flow-node:hover .flow-icon-box {
    border-color: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(238, 82, 37, 0.45);
    transform: translateY(-2px);
}

.flow-node-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e8f0;
    line-height: 1.4;
    max-width: 130px;
    font-family: 'Inter', sans-serif;
}

/* Responsive flow adjustments */
@media (max-width: 820px) {
    .flow-connections-svg {
        display: none; /* Hide SVG connection lines on tablet/mobile */
    }
    .flow-nodes {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .flow-node {
        width: 100%;
        flex-direction: row;
        text-align: left;
        gap: 1.25rem;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.04);
        padding: 1rem 1.5rem;
        border-radius: 12px;
    }
    .flow-icon-box {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .flow-node-label {
        max-width: none;
    }
    .logistics-flow-banner {
        padding: 2.25rem;
        gap: 2rem;
    }
}

/* Minimalist Cost Comparison Product Tabs (Premium Segmented Control Style) */
.comparison-tabs-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 2.5rem;
    overflow: visible;
}

.comparison-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--bg-mockup-input);
    border: 1px solid var(--border-color);
    padding: 5px;
    border-radius: 99px;
    gap: 0.25rem;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02), 0 1px 2px rgba(15, 23, 42, 0.01);
}

.comparison-tabs::-webkit-scrollbar {
    display: none;
}

.comp-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.35rem;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: transparent;
    color: var(--text-muted);
    opacity: 0.7;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    flex-shrink: 0;
}

.comp-tab span {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    position: relative;
    z-index: 2;
}

.comp-tab.active {
    opacity: 1;
    color: var(--text-main);
    background: var(--bg-card);
    border-color: var(--border-color-hover);
    box-shadow: 0 4px 14px rgba(238, 82, 37, 0.06), var(--shadow-sm);
}

.comp-tab:hover:not(.active) {
    opacity: 1;
    color: var(--text-main);
    background: var(--bg-mockup-input);
}

.tab-progress-wrapper {
    position: absolute;
    bottom: 5px;
    left: 1.35rem;
    right: 1.35rem;
    height: 2.5px;
    background: rgba(238, 82, 37, 0.08);
    border-radius: 99px;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.comp-tab.active .tab-progress-wrapper {
    opacity: 1;
}

.tab-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--color-primary);
    border-radius: 99px;
    position: relative;
    transition: none; /* JS controlled */
}

/* Number animation transition helpers */
.comparison-table td {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.comparison-table .updating-val {
    animation: flashNumber 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes flashNumber {
    0% {
        opacity: 0.6;
        text-shadow: 0 0 12px rgba(238, 82, 37, 0.35);
    }
    50% {
        opacity: 0.85;
        text-shadow: 0 0 4px rgba(238, 82, 37, 0.1);
    }
    100% {
        opacity: 1;
        text-shadow: none;
    }
}

/* Theme Toggle Button Styles */
.theme-toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--bg-card);
    color: var(--text-main);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    margin-right: 0.75rem;
}

.theme-toggle-btn:hover {
    border-color: var(--border-color-hover);
    box-shadow: var(--shadow-md);
    transform: scale(1.08);
}

.theme-toggle-btn svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

/* Light mode active state (show moon, hide sun) */
[data-theme="light"] .theme-toggle-btn .sun-icon {
    transform: rotate(-90deg) scale(0);
    opacity: 0;
}
[data-theme="light"] .theme-toggle-btn .moon-icon {
    transform: rotate(0) scale(1);
    opacity: 1;
}

/* Dark/default active state mapping (show sun, hide moon) */
[data-theme="dark"] .theme-toggle-btn .sun-icon {
    transform: rotate(0) scale(1);
    opacity: 1;
}
[data-theme="dark"] .theme-toggle-btn .moon-icon {
    transform: rotate(90deg) scale(0);
    opacity: 0;
}

/* Fallbacks when data-theme is not yet set but client prefers dark */
@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .theme-toggle-btn .sun-icon {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
    html:not([data-theme="light"]) .theme-toggle-btn .moon-icon {
        transform: rotate(90deg) scale(0);
        opacity: 0;
    }
}

/* Make sure orange gradients don't lose contrast in dark mode */
[data-theme="dark"] .text-gradient {
    background: linear-gradient(135deg, #FF6F47 0%, #FF3D00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mobile Select Dropdowns for Filters */
.console-mobile-select-wrapper,
.categories-mobile-select-wrapper,
.blog-mobile-select-wrapper {
    display: none;
    width: 100%;
}

.console-mobile-select,
.categories-mobile-select,
.blog-mobile-select {
    width: 100%;
    padding: 0.9rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--heading-color);
    background: var(--bg-mockup-input);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    outline: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: var(--shadow-sm);
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23FF4F1A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 16px;
    padding-right: 3rem;
}

.console-mobile-select:focus,
.categories-mobile-select:focus,
.blog-mobile-select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(255, 79, 26, 0.1), var(--shadow-md);
}

.console-mobile-select option,
.categories-mobile-select option,
.blog-mobile-select option {
    background: var(--bg-card);
    color: var(--text-main);
    font-weight: 600;
}

@media (max-width: 768px) {
    .console-tabs {
        display: none !important;
    }
    .console-mobile-select-wrapper {
        display: block !important;
        margin-bottom: 1.5rem;
    }
    .blog-categories {
        display: none !important;
    }
    .blog-mobile-select-wrapper {
        display: block !important;
        margin-bottom: 1rem;
    }
}
/* Service Page Mockup Grid Adaptations */
.brand-mockup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
}

.stock-mockup-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

@media (max-width: 576px) {
    .brand-mockup-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .stock-mockup-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .comparison-tabs-container {
        margin-bottom: 1.5rem;
    }
    
    .comparison-table-wrapper {
        padding: 1.25rem 0.75rem;
        border-radius: 16px;
    }
    
    .comparison-table {
        font-size: 0.825rem;
    }
    
    .comparison-table th {
        padding: 0.85rem 0.4rem;
        font-size: 0.725rem;
    }
    
    .comparison-table td {
        padding: 0.75rem 0.4rem;
    }
    
    .comparison-table .row-total td {
        font-size: 0.9rem;
        padding: 0.85rem 0.4rem;
    }
    
    .comp-tab {
        padding: 0.45rem 0.85rem;
    }
}

/* Card padding utilities for responsive design */
.card-padding-lg { padding: 3.5rem; }
.card-padding-md { padding: 2.25rem; }
.card-padding-sm { padding: 1.75rem; }

@media (max-width: 768px) {
    .card-padding-lg { padding: 2rem 1.25rem; }
    .card-padding-md { padding: 1.5rem 1.25rem; }
    .card-padding-sm { padding: 1.25rem 1rem; }
    .form-card { padding: 2rem 1.25rem; }
    
    /* Clean global responsive vertical margins and paddings for mobile mode */
    .section-padding {
        padding: 4.5rem 0;
    }
    
    .hero-section {
        padding-top: 7rem;
        padding-bottom: 4.5rem;
    }
    
    .container {
        padding: 0 1.25rem;
    }
    
    .grid-2 {
        gap: 2.5rem;
    }
    
    .section-desc {
        margin-bottom: 2.25rem;
    }
    
    .timeline {
        margin-top: 2rem;
    }
    
    .comparison-table-section {
        margin-top: 2.5rem;
        margin-bottom: 1.5rem;
    }
    
    .testimonial-quote {
        margin-bottom: 1rem;
    }
    
    .testimonial-outcome-badge {
        margin-bottom: 1rem;
    }
}
