/*
Theme Name: Renovia Interiors Theme
Theme URI: https://renovia.bg
Description: Премиум, изчистена и модерна тема за строително-ремонтни дейности и интериорен дизайн.
Version: 1.0.0
Author: Zlatko Stoev
Text Domain: renovia
*/

/* -------------------------------------------------------------------------
 * 1. ОСНОВНИ НАСТРОЙКИ И ПРОМЕНЛИВИ
 * ------------------------------------------------------------------------- */
:root {
    --color-primary: #0a0a0a;
    --color-accent: #c19b60;
    --color-accent-hover: #a8824c;
    --color-light-bg: #fdfbf7;
    --color-white: #ffffff;
    --color-text-dark: #1f1f1f;
    --color-text-muted: #666666;
    --color-text-light: #eeeeee;
    --font-main: 'Arial', sans-serif;
}

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

body {
    font-family: var(--font-main);
    background-color: var(--color-white);
    color: var(--color-text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Бутони */
.btn {
    display: inline-block;
    padding: 12px 28px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn-accent {
    background-color: var(--color-accent);
    color: var(--color-white);
}

.btn-accent:hover {
    background-color: var(--color-accent-hover);
}

.btn-outline {
    background-color: transparent;
    border-color: var(--white);
    color: var(--color-white);
}

.btn-outline:hover {
    background-color: var(--color-white);
    color: var(--color-primary);
}

/* -------------------------------------------------------------------------
 * 2. HEADER & НАВИГАЦИЯ
 * ------------------------------------------------------------------------- */
.site-header {
    background-color: rgba(10, 10, 10, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo a {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
}

.logo span {
    font-size: 10px;
    color: var(--color-accent);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: -4px;
}

.main-navigation ul {
    display: flex;
    gap: 30px;
}

.main-navigation a {
    color: var(--color-text-light);
    font-size: 14px;
    font-weight: 500;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: var(--color-accent);
}

/* -------------------------------------------------------------------------
 * 3. HERO СЕКЦИЯ (ГЛАВЕН БАНЕР)
 * ------------------------------------------------------------------------- */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    color: var(--color-white);
    padding-top: 80px;
}

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

.hero-tagline {
    color: var(--color-accent);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: