
/* style.css */
/*
Theme Name: SalesHive
Theme URI: https://saleshive.com
Author: SalesHive
Author URI: https://saleshive.com
Description: A custom dark theme for SalesHive - built for AI-assisted development with custom HTML pages.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saleshive
*/

/* ============================================
   CSS CUSTOM PROPERTIES (Design Tokens)
   ============================================ */
:root {
    /* ===========================================
       DYNAMIC PAGE HIGHLIGHT COLOR
       Default: #F8BF58 (Gold/Amber)
       =========================================== */
    --sh-page-highlight: #F8BF58;
    --sh-page-highlight-r: 248;
    --sh-page-highlight-g: 191;
    --sh-page-highlight-b: 88;
    --sh-page-highlight-light: #FFB366;
    --sh-page-highlight-dark: #E67300;
    
    /* Mesh gradient color variants */
    /* Primary: Deep Purple #360947 */
    --sh-mesh-primary-r: 54;
    --sh-mesh-primary-g: 9;
    --sh-mesh-primary-b: 71;
    /* Secondary: Soft Orange #F8BF58 */
    --sh-mesh-v1-r: 248;
    --sh-mesh-v1-g: 191;
    --sh-mesh-v1-b: 88;
    /* V2: Muted Purple #9B5092 */
    --sh-mesh-v2-r: 155;
    --sh-mesh-v2-g: 80;
    --sh-mesh-v2-b: 146;
    /* V3: Deep Magenta #C33C6A */
    --sh-mesh-v3-r: 195;
    --sh-mesh-v3-g: 60;
    --sh-mesh-v3-b: 106;
    
    /* ===========================================
       BRAND COLORS (same in light & dark mode)
       =========================================== */
    --sh-orange: #ff8c1a;
    --sh-orange-light: #ffb347;
    --sh-orange-dark: #ff6b00;
    --sh-purple: #9b51e0;
    --sh-purple-light: #b57bee;
    --sh-green: #28c840;
    --sh-red: #ff5f57;
    --sh-yellow: #febc2e;
    --sh-teal: #00c896;
    --sh-cyan: #22d3ee;
    --sh-indigo: #818cf8;
    
    /* ===========================================
       THEME VARIABLES (Dark Mode = Default)
       Use these throughout your pages!
       =========================================== */
    
    /* Background Colors */
    --sh-bg-base: #07070a;           /* Page background - slightly lighter for gradient visibility */
    --sh-bg-primary: #0a0a0c;        /* Primary sections - warmer dark */
    --sh-bg-secondary: #100f14;      /* Secondary/elevated sections - warmer */
    --sh-bg-tertiary: #18161e;       /* Tertiary/card backgrounds - warmer */
    --sh-bg-card: rgba(0, 0, 0, 0.4);              /* Cards - darker, more contrast */
    --sh-bg-card-hover: rgba(0, 0, 0, 0.5);        /* Card hover - slightly lighter than card */
    --sh-bg-input: rgba(255, 255, 255, 0.04);
    --sh-bg-overlay: rgba(0, 0, 0, 0.45);       /* 45% black overlay for mesh */
    --sh-bg-overlay-50: rgba(0, 0, 0, 0.5);  /* 50% black - flips to 50% white in light mode */
    --sh-bg-glass: rgba(8, 8, 12, 0.85);
    
    /* Text Colors */
    --sh-text-primary: #ffffff;                    /* Headings, important text */
    --sh-text-secondary: rgba(255, 255, 255, 0.7); /* Body text */
    --sh-text-muted: rgba(255, 255, 255, 0.5);     /* Subtle text, labels */
    --sh-text-faint: rgba(255, 255, 255, 0.3);     /* Very subtle text */
    --sh-text-inverted: #000000;                   /* Text on accent backgrounds */
    
    /* Border Colors */
    --sh-border-subtle: rgba(255, 255, 255, 0.06);
    --sh-border-default: rgba(255, 255, 255, 0.1);
    --sh-border-emphasis: rgba(255, 255, 255, 0.18);
    --sh-border-strong: rgba(255, 255, 255, 0.28);
    
    /* Shadow Colors */
    --sh-shadow-color: 0, 0, 0;  /* RGB values for rgba() */
    --sh-shadow-sm: 0 2px 8px rgba(var(--sh-shadow-color), 0.3);
    --sh-shadow-md: 0 8px 24px rgba(var(--sh-shadow-color), 0.4);
    --sh-shadow-lg: 0 25px 50px rgba(var(--sh-shadow-color), 0.5);
    --sh-shadow-glow-orange: 0 0 40px rgba(255, 107, 0, 0.4);
    --sh-shadow-glow-purple: 0 0 40px rgba(155, 81, 224, 0.3);
    
    /* ===========================================
       LEGACY VARIABLES (for backward compatibility)
       =========================================== */
    --sh-black: #0a0a0c;
    --sh-dark: #100f14;
    --sh-dark-purple: #18101c;
    --sh-white: #ffffff;
    --sh-gray-100: rgba(255, 255, 255, 0.9);
    --sh-gray-200: rgba(255, 255, 255, 0.7);
    --sh-gray-300: rgba(255, 255, 255, 0.6);
    --sh-gray-400: rgba(255, 255, 255, 0.5);
    --sh-gray-500: rgba(255, 255, 255, 0.4);
    --sh-gray-600: rgba(255, 255, 255, 0.3);
    --sh-gray-700: rgba(255, 255, 255, 0.2);
    --sh-gray-800: rgba(255, 255, 255, 0.1);
    --sh-gray-900: rgba(255, 255, 255, 0.05);
    --sh-shadow-elevated: var(--sh-shadow-lg);
    
    /* ===========================================
       NON-THEME VARIABLES (same in both modes)
       =========================================== */
    
    /* Typography */
    --sh-font-primary: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --sh-font-mono: 'JetBrains Mono', 'Fira Code', monospace;
    
    /* Spacing */
    --sh-container-max: 1400px;
    --sh-container-padding: 40px;
    
    /* Transitions */
    --sh-transition-fast: 0.2s ease;
    --sh-transition-medium: 0.3s ease;
    --sh-transition-slow: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
    /* Border Radius */
    --sh-radius-sm: 8px;
    --sh-radius-md: 12px;
    --sh-radius-lg: 20px;
    --sh-radius-xl: 30px;
    --sh-radius-full: 50px;
}

/* ============================================
   LIGHT MODE - Override theme variables
   html.light-mode needed for instant apply in <head> before body loads
   ============================================ */
html.light-mode,
body.light-mode,
[data-theme="light"] {
    /* Background Colors */
    --sh-bg-base: #ffffff;
    --sh-bg-primary: #f8f9fa;
    --sh-bg-secondary: #f0f1f3;
    --sh-bg-tertiary: #e9eaec;
    --sh-bg-card: rgba(255, 255, 255, 0.5);
    --sh-bg-card-hover: rgba(255, 255, 255, 1);
    --sh-bg-input: rgba(0, 0, 0, 0.04);
    --sh-bg-overlay: rgba(255, 255, 255, 0.2);       /* 20% white overlay for mesh */
    --sh-bg-overlay-50: rgba(255, 255, 255, 0.5);  /* 50% white in light mode */
    --sh-bg-glass: rgba(255, 255, 255, 0.9);
    
    /* Text Colors */
    --sh-text-primary: #1a1a2e;
    --sh-text-secondary: rgba(0, 0, 0, 0.7);
    --sh-text-muted: rgba(0, 0, 0, 0.5);
    --sh-text-faint: rgba(0, 0, 0, 0.3);
    --sh-text-inverted: #ffffff;
    
    /* Border Colors */
    --sh-border-subtle: rgba(0, 0, 0, 0.06);
    --sh-border-default: rgba(0, 0, 0, 0.12);
    --sh-border-emphasis: rgba(0, 0, 0, 0.18);
    --sh-border-strong: rgba(0, 0, 0, 0.30);
    
    /* Shadow Colors - more visible in light mode */
    --sh-shadow-color: 0, 0, 0;
    --sh-shadow-sm: 0 2px 8px rgba(var(--sh-shadow-color), 0.10);
    --sh-shadow-md: 0 8px 24px rgba(var(--sh-shadow-color), 0.15);
    --sh-shadow-lg: 0 25px 50px rgba(var(--sh-shadow-color), 0.18);
    --sh-shadow-glow-orange: 0 0 40px rgba(255, 107, 0, 0.2);
    --sh-shadow-glow-purple: 0 0 40px rgba(155, 81, 224, 0.15);
    
    /* Legacy variable overrides for light mode */
    --sh-black: #f8f9fa;
    --sh-dark: #f0f1f3;
    --sh-white: #1a1a2e;
    --sh-gray-100: rgba(0, 0, 0, 0.9);
    --sh-gray-200: rgba(0, 0, 0, 0.7);
    --sh-gray-300: rgba(0, 0, 0, 0.6);
    --sh-gray-400: rgba(0, 0, 0, 0.5);
    --sh-gray-500: rgba(0, 0, 0, 0.4);
    --sh-gray-600: rgba(0, 0, 0, 0.3);
    --sh-gray-700: rgba(0, 0, 0, 0.2);
    --sh-gray-800: rgba(0, 0, 0, 0.1);
    --sh-gray-900: rgba(0, 0, 0, 0.05);
}

/* ============================================
   LIGHT MODE - Component overrides
   For elements with hardcoded dark gradients
   ============================================ */
body.light-mode .sh-service-card,
body.light-mode .sh-pricing-card,
body.light-mode .sh-case-study-card,
body.light-mode .sh-testimonial-card,
body.light-mode .sh-faq-item,
body.light-mode .sh-stat-card,
body.light-mode .sh-feature-card,
body.light-mode .sh-process-step,
body.light-mode .sh-pipeline-card,
body.light-mode .sh-meeting-card,
body.light-mode .sh-integration-card {
    background: var(--sh-bg-card) !important;
    border-color: var(--sh-border-default) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
}

/* Hero styles are now self-contained in hero-shortcode.php */

body.light-mode .sh-service-card:hover,
body.light-mode .sh-pricing-card:hover,
body.light-mode .sh-case-study-card:hover,
body.light-mode .sh-feature-card:hover {
    background: #ffffff !important;
    border-color: var(--sh-border-emphasis) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

/* Service icon backgrounds in light mode */
body.light-mode .sh-service-icon {
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.12) !important;
}

/* ============================================
   RESET & BASE STYLES
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    overflow-x: hidden; /* Prevent horizontal scroll from parallax/transforms */
}

/* Hide scrollbar for Chrome, Safari, Opera */
html::-webkit-scrollbar {
    display: none;
}

body {
    font-family: var(--sh-font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--sh-text-secondary);
    background: transparent; /* Allow .sh-global-bg gradient to show through */
    min-height: 100vh;
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow-x: hidden; /* Prevent horizontal scroll from parallax/transforms */
}

/* Selection */
::selection {
    background: var(--sh-orange);
    color: var(--sh-text-inverted);
}

/* Links */
a {
    color: var(--sh-orange-light);
    text-decoration: none;
    transition: color var(--sh-transition-fast);
}

a:hover {
    color: var(--sh-orange);
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: var(--sh-text-primary);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* Fix Splitting.js character spacing in flex containers */
h1 .word, h2 .word, h3 .word,
h1 .char, h2 .char, h3 .char {
    display: inline !important;
}

/* When heading has flex display with icon, wrap text in span */
h1[data-rise-anim], h2[data-rise-anim], h3[data-rise-anim] {
    display: block !important;
    gap: 0 !important;
}

h1 { font-size: clamp(2.5rem, 5vw, 4.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

/* Paragraphs */
p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

/* Lists */
ul, ol {
    padding-left: 1.5em;
}

li {
    margin-bottom: 0.5em;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.sh-container {
    max-width: var(--sh-container-max);
    margin: 0 auto;
    padding: 0 var(--sh-container-padding);
}

.sh-text-gradient {
    background: linear-gradient(135deg, var(--sh-orange-light) 0%, var(--sh-orange) 50%, var(--sh-orange-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sh-text-gradient-purple {
    background: linear-gradient(135deg, var(--sh-purple-light) 0%, var(--sh-purple) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   BUTTONS
   ============================================ */
.sh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: var(--sh-font-primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: var(--sh-radius-md);
    cursor: pointer;
    transition: all var(--sh-transition-slow);
    position: relative;
    overflow: hidden;
}

.sh-btn-primary {
    background: linear-gradient(135deg, var(--sh-orange), var(--sh-orange-dark));
    color: var(--sh-text-inverted);
    box-shadow: var(--sh-shadow-sm);
}

.sh-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: btnShimmer 3s infinite;
}

@keyframes btnShimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

.sh-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh-shadow-md);
    color: var(--sh-text-inverted);
}

.sh-btn-secondary {
    background: transparent;
    color: var(--sh-text-primary);
    border: 1px solid var(--sh-border-emphasis);
}

.sh-btn-secondary:hover {
    background: var(--sh-bg-card);
    border-color: rgba(255, 140, 26, 0.5);
    color: var(--sh-text-primary);
}

.sh-btn-ghost {
    background: transparent;
    color: var(--sh-text-secondary);
    padding: 12px 20px;
}

.sh-btn-ghost:hover {
    color: var(--sh-orange-light);
}

/* ============================================
   FORMS
   ============================================ */
input, textarea, select {
    font-family: var(--sh-font-primary);
    font-size: 16px;
    color: var(--sh-text-primary);
    background: var(--sh-bg-input);
    border: 1px solid var(--sh-border-default);
    border-radius: var(--sh-radius-sm);
    padding: 14px 18px;
    width: 100%;
    transition: all var(--sh-transition-fast);
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--sh-orange);
    box-shadow: 0 0 0 3px rgba(255, 140, 26, 0.1);
}

input::placeholder, textarea::placeholder {
    color: var(--sh-text-muted);
}

/* ============================================
   CARDS
   ============================================ */

/* ---------------------------------------------
   CARD BASE (Legacy - kept for compatibility)
   Add .sh-hover-simple or .sh-hover-awesome for hover effects
   --------------------------------------------- */
.sh-card {
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-default);
    border-radius: var(--sh-radius-lg);
    padding: 30px;
}

/* ---------------------------------------------
   UNIFIED CARD SYSTEM
   Two card variants for consistent styling:
   1. .sh-card-base   — Clean, minimal hover
   2. .sh-card-accent — Prominent with accent bar
   --------------------------------------------- */

/* Shared card properties - add .sh-hover-simple or .sh-hover-awesome for hover */
.sh-card-base,
.sh-card-accent {
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-default);
    border-radius: 20px;
    padding: 32px;
}

/* ---------------------------------------------
   CARD MODIFIERS
   --------------------------------------------- */

/* Always show accent bar (not just on hover) */
.sh-card-accent.sh-card-accent--always::before {
    opacity: 1;
}

/* Full-width accent bar */
.sh-card-accent.sh-card-accent--full-bar::before {
    left: 0;
    right: 0;
    border-radius: 0;
}

/* Highlighted/featured card */
.sh-card-base.sh-card--featured,
.sh-card-accent.sh-card--featured {
    background: linear-gradient(145deg, 
        rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.08), 
        var(--sh-bg-card)
    );
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.2);
}

.sh-card-accent.sh-card--featured::before {
    opacity: 1;
}

/* No hover effects (static card) */
.sh-card-base.sh-card--static,
.sh-card-accent.sh-card--static {
    cursor: default;
}

.sh-card-base.sh-card--static:hover,
.sh-card-accent.sh-card--static:hover {
    transform: none;
    background: var(--sh-bg-card);
    border-color: var(--sh-border-default);
    box-shadow: none;
}

/* =====================================================
   UNIFIED HOVER SYSTEM
   Two hover styles for all interactive elements:
   1. .sh-hover-simple  — Subtle lift, no accent bar (small elements)
   2. .sh-hover-awesome — Prominent lift, gradient accent bar (large cards)
   ===================================================== */

/* ----- HOVER SIMPLE ----- */
/* For: small cards, list items, subtle interactions */
.sh-hover-simple {
    transition: all 0.3s ease;
    position: relative;
}

.sh-hover-simple:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ----- HOVER AWESOME ----- */
/* For: large cards, featured content, prominent CTAs */
.sh-hover-awesome {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.sh-hover-awesome::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sh-page-highlight), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.sh-hover-awesome:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    box-shadow: 0 25px 50px var(--sh-bg-overlay-50);
}

.sh-hover-awesome:hover::before {
    opacity: 1;
}

/* Legacy class - maps to hover-awesome */
.sh-hover-white {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.sh-hover-white::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sh-page-highlight), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.sh-hover-white:hover {
    transform: translateY(-8px);
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    box-shadow: 0 25px 50px var(--sh-bg-overlay-50);
}

.sh-hover-white:hover::before {
    opacity: 1;
}

/* Clickable card (link wrapper) */
a.sh-card-base,
a.sh-card-accent {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* ---------------------------------------------
   CARD INNER ELEMENTS
   Consistent styling for common card parts
   --------------------------------------------- */

/* Card icon container */
.sh-card-icon {
    width: 56px;
    height: 56px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.12);
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.sh-card-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--sh-page-highlight);
    fill: none;
    stroke-width: 2;
    transition: transform 0.3s ease;
}

/* Icon scales up on hover when parent has hover class */
.sh-hover-simple:hover .sh-card-icon,
.sh-hover-awesome:hover .sh-card-icon {
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.18);
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.35);
    transform: scale(1.05);
}

.sh-hover-simple:hover .sh-card-icon svg,
.sh-hover-awesome:hover .sh-card-icon svg {
    transform: scale(1.1);
}

/* Card title */
.sh-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 10px;
    line-height: 1.3;
}

/* Card subtitle/eyebrow */
.sh-card-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--sh-page-highlight);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 16px;
}

/* Card description */
.sh-card-description {
    font-size: 15px;
    color: var(--sh-text-secondary);
    line-height: 1.7;
    margin: 0 0 20px;
}

/* Card link (arrow link at bottom) */
.sh-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sh-page-highlight);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.sh-card-link:hover {
    gap: 12px;
    color: var(--sh-page-highlight);
}

.sh-card-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* Card list (checkmark list) */
.sh-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--sh-text-secondary);
    line-height: 1.5;
    margin: 0;
}

.sh-card-list li svg {
    width: 16px;
    height: 16px;
    stroke: var(--sh-page-highlight);
    fill: none;
    stroke-width: 2.5;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Card badge */
.sh-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.12);
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.25);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: var(--sh-page-highlight);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

/* Badge color variants */
.sh-card-badge--cyan {
    background: rgba(59, 130, 246, 0.15);
    border-color: rgba(59, 130, 246, 0.3);
    color: var(--sh-cyan);
}

/* Card stat — large metric display */
.sh-card-stat {
    font-size: 32px;
    font-weight: 800;
    color: var(--sh-page-highlight);
    margin: 0 0 8px;
    line-height: 1;
}

/* Card icon logo variant — for brand logos without background */
.sh-card-icon--logo {
    background: var(--sh-bg-input);
}

/* Card icon green variant — for success/deliverability indicators */
.sh-card--green-icon .sh-card-icon {
    background: rgba(40, 200, 64, 0.15);
}

.sh-card--green-icon .sh-card-icon svg {
    stroke: var(--sh-green);
}

.sh-card-icon--logo svg {
    width: 30px;
    height: 30px;
}

/* ---------------------------------------------
   CARD PADDING VARIANTS
   --------------------------------------------- */
.sh-card-base.sh-card--sm,
.sh-card-accent.sh-card--sm {
    padding: 24px;
}

.sh-card-base.sh-card--lg,
.sh-card-accent.sh-card--lg {
    padding: 40px;
}

/* ---------------------------------------------
   CARD COMPACT (for dense grids like industries)
   --------------------------------------------- */
.sh-card-base.sh-card--compact,
.sh-card-accent.sh-card--compact {
    padding: 24px 20px;
    text-align: center;
}

.sh-card--compact .sh-card-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
}

.sh-card--compact .sh-card-icon svg {
    width: 24px;
    height: 24px;
}

.sh-card--compact .sh-card-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.sh-card--compact .sh-card-description {
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* ---------------------------------------------
   CARD GRID LAYOUTS
   --------------------------------------------- */
.sh-card-grid {
    display: grid;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.sh-card-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

.sh-card-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.sh-card-grid--4 {
    grid-template-columns: repeat(4, 1fr);
}

.sh-card-grid--5 {
    grid-template-columns: repeat(5, 1fr);
}

.sh-card-grid--6 {
    grid-template-columns: repeat(6, 1fr);
}

/* ---------------------------------------------
   CARD RESPONSIVE
   --------------------------------------------- */
@media (max-width: 1200px) {
    .sh-card-grid--5 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .sh-card-grid--6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .sh-card-grid--3,
    .sh-card-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sh-card-grid--5,
    .sh-card-grid--6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sh-card-base,
    .sh-card-accent {
        padding: 24px;
    }
    
    .sh-card-base.sh-card--lg,
    .sh-card-accent.sh-card--lg {
        padding: 28px;
    }
    
    .sh-card-icon {
        width: 48px;
        height: 48px;
    }
    
    .sh-card-icon svg {
        width: 22px;
        height: 22px;
    }
    
    .sh-card-title {
        font-size: 18px;
    }
    
    .sh-card-description {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .sh-card-grid--2,
    .sh-card-grid--3,
    .sh-card-grid--4,
    .sh-card-grid--5,
    .sh-card-grid--6 {
        grid-template-columns: 1fr;
    }
    
    .sh-card-base,
    .sh-card-accent {
        padding: 20px;
    }
}

/* ============================================
   PAGE WRAPPER
   ============================================ */
.sh-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sh-main {
    flex: 1;
}

/* Allow full-width sections */
.sh-main.full-width {
    padding: 0;
}

/* Standard page content */
.sh-page-content {
    padding: 80px 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    :root {
        --sh-container-padding: 30px;
    }
}

@media (max-width: 768px) {
    :root {
        --sh-container-padding: 20px;
    }
    
    .sh-btn {
        padding: 14px 24px;
        font-size: 13px;
    }
}

/* ============================================
   TEXT REVEAL ANIMATION
   ============================================ */

/* Hide headings by default to prevent flash - CSS loads before JS */
/* Text Reveal Animation - DISABLED (causing layout issues)
   Keeping CSS commented out so headings are always visible */
/*
@media (min-width: 769px) {
    .sh-main h1:not(.sh-hero-headline):not(.no-text-reveal),
    .sh-main h2:not(.no-text-reveal),
    .sh-hero h2:not(.no-text-reveal),
    .sh-section h2:not(.no-text-reveal) {
        opacity: 0;
    }
    
    .sh-text-reveal {
        opacity: 0;
    }
    
    .sh-text-reveal[data-rise-anim="true"] {
        opacity: 1;
    }
    
    .no-text-reveal {
        opacity: 1 !important;
    }
}
*/

/* Hero headline styles are now in hero-shortcode.php */

.sh-text-reveal .char {
    display: inline-block;
    will-change: transform, opacity;
    margin: 0;
    padding: 0;
}

.sh-text-reveal .word {
    display: inline;
    white-space: normal;
}

.sh-text-reveal .whitespace {
    display: inline;
    width: 0.3em;
}

.sh-text-reveal[data-hover-added="true"] {
    cursor: default;
}
*/

/* ============================================
   GRADIENT TEXT FIX FOR SPLIT CHARACTERS
   Preserves gradient effects when using Splitting.js
   ============================================ */

/* Hero highlight styles are now self-contained in hero-shortcode.php */

/* General text gradient */
.sh-text-gradient .char {
    background: linear-gradient(135deg, var(--sh-orange-light) 0%, var(--sh-orange) 50%, var(--sh-orange-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Purple text */
.sh-text-gradient-purple .char,
.sh-highlight-purple .char {
    color: var(--sh-page-highlight);
}

/* Green text (for deposit pages) */
.sh-highlight-green .char {
    color: var(--sh-page-highlight);
}

/* Green text gradient 2 (for SDR Outsourcing page) */
.sh-highlight-green-2 .char {
    color: var(--sh-page-highlight);
}

/* Blue text - Uses Dynamic Highlight Color */
.sh-highlight-blue .char {
    color: var(--sh-page-highlight);
}

/* Teal text (for List Building page) */
.sh-highlight-teal .char {
    color: var(--sh-page-highlight);
}

/* Indigo text (for Blog page) */
.sh-highlight-indigo .char {
    color: var(--sh-page-highlight);
}

/* Cyan text highlight (for Cold Calling Guide) - Uses Dynamic Highlight Color */
.sh-highlight-cyan .char {
    color: var(--sh-page-highlight);
    -webkit-text-fill-color: var(--sh-page-highlight);
}

/* Generic highlight - Uses Dynamic Highlight Color */
.sh-highlight .char {
    color: var(--sh-page-highlight);
    -webkit-text-fill-color: var(--sh-page-highlight);
}

/* Gold text (for About page) */
.sh-highlight-gold .char {
    color: var(--sh-page-highlight);
}

/* Orange text - Uses Dynamic Highlight Color */
.sh-highlight-orange .char {
    color: var(--sh-page-highlight);
    -webkit-text-fill-color: var(--sh-page-highlight);
}



/* ===========================================
   CARD TILT EFFECT
   Add .sh-tilt to any element for 3D tilt on hover
   =========================================== */
.sh-tilt {
    transform-style: preserve-3d;
    transition: transform 0.15s ease-out;
    will-change: transform;
}

.sh-tilt:hover {
    /* JS will override this with actual tilt values */
    cursor: default;
}

/* Optional: Add depth to child elements */
.sh-tilt-inner {
    transform: translateZ(30px);
    transition: transform 0.15s ease-out;
}

/* Modifier: Subtle tilt (less rotation) */
.sh-tilt--subtle {
    --sh-tilt-max: 5deg;
}

/* Modifier: Strong tilt (more rotation) */
.sh-tilt--strong {
    --sh-tilt-max: 15deg;
}

/* Modifier: Add glare effect on tilt */
.sh-tilt--glare {
    overflow: hidden;
}

.sh-tilt--glare::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        105deg,
        transparent 40%,
        rgba(255, 255, 255, 0.1) 45%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.1) 55%,
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.sh-tilt--glare:hover::before {
    opacity: 1;
}

/* ===========================================
   PARALLAX SCROLL EFFECT
   Add .sh-parallax to any element for scroll parallax
   Element moves faster than normal scroll speed
   =========================================== */
.sh-parallax {
    will-change: transform;
}

/* ===========================================
   GUARANTEE CARD SHORTCODE
   Usage: [risk_free_guarantee]
   =========================================== */
.sh-guarantee-card {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(145deg, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1), rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.05));
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.2);
    border-radius: 24px;
    padding: 50px;
}

.sh-guarantee-card-icon {
    width: 80px;
    height: 80px;
    background: var(--sh-page-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    box-shadow: 0 0 40px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
}

.sh-guarantee-card-icon svg {
    width: 40px;
    height: 40px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
}

.sh-guarantee-card-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 16px;
}

.sh-guarantee-card-text {
    font-size: 16px;
    color: var(--sh-text-secondary);
    line-height: 1.8;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .sh-guarantee-card {
        padding: 30px 20px;
    }
    
    .sh-guarantee-card-title {
        font-size: 24px;
    }
}


/* header.css */
/* ============================================
   SALESHIVE HEADER STYLES - REBUILT
   Zero-flicker, solid, predictable layout
   ============================================ */

/* ===========================================
   SKIP LINK (a11y — WCAG 2.4.1 Bypass Blocks)
   Off-screen until keyboard-focused, then visible top-left.
   =========================================== */
.sh-skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100001;
    padding: 12px 20px;
    background: var(--sh-page-highlight);
    color: var(--sh-text-inverted);
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 8px 0;
}
.sh-skip-link:focus {
    left: 0;
}

/* ===========================================
   CORE HEADER - Fixed dimensions, no transitions
   =========================================== */
.sh-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9999;
    transition: transform 0.3s ease;
}

/* Hide header on scroll down */
.sh-header.sh-header-hidden {
    transform: translateY(-100%);
}

.sh-header-inner {
    position: relative; /* positioning context for .sh-dropdown-mega — anchors
                           dropdown to the full viewport-width header so it
                           centers to the page, not to the inner nav row. */
    height: 80px;
    background: var(--sh-bg-primary);
    border-bottom: 1px solid var(--sh-border-default);
    padding: 0 40px;
}

/* Removed scroll effect - clean solid header */

.sh-header-container {
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* WordPress Admin Bar — only the .sh-header offset is needed.
   .sh-dropdown-mega is now position: absolute relative to .sh-nav-menu
   (inside the shifted header), so its `top: 100%` naturally lands at the
   bottom of the nav row in both admin-bar-on and admin-bar-off states. */
.admin-bar .sh-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .sh-header {
        top: 46px;
    }
}

/* ===========================================
   LOGO - Fixed dimensions
   =========================================== */
.sh-logo {
    display: block;
    width: 190px;
    height: 55px;
    flex-shrink: 0;
}

.sh-logo img,
.sh-logo-img {
    display: block;
    width: 190px;
    height: 55px;
}

/* ===========================================
   NAVIGATION - Simple flexbox
   =========================================== */
.sh-nav {
    display: flex;
    align-items: center;
    height: 80px;
}

.sh-nav-menu {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 80px;
}

.sh-nav-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    margin: 0;
}

/* Mega-dropdown triggers don't anchor the dropdown themselves —
   .sh-header-inner does (set as position: relative above), so the menu
   centers relative to the full viewport-width header, not to the narrow
   nav-menu inner element. */
.sh-has-dropdown {
    position: static;
}

.sh-nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 36px;
    padding: 0 16px;
    color: var(--sh-text-secondary);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
}

.sh-nav-link:hover {
    color: var(--sh-text-primary);
    background: var(--sh-bg-card-hover);
}

.sh-nav-item-active > .sh-nav-link {
    color: var(--sh-page-highlight);
}

.sh-nav-arrow {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.sh-has-dropdown:hover .sh-nav-arrow,
.sh-has-dropdown:focus-within .sh-nav-arrow {
    transform: rotate(180deg);
}

/* ===========================================
   DROPDOWNS
   =========================================== */
.sh-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    background: var(--sh-bg-secondary);
    border: 1px solid var(--sh-border-default);
    border-radius: 12px;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 20px 50px var(--sh-bg-overlay-50);
    z-index: 10000;
}

.sh-has-dropdown:hover .sh-dropdown,
.sh-has-dropdown:focus-within .sh-dropdown {
    opacity: 1;
    visibility: visible;
}

/* Simple Dropdown */
.sh-dropdown-simple {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-dropdown-simple li {
    margin: 0;
}

.sh-dropdown-simple a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: var(--sh-text-secondary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
}

.sh-dropdown-simple a svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--sh-page-highlight);
}

.sh-dropdown-simple a:hover {
    background: var(--sh-bg-card-hover);
    color: var(--sh-text-primary);
}

/* Mega Dropdown — anchored to .sh-nav so the menu sits directly under
   the nav row (not centered in the viewport). Outer element is transparent;
   the visible card is .sh-dropdown-inner, which has a 16px top padding
   acting as the hover bridge between the trigger and the visible content. */
.sh-dropdown-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(1100px, calc(100vw - 48px));
    /* Outer is invisible — the bridge zone between trigger bottom and card. */
    padding: 16px 0 0;
    margin: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.sh-dropdown-mega .sh-dropdown-inner {
    background: var(--sh-bg-secondary);
    border: 1px solid var(--sh-border-default);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 20px 50px var(--sh-bg-overlay-50);
    display: grid;
    /* 3 columns by default — 2 service/link columns + 1 showcase column.
       Every mega menu uses this layout for visual consistency; the third
       column is .sh-dropdown-showcase with per-menu KPI / pitch / CTA. */
    grid-template-columns: 1fr 1fr 280px;
    gap: 28px;
}

/* Industries menu has 4 content columns instead of the 2+showcase layout
   (Technology / Enterprise / More Industries / View-All). Even-weighted. */
.sh-dropdown-mega.sh-dropdown-mega--industries .sh-dropdown-inner {
    grid-template-columns: repeat(4, 1fr);
}

/* Legacy alias — older code may still use --showcase. Behaves identically
   to the default 3-column layout. */
.sh-dropdown-mega.sh-dropdown-mega--showcase .sh-dropdown-inner {
    grid-template-columns: 1fr 1fr 280px;
}

/* Showcase column — KPI strip + CTA. Sits as the third column on
   .sh-dropdown-mega--showcase. Keep it lightweight (no extra SVGs) so the
   nav menu stays under the per-page icon-density budget. */
.sh-dropdown-showcase {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 24px;
    border-left: 1px solid var(--sh-bg-card-hover);
}

.sh-dropdown-showcase .sh-dropdown-label {
    padding: 0 0 10px;
    border-bottom: 1px solid var(--sh-bg-card-hover);
    margin-bottom: 16px;
}

.sh-dropdown-showcase-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-dropdown-showcase-stats li {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.sh-dropdown-showcase-stats li strong {
    font-size: 22px;
    font-weight: 800;
    color: var(--sh-page-highlight);
    line-height: 1;
    font-variant-numeric: tabular-nums;
    min-width: 64px;
}

.sh-dropdown-showcase-stats li span {
    font-size: 12px;
    color: var(--sh-text-secondary);
    line-height: 1.4;
}

.sh-dropdown-showcase-pitch {
    font-size: 12.5px;
    color: var(--sh-text-secondary);
    line-height: 1.55;
    margin: 0 0 18px;
}

.sh-dropdown-showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--sh-page-highlight);
    color: var(--sh-text-inverted, #000);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sh-dropdown-showcase-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.35);
}

@media (max-width: 1100px) {
    .sh-dropdown-mega .sh-dropdown-inner,
    .sh-dropdown-mega.sh-dropdown-mega--showcase .sh-dropdown-inner {
        grid-template-columns: 1fr 1fr;
    }
    .sh-dropdown-mega.sh-dropdown-mega--industries .sh-dropdown-inner {
        grid-template-columns: 1fr 1fr;
    }
    .sh-dropdown-showcase {
        display: none;
    }
}

.sh-dropdown-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--sh-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 12px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid var(--sh-bg-card-hover);
}

.sh-dropdown-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-dropdown-menu li {
    margin: 0;
}

.sh-dropdown-menu a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 8px;
}

.sh-dropdown-menu a:hover {
    background: var(--sh-bg-card-hover);
}

.sh-dropdown-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 140, 26, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
}

.sh-dropdown-icon svg {
    width: 18px;
    height: 18px;
    color: var(--sh-page-highlight);
}

.sh-dropdown-menu a:hover .sh-dropdown-icon {
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.2);
}

.sh-dropdown-menu a div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sh-dropdown-menu a strong {
    font-size: 13px;
    font-weight: 600;
    color: var(--sh-text-primary);
}

.sh-dropdown-menu a span {
    font-size: 12px;
    color: var(--sh-text-muted);
    line-height: 1.3;
}

.sh-dropdown-menu a:hover strong {
    color: var(--sh-page-highlight);
}

/* ===========================================
   HEADER CTA
   =========================================== */
.sh-header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 80px;
}

.sh-header-login {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 16px;
    color: var(--sh-text-secondary);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    border-radius: 6px;
}

/* Header Stats (Meeting Count) */
.sh-header-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    border: 0px solid var(--sh-page-highlight);
    background: transparent;
}

.sh-header-stats-live {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sh-text-muted);
}

.sh-header-stats-dot {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
    animation: headerStatsPulse 2s ease-in-out infinite;
}

@keyframes headerStatsPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.sh-header-stats-divider {
    display: none;
}

.sh-header-stats-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.sh-header-stats-value {
    font-size: 22px;
    font-weight: 800;
    color: var(--sh-page-highlight);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1;
}

.sh-header-stats-label {
    font-size: 10px;
    font-weight: 500;
    color: var(--sh-text-muted);
    text-transform: lowercase;
}

@media (max-width: 1024px) {
    .sh-header-stats {
        display: none;
    }
}

.sh-header-login:hover {
    color: var(--sh-text-primary);
    background: var(--sh-bg-card-hover);
}

/* Color Palette Picker */
.sh-color-palette-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.sh-color-palette-btn {
    width: 32px;
    height: 32px;
    border: 2px solid var(--sh-border-default);
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    padding: 3px;
    transition: all 0.2s ease;
}

.sh-color-palette-btn:hover {
    border-color: var(--sh-text-muted);
    transform: scale(1.1);
}

.sh-color-preview {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--sh-page-highlight);
}

.sh-color-palette-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: var(--sh-bg-secondary);
    border: 1px solid var(--sh-border-default);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 10001;
}

.sh-color-palette-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sh-color-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    width: 180px;
}

.sh-color-swatch {
    width: 28px;
    height: 28px;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    padding: 0;
}

.sh-color-swatch:hover {
    transform: scale(1.15);
    border-color: var(--sh-text-primary);
}

.sh-color-swatch.active {
    border-color: var(--sh-text-primary);
    box-shadow: 0 0 0 2px var(--sh-bg-secondary), 0 0 0 4px var(--sh-text-primary);
}

/* Header Theme Toggle */
.sh-header-theme-btn {
    display: flex;
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-default);
    border-radius: 30px;
    padding: 4px;
    cursor: pointer;
    gap: 4px;
}

.sh-header-theme-option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sh-text-muted);
    transition: all 0.3s ease;
}

.sh-header-theme-option svg {
    width: 16px;
    height: 16px;
}

/* Dark mode active (default) */
.sh-header-theme-option.dark-option {
    background: var(--sh-bg-secondary);
    color: var(--sh-text-primary);
}

.sh-header-theme-option.light-option {
    background: transparent;
    color: var(--sh-text-muted);
}

/* Light mode active */
body.light-mode .sh-header-theme-option.dark-option {
    background: transparent;
    color: var(--sh-text-muted);
}

body.light-mode .sh-header-theme-option.light-option {
    background: var(--sh-bg-secondary);
    color: var(--sh-text-primary);
}

/* Hide on mobile */
@media (max-width: 1024px) {
    .sh-header-theme-btn {
        display: none;
    }
}

.sh-header-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 44px;
    padding: 0 24px;
    font-size: 12px;
}

.sh-header-btn .sh-btn-icon {
    width: 16px;
    height: 16px;
}

/* ===========================================
   MOBILE TOGGLE
   =========================================== */
.sh-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.sh-mobile-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--sh-text-primary);
    border-radius: 2px;
}

.sh-mobile-toggle.active .sh-mobile-toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.sh-mobile-toggle.active .sh-mobile-toggle-bar:nth-child(2) {
    opacity: 0;
}

.sh-mobile-toggle.active .sh-mobile-toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ===========================================
   MOBILE MENU
   =========================================== */
.sh-mobile-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--sh-bg-base);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.sh-mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.sh-mobile-menu-inner {
    padding: 30px 30px 40px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.sh-mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-mobile-nav li {
    margin: 0;
    border-bottom: 1px solid var(--sh-border-default);
}

.sh-mobile-nav a {
    display: block;
    padding: 18px 0;
    color: var(--sh-text-primary);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.sh-mobile-nav a:hover {
    color: var(--sh-page-highlight);
}

/* Mobile Nav Sections */
.sh-mobile-nav-section {
    margin-bottom: 8px;
    border-bottom: none;
    padding-top: 24px;
}

.sh-mobile-nav-section:first-child {
    padding-top: 0;
}

.sh-mobile-nav-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--sh-text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--sh-border-default);
}

.sh-mobile-nav-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-mobile-nav-section ul li {
    border-bottom: none;
    margin-bottom: 0;
}

.sh-mobile-nav-section ul a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 0;
    color: var(--sh-text-secondary);
    text-decoration: none;
}

.sh-mobile-nav-section ul a:hover {
    color: var(--sh-page-highlight);
}

.sh-mobile-cta {
    margin-top: auto;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-mobile-cta .sh-btn {
    width: 100%;
    justify-content: center;
}

.sh-mobile-cta .sh-btn-secondary {
    background: var(--sh-bg-card-hover);
    border: 1px solid var(--sh-border-default);
    color: var(--sh-text-primary);
}

/* Mobile Theme Toggle */
.sh-mobile-theme-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 20px 0;
    border-top: 1px solid var(--sh-border-subtle);
    border-bottom: 1px solid var(--sh-border-subtle);
}

.sh-mobile-theme-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--sh-text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sh-mobile-theme-btn {
    display: flex;
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-default);
    border-radius: 30px;
    padding: 4px;
    cursor: pointer;
    gap: 4px;
}

.sh-mobile-theme-option {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sh-text-muted);
    transition: all 0.3s ease;
}

.sh-mobile-theme-option svg {
    width: 16px;
    height: 16px;
}

/* Dark mode active (default) */
.sh-mobile-theme-option.dark-option {
    background: var(--sh-bg-secondary);
    color: var(--sh-text-primary);
}

.sh-mobile-theme-option.light-option {
    background: transparent;
    color: var(--sh-text-muted);
}

/* Light mode active */
body.light-mode .sh-mobile-theme-option.dark-option {
    background: transparent;
    color: var(--sh-text-muted);
}

body.light-mode .sh-mobile-theme-option.light-option {
    background: var(--sh-bg-secondary);
    color: var(--sh-text-primary);
}

/* Mobile Color Picker */
.sh-mobile-color-picker {
    padding: 20px;
    border-bottom: 1px solid var(--sh-border-subtle);
}

.sh-mobile-color-picker .sh-mobile-theme-label {
    display: block;
    margin-bottom: 14px;
}

.sh-mobile-color-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.sh-mobile-color-grid .sh-color-swatch {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sh-mobile-color-grid .sh-color-swatch:hover {
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.sh-mobile-color-grid .sh-color-swatch.active {
    border-color: var(--sh-text-primary);
    box-shadow: 0 0 0 3px var(--sh-bg-base);
}

/* Spacer for floating CTA button */
.sh-mobile-menu-spacer {
    height: 100px;
    flex-shrink: 0;
    margin-top: auto;
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 1024px) {
    .sh-nav {
        display: none;
    }
    
    .sh-header-cta {
        display: none;
    }
    
    .sh-mobile-toggle {
        display: flex;
    }
}

@media (max-width: 768px) {
    .sh-header,
    .sh-header-inner,
    .sh-header-container {
        height: 70px;
    }
    
    .sh-nav,
    .sh-nav-menu,
    .sh-nav-item,
    .sh-header-cta {
        height: 70px;
    }
    
    .sh-header-inner {
        padding: 0 20px;
    }
    
    .sh-logo {
        width: 150px;
        height: 43px;
    }
    
    .sh-logo img,
    .sh-logo-img {
        width: 150px;
        height: 43px;
    }
}

/* ===========================================
   MAIN CONTENT SPACING
   =========================================== */
.sh-main {
    padding-top: 80px;
}

@media (max-width: 768px) {
    .sh-main {
        padding-top: 70px;
    }
}

/* Pages with hero sections handle their own spacing */
.home .sh-main,
.page-template .sh-main {
    padding-top: 0;
}

/* Blank template pages */
.sh-main.full-width,
.sh-main.sh-has-hero,
.sh-template-blank .sh-main {
    padding-top: 0;
}

/* ===========================================
   FOOTER LOGO (keep for compatibility)
   =========================================== */
.sh-footer-logo-img {
    max-height: 40px;
    width: auto;
    margin-bottom: 20px;
}

/* ===========================================
   LIGHT MODE - WHITE HEADER & DROPDOWNS
   =========================================== */
body.light-mode .sh-header-inner {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.light-mode .sh-dropdown,
body.light-mode .sh-dropdown-mega,
body.light-mode .sh-color-palette-dropdown {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

body.light-mode .sh-header-theme-btn {
    background: rgba(255, 255, 255, 0.8);
}

body.light-mode .sh-mobile-menu {
    background: rgba(255, 255, 255, 0.98);
}

/* footer.css */
/* ============================================
   SALESHIVE FOOTER STYLES
   ============================================ */

.sh-footer {
    background: var(--sh-black);
    position: relative;
}

/* Footer CTA Section */
.sh-footer-cta {
    position: relative;
    padding: 100px 40px;
    overflow: hidden;
}

.sh-footer-cta .sh-container {
    padding: 0;
}

.sh-footer-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, var(--sh-dark) 0%, var(--sh-dark-purple) 50%, var(--sh-dark) 100%);
}

.sh-footer-cta-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse 60% 40% at 30% 50%, rgba(255, 107, 0, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 70% 60%, rgba(155, 81, 224, 0.1) 0%, transparent 60%);
    animation: footerBgPulse 15s ease-in-out infinite;
}

@keyframes footerBgPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.sh-footer-cta-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.sh-footer-cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.sh-footer-cta-eyebrow {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1);
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    border-radius: var(--sh-radius-full);
    color: var(--sh-page-highlight);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sh-footer-cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--sh-white);
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.sh-footer-cta-text {
    font-size: 18px;
    color: var(--sh-gray-300);
    margin: 0 0 40px 0;
    line-height: 1.7;
}

.sh-footer-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sh-footer-cta-buttons .sh-btn-icon {
    width: 18px;
    height: 18px;
    transition: transform var(--sh-transition-fast);
}

.sh-footer-cta-buttons .sh-btn-primary:hover .sh-btn-icon {
    transform: translateX(4px);
}

/* Main Footer */
.sh-footer-main {
    padding: 80px 40px;
    border-top: 1px solid var(--sh-gray-800);
}

.sh-footer-main .sh-container {
    padding: 0;
}

.sh-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 60px;
}

/* Brand Column */
.sh-footer-brand {
    max-width: 320px;
}

.sh-footer-company-name {
    font-size: 24px;
    font-weight: 800;
    color: var(--sh-white);
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}

.sh-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.sh-footer-logo-img-logo {
    height: 60px;
    width: auto;
}

.sh-footer-logo {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}

.sh-footer-logo .sh-logo-text {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -1px;
}

.sh-footer-tagline {
    color: var(--sh-gray-400);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 24px 0;
}

/* Social Links */
.sh-footer-social {
    display: flex;
    gap: 12px;
}

.sh-footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--sh-gray-900);
    border: 1px solid var(--sh-gray-800);
    border-radius: var(--sh-radius-sm);
    color: var(--sh-gray-400);
    transition: all var(--sh-transition-fast);
}

.sh-footer-social-link svg {
    width: 18px;
    height: 18px;
}

.sh-footer-social-link:hover {
    background: var(--sh-gray-800);
    border-color: var(--sh-page-highlight);
    color: var(--sh-page-highlight);
    transform: translateY(-2px);
}

/* Footer Contact Info */
.sh-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.sh-footer-contact-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--sh-gray-400);
    margin: 0;
}

.sh-footer-contact-item svg {
    color: var(--sh-page-highlight);
    flex-shrink: 0;
}

.sh-footer-contact-item a {
    color: var(--sh-gray-300);
    text-decoration: none;
    transition: color var(--sh-transition-fast);
}

.sh-footer-contact-item a:hover {
    color: var(--sh-page-highlight);
}

/* Footer Columns */
.sh-footer-column {
    
}

.sh-footer-heading {
    font-size: 14px;
    font-weight: 700;
    color: var(--sh-white);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 24px 0;
}

.sh-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-footer-menu li {
    margin: 0 0 12px 0;
}

.sh-footer-menu a {
    color: var(--sh-gray-400);
    font-size: 14px;
    text-decoration: none;
    transition: color var(--sh-transition-fast);
    display: inline-block;
}

.sh-footer-menu a:hover {
    color: var(--sh-page-highlight);
}

/* Footer Bottom */
.sh-footer-bottom {
    padding: 24px 40px;
    padding-bottom: 80px; /* Extra space for floating bottom bar */
    border-top: 1px solid var(--sh-gray-800);
    background: var(--sh-bg-base);
}

.sh-footer-bottom .sh-container {
    padding: 0;
}

.sh-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.sh-footer-copyright {
    color: var(--sh-gray-500);
    font-size: 13px;
    margin: 0;
}

.sh-footer-legal {
    display: flex;
    gap: 24px;
}

.sh-footer-legal a {
    color: var(--sh-gray-500);
    font-size: 13px;
    text-decoration: none;
    transition: color var(--sh-transition-fast);
}

.sh-footer-legal a:hover {
    color: var(--sh-page-highlight);
}

/* Site Settings Dropdown */
.sh-site-settings {
    position: relative;
}

.sh-site-settings-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid var(--sh-border-default);
    border-radius: 6px;
    color: var(--sh-text-muted);
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sh-site-settings-btn:hover {
    border-color: var(--sh-border-strong);
    color: var(--sh-text-primary);
}

.sh-site-settings-btn svg {
    opacity: 0.7;
}

.sh-site-settings-dropdown {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 200px;
    background: #000000;
    border: 1px solid var(--sh-border-default);
    border-radius: 12px;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    box-shadow: var(--sh-shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.15));
    z-index: 100;
}

body.light-mode .sh-site-settings-dropdown {
    background: #ffffff;
}

.sh-site-settings-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.sh-settings-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sh-settings-section + .sh-settings-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--sh-border-subtle);
}

.sh-settings-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--sh-text-muted);
}

.sh-settings-theme-toggle {
    display: flex;
    background: var(--sh-bg-secondary);
    border: 1px solid var(--sh-border-default);
    border-radius: 8px;
    padding: 4px;
    cursor: pointer;
}

.sh-settings-theme-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: var(--sh-text-muted);
    background: transparent;
    transition: all 0.2s ease;
    flex: 1;
}

.sh-settings-theme-option svg {
    flex-shrink: 0;
}

/* Dark mode - show dark option as active */
body:not(.light-mode) .sh-settings-theme-option.dark-option {
    background: var(--sh-bg-tertiary);
    color: var(--sh-text-primary);
    box-shadow: 0 2px 4px var(--sh-shadow-color, rgba(0, 0, 0, 0.2));
}

/* Light mode - show light option as active */
body.light-mode .sh-settings-theme-option.light-option {
    background: var(--sh-bg-tertiary);
    color: var(--sh-text-primary);
    box-shadow: 0 2px 4px var(--sh-shadow-color, rgba(0, 0, 0, 0.1));
}

.sh-settings-color-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.sh-settings-color-grid .sh-color-swatch {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    outline: none;
}

.sh-settings-color-grid .sh-color-swatch:hover {
    transform: scale(1.15);
    border-color: var(--sh-border-default);
}

.sh-settings-color-grid .sh-color-swatch.active {
    border-color: var(--sh-text-primary);
    transform: scale(1.1);
    box-shadow: 0 0 8px var(--sh-shadow-color, rgba(0, 0, 0, 0.2));
}

/* Responsive */
@media (max-width: 1024px) {
    .sh-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .sh-footer-brand {
        grid-column: span 2;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .sh-footer-cta {
        padding: 70px 20px;
    }
    
    .sh-footer-cta-text {
        font-size: 16px;
    }
    
    .sh-footer-cta-buttons {
        flex-direction: column;
    }
    
    .sh-footer-cta-buttons .sh-btn {
        width: 100%;
    }
    
    .sh-footer-main {
        padding: 50px 20px;
    }
    
    .sh-footer-bottom {
        padding: 24px 20px;
        padding-bottom: 24px; /* Reset - bottom bar hidden on mobile */
    }
    
    .sh-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .sh-footer-brand {
        grid-column: span 1;
        text-align: center;
    }
    
    .sh-footer-contact {
        align-items: center;
    }
    
    .sh-footer-contact-item {
        justify-content: center;
    }
    
    .sh-footer-social {
        justify-content: center;
    }
    
    .sh-footer-column {
        text-align: center;
    }
    
    .sh-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .sh-site-settings-dropdown {
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(10px);
    }
    
    .sh-site-settings-dropdown.active {
        transform: translateX(-50%) translateY(0);
    }
}

/* ============================================
   BUTTON SHIMMER ANIMATION
   ============================================ */
@keyframes btnShimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}


/* homepage.css */
/* ============================================
   SALESHIVE HOMEPAGE STYLES
   ============================================ */

/* NOTE: Hero section styles are now self-contained in hero-shortcode.php */

/* Logos Section */
.sh-logos {
    padding: 80px 40px;
    background: var(--sh-bg-primary);
    border-top: 1px solid var(--sh-bg-input);
    border-bottom: 1px solid var(--sh-bg-input);
}

.sh-logos-label {
    text-align: center;
    font-size: 13px;
    color: var(--sh-text-secondary);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}

.sh-logos-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

.sh-logos-item {
    opacity: 1;
    transition: opacity 0.3s, color 0.3s;
    font-size: 24px;
    font-weight: 700;
    color: var(--sh-text-secondary);
    letter-spacing: 1px;
}

.sh-logos-item:hover {
    opacity: 1;
    color: var(--sh-text-primary);
}

/* Section Base Styles */
.sh-section {
    padding: 120px 40px;
    position: relative;
}

.sh-section-dark {
    background: var(--sh-bg-primary);
}

.sh-section-gradient {
    background: linear-gradient(180deg, var(--sh-bg-primary) 0%, var(--sh-bg-secondary) 100%);
}

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

.sh-section-eyebrow {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1);
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    border-radius: 50px;
    color: var(--sh-page-highlight);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sh-section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 20px;
    line-height: 1.2;
}

.sh-section-subtitle {
    font-size: 18px;
    color: var(--sh-text-secondary);
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 1024px) {
    .sh-section-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .sh-section {
        padding: 80px 20px;
    }
    
    .sh-section-title {
        font-size: 32px;
    }
    
    .sh-logos-grid {
        gap: 30px;
    }
}

/* ============================================
   PARALLAX FLOATING ELEMENTS
   ============================================ */
.sh-parallax-element {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.sh-parallax-1 {
    width: 6px;
    height: 6px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.6);
    border-radius: 50%;
    top: 20%;
    left: 10%;
    box-shadow: 0 0 20px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.4);
    animation: parallaxFloat1 15s ease-in-out infinite;
}

.sh-parallax-2 {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(155, 81, 224, 0.2);
    border-radius: 50%;
    top: 30%;
    right: 15%;
    animation: parallaxFloat2 20s ease-in-out infinite;
}

.sh-parallax-3 {
    width: 4px;
    height: 4px;
    background: rgba(155, 81, 224, 0.7);
    border-radius: 50%;
    bottom: 25%;
    left: 20%;
    box-shadow: 0 0 15px rgba(155, 81, 224, 0.4);
    animation: parallaxFloat3 12s ease-in-out infinite;
}

.sh-parallax-4 {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1);
    top: 50%;
    left: 5%;
    animation: parallaxFloat4 25s ease-in-out infinite;
    transform: rotate(45deg);
}

.sh-parallax-5 {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, var(--sh-page-highlight), #9b51e0);
    border-radius: 50%;
    top: 70%;
    right: 10%;
    box-shadow: 0 0 25px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.5);
    animation: parallaxFloat5 18s ease-in-out infinite;
}

@keyframes parallaxFloat1 {
    0%, 100% { transform: translate(0, 0); opacity: 0.6; }
    25% { transform: translate(30px, -20px); opacity: 1; }
    50% { transform: translate(60px, 10px); opacity: 0.8; }
    75% { transform: translate(20px, 30px); opacity: 1; }
}

@keyframes parallaxFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-40px, 30px) scale(1.1); }
    66% { transform: translate(30px, -20px) scale(0.9); }
}

@keyframes parallaxFloat3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(50px, -40px); }
}

@keyframes parallaxFloat4 {
    0%, 100% { transform: rotate(45deg) translate(0, 0); }
    50% { transform: rotate(55deg) translate(30px, -30px); }
}

@keyframes parallaxFloat5 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(-20px, -30px) scale(1.2); }
    50% { transform: translate(-40px, 10px) scale(0.9); }
    75% { transform: translate(-10px, 20px) scale(1.1); }
}

/* Section Parallax Orbs */
.sh-section-parallax {
    position: relative;
    overflow: hidden;
}

.sh-section-parallax-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
}

.sh-section-orb-1 {
    width: 300px;
    height: 300px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.08);
    top: -100px;
    left: -100px;
    animation: sectionOrbFloat1 20s ease-in-out infinite;
}

.sh-section-orb-2 {
    width: 250px;
    height: 250px;
    background: rgba(155, 81, 224, 0.06);
    bottom: -80px;
    right: -80px;
    animation: sectionOrbFloat2 25s ease-in-out infinite;
}

.sh-section-orb-3 {
    width: 350px;
    height: 350px;
    background: rgba(155, 81, 224, 0.1);
    top: 20%;
    right: -120px;
    animation: sectionOrbFloat3 22s ease-in-out infinite;
}

.sh-section-orb-4 {
    width: 200px;
    height: 200px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.06);
    bottom: 10%;
    left: 10%;
    animation: sectionOrbFloat4 18s ease-in-out infinite;
}

.sh-section-orb-5 {
    width: 400px;
    height: 400px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1);
    top: -150px;
    left: 30%;
    animation: sectionOrbFloat5 24s ease-in-out infinite;
}

.sh-section-orb-6 {
    width: 280px;
    height: 280px;
    background: rgba(155, 81, 224, 0.08);
    bottom: -100px;
    right: 20%;
    animation: sectionOrbFloat6 20s ease-in-out infinite;
}

@keyframes sectionOrbFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 50px) scale(1.15); }
}

@keyframes sectionOrbFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-40px, -40px) scale(1.1); }
}

@keyframes sectionOrbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-60px, 30px) scale(1.1); }
    66% { transform: translate(-30px, -20px) scale(0.95); }
}

@keyframes sectionOrbFloat4 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, -30px); }
}

@keyframes sectionOrbFloat5 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-60px, 40px) scale(1.2); }
}

@keyframes sectionOrbFloat6 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, -50px) scale(1.1); }
}

/* ============================================
   BUTTON SHIMMER ANIMATION
   ============================================ */
@keyframes btnShimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

/* ============================================
   HOW IT WORKS SECTION - STACKED CARDS V2
   ============================================ */
.sh-how-it-works-v2 {
    padding: 120px 40px 140px;
    background: linear-gradient(180deg, var(--sh-bg-primary) 0%, #0d0b14 50%, var(--sh-bg-primary) 100%);
    position: relative;
    overflow: hidden;
}

.sh-how-it-works-v2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.sh-stacked-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0 20px;
    position: relative;
}

.sh-stacked-card {
    position: relative;
    background: linear-gradient(165deg, rgba(25, 25, 35, 0.5) 0%, rgba(15, 15, 22, 0.6) 100%);
    border: 1px solid var(--sh-border-default);
    border-radius: 24px;
    padding: 40px 28px 36px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sh-stacked-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(165deg, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.2) 0%, transparent 50%, transparent 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.sh-stacked-card:hover {
    transform: translateY(-12px);
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.15);
    box-shadow: 
        0 30px 60px -20px var(--sh-bg-overlay-50),
        0 0 50px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.08);
    z-index: 10;
}

.sh-stacked-card:hover::before {
    opacity: 1;
}

.sh-stacked-card-number {
    font-size: 72px;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.15) 0%, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.03) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 24px;
    letter-spacing: -3px;
    transition: all 0.5s ease;
}

.sh-stacked-card:hover .sh-stacked-card-number {
    background: linear-gradient(135deg, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.4) 0%, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.15) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.sh-stacked-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sh-stacked-card-icon {
    width: 64px;
    height: 64px;
    background: var(--sh-page-highlight);
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 8px 24px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
}

.sh-stacked-card-icon svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
    transition: all 0.4s ease;
}

.sh-stacked-card:hover .sh-stacked-card-icon {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.4);
}

.sh-stacked-card:hover .sh-stacked-card-icon svg {
    transform: scale(1.1);
}

.sh-stacked-card-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.sh-stacked-card-text p {
    font-size: 15px;
    color: var(--sh-text-secondary);
    line-height: 1.65;
    margin: 0;
}

.sh-stacked-card-glow {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100px;
    background: radial-gradient(ellipse, rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.15) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.sh-stacked-card:hover .sh-stacked-card-glow {
    opacity: 1;
}

.sh-stacked-cards-connector {
    max-width: 1200px;
    margin: -60px auto 0;
    padding: 0 100px;
    position: relative;
    z-index: 0;
    opacity: 0.6;
}

.sh-stacked-cards-connector svg {
    width: 100%;
    height: 20px;
}

/* Cards visible by default - no scroll animation */

/* ========================================
   TIMELINE PROCESS SECTION
   ======================================== */
.sh-process-timeline-section {
    padding: 120px 40px;
}

.sh-timeline-container {
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
    padding-left: 60px;
}

.sh-timeline-line {
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 60px;
    width: 2px;
    background: linear-gradient(180deg, 
        rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.6) 0%,
        rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3) 70%,
        rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0) 100%
    );
}

.sh-timeline-phase {
    position: relative;
    padding-bottom: 48px;
}

.sh-timeline-phase:last-child {
    padding-bottom: 0;
}

.sh-timeline-marker {
    position: absolute;
    left: -60px;
    top: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--sh-page-highlight), var(--sh-page-highlight));
    border: 2px solid var(--sh-page-highlight);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
}

.sh-timeline-phase:hover .sh-timeline-marker {
    box-shadow: 0 0 30px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.5);
    transform: scale(1.05);
}


.sh-timeline-number {
    font-size: 18px;
    font-weight: 800;
    color: var(--sh-text-inverted);
    transition: all 0.3s ease;
}

.sh-timeline-phase:hover .sh-timeline-number,
.sh-timeline-marker-final .sh-timeline-number {
    color: var(--sh-text-inverted);
}

.sh-timeline-content {
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-default);
    border-radius: 20px;
    padding: 28px 32px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.sh-timeline-phase:hover .sh-timeline-content {
    border-color: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.2);
    background: var(--sh-bg-card-hover);
}

.sh-timeline-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.sh-timeline-duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1);
    border: 1px solid rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--sh-page-highlight);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sh-timeline-duration svg {
    width: 14px;
    height: 14px;
    }

.sh-timeline-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0;
    letter-spacing: -0.5px;
}

.sh-timeline-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    color: var(--sh-text-secondary);
    line-height: 1.5;
}

.sh-timeline-step svg {
    width: 18px;
    height: 18px;
    color: var(--sh-page-highlight);
    flex-shrink: 0;
    margin-top: 2px;
}

.sh-timeline-step span {
    flex: 1;
    }

.sh-timeline-cta {
    text-align: center;
    margin-top: 48px;
}

/* Responsive */
@media (max-width: 1100px) {
    .sh-stacked-cards-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .sh-stacked-card {
        transform: none;
    }
    
    .sh-stacked-card:hover {
        transform: translateY(-8px);
    }
    
    .sh-stacked-cards-connector {
        display: none;
    }
    
    /* Timeline tablet */
    .sh-process-timeline-section {
        padding: 100px 30px;
    }
    
    .sh-timeline-container {
        max-width: 700px;
    }
}

@media (max-width: 600px) {
    .sh-how-it-works-v2 {
        padding: 80px 20px 100px;
    }
    
    .sh-stacked-cards-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .sh-stacked-card {
        padding: 32px 24px 28px;
    }
    
    .sh-stacked-card-number {
        font-size: 56px;
        margin-bottom: 16px;
    }
    
    .sh-stacked-card-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }
    
    .sh-stacked-card-icon svg {
        width: 26px;
        height: 26px;
    }
    
    .sh-stacked-card-text h3 {
        font-size: 18px;
    }
    
    .sh-stacked-card-text p {
        font-size: 14px;
    }
    
    /* Timeline responsive - mobile */
    .sh-process-timeline-section {
        padding: 80px 20px;
    }
    
    .sh-timeline-container {
        padding-left: 50px;
        margin-top: 40px;
    }
    
    .sh-timeline-line {
        left: 18px;
    }
    
    .sh-timeline-marker {
        left: -50px;
        width: 36px;
        height: 36px;
        box-shadow: 0 0 15px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
    }
    
    .sh-timeline-number {
        font-size: 14px;
    }
    
    .sh-timeline-content {
        padding: 20px 24px;
    }
    
    .sh-timeline-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .sh-timeline-title {
        font-size: 18px;
    }
    
    .sh-timeline-step {
        font-size: 14px;
    }
    
    .sh-timeline-step svg {
        width: 16px;
        height: 16px;
    }
    
    .sh-timeline-phase {
        padding-bottom: 32px;
    }
}

/* ============================================
   CASE STUDIES HIGHLIGHTS SECTION
   ============================================ */
.sh-case-studies-highlights {
    padding: 100px 40px;
    background: var(--sh-bg-primary);
}

.sh-case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0 20px;
}

.sh-case-study-card {
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(20, 20, 30, 0.8), rgba(10, 10, 15, 0.9));
    border: 1px solid var(--sh-bg-card-hover);
    border-radius: 20px;
    padding: 30px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.sh-case-study-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    transition: height 0.4s ease;
}

.sh-case-study-orange::before { background: linear-gradient(90deg, var(--sh-page-highlight), var(--sh-page-highlight)); }
.sh-case-study-green::before { background: linear-gradient(90deg, #10b981, #059669); }
.sh-case-study-purple::before { background: linear-gradient(90deg, #9b51e0, #7c3aed); }
.sh-case-study-blue::before { background: linear-gradient(90deg, #3b82f6, #2563eb); }

.sh-case-study-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.sh-case-study-card:hover::before {
    height: 6px;
}

.sh-case-study-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sh-case-study-industry {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--sh-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sh-case-study-industry svg {
    width: 16px;
    height: 16px;
}

.sh-case-study-timeframe {
    font-size: 11px;
    color: var(--sh-text-muted);
    background: var(--sh-bg-input);
    padding: 4px 10px;
    border-radius: 20px;
}

.sh-case-study-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin-bottom: 25px;
    line-height: 1.3;
}

.sh-case-study-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
    flex-grow: 1;
}

.sh-case-study-stat {
    text-align: left;
}

.sh-case-study-stat-value {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: var(--sh-text-primary);
    line-height: 1;
    margin-bottom: 4px;
}

.sh-case-study-orange .sh-case-study-stat-value { color: var(--sh-page-highlight); }
.sh-case-study-green .sh-case-study-stat-value { color: #10b981; }
.sh-case-study-purple .sh-case-study-stat-value { color: #9b51e0; }

.sh-case-study-stat-label {
    font-size: 12px;
    color: var(--sh-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sh-case-study-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sh-text-secondary);
    transition: all 0.3s ease;
}

.sh-case-study-link svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.sh-case-study-card:hover .sh-case-study-link {
    color: var(--sh-page-highlight);
}

.sh-case-study-card:hover .sh-case-study-link svg {
    transform: translateX(5px);
}

.sh-case-studies-cta {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 900px) {
    .sh-case-studies-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

/* ============================================
   CLIENT LOGOS SECTION
   ============================================ */
.sh-client-logos {
    padding: 80px 40px;
    background: linear-gradient(180deg, var(--sh-bg-primary) 0%, #0d0b12 100%);
}

.sh-client-logos-grid {
    max-width: 1000px;
    margin: 60px auto 0;
}

.sh-client-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.sh-client-logo {
    opacity: 0.4;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.sh-client-logo:hover {
    opacity: 0.8;
    filter: grayscale(0%);
}

.sh-client-logo svg {
    width: 100px;
    height: 40px;
    color: var(--sh-text-primary);
}

/* ============================================
   COMPARISON TABLE SECTION
   ============================================ */
.sh-comparison-section {
    padding: 100px 40px;
    background: var(--sh-bg-primary);
}

.sh-comparison-table-container {
    max-width: 750px;
    margin: 60px auto 0;
    overflow-x: auto;
}

.sh-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--sh-bg-secondary);
    border: 1px solid var(--sh-border-default);
    border-radius: 20px;
    overflow: hidden;
}

.sh-comparison-table thead th {
    padding: 30px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--sh-text-primary);
    background: var(--sh-bg-card);
    border-bottom: 1px solid var(--sh-bg-card-hover);
}

.sh-comparison-table thead th.sh-comparison-feature {
    width: 35%;
}

.sh-comparison-header-icon {
    width: 56px;
    height: 56px;
    background: var(--sh-bg-input);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.sh-comparison-header-icon svg {
    width: 26px;
    height: 26px;
    color: var(--sh-text-secondary);
}

.sh-comparison-header-icon.highlight {
    background: var(--sh-page-highlight);
    border: none;
    box-shadow: 0 8px 24px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
}

.sh-comparison-header-icon.highlight svg {
    color: #ffffff;
}

.sh-comparison-table tbody tr {
    border-bottom: 1px solid var(--sh-border-subtle);
    transition: background 0.3s ease;
}

.sh-comparison-table tbody tr:hover {
    background: var(--sh-bg-card);
}

.sh-comparison-table tbody tr:last-child {
    border-bottom: none;
}

.sh-comparison-table td {
    padding: 20px 25px;
    text-align: left;
    vertical-align: middle;
}

.sh-comparison-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--sh-text-primary);
    text-align: left !important;
}

.sh-comparison-label svg {
    width: 20px;
    height: 20px;
    color: var(--sh-text-muted);
    flex-shrink: 0;
}

.sh-comparison-internal-cell {
    font-size: 14px;
    color: var(--sh-text-secondary);
}

.sh-comparison-saleshive-cell {
    font-size: 14px;
    color: var(--sh-text-primary);
    font-weight: 600;
}

.sh-comparison-saleshive-cell.highlight {
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.05);
}

.sh-icon-yes {
    width: 20px;
    height: 20px;
    color: #10b981;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.sh-icon-no {
    width: 20px;
    height: 20px;
    color: #ef4444;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

@media (max-width: 700px) {
    .sh-comparison-table thead th,
    .sh-comparison-table td {
        padding: 15px 12px;
        font-size: 12px;
    }
    
    .sh-comparison-label {
        font-size: 12px;
    }
    
    .sh-comparison-label svg {
        display: none;
    }
}

/* ============================================
   INDUSTRIES WE SERVE SECTION
   ============================================ */
.sh-industries-section {
    padding: 100px 40px;
    background: var(--sh-bg-primary);
}

.sh-industries-section .sh-section-header {
    max-width: 100%;
}

.sh-industries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    max-width: 1400px;
    margin: 60px auto 0;
}

.sh-industry-card {
    display: block;
    text-decoration: none;
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-subtle);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.sh-industry-card:hover {
    transform: translateY(-8px);
    border-color: var(--sh-border-emphasis);
    box-shadow: 0 20px 50px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.1);
}

.sh-industry-icon {
    width: 64px;
    height: 64px;
    background: var(--sh-page-highlight);
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.3);
}

.sh-industry-icon svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.sh-industry-card:hover .sh-industry-icon {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.4);
}

.sh-industry-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin-bottom: 8px;
    line-height: 1.3;
}

.sh-industry-text {
    font-size: 12px;
    color: var(--sh-text-muted);
    line-height: 1.5;
}

@media (max-width: 1000px) {
    .sh-industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .sh-industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .sh-industry-card {
        padding: 20px 15px;
    }
    
    .sh-industry-title {
        font-size: 13px;
    }
}


/* sections.css */
/* ============================================
   SERVICES SECTION
   ============================================ */
.sh-services-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sh-services-grid.sh-services-grid-3 {
    max-width: 1100px;
}

.sh-services-grid.sh-services-grid-6 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1400px;
}

