/*
Theme Name: SmartHome Pro
Theme URI: https://smarthomepro.example.com
Author: Developer
Author URI: https://smarthomepro.example.com
Description: Premium Smart Home Landing Page Theme with Elementor integration, scroll animations, gradient effects, and Indian cultural design aesthetics.
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: smarthome-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, elementor-compatible
*/

/*=============================================
   SmartHome Pro v2.0 — PRO LEVEL DESIGN
   Indian Heritage + Modern Tech Aesthetics
=============================================*/

/* --- DESIGN TOKENS --- */
:root {
    /* Bengal Festival Palette */
    --sh-primary: #D4145A;
    --sh-primary-dark: #A81047;
    --sh-primary-light: #F15A8E;
    --sh-primary-glow: rgba(212, 20, 90, 0.4);

    /* Temple Gold */
    --sh-gold: #F0B840;
    --sh-gold-dark: #D49A20;
    --sh-gold-light: #FFD76E;
    --sh-gold-glow: rgba(240, 184, 64, 0.35);

    /* Bengal Green */
    --sh-green: #10B981;
    --sh-green-dark: #059669;
    --sh-green-light: #34D399;
    --sh-green-glow: rgba(16, 185, 129, 0.3);

    /* Deep Space */
    --sh-dark: #0B0F1A;
    --sh-dark-2: #111827;
    --sh-dark-3: #1F2937;
    --sh-dark-4: #374151;
    --sh-gray: #6B7280;
    --sh-gray-light: #9CA3AF;
    --sh-light: #F3F4F6;
    --sh-white: #FFFFFF;

    /* Gradients */
    --grad-hero: linear-gradient(135deg, #0B0F1A 0%, #1A1040 30%, #0F2027 60%, #0B0F1A 100%);
    --grad-primary: linear-gradient(135deg, var(--sh-primary), #8B5CF6);
    --grad-gold: linear-gradient(135deg, var(--sh-gold), #F97316);
    --grad-green: linear-gradient(135deg, var(--sh-green), #06B6D4);
    --grad-card: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    --grad-dark-card: linear-gradient(145deg, #1a1f35, #141829);
    --grad-glass: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    --grad-text-gold: linear-gradient(135deg, var(--sh-gold), var(--sh-gold-light), #F97316);

    /* Typography */
    --font-head: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-accent: 'Playfair Display', serif;

    /* Spacing */
    --section-py: 100px;
    --container: 1200px;
    --radius: 16px;
    --radius-sm: 10px;
    --radius-lg: 24px;
    --radius-xl: 32px;

    /* Shadows */
    --shadow-sm: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-md: 0 8px 30px rgba(0,0,0,0.15);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.2);
    --shadow-glow-primary: 0 0 40px var(--sh-primary-glow);
    --shadow-glow-gold: 0 0 40px var(--sh-gold-glow);
    --shadow-glow-green: 0 0 40px var(--sh-green-glow);

    /* Transitions */
    --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
    --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--sh-dark); background: var(--sh-white); line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sh-primary); text-decoration: none; transition: all 0.3s var(--ease-smooth); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; }

/* --- CONTAINER --- */
.sh-container { max-width: var(--container); margin: 0 auto; padding: 0 24px; width: 100%; }

/* --- ANIMATIONS KEYFRAMES --- */
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-20px)} }
@keyframes floatSlow { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }
@keyframes pulseGlow { 0%,100%{box-shadow:0 0 20px var(--sh-primary-glow)} 50%{box-shadow:0 0 40px var(--sh-primary-glow), 0 0 80px rgba(212,20,90,0.15)} }
@keyframes shimmer { 0%{background-position:-200% 0} 100%{background-position:200% 0} }
@keyframes slideUp { from{opacity:0;transform:translateY(60px)} to{opacity:1;transform:translateY(0)} }
@keyframes slideLeft { from{opacity:0;transform:translateX(60px)} to{opacity:1;transform:translateX(0)} }
@keyframes slideRight { from{opacity:0;transform:translateX(-60px)} to{opacity:1;transform:translateX(0)} }
@keyframes scaleIn { from{opacity:0;transform:scale(0.8)} to{opacity:1;transform:scale(1)} }
@keyframes rotateIn { from{opacity:0;transform:rotate(-10deg) scale(0.9)} to{opacity:1;transform:rotate(0) scale(1)} }
@keyframes borderGlow { 0%,100%{border-color:rgba(240,184,64,0.3)} 50%{border-color:rgba(240,184,64,0.8)} }
@keyframes gradientShift { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }
@keyframes particleFloat { 0%{transform:translateY(0) rotate(0deg);opacity:1} 100%{transform:translateY(-100vh) rotate(720deg);opacity:0} }
@keyframes textGlow { 0%,100%{text-shadow:0 0 20px var(--sh-gold-glow)} 50%{text-shadow:0 0 40px var(--sh-gold-glow), 0 0 80px rgba(240,184,64,0.15)} }
@keyframes ripple { 0%{transform:scale(1);opacity:0.4} 100%{transform:scale(2.5);opacity:0} }
@keyframes spin { 0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }

/* --- SCROLL REVEAL CLASSES --- */
[data-reveal] { opacity: 0; transition: all 0.8s var(--ease-smooth); }
[data-reveal].revealed { opacity: 1; }
[data-reveal="up"] { transform: translateY(60px); }
[data-reveal="up"].revealed { transform: translateY(0); }
[data-reveal="left"] { transform: translateX(-60px); }
[data-reveal="left"].revealed { transform: translateX(0); }
[data-reveal="right"] { transform: translateX(60px); }
[data-reveal="right"].revealed { transform: translateX(0); }
[data-reveal="scale"] { transform: scale(0.85); }
[data-reveal="scale"].revealed { transform: scale(1); }
[data-reveal="rotate"] { transform: rotate(-5deg) scale(0.9); }
[data-reveal="rotate"].revealed { transform: rotate(0) scale(1); }

/* Stagger delays */
[data-delay="1"] { transition-delay: 0.1s !important; }
[data-delay="2"] { transition-delay: 0.2s !important; }
[data-delay="3"] { transition-delay: 0.3s !important; }
[data-delay="4"] { transition-delay: 0.4s !important; }
[data-delay="5"] { transition-delay: 0.5s !important; }
[data-delay="6"] { transition-delay: 0.6s !important; }

/*=============================================
   HEADER — PREMIUM GLASS MORPHISM NAV
=============================================*/
.sh-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
    padding: 16px 0;
    background: transparent;
    transition: all 0.4s var(--ease-smooth);
}
.sh-header.scrolled {
    background: rgba(11, 15, 26, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.sh-header-inner {
    display: flex; align-items: center; justify-content: space-between;
}
.sh-logo-text {
    font-family: var(--font-head); font-size: 1.6rem; font-weight: 800;
    color: var(--sh-white); text-decoration: none;
    display: flex; align-items: center; gap: 6px;
    transition: transform 0.3s var(--ease-bounce);
}
.sh-logo-text:hover { transform: scale(1.05); }
.sh-logo-icon { font-size: 2rem; animation: floatSlow 3s ease-in-out infinite; }
.sh-logo-accent {
    background: var(--grad-gold); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text;
}
.sh-nav-list {
    display: flex; list-style: none; gap: 8px; margin: 0; padding: 0;
}
.sh-nav-list li { position: relative; }
.sh-nav-list a {
    color: rgba(255,255,255,0.75); font-weight: 500; font-size: 0.95rem;
    padding: 8px 18px; border-radius: 8px; position: relative;
    transition: all 0.3s var(--ease-smooth); overflow: hidden;
}
.sh-nav-list a::before {
    content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px;
    background: var(--grad-gold); transform: translateX(-50%);
    transition: width 0.3s var(--ease-smooth); border-radius: 2px;
}
.sh-nav-list a:hover {
    color: var(--sh-white); background: rgba(255,255,255,0.06);
}
.sh-nav-list a:hover::before { width: 60%; }

.sh-header-cta .sh-btn {
    padding: 10px 28px; font-size: 0.9rem;
    background: var(--grad-gold); color: var(--sh-dark);
    border-radius: 50px; font-weight: 700;
    box-shadow: 0 4px 15px var(--sh-gold-glow);
    transition: all 0.3s var(--ease-bounce);
}
.sh-header-cta .sh-btn:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 30px var(--sh-gold-glow);
}

/* Mobile Toggle */
.sh-mobile-toggle {
    display: none; background: none; border: none; cursor: pointer;
    padding: 8px; flex-direction: column; gap: 6px; z-index: 10001;
}
.sh-mobile-toggle span {
    width: 28px; height: 2px; background: var(--sh-white);
    border-radius: 4px; transition: all 0.3s var(--ease-smooth);
    transform-origin: center;
}
.sh-mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.sh-mobile-toggle.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.sh-mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* Mobile Nav */
.sh-mobile-nav {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(11,15,26,0.97); backdrop-filter: blur(30px);
    z-index: 10000; display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden; transition: all 0.4s var(--ease-smooth);
}
.sh-mobile-nav.active { opacity: 1; visibility: visible; }
.sh-mobile-nav-list {
    list-style: none; text-align: center; padding: 0;
}
.sh-mobile-nav-list li {
    margin: 8px 0; transform: translateY(20px); opacity: 0;
    transition: all 0.4s var(--ease-smooth);
}
.sh-mobile-nav.active .sh-mobile-nav-list li {
    transform: translateY(0); opacity: 1;
}
.sh-mobile-nav.active .sh-mobile-nav-list li:nth-child(1) { transition-delay: 0.1s; }
.sh-mobile-nav.active .sh-mobile-nav-list li:nth-child(2) { transition-delay: 0.15s; }
.sh-mobile-nav.active .sh-mobile-nav-list li:nth-child(3) { transition-delay: 0.2s; }
.sh-mobile-nav.active .sh-mobile-nav-list li:nth-child(4) { transition-delay: 0.25s; }
.sh-mobile-nav.active .sh-mobile-nav-list li:nth-child(5) { transition-delay: 0.3s; }
.sh-mobile-nav-list a {
    color: var(--sh-white); font-size: 1.8rem; font-weight: 600;
    font-family: var(--font-head); display: inline-block; padding: 8px 20px;
    transition: all 0.3s var(--ease-smooth);
}
.sh-mobile-nav-list a:hover { color: var(--sh-gold); transform: scale(1.05); }

/*=============================================
   HERO SECTION — CINEMATIC SPLIT LAYOUT
=============================================*/
.sh-hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden;
    background: var(--grad-hero);
    padding-top: 80px;
}
/* Animated BG particles */
.sh-hero-particles {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    overflow: hidden; pointer-events: none; z-index: 1;
}
.sh-hero-particles span {
    position: absolute; width: 4px; height: 4px; border-radius: 50%;
    background: rgba(240, 184, 64, 0.3); animation: particleFloat linear infinite;
}
.sh-hero-particles span:nth-child(1) { left:10%; animation-duration:12s; animation-delay:0s; width:3px; height:3px; }
.sh-hero-particles span:nth-child(2) { left:20%; animation-duration:15s; animation-delay:2s; width:5px; height:5px; background:rgba(212,20,90,0.2); }
.sh-hero-particles span:nth-child(3) { left:35%; animation-duration:10s; animation-delay:4s; }
.sh-hero-particles span:nth-child(4) { left:50%; animation-duration:18s; animation-delay:1s; width:3px; height:3px; }
.sh-hero-particles span:nth-child(5) { left:65%; animation-duration:14s; animation-delay:3s; background:rgba(16,185,129,0.2); }
.sh-hero-particles span:nth-child(6) { left:80%; animation-duration:11s; animation-delay:5s; width:6px; height:6px; }
.sh-hero-particles span:nth-child(7) { left:90%; animation-duration:16s; animation-delay:2s; width:3px; height:3px; background:rgba(212,20,90,0.15); }
.sh-hero-particles span:nth-child(8) { left:45%; animation-duration:13s; animation-delay:6s; }

/* Gradient orbs */
.sh-hero::before {
    content: ''; position: absolute; top: -200px; right: -100px;
    width: 700px; height: 700px; border-radius: 50%;
    background: radial-gradient(circle, rgba(212,20,90,0.12) 0%, transparent 70%);
    animation: floatSlow 8s ease-in-out infinite; pointer-events: none; z-index: 1;
}
.sh-hero::after {
    content: ''; position: absolute; bottom: -150px; left: -80px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(240,184,64,0.08) 0%, transparent 70%);
    animation: floatSlow 10s ease-in-out infinite reverse; pointer-events: none; z-index: 1;
}

.sh-hero .sh-container {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.sh-hero-content { animation: slideRight 1s var(--ease-smooth) forwards; }

.sh-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(240,184,64,0.1); border: 1px solid rgba(240,184,64,0.25);
    padding: 8px 20px; border-radius: 50px;
    color: var(--sh-gold); font-size: 0.85rem; font-weight: 600;
    margin-bottom: 24px; animation: borderGlow 3s ease-in-out infinite;
    backdrop-filter: blur(10px);
}
.sh-hero-badge .badge-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--sh-green); animation: pulse 2s ease-in-out infinite;
}

.sh-hero h1 {
    font-size: 4rem; font-weight: 800; color: var(--sh-white);
    margin-bottom: 20px; line-height: 1.1; letter-spacing: -0.02em;
}
.sh-hero h1 .sh-hero-highlight {
    background: var(--grad-text-gold); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text;
    background-size: 200% auto; animation: shimmer 4s linear infinite;
}

.sh-hero-tagline {
    font-size: 1.2rem; color: rgba(255,255,255,0.7); margin-bottom: 36px;
    line-height: 1.8; max-width: 520px;
}

.sh-hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

/* Premium Buttons */
.sh-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 36px; border: none; border-radius: 50px;
    font-family: var(--font-head); font-size: 1rem; font-weight: 700;
    cursor: pointer; transition: all 0.4s var(--ease-bounce);
    text-decoration: none; line-height: 1.4; position: relative; overflow: hidden;
}
.sh-btn::after {
    content: ''; position: absolute; top: 50%; left: 50%;
    width: 0; height: 0; border-radius: 50%;
    background: rgba(255,255,255,0.2); transform: translate(-50%,-50%);
    transition: width 0.6s, height 0.6s;
}
.sh-btn:active::after { width: 300px; height: 300px; }

.sh-btn-primary {
    background: var(--grad-gold); color: var(--sh-dark);
    box-shadow: 0 4px 20px var(--sh-gold-glow);
}
.sh-btn-primary:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 40px var(--sh-gold-glow);
}
.sh-btn-outline {
    background: transparent; color: var(--sh-white);
    border: 2px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
}
.sh-btn-outline:hover {
    background: rgba(255,255,255,0.1); border-color: var(--sh-gold);
    color: var(--sh-gold); transform: translateY(-3px);
}
.sh-btn .btn-arrow { transition: transform 0.3s var(--ease-smooth); }
.sh-btn:hover .btn-arrow { transform: translateX(4px); }

/* Hero Stats */
.sh-hero-stats { display: flex; gap: 40px; }
.sh-hero-stat {
    text-align: left; padding: 16px 0; position: relative;
}
.sh-hero-stat:not(:last-child)::after {
    content: ''; position: absolute; right: -20px; top: 10%; height: 80%;
    width: 1px; background: rgba(255,255,255,0.1);
}
.sh-hero-stat-number {
    font-family: var(--font-head); font-size: 2.2rem; font-weight: 800;
    background: var(--grad-gold); -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; background-clip: text;
}
.sh-hero-stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.5); font-weight: 500; }

/* Hero Image */
.sh-hero-visual {
    display: flex; justify-content: center; align-items: center;
    position: relative; animation: slideLeft 1s 0.3s var(--ease-smooth) both;
}
.sh-hero-image-wrapper {
    position: relative; max-width: 520px; width: 100%;
}
.sh-hero-image-wrapper img {
    border-radius: var(--radius-xl); width: 100%;
    box-shadow: 0 30px 80px rgba(0,0,0,0.4), 0 0 60px rgba(212,20,90,0.1);
    animation: float 6s ease-in-out infinite;
}
/* Floating decorative elements */
.sh-hero-float-card {
    position: absolute; background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius); padding: 14px 20px;
    display: flex; align-items: center; gap: 12px;
    animation: floatSlow 4s ease-in-out infinite;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.sh-hero-float-card.card-1 {
    top: 15%; left: -30px; animation-delay: 0.5s;
}
.sh-hero-float-card.card-2 {
    bottom: 20%; right: -20px; animation-delay: 1.5s;
}
.sh-hero-float-icon {
    width: 40px; height: 40px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
}
.sh-hero-float-icon.icon-green { background: rgba(16,185,129,0.2); }
.sh-hero-float-icon.icon-gold { background: rgba(240,184,64,0.2); }
.sh-hero-float-text { color: var(--sh-white); font-size: 0.85rem; font-weight: 600; }
.sh-hero-float-sub { color: rgba(255,255,255,0.5); font-size: 0.7rem; }

/*=============================================
   SECTION COMMON STYLES
=============================================*/
.sh-section { padding: var(--section-py) 0; position: relative; }
.sh-section-header { text-align: center; max-width: 650px; margin: 0 auto 60px; }
.sh-section-label {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-head); font-size: 0.85rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 16px; padding: 6px 18px; border-radius: 50px;
}
.sh-section-label.label-primary { color: var(--sh-primary); background: rgba(212,20,90,0.08); }
.sh-section-label.label-gold { color: var(--sh-gold-dark); background: rgba(240,184,64,0.08); }
.sh-section-label.label-green { color: var(--sh-green-dark); background: rgba(16,185,129,0.08); }
.sh-section-label.label-white { color: var(--sh-gold-light); background: rgba(240,184,64,0.1); border: 1px solid rgba(240,184,64,0.2); }

.sh-section-header h2 { font-size: 2.8rem; margin-bottom: 16px; letter-spacing: -0.02em; }
.sh-section-header p { font-size: 1.1rem; color: var(--sh-gray); line-height: 1.8; }

/*=============================================
   FEATURES SECTION
=============================================*/
.sh-features { background: var(--sh-light); }
.sh-features .sh-section-header h2 { color: var(--sh-dark); }

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

.sh-feature-card {
    background: var(--sh-white); padding: 40px 32px;
    border-radius: var(--radius-lg); position: relative; overflow: hidden;
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.4s var(--ease-bounce);
    cursor: default;
}
.sh-feature-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 4px; background: var(--grad-primary);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.5s var(--ease-smooth);
}
.sh-feature-card:hover::before { transform: scaleX(1); }
.sh-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    border-color: transparent;
}
.sh-feature-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(212,20,90,0.03));
    pointer-events: none; border-radius: var(--radius-lg);
}

.sh-feature-icon {
    width: 72px; height: 72px; border-radius: var(--radius);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px; font-size: 1.8rem; position: relative;
    transition: all 0.4s var(--ease-bounce);
}
.sh-feature-card:hover .sh-feature-icon { transform: scale(1.1) rotate(5deg); }
.sh-feature-icon.icon-1 { background: linear-gradient(135deg, rgba(212,20,90,0.1), rgba(139,92,246,0.1)); color: var(--sh-primary); }
.sh-feature-icon.icon-2 { background: linear-gradient(135deg, rgba(240,184,64,0.1), rgba(249,115,22,0.1)); color: var(--sh-gold-dark); }
.sh-feature-icon.icon-3 { background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(6,182,212,0.1)); color: var(--sh-green-dark); }

.sh-feature-card h3 { font-size: 1.3rem; margin-bottom: 12px; color: var(--sh-dark); }
.sh-feature-card p { font-size: 0.95rem; color: var(--sh-gray); line-height: 1.8; }
.sh-feature-link {
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: 16px; font-weight: 600; font-size: 0.9rem; color: var(--sh-primary);
    transition: all 0.3s var(--ease-smooth);
}
.sh-feature-link:hover { gap: 12px; color: var(--sh-primary-dark); }

/*=============================================
   TESTIMONIALS
=============================================*/
.sh-testimonials { background: var(--sh-white); }
.sh-testimonials .sh-section-header h2 { color: var(--sh-dark); }

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

.sh-testimonial-card {
    background: var(--sh-white); padding: 36px;
    border-radius: var(--radius-lg); position: relative;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.4s var(--ease-bounce);
    cursor: default;
}
.sh-testimonial-card::before {
    content: '\201C'; position: absolute; top: 16px; right: 24px;
    font-size: 5rem; font-family: var(--font-accent); color: rgba(212,20,90,0.06);
    line-height: 1; pointer-events: none;
}
.sh-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border-color: rgba(212,20,90,0.1);
}

.sh-testimonial-stars { margin-bottom: 16px; }
.sh-testimonial-stars span {
    color: var(--sh-gold); font-size: 1.1rem; margin-right: 2px;
    display: inline-block; transition: transform 0.3s var(--ease-bounce);
}
.sh-testimonial-card:hover .sh-testimonial-stars span { animation: pulse 0.5s var(--ease-bounce); }

.sh-testimonial-text {
    font-family: var(--font-accent); font-style: italic;
    font-size: 1.05rem; line-height: 1.8; color: var(--sh-dark-3);
    margin-bottom: 24px;
}

.sh-testimonial-author { display: flex; align-items: center; gap: 14px; }
.sh-testimonial-avatar {
    width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem; color: var(--sh-white);
    flex-shrink: 0; position: relative;
}
.sh-testimonial-avatar::after {
    content: ''; position: absolute; inset: -3px; border-radius: 50%;
    border: 2px solid transparent; transition: border-color 0.3s;
}
.sh-testimonial-card:hover .sh-testimonial-avatar::after { border-color: var(--sh-gold); }
.sh-testimonial-avatar.av-1 { background: var(--grad-primary); }
.sh-testimonial-avatar.av-2 { background: var(--grad-gold); }
.sh-testimonial-avatar.av-3 { background: var(--grad-green); }

.sh-testimonial-name { font-weight: 700; font-size: 1rem; color: var(--sh-dark); }
.sh-testimonial-role { font-size: 0.85rem; color: var(--sh-gray); }

/*=============================================
   PRICING SECTION
=============================================*/
.sh-pricing {
    background: var(--grad-hero); position: relative; overflow: hidden;
}
.sh-pricing::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at top, rgba(212,20,90,0.08) 0%, transparent 60%),
                radial-gradient(ellipse at bottom, rgba(240,184,64,0.05) 0%, transparent 60%);
    pointer-events: none;
}
.sh-pricing .sh-section-header h2 { color: var(--sh-white); }
.sh-pricing .sh-section-header p { color: rgba(255,255,255,0.5); }

.sh-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; z-index: 1; }

.sh-pricing-card {
    background: var(--grad-card); backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-xl);
    padding: 44px 36px; text-align: center;
    transition: all 0.4s var(--ease-bounce); position: relative; overflow: hidden;
}
.sh-pricing-card::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.03));
    pointer-events: none;
}
.sh-pricing-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255,255,255,0.15);
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.sh-pricing-card.featured {
    background: linear-gradient(145deg, rgba(240,184,64,0.1), rgba(249,115,22,0.05));
    border-color: rgba(240,184,64,0.3);
    transform: scale(1.05);
    animation: pulseGlow 4s ease-in-out infinite;
}
.sh-pricing-card.featured:hover { transform: scale(1.05) translateY(-12px); }

.sh-pricing-badge {
    position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
    background: var(--grad-gold); color: var(--sh-dark);
    padding: 6px 28px; font-size: 0.75rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1.5px;
    border-radius: 0 0 12px 12px;
}

.sh-pricing-plan {
    font-family: var(--font-head); font-size: 1.2rem; font-weight: 600;
    color: rgba(255,255,255,0.7); margin-bottom: 8px; margin-top: 12px;
}
.sh-pricing-amount {
    font-family: var(--font-head); font-size: 3.5rem; font-weight: 800;
    color: var(--sh-white); margin-bottom: 4px;
}
.sh-pricing-amount .currency { font-size: 1.5rem; font-weight: 400; color: rgba(255,255,255,0.5); vertical-align: super; }
.sh-pricing-period { color: rgba(255,255,255,0.4); font-size: 0.9rem; margin-bottom: 32px; }

