/*
 Theme Name:   HEVC Video Extensions
 Theme URI:    https://hevc-video-extensions.com
 Description:  Premium SEO-optimized theme for HEVC Video Extensions download. Built for conversions.
 Author:       HEVC Video Extensions
 Author URI:   https://hevc-video-extensions.com
 Template:     generatepress
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hevc-video-extensions
*/

/* ============================================
   HEVC VIDEO EXTENSIONS - PREMIUM DARK THEME
   Modern, Professional & Conversion-Optimized
   ============================================ */

/* Fonts loaded via PHP preload for better performance */

:root {
    /* Primary Colors - Deep Space Theme */
    --hevc-bg-primary: #050508;
    --hevc-bg-secondary: #0c0c12;
    --hevc-bg-tertiary: #141420;
    --hevc-bg-card: #0f0f18;
    --hevc-bg-card-hover: #161625;
    
    /* Accent Colors - Electric Cyan & Emerald */
    --hevc-accent: #00e5ff;
    --hevc-accent-hover: #00b8cc;
    --hevc-accent-soft: rgba(0, 229, 255, 0.15);
    --hevc-accent-glow: rgba(0, 229, 255, 0.4);
    --hevc-success: #00ff9d;
    --hevc-success-soft: rgba(0, 255, 157, 0.15);
    --hevc-warning: #ffb800;
    --hevc-purple: #8b5cf6;
    
    /* Text Colors */
    --hevc-text-primary: #f8fafc;
    --hevc-text-secondary: #94a3b8;
    --hevc-text-muted: #64748b;
    --hevc-text-dim: #475569;
    
    /* Borders & Effects */
    --hevc-border: rgba(148, 163, 184, 0.1);
    --hevc-border-hover: rgba(0, 229, 255, 0.3);
    --hevc-gradient: linear-gradient(135deg, #00e5ff 0%, #00b8cc 50%, #0891b2 100%);
    --hevc-gradient-success: linear-gradient(135deg, #00ff9d 0%, #00d97f 100%);
    --hevc-gradient-purple: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    --hevc-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
    --hevc-shadow-glow: 0 0 40px rgba(0, 229, 255, 0.25);
    --hevc-shadow-success: 0 0 40px rgba(0, 255, 157, 0.25);
    
    /* Typography */
    --hevc-font-main: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --hevc-font-mono: 'JetBrains Mono', 'Consolas', monospace;
    
    /* Spacing */
    --hevc-section-padding: clamp(60px, 10vw, 100px);
    --hevc-container-max: 1280px;
    --hevc-border-radius: 16px;
    --hevc-border-radius-sm: 10px;
    --hevc-border-radius-lg: 24px;
}

/* ============================================
   BASE STYLES
   ============================================ */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: var(--hevc-bg-primary) !important;
    color: var(--hevc-text-primary) !important;
    font-family: var(--hevc-font-main);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: var(--hevc-text-primary);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em;
}

h1 { 
    font-size: clamp(2.25rem, 6vw, 4rem); 
    font-weight: 800;
}
h2 { 
    font-size: clamp(1.75rem, 4vw, 2.75rem); 
    font-weight: 700;
}
h3 { 
    font-size: clamp(1.25rem, 3vw, 1.5rem); 
    font-weight: 600;
}

p {
    color: var(--hevc-text-secondary);
    margin: 0 0 1.25rem 0;
}

a {
    color: var(--hevc-accent);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover {
    color: var(--hevc-accent-hover);
}

strong {
    color: var(--hevc-text-primary);
    font-weight: 600;
}

/* Selection */
::selection {
    background: var(--hevc-accent);
    color: var(--hevc-bg-primary);
}

/* Container */
.hevc-container {
    max-width: var(--hevc-container-max);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 32px);
}

/* ============================================
   HEADER
   ============================================ */

.hevc-header {
    background: rgba(12, 12, 18, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--hevc-border);
    padding: 16px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.hevc-header.scrolled {
    padding: 12px 0;
    background: rgba(12, 12, 18, 0.95);
}

.hevc-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--hevc-container-max);
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 32px);
}

.hevc-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--hevc-text-primary) !important;
    letter-spacing: -0.02em;
}