/* Service Card - use .sh-hover-awesome for hover effects */
.sh-service-card {
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-border-default);
    border-radius: 20px;
    padding: 40px;
}

.sh-service-icon {
    width: 60px;
    height: 60px;
    background: rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.sh-service-icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--sh-page-highlight);
    fill: none;
    stroke-width: 2;
}

.sh-service-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 12px;
}

.sh-service-description {
    font-size: 15px;
    color: var(--sh-text-secondary);
    line-height: 1.7;
    margin: 0 0 24px;
}

.sh-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sh-page-highlight);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.3s;
}

.sh-service-link:hover {
    gap: 12px;
    color: var(--sh-page-highlight);
}

.sh-service-link svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

/* ============================================
   PLATFORM SECTION
   ============================================ */
.sh-platform {
    background: linear-gradient(180deg, var(--sh-bg-secondary) 0%, var(--sh-bg-primary) 100%);
}

.sh-platform-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.sh-platform-features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Platform feature - use .sh-hover-simple for hover effects */
.sh-platform-feature {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-bg-input);
    border-radius: 16px;
}

.sh-platform-feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 140, 26, 0.15), rgba(155, 81, 224, 0.15));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sh-platform-feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--sh-page-highlight);
    fill: none;
    stroke-width: 2;
}

.sh-platform-feature-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 8px;
}

.sh-platform-feature-text {
    font-size: 14px;
    color: var(--sh-text-secondary);
    line-height: 1.6;
    margin: 0;
}

.sh-platform-visual {
    position: relative;
}

.sh-platform-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

/* ============================================
   VIDEO SECTION
   ============================================ */
.sh-video {
    background: var(--sh-bg-primary);
    position: relative;
    overflow: hidden;
}

.sh-video .sh-section-header {
    max-width: 100%;
}

.sh-video::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(155, 81, 224, 0.1) 0%, transparent 70%);
}

.sh-video-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.sh-video-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 50px 100px var(--sh-bg-overlay-50), 0 0 100px rgba(155, 81, 224, 0.1);
    aspect-ratio: 16 / 9;
    background: #000;
}

.sh-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 24px;
}

.sh-video-placeholder {
    aspect-ratio: 16 / 9;
    background: var(--sh-bg-card);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.sh-video-play {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--sh-page-highlight), var(--sh-page-highlight));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 50px rgba(255, 107, 0, 0.5);
    transition: all 0.4s;
}

.sh-video-placeholder:hover .sh-video-play {
    transform: scale(1.1);
    box-shadow: 0 0 80px rgba(255, 107, 0, 0.7);
}

.sh-video-play svg {
    width: 40px;
    height: 40px;
    fill: #000;
    margin-left: 4px;
}

/* Video Overlay - Dim before play */
.sh-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border-radius: 24px;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sh-video-overlay:hover .sh-video-play {
    transform: scale(1.1);
    box-shadow: 0 0 80px rgba(var(--sh-page-highlight-r), var(--sh-page-highlight-g), var(--sh-page-highlight-b), 0.7);
}

.sh-video-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Light mode: no dark overlay on video */
body.light-mode .sh-video-overlay {
    background: transparent;
}

/* ============================================
   TESTIMONIALS SECTION (TRUSTPILOT)
   ============================================ */
.sh-trustpilot-widget-container {
    max-width: 1400px;
    margin: 0 auto 40px;
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-bg-card-hover);
    border-radius: 20px;
    padding: 30px 40px;
}

.sh-reviews-link {
    text-align: center;
}

/* Legacy testimonials grid (kept for reference) */
.sh-testimonials-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Testimonial card - use .sh-hover-awesome for hover effects */
.sh-testimonial-card {
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-bg-card-hover);
    border-radius: 20px;
    padding: 40px;
}

.sh-testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.sh-testimonial-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--sh-page-highlight);
}

.sh-testimonial-quote {
    font-size: 16px;
    color: var(--sh-text-secondary);
    line-height: 1.8;
    margin: 0 0 24px;
    font-style: italic;
}

.sh-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sh-testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sh-page-highlight), #9b51e0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sh-text-primary);
    font-weight: 700;
    font-size: 18px;
}

.sh-testimonial-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 4px;
}

.sh-testimonial-role {
    font-size: 13px;
    color: var(--sh-text-muted);
}

/* ============================================
   PRICING SECTION - Styles moved to pricing shortcode
   ============================================ */

/* ============================================
   TRUST/STATS SECTION
   ============================================ */
.sh-trust {
    background: linear-gradient(135deg, var(--sh-bg-secondary) 0%, var(--sh-bg-tertiary) 50%, var(--sh-bg-secondary) 100%);
    position: relative;
    overflow: hidden;
}

.sh-trust::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 40% 40% at 20% 50%, rgba(255, 107, 0, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 80% 50%, rgba(155, 81, 224, 0.08) 0%, transparent 60%);
}

.sh-trust-stats {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

.sh-trust-stat {
    text-align: center;
}

.sh-trust-stat-number {
    font-size: 56px;
    font-weight: 800;
    color: var(--sh-page-highlight);
    line-height: 1;
    margin-bottom: 12px;
}

.sh-trust-stat-label {
    font-size: 14px;
    color: var(--sh-text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================================
   FAQ SECTION - Styles moved to FAQ shortcode
   ============================================ */

/* ============================================
   BLOG SECTION
   ============================================ */
.sh-blog-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Blog card - use .sh-hover-awesome for hover effects */
.sh-blog-card {
    background: var(--sh-bg-card);
    border: 1px solid var(--sh-bg-card-hover);
    border-radius: 20px;
    overflow: hidden;
}

.sh-blog-card-image {
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, rgba(255, 140, 26, 0.1), rgba(155, 81, 224, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.sh-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sh-blog-card-content {
    padding: 30px;
}

.sh-blog-card-category {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(255, 140, 26, 0.1);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: var(--sh-page-highlight);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.sh-blog-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 12px;
    line-height: 1.4;
}

.sh-blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.sh-blog-card-title a:hover {
    color: var(--sh-page-highlight);
}

.sh-blog-card-excerpt {
    font-size: 14px;
    color: var(--sh-text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* ============================================
   CTA SECTION
   ============================================ */
.sh-cta {
    padding: 120px 40px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.sh-cta::before {
    display: none;
}

.sh-cta::after {
    display: none;
}

.sh-cta-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.sh-cta-title {
    font-size: 52px;
    font-weight: 700;
    color: var(--sh-text-primary);
    margin: 0 0 20px;
    line-height: 1.2;
}

.sh-cta-text {
    font-size: 20px;
    color: var(--sh-text-secondary);
    margin: 0 0 40px;
    line-height: 1.7;
}

.sh-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .sh-services-grid,
    .sh-services-grid.sh-services-grid-6,
    .sh-testimonials-grid,
    .sh-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sh-platform-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    /* Pricing responsive styles moved to shortcode */
    
    .sh-trust-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sh-services-grid,
    .sh-services-grid.sh-services-grid-6,
    .sh-testimonials-grid,
    .sh-blog-grid {
        grid-template-columns: 1fr;
    }
    
    .sh-service-card {
        padding: 30px;
    }
    
    .sh-trust-stats {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .sh-trust-stat-number {
        font-size: 42px;
    }
    
    .sh-cta-title {
        font-size: 36px;
    }
    
    .sh-cta-buttons {
        flex-direction: column;
    }
}

/* ============================================
   BUTTON SHIMMER ANIMATION
   ============================================ */
@keyframes btnShimmer {
    0% { left: -100%; }
    50%, 100% { left: 100%; }
}