.sh-pricing-features { list-style: none; text-align: left; margin-bottom: 32px; }
.sh-pricing-features li {
    padding: 12px 0; color: rgba(255,255,255,0.65); font-size: 0.95rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    display: flex; align-items: center; gap: 12px;
}
.sh-pricing-features li .check-icon {
    width: 22px; height: 22px; border-radius: 50%; display: flex;
    align-items: center; justify-content: center; font-size: 0.7rem;
    font-weight: 700; flex-shrink: 0;
}
.sh-pricing-features li .check-icon.ci-green { background: rgba(16,185,129,0.15); color: var(--sh-green); }
.sh-pricing-features li .check-icon.ci-gold { background: rgba(240,184,64,0.15); color: var(--sh-gold); }

.sh-pricing-card .sh-btn { width: 100%; }
.sh-pricing-card .sh-btn-ghost {
    background: transparent; color: var(--sh-white);
    border: 2px solid rgba(255,255,255,0.15);
}
.sh-pricing-card .sh-btn-ghost:hover {
    background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.3);
}
.sh-pricing-card .sh-btn-gold {
    background: var(--grad-gold); color: var(--sh-dark); font-weight: 700;
    box-shadow: 0 4px 20px var(--sh-gold-glow);
}
.sh-pricing-card .sh-btn-gold:hover {
    box-shadow: 0 8px 40px var(--sh-gold-glow);
}

/*=============================================
   CONTACT SECTION
=============================================*/
.sh-contact { background: var(--sh-light); }
.sh-contact .sh-section-header h2 { color: var(--sh-dark); }

.sh-contact-wrapper {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start;
}

.sh-contact-info h2 { font-size: 2.2rem; margin-bottom: 16px; color: var(--sh-dark); }
.sh-contact-info > p { margin-bottom: 32px; color: var(--sh-gray); font-size: 1.05rem; }

.sh-contact-details { list-style: none; }
.sh-contact-details li {
    display: flex; align-items: center; gap: 16px;
    padding: 14px 0; color: var(--sh-dark-3); font-size: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.sh-contact-icon {
    width: 48px; height: 48px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; flex-shrink: 0;
}
.sh-contact-icon.ci-primary { background: linear-gradient(135deg, rgba(212,20,90,0.1), rgba(139,92,246,0.1)); color: var(--sh-primary); }
.sh-contact-icon.ci-gold { background: linear-gradient(135deg, rgba(240,184,64,0.1), rgba(249,115,22,0.1)); color: var(--sh-gold-dark); }
.sh-contact-icon.ci-green { background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(6,182,212,0.1)); color: var(--sh-green-dark); }

.sh-contact-form-wrapper {
    background: var(--sh-white); padding: 44px;
    border-radius: var(--radius-xl); box-shadow: var(--shadow-md);
    border: 1px solid rgba(0,0,0,0.04);
}
.sh-contact-form-wrapper h3 { text-align: center; margin-bottom: 28px; font-size: 1.4rem; color: var(--sh-dark); }

.sh-form-group { margin-bottom: 20px; }
.sh-form-group label {
    display: block; font-weight: 600; font-size: 0.9rem;
    color: var(--sh-dark-3); margin-bottom: 6px;
}
.sh-form-group input, .sh-form-group textarea, .sh-form-group select {
    width: 100%; padding: 14px 18px;
    border: 2px solid rgba(0,0,0,0.06); border-radius: var(--radius-sm);
    font-family: var(--font-body); font-size: 1rem; color: var(--sh-dark);
    background: var(--sh-light); transition: all 0.3s var(--ease-smooth);
}
.sh-form-group input:focus, .sh-form-group textarea:focus {
    outline: none; border-color: var(--sh-primary);
    background: var(--sh-white);
    box-shadow: 0 0 0 4px rgba(212,20,90,0.08);
}
.sh-form-group textarea { min-height: 120px; resize: vertical; }

.sh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/*=============================================
   FOOTER — PREMIUM DARK
=============================================*/
.sh-footer {
    background: var(--sh-dark); color: rgba(255,255,255,0.6);
    padding: 80px 0 0; position: relative; overflow: hidden;
}
.sh-footer::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--sh-gold), var(--sh-primary), var(--sh-gold), transparent);
}

.sh-footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px; padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.sh-footer-brand p { color: rgba(255,255,255,0.4); font-size: 0.95rem; line-height: 1.8; margin-top: 16px; max-width: 320px; }