.hevc-logo-icon {
    width: 44px;
    height: 44px;
    background: var(--hevc-gradient);
    border-radius: var(--hevc-border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.25rem;
    color: var(--hevc-bg-primary);
    box-shadow: var(--hevc-shadow-glow);
}

.hevc-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.hevc-logo-text .hevc-logo-main {
    font-size: 1.1rem;
    font-weight: 800;
}

.hevc-logo-text .hevc-logo-sub {
    font-size: 0.7rem;
    color: var(--hevc-text-muted);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hevc-nav {
    display: flex;
    gap: 8px;
    align-items: center;
}

.hevc-nav a {
    color: var(--hevc-text-secondary);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 10px 16px;
    border-radius: var(--hevc-border-radius-sm);
    position: relative;
    transition: all 0.3s ease;
}

.hevc-nav a:not(.hevc-btn):hover,
.hevc-nav a:not(.hevc-btn).active {
    color: var(--hevc-text-primary);
    background: var(--hevc-accent-soft);
}

.hevc-nav .hevc-btn {
    margin-left: 12px;
}

/* Mobile Menu */
.hevc-menu-toggle {
    display: none;
    background: var(--hevc-bg-tertiary);
    border: 1px solid var(--hevc-border);
    color: var(--hevc-text-primary);
    font-size: 1.25rem;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: var(--hevc-border-radius-sm);
    transition: all 0.3s ease;
}

.hevc-menu-toggle:hover {
    background: var(--hevc-bg-card-hover);
    border-color: var(--hevc-border-hover);
}

@media (max-width: 900px) {
    .hevc-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .hevc-nav {
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        background: var(--hevc-bg-secondary);
        flex-direction: column;
        padding: 20px;
        gap: 8px;
        border-bottom: 1px solid var(--hevc-border);
        box-shadow: var(--hevc-shadow);
    }
    
    .hevc-nav.active {
        display: flex;
    }
    
    .hevc-nav a {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }
    
    .hevc-nav .hevc-btn {
        margin: 8px 0 0 0;
    }
}

/* ============================================
   BUTTONS
   ============================================ */

.hevc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: var(--hevc-border-radius-sm);
    font-family: var(--hevc-font-main);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.hevc-btn svg {
    flex-shrink: 0;
}

.hevc-btn-primary {
    background: var(--hevc-gradient);
    color: var(--hevc-bg-primary) !important;
    box-shadow: var(--hevc-shadow-glow);
}

.hevc-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(0, 229, 255, 0.5);
    color: var(--hevc-bg-primary) !important;
}

.hevc-btn-primary:active {
    transform: translateY(-1px);
}

.hevc-btn-secondary {
    background: transparent;
    color: var(--hevc-text-primary) !important;
    border: 2px solid var(--hevc-border);
}

.hevc-btn-secondary:hover {
    border-color: var(--hevc-accent);
    background: var(--hevc-accent-soft);
    color: var(--hevc-accent) !important;
}

.hevc-btn-download {
    background: var(--hevc-gradient-success);
    color: var(--hevc-bg-primary) !important;
    font-size: 1.15rem;
    padding: 18px 36px;
    font-weight: 700;
}

.hevc-btn-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(0, 255, 157, 0.5);
    color: var(--hevc-bg-primary) !important;
}

.hevc-btn-download::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.hevc-btn-download:hover::before {
    transform: translateX(100%);
}

.hevc-btn-sm {
    padding: 10px 20px;
    font-size: 0.9rem;
}

/* ============================================
   HERO SECTION
   ============================================ */

.hevc-hero {
    padding: calc(100px + var(--hevc-section-padding)) clamp(16px, 4vw, 32px) var(--hevc-section-padding);
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Background Effects */
.hevc-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    background: 
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(0, 229, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 20% 60%, rgba(139, 92, 246, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 60%, rgba(0, 255, 157, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.hevc-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(0, 229, 255, 0.03) 0%, transparent 1px),
        radial-gradient(circle at 80% 80%, rgba(0, 229, 255, 0.03) 0%, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.hevc-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.hevc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--hevc-accent-soft);
    border: 1px solid var(--hevc-border-hover);
    color: var(--hevc-accent);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
    animation: fadeInDown 0.8s ease;
}

.hevc-hero-badge svg {
    width: 16px;
    height: 16px;
}

.hevc-hero h1 {
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease 0.1s both;
}

.hevc-hero h1 .hevc-gradient-text {
    background: var(--hevc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hevc-hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.35rem);
    max-width: 650px;
    margin: 0 auto 36px;
    color: var(--hevc-text-secondary);
    animation: fadeInUp 0.8s ease 0.2s both;
}

.hevc-hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease 0.3s both;
}

.hevc-hero-trust {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 4vw, 40px);
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease 0.4s both;
}

