/*
Theme Name: SK Flow
Theme URI: https://skflow.co.uk
Author: SK FLOW LTD
Author URI: https://skflow.co.uk
Description: Modern, lightning-fast, Elementor-friendly WordPress theme designed specifically for SK FLOW LTD (Company No. 17463288). Features dynamic service modules, built-in lead management system, automated UK legal page generator, customizer options, one-click demo setup, and complete Elementor builder support.
Version: 2.4.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sk-flow
Tags: e-commerce, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready, block-styles, grid-layout
*/

/* Base Theme Typography & Root Variables */
:root {
    --sk-navy-dark: #0A1128;
    --sk-navy-surface: #101B3B;
    --sk-electric-blue: #0066FF;
    --sk-electric-blue-hover: #0052CC;
    --sk-modern-green: #10B981;
    --sk-modern-green-hover: #059669;
    --sk-light-bg: #F8FAFC;
    --sk-card-bg: #FFFFFF;
    --sk-text-primary: #0F172A;
    --sk-text-secondary: #475569;
    --sk-text-muted: #94A3B8;
    --sk-border: #E2E8F0;
    --sk-font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --sk-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --sk-radius: 12px;
    --sk-shadow: 0 10px 30px -5px rgba(10, 17, 40, 0.08);
    --sk-shadow-hover: 0 20px 40px -10px rgba(0, 102, 255, 0.15);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--sk-font-body);
    color: var(--sk-text-primary);
    background-color: #FFFFFF;
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--sk-font-heading);
    color: var(--sk-navy-dark);
    font-weight: 700;
    line-height: 1.25;
}

a {
    color: var(--sk-electric-blue);
    text-decoration: none;
    transition: all 0.2s ease;
}

a:hover {
    color: var(--sk-electric-blue-hover);
}

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

.sk-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.sk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--sk-font-heading);
    font-weight: 600;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.sk-btn-primary {
    background: var(--sk-electric-blue);
    color: #FFFFFF !important;
    box-shadow: 0 4px 14px rgba(0, 102, 255, 0.3);
}

.sk-btn-primary:hover {
    background: var(--sk-electric-blue-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 255, 0.4);
}

.sk-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
}

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

.sk-btn-green {
    background: var(--sk-modern-green);
    color: #FFFFFF !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.3);
}

.sk-btn-green:hover {
    background: var(--sk-modern-green-hover);
    transform: translateY(-2px);
}