.sh-footer h4 {
    color: var(--sh-white); font-size: 1.1rem; margin-bottom: 24px;
    position: relative; padding-bottom: 12px;
}
.sh-footer h4::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 30px; height: 3px; border-radius: 3px;
    background: var(--grad-gold);
}

.sh-footer-links { list-style: none; }
.sh-footer-links li { margin-bottom: 12px; }
.sh-footer-links a {
    color: rgba(255,255,255,0.4); font-size: 0.95rem;
    transition: all 0.3s var(--ease-smooth); display: inline-block;
}
.sh-footer-links a:hover { color: var(--sh-gold); transform: translateX(6px); }

.sh-footer-social { display: flex; gap: 12px; margin-top: 24px; }
.sh-footer-social a {
    width: 46px; height: 46px; border-radius: 12px;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.06);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.5); font-size: 1.1rem;
    transition: all 0.4s var(--ease-bounce);
}
.sh-footer-social a:hover {
    background: var(--grad-primary); color: var(--sh-white);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 25px var(--sh-primary-glow);
    border-color: transparent;
}

.sh-footer-bottom {
    padding: 28px 0; text-align: center;
    font-size: 0.9rem; color: rgba(255,255,255,0.3);
}
.sh-footer-bottom a { color: var(--sh-gold); }
.sh-footer-bottom a:hover { color: var(--sh-gold-light); }

/*=============================================
   RESPONSIVE
=============================================*/
@media (max-width: 1024px) {
    .sh-hero h1 { font-size: 3rem; }
    .sh-hero .sh-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .sh-hero-content { order: 1; }
    .sh-hero-visual { order: 0; }
    .sh-hero-tagline { margin-left: auto; margin-right: auto; }
    .sh-hero-buttons { justify-content: center; }
    .sh-hero-stats { justify-content: center; }
    .sh-hero-float-card { display: none; }
    .sh-features-grid, .sh-testimonials-grid, .sh-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .sh-pricing-card.featured { transform: scale(1); }
    .sh-pricing-card.featured:hover { transform: translateY(-12px); }
    .sh-contact-wrapper { grid-template-columns: 1fr; }
    .sh-footer-grid { grid-template-columns: 1fr 1fr; }
    .sh-section-header h2 { font-size: 2.2rem; }
}

@media (max-width: 768px) {
    :root { --section-py: 70px; }
    .sh-main-nav, .sh-header-cta { display: none; }
    .sh-mobile-toggle { display: flex; }
    .sh-hero { min-height: auto; padding: 120px 0 60px; }
    .sh-hero h1 { font-size: 2.4rem; }
    .sh-hero-tagline { font-size: 1rem; }
    .sh-hero-image-wrapper { max-width: 350px; }
    .sh-features-grid, .sh-testimonials-grid, .sh-pricing-grid { grid-template-columns: 1fr; }
    .sh-hero-buttons { flex-direction: column; align-items: center; }
    .sh-hero-buttons .sh-btn { width: 100%; max-width: 280px; }
    .sh-hero-stats { gap: 24px; }
    .sh-hero-stat-number { font-size: 1.6rem; }
    .sh-form-row { grid-template-columns: 1fr; }
    .sh-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .sh-section-header h2 { font-size: 1.9rem; }
    .sh-contact-form-wrapper { padding: 28px; }
}

@media (max-width: 480px) {
    html { font-size: 14px; }
    .sh-hero h1 { font-size: 2rem; }
    .sh-pricing-amount { font-size: 2.5rem; }
    .sh-hero-stats { flex-direction: column; gap: 16px; align-items: center; }
    .sh-hero-stat { text-align: center; }
    .sh-hero-stat:not(:last-child)::after { display: none; }
}

/* --- WP Alignment --- */
.alignleft { float:left; margin-right:1.5em; margin-bottom:1.5em; }
.alignright { float:right; margin-left:1.5em; margin-bottom:1.5em; }
.aligncenter { clear:both; display:block; margin-left:auto; margin-right:auto; }
.screen-reader-text { border:0; clip:rect(1px,1px,1px,1px); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; }