.hevc-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--hevc-text-muted);
    font-size: 0.9rem;
    font-weight: 500;
}

.hevc-trust-item svg {
    color: var(--hevc-success);
    width: 20px;
    height: 20px;
}

/* ============================================
   STATS BAR
   ============================================ */

.hevc-stats-bar {
    background: var(--hevc-bg-secondary);
    border-top: 1px solid var(--hevc-border);
    border-bottom: 1px solid var(--hevc-border);
    padding: 40px clamp(16px, 4vw, 32px);
}

.hevc-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .hevc-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 480px) {
    .hevc-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hevc-stat {
    position: relative;
}

.hevc-stat h3 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    background: var(--hevc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}

.hevc-stat p {
    font-size: 0.9rem;
    color: var(--hevc-text-muted);
    margin: 0;
}

/* ============================================
   SECTION STYLES
   ============================================ */

.hevc-section {
    padding: var(--hevc-section-padding) clamp(16px, 4vw, 32px);
}

.hevc-section-dark {
    background: var(--hevc-bg-secondary);
}

.hevc-section-title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.hevc-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--hevc-accent);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.hevc-section-title h2 {
    margin-bottom: 16px;
}

.hevc-section-title p {
    font-size: 1.1rem;
    margin: 0;
}

/* ============================================
   FEATURE CARDS
   ============================================ */

.hevc-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: var(--hevc-container-max);
    margin: 0 auto;
}

/* 4-column grid for features */
.hevc-features-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
    .hevc-features-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .hevc-features-grid-4 {
        grid-template-columns: 1fr;
    }
}

.hevc-feature-card {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius);
    padding: 28px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Smaller padding for 4-col grid */
.hevc-features-grid-4 .hevc-feature-card {
    padding: 24px;
}

.hevc-features-grid-4 .hevc-feature-card p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.hevc-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--hevc-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.hevc-feature-card:hover {
    transform: translateY(-6px);
    border-color: var(--hevc-border-hover);
    background: var(--hevc-bg-card-hover);
    box-shadow: var(--hevc-shadow-glow);
}

.hevc-feature-card:hover::before {
    transform: scaleX(1);
}

.hevc-feature-icon {
    width: 64px;
    height: 64px;
    background: var(--hevc-accent-soft);
    border-radius: var(--hevc-border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.hevc-feature-card h3 {
    margin-bottom: 12px;
}

.hevc-feature-card p {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.7;
}

/* Step Cards */
.hevc-step-card .hevc-feature-icon {
    background: var(--hevc-gradient);
    color: var(--hevc-bg-primary);
    font-weight: 800;
    font-size: 1.25rem;
    font-family: var(--hevc-font-mono);
}

/* ============================================
   WHAT IS HEVC SECTION
   ============================================ */

.hevc-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: var(--hevc-container-max);
    margin: 0 auto;
}

@media (max-width: 900px) {
    .hevc-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.hevc-about-content h2 {
    margin-bottom: 20px;
}

.hevc-about-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
}

.hevc-about-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.hevc-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    color: var(--hevc-text-secondary);
    font-size: 1rem;
}

.hevc-about-list li svg {
    color: var(--hevc-success);
    flex-shrink: 0;
    margin-top: 2px;
}

.hevc-about-visual {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-lg);
    padding: 40px;
    text-align: center;
}

.hevc-codec-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: var(--hevc-gradient);
    border-radius: 24px;
    font-size: 2rem;
    font-weight: 900;
    color: var(--hevc-bg-primary);
    margin-bottom: 24px;
    box-shadow: var(--hevc-shadow-glow);
}

/* ============================================
   COMPARISON TABLE
   ============================================ */

.hevc-comparison {
    max-width: 900px;
    margin: 0 auto;
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-lg);
    overflow: hidden;
}

.hevc-comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.hevc-comparison-table th,
.hevc-comparison-table td {
    padding: 20px 24px;
    text-align: left;
    border-bottom: 1px solid var(--hevc-border);
}

.hevc-comparison-table th {
    background: var(--hevc-bg-tertiary);
    font-weight: 600;
    color: var(--hevc-text-primary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hevc-comparison-table th:first-child {
    border-top-left-radius: var(--hevc-border-radius);
}

.hevc-comparison-table th:last-child {
    border-top-right-radius: var(--hevc-border-radius);
}

.hevc-comparison-table td {
    color: var(--hevc-text-secondary);
}

.hevc-comparison-table tr:last-child td {
    border-bottom: none;
}

.hevc-comparison-table td:first-child {
    font-weight: 500;
    color: var(--hevc-text-primary);
}

.hevc-comparison-table .hevc-highlight {
    background: var(--hevc-accent-soft);
    color: var(--hevc-accent);
    font-weight: 600;
}

.hevc-check {
    color: var(--hevc-success);
}

.hevc-x {
    color: var(--hevc-text-dim);
}

@media (max-width: 600px) {
    .hevc-comparison-table th,
    .hevc-comparison-table td {
        padding: 14px 16px;
        font-size: 0.9rem;
    }
}

/* ============================================
   FAQ SECTION
   ============================================ */

.hevc-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.hevc-faq-item {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius);
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.hevc-faq-item:hover {
    border-color: var(--hevc-border-hover);
}

.hevc-faq-item.active {
    border-color: var(--hevc-accent);
    box-shadow: var(--hevc-shadow-glow);
}

.hevc-faq-question {
    padding: 22px 28px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--hevc-text-primary);
    transition: all 0.3s ease;
}

.hevc-faq-question:hover {
    color: var(--hevc-accent);
}

.hevc-faq-icon {
    width: 32px;
    height: 32px;
    background: var(--hevc-bg-tertiary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.hevc-faq-icon svg {
    transition: transform 0.3s ease;
}

.hevc-faq-item.active .hevc-faq-icon {
    background: var(--hevc-accent);
}

.hevc-faq-item.active .hevc-faq-icon svg {
    transform: rotate(45deg);
    color: var(--hevc-bg-primary);
}

.hevc-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hevc-faq-item.active .hevc-faq-answer {
    max-height: 500px;
}

.hevc-faq-answer-inner {
    padding: 0 28px 24px;
}

.hevc-faq-answer p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

.hevc-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    max-width: var(--hevc-container-max);
    margin: 0 auto;
}

.hevc-testimonial {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius);
    padding: 32px;
    transition: all 0.3s ease;
}

.hevc-testimonial:hover {
    transform: translateY(-4px);
    border-color: var(--hevc-border-hover);
}

.hevc-testimonial-stars {
    color: var(--hevc-warning);
    margin-bottom: 16px;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.hevc-testimonial-text {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--hevc-text-secondary);
    margin-bottom: 20px;
    font-style: italic;
}

.hevc-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hevc-testimonial-avatar {
    width: 48px;
    height: 48px;
    background: var(--hevc-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--hevc-bg-primary);
    font-size: 1.1rem;
}

.hevc-testimonial-info h4 {
    font-size: 1rem;
    margin: 0 0 4px 0;
    font-weight: 600;
}

.hevc-testimonial-info span {
    font-size: 0.85rem;
    color: var(--hevc-text-muted);
}

/* ============================================
   CTA SECTION
   ============================================ */

.hevc-cta {
    padding: var(--hevc-section-padding) clamp(16px, 4vw, 32px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hevc-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 100%;
    background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(0, 255, 157, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.hevc-cta-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.hevc-cta-box {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-lg);
    padding: 60px 40px;
}

.hevc-cta h2 {
    margin-bottom: 16px;
}

.hevc-cta p {
    font-size: 1.1rem;
    margin-bottom: 32px;
}

.hevc-cta-meta {
    margin-top: 24px;
    font-size: 0.9rem;
    color: var(--hevc-text-muted);
}

.hevc-cta-meta code {
    font-family: var(--hevc-font-mono);
    background: var(--hevc-bg-tertiary);
    padding: 4px 10px;
    border-radius: 6px;
    margin: 0 6px;
    color: var(--hevc-text-secondary);
}

/* ============================================
   FOOTER
   ============================================ */

.hevc-footer {
    background: var(--hevc-bg-secondary);
    border-top: 1px solid var(--hevc-border);
    padding: 60px clamp(16px, 4vw, 32px) 30px;
}

.hevc-footer-content {
    max-width: var(--hevc-container-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

@media (max-width: 900px) {
    .hevc-footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .hevc-footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

.hevc-footer-brand p {
    font-size: 0.95rem;
    max-width: 320px;
}

@media (max-width: 600px) {
    .hevc-footer-brand p {
        margin: 0 auto;
    }
}

.hevc-footer-brand h3 {
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.hevc-social-links {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

@media (max-width: 600px) {
    .hevc-social-links {
        justify-content: center;
    }
}

.hevc-social-links a {
    width: 44px;
    height: 44px;
    background: var(--hevc-bg-tertiary);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hevc-text-secondary);
    transition: all 0.3s ease;
}

.hevc-social-links a:hover {
    background: var(--hevc-accent);
    border-color: var(--hevc-accent);
    color: var(--hevc-bg-primary);
    transform: translateY(-3px);
}

.hevc-footer-links h4 {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.hevc-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hevc-footer-links li {
    margin-bottom: 12px;
}

.hevc-footer-links a {
    color: var(--hevc-text-muted);
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.hevc-footer-links a:hover {
    color: var(--hevc-accent);
}

.hevc-footer-bottom {
    max-width: var(--hevc-container-max);
    margin: 0 auto;
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid var(--hevc-border);
}

.hevc-footer-bottom p {
    font-size: 0.9rem;
    color: var(--hevc-text-dim);
    margin: 0;
}

.hevc-footer-bottom-links {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.hevc-footer-bottom-links a {
    color: var(--hevc-text-dim);
    font-size: 0.85rem;
}

.hevc-footer-bottom-links a:hover {
    color: var(--hevc-accent);
}

/* ============================================
   DOWNLOAD PAGE
   ============================================ */

.hevc-download-hero {
    padding: calc(100px + var(--hevc-section-padding)) clamp(16px, 4vw, 32px) var(--hevc-section-padding);
    text-align: center;
    background: var(--hevc-bg-secondary);
}

.hevc-download-box {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-lg);
    padding: 50px;
    max-width: 650px;
    margin: 0 auto;
}

.hevc-download-icon {
    width: 100px;
    height: 100px;
    background: var(--hevc-gradient-success);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    box-shadow: var(--hevc-shadow-success);
}

.hevc-download-icon svg {
    width: 48px;
    height: 48px;
    color: var(--hevc-bg-primary);
}

.hevc-download-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 32px 0;
    flex-wrap: wrap;
}

.hevc-download-info-item {
    text-align: center;
}

.hevc-download-info-item span {
    display: block;
    color: var(--hevc-text-muted);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.hevc-download-info-item strong {
    color: var(--hevc-text-primary);
    font-size: 1.1rem;
    font-weight: 600;
}

/* ============================================
   PAGE STYLES
   ============================================ */

.hevc-page-header {
    padding: calc(100px + 40px) clamp(16px, 4vw, 32px) 40px;
    text-align: center;
    background: var(--hevc-bg-secondary);
}

.hevc-page-header h1 {
    margin-bottom: 12px;
}

.hevc-page-header p {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.hevc-page-content {
    padding: var(--hevc-section-padding) clamp(16px, 4vw, 32px);
    max-width: 900px;
    margin: 0 auto;
}

.hevc-page-content h2 {
    margin-top: 48px;
    margin-bottom: 20px;
}

.hevc-page-content h2:first-child {
    margin-top: 0;
}

.hevc-page-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.hevc-page-content ul,
.hevc-page-content ol {
    padding-left: 28px;
    margin-bottom: 24px;
}

.hevc-page-content li {
    margin-bottom: 12px;
    color: var(--hevc-text-secondary);
    line-height: 1.7;
}

/* ============================================
   CONTACT PAGE
   ============================================ */

.hevc-contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-lg);
    padding: 48px;
}

.hevc-form-group {
    margin-bottom: 24px;
}

.hevc-form-group label {
    display: block;
    margin-bottom: 10px;
    color: var(--hevc-text-primary);
    font-weight: 500;
    font-size: 0.95rem;
}

.hevc-form-group input,
.hevc-form-group textarea {
    width: 100%;
    padding: 16px;
    background: var(--hevc-bg-tertiary);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius-sm);
    color: var(--hevc-text-primary);
    font-family: var(--hevc-font-main);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.hevc-form-group input::placeholder,
.hevc-form-group textarea::placeholder {
    color: var(--hevc-text-dim);
}

.hevc-form-group input:focus,
.hevc-form-group textarea:focus {
    outline: none;
    border-color: var(--hevc-accent);
    box-shadow: 0 0 0 4px var(--hevc-accent-soft);
}

.hevc-form-group textarea {
    min-height: 160px;
    resize: vertical;
}

/* ============================================
   BLOG STYLES
   ============================================ */

.hevc-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
    max-width: var(--hevc-container-max);
    margin: 0 auto;
}

.hevc-blog-card {
    background: var(--hevc-bg-card);
    border: 1px solid var(--hevc-border);
    border-radius: var(--hevc-border-radius);
    overflow: hidden;
    transition: all 0.3s ease;
}

.hevc-blog-card:hover {
    transform: translateY(-5px);
    border-color: var(--hevc-border-hover);
    box-shadow: var(--hevc-shadow-glow);
}

.hevc-blog-card-image {
    width: 100%;
    height: 200px;
    background: var(--hevc-bg-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hevc-accent);
    font-size: 3rem;
}

.hevc-blog-card-content {
    padding: 28px;
}

.hevc-blog-card h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
    line-height: 1.4;
}

.hevc-blog-card h3 a {
    color: var(--hevc-text-primary);
}

.hevc-blog-card h3 a:hover {
    color: var(--hevc-accent);
}

.hevc-blog-card p {
    font-size: 0.95rem;
    margin-bottom: 16px;
    line-height: 1.7;
}

.hevc-blog-meta {
    color: var(--hevc-text-dim);
    font-size: 0.85rem;
}

/* ============================================
   SINGLE POST
   ============================================ */

.hevc-single-post {
    padding: var(--hevc-section-padding) clamp(16px, 4vw, 32px);
    max-width: 800px;
    margin: 0 auto;
}

.hevc-single-post h1 {
    margin-bottom: 20px;
}

.hevc-post-meta {
    color: var(--hevc-text-muted);
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--hevc-border);
}

.hevc-post-content {
    font-size: 1.1rem;
    line-height: 1.85;
}

.hevc-post-content h2,
.hevc-post-content h3 {
    margin-top: 48px;
    margin-bottom: 20px;
}

.hevc-post-content p {
    margin-bottom: 24px;
}

.hevc-post-content ul,
.hevc-post-content ol {
    padding-left: 28px;
    margin-bottom: 24px;
}

.hevc-post-content li {
    margin-bottom: 12px;
    color: var(--hevc-text-secondary);
}

.hevc-post-content img {
    max-width: 100%;
    border-radius: var(--hevc-border-radius);
    margin: 32px 0;
}

.hevc-post-content blockquote {
    border-left: 4px solid var(--hevc-accent);
    padding-left: 24px;
    margin: 32px 0;
    font-style: italic;
    color: var(--hevc-text-secondary);
}

/* ============================================
   HIDE GENERATEPRESS DEFAULTS
   ============================================ */

.site-header,
.site-footer,
.entry-header,
.entry-meta,
.post-navigation,
.site-info,
#secondary {
    display: none !important;
}

.site-content {
    padding: 0 !important;
    margin: 0 !important;
}

.site {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#page {
    max-width: 100% !important;
}

.inside-article {
    padding: 0 !important;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Animation - Elements visible by default, animate when JS loads */
.hevc-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Only hide if JS is loaded and will handle animations */
.js-loaded .hevc-animate {
    opacity: 0;
    transform: translateY(30px);
}

.js-loaded .hevc-animate.visible,
.hevc-animate.visible {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Fallback: If no JS, show everything */
@media (prefers-reduced-motion: reduce) {
    .hevc-animate {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

.hevc-delay-1 { animation-delay: 0.1s; }
.hevc-delay-2 { animation-delay: 0.2s; }
.hevc-delay-3 { animation-delay: 0.3s; }
.hevc-delay-4 { animation-delay: 0.4s; }

/* ============================================
   UTILITY CLASSES
   ============================================ */

.text-center { text-align: center; }
.text-accent { color: var(--hevc-accent) !important; }
.text-success { color: var(--hevc-success) !important; }
.text-muted { color: var(--hevc-text-muted) !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.mt-40 { margin-top: 40px; }

.hevc-gradient-text {
    background: var(--hevc-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--hevc-bg-secondary);
}

::-webkit-scrollbar-thumb {
    background: var(--hevc-bg-tertiary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--hevc-text-dim);
}

/* Focus States for Accessibility */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--hevc-accent);
    outline-offset: 3px;
}

/* Print Styles */
@media print {
    .hevc-header,
    .hevc-footer,
    .hevc-btn,
    .hevc-social-links {
        display: none !important;
    }
    
    body {
        background: white !important;
        color: black !important;
    }
}
