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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background: #0a0a0a;
    overflow-x: hidden;
    position: relative;
}

/* ===== FLOATING TOOLS BACKGROUND ===== */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='50' font-size='30' fill='%23ff8c00' opacity='0.05'%3E🔨%3C/text%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='50' font-size='25' fill='%23ffd700' opacity='0.04'%3E⚡%3C/text%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='50' font-size='28' fill='%23ff6b35' opacity='0.04'%3E🔧%3C/text%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='50' font-size='26' fill='%23ff8c00' opacity='0.03'%3E🎨%3C/text%3E%3C/svg%3E");
    background-size: 200px 200px, 180px 180px, 220px 220px, 160px 160px;
    background-position: 10% 20%, 80% 60%, 30% 80%, 70% 30%;
    background-repeat: no-repeat;
    animation: floatingTools 30s ease-in-out infinite;
    z-index: -19;
    pointer-events: none;
    opacity: 0.4;
}

/* Animație unelte flotante */
@keyframes floatingTools {
    0%, 100% {
        background-position: 10% 20%, 80% 60%, 30% 80%, 70% 30%;
        transform: rotate(0deg);
    }
    25% {
        background-position: 15% 25%, 75% 55%, 35% 75%, 65% 35%;
        transform: rotate(1deg);
    }
    50% {
        background-position: 20% 30%, 70% 50%, 40% 70%, 60% 40%;
        transform: rotate(0deg);
    }
    75% {
        background-position: 15% 35%, 75% 45%, 35% 65%, 65% 45%;
        transform: rotate(-1deg);
    }
}

/* ===== GLOBAL GRADIENT MESH BACKGROUND ===== */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 107, 53, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 60% 70%, rgba(255, 140, 0, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(255, 165, 0, 0.03) 0%, transparent 50%);
    animation: gradientMesh 25s ease-in-out infinite;
    z-index: -20;
    pointer-events: none;
    opacity: 0.6;
}

/* Animație gradient mesh fluid */
@keyframes gradientMesh {
    0%, 100% {
        background: 
            radial-gradient(circle at 20% 80%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 40% 40%, rgba(255, 107, 53, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 60% 70%, rgba(255, 140, 0, 0.04) 0%, transparent 50%),
            radial-gradient(circle at 90% 90%, rgba(255, 165, 0, 0.03) 0%, transparent 50%);
    }
    25% {
        background: 
            radial-gradient(circle at 30% 70%, rgba(255, 140, 0, 0.09) 0%, transparent 50%),
            radial-gradient(circle at 70% 30%, rgba(255, 215, 0, 0.07) 0%, transparent 50%),
            radial-gradient(circle at 50% 50%, rgba(255, 107, 53, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 70% 80%, rgba(255, 140, 0, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 10% 10%, rgba(255, 165, 0, 0.04) 0%, transparent 50%);
    }
    50% {
        background: 
            radial-gradient(circle at 80% 60%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 20% 40%, rgba(255, 215, 0, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 60% 30%, rgba(255, 107, 53, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 40% 90%, rgba(255, 140, 0, 0.04) 0%, transparent 50%),
            radial-gradient(circle at 90% 10%, rgba(255, 165, 0, 0.03) 0%, transparent 50%);
    }
    75% {
        background: 
            radial-gradient(circle at 10% 30%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 90% 70%, rgba(255, 215, 0, 0.07) 0%, transparent 50%),
            radial-gradient(circle at 30% 60%, rgba(255, 107, 53, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 80% 40%, rgba(255, 140, 0, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 50% 80%, rgba(255, 165, 0, 0.04) 0%, transparent 50%);
    }
}

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

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* ===== VARIABLES ===== */
:root {
    /* Colors - Industrial Theme */
    --primary-color: #ff8c00;
    --primary-dark: #e67e00;
    --primary-light: #ffb347;
    --secondary-color: #ffd700;
    --accent-color: #ff6b35;
    
    --bg-primary: #0a0a0a;
    --bg-secondary: #1a1a1a;
    --bg-tertiary: #2a2a2a;
    --bg-card: rgba(26, 26, 26, 0.8);
    --bg-glass: rgba(255, 255, 255, 0.05);
    
    --text-primary: #ffffff;
    --text-secondary: #cccccc;
    --text-muted: #999999;
    
    --border-color: rgba(255, 140, 0, 0.2);
    --border-light: rgba(255, 255, 255, 0.1);
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, #ff8c00 0%, #ff6b35 100%);
    --gradient-secondary: linear-gradient(135deg, #ffd700 0%, #ff8c00 100%);
    --gradient-dark: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    --gradient-glow: radial-gradient(circle at center, rgba(255, 140, 0, 0.3) 0%, transparent 70%);
    
    /* Shadows */
    --shadow-small: 0 2px 10px rgba(0, 0, 0, 0.3);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.4);
    --shadow-large: 0 20px 60px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 30px rgba(255, 140, 0, 0.3);
    --shadow-glow-strong: 0 0 50px rgba(255, 140, 0, 0.5);
    
    /* Spacing */
    --container-max-width: 1200px;
    --section-padding: 100px 0;
    --section-padding-mobile: 60px 0;
    
    /* Typography */
    --font-primary: 'Inter', sans-serif;
    --font-heading: 'Oswald', sans-serif;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Border Radius */
    --radius-small: 8px;
    --radius-medium: 12px;
    --radius-large: 20px;
    --radius-xl: 30px;
}

/* ===== UTILITIES ===== */
.container {
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.section__header {
    text-align: center;
    margin-bottom: 60px;
}

.section__badge {
    display: inline-block;
    padding: 10px 24px;
    background: var(--gradient-primary);
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-glow);
    transition: all var(--transition-normal);
}

.section__badge:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-strong);
}

.section__title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section__subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: var(--radius-medium);
    cursor: pointer;
    transition: all var(--transition-normal);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: 52px;
    text-align: center;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.btn:hover::before {
    left: 100%;
}

.btn--primary {
    background: var(--gradient-primary);
    color: white;
    box-shadow: var(--shadow-glow);
}

.btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-glow-strong);
}

.btn--whatsapp {
    background: #25d366;
    color: white;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.3);
}

.btn--whatsapp:hover {
    background: #22c55e;
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(37, 211, 102, 0.5);
}

.btn--large {
    padding: 20px 40px;
    font-size: 18px;
    min-height: 60px;
}

.btn--full {
    width: 100%;
}

.btn--footer {
    padding: 12px 24px;
    font-size: 14px;
    min-height: 44px;
}

/* ===== HEADER ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: all var(--transition-normal);
}

.header.scrolled {
    background: rgba(10, 10, 10, 0.98);
    box-shadow: var(--shadow-medium);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    min-height: 80px;
}

.nav__logo {
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1001;
    padding: 5px 0;
    text-decoration: none;
    flex-shrink: 0;
}

.logo-img {
    height: 80px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.3));
    transition: filter var(--transition-normal);
}

.logo-img:hover {
    filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.6));
}

.logo-text {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.nav__menu {
    display: flex;
    align-items: center;
}

.nav__list {
    display: flex;
    gap: 40px;
    margin-right: 40px;
    align-items: center;
}

.nav__link {
    font-weight: 500;
    color: var(--text-secondary);
    transition: all var(--transition-normal);
    position: relative;
    padding: 10px 0;
}

.nav__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-primary);
    transition: width var(--transition-normal);
}

.nav__link:hover {
    color: var(--primary-color);
}

.nav__link:hover::after {
    width: 100%;
}

.nav__cta {
    padding: 12px 24px;
    font-size: 14px;
}

.nav__toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    z-index: 1001;
}

.nav__toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    transition: all var(--transition-normal);
    border-radius: 2px;
}

/* ===== HERO SECTION ===== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: clip;
    padding-top: 80px;
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(255, 140, 0, 0.1) 0%, transparent 50%),
                linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(26, 26, 26, 0.8) 100%);
    z-index: -1;
}

.hero__particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
}

.hero__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: calc(100vh - 80px);
}

.hero__content {
    z-index: 2;
}

.hero__badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.hero__title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero__title-main {
    display: block;
    color: var(--text-primary);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero__title-accent {
    display: block;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255, 140, 0, 0.5));
    will-change: filter;
}

.hero__services {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.separator {
    color: var(--primary-color);
}

.hero__description {
    font-size: 1.2rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 500px;
}

.hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 50px;
}

.hero__stats {
    display: flex;
    gap: 40px;
}

.stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 140, 0, 0.05);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-medium);
    backdrop-filter: blur(10px);
    transition: all var(--transition-normal);
    min-width: 120px;
}

.stat:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-glow);
}

.stat__number {
    display: block;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.stat__label {
    font-size: 14px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.hero__image {
    position: relative;
    z-index: 1;
}

.hero__image-container {
    position: relative;
    border-radius: var(--radius-large);
    overflow: hidden;
    box-shadow: var(--shadow-large);
}

.hero__image-container img {
    width: 100%;
    height: auto;
    transition: transform var(--transition-slow);
}

.hero__image-container:hover img {
    transform: scale(1.05);
}

.hero__image-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: var(--gradient-glow);
    opacity: 0.3;
    z-index: -1;
    animation: glow 4s ease-in-out infinite alternate;
}

@keyframes glow {
    0% { opacity: 0.2; transform: scale(1); }
    100% { opacity: 0.4; transform: scale(1.1); }
}

.hero__tools {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.tool {
    position: absolute;
    font-size: 2rem;
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.5));
    will-change: transform;
}

.tool--1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.tool--2 {
    top: 60%;
    right: 15%;
    animation-delay: 1.5s;
}

.tool--3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 3s;
}

.tool--4 {
    top: 40%;
    right: 30%;
    animation-delay: 4.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

/* ===== SERVICII SECTION ===== */
.servicii {
    padding: var(--section-padding);
    background: var(--bg-secondary);
    position: relative;
}

.servicii::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 215, 0, 0.06) 0%, transparent 50%);
    z-index: 0;
}

.servicii .container {
    position: relative;
    z-index: 1;
}

.servicii__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.serviciu__card {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    padding: 40px 30px;
    text-align: center;
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.serviciu__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.1), transparent);
    transition: left 0.8s ease;
    z-index: 0;
}

.serviciu__card:hover::before {
    left: 100%;
}

.serviciu__card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-glow);
}

.serviciu__card--featured {
    border-color: var(--primary-color);
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1) 0%, var(--bg-card) 100%);
}

.serviciu__card--premium {
    border-color: var(--secondary-color);
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, var(--bg-card) 100%);
}

.serviciu__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: var(--shadow-glow);
    position: relative;
    z-index: 1;
    transition: all var(--transition-normal);
}

.serviciu__card:hover .serviciu__icon {
    transform: scale(1.1);
    box-shadow: var(--shadow-glow-strong);
}

.serviciu__title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

.serviciu__description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.serviciu__features {
    list-style: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.serviciu__features li {
    padding: 8px 0;
    color: var(--text-secondary);
    position: relative;
    padding-left: 25px;
}

.serviciu__features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.serviciu__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--gradient-primary);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.serviciu__badge--premium {
    background: var(--gradient-secondary);
}

/* ===== PORTOFOLIU SECTION ===== */
.portofoliu {
    padding: var(--section-padding);
    background: var(--bg-primary);
    position: relative;
}

.portofoliu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 70%, rgba(255, 140, 0, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255, 107, 53, 0.04) 0%, transparent 50%);
    z-index: 0;
}

.portofoliu .container {
    position: relative;
    z-index: 1;
}

.portofoliu__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.proiect__card {
    background: var(--bg-card);
    border-radius: var(--radius-large);
    overflow: hidden;
    transition: all var(--transition-normal);
    border: 1px solid var(--border-light);
}

.proiect__card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-glow);
}

.proiect__image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.proiect__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.proiect__card:hover .proiect__image img {
    transform: scale(1.1);
}

.proiect__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 140, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.proiect__card:hover .proiect__overlay {
    opacity: 1;
}

.proiect__location {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--gradient-primary);
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.proiect__view {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    backdrop-filter: blur(10px);
}

.proiect__content {
    padding: 25px;
}

.proiect__title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.proiect__description {
    color: var(--text-secondary);
    margin-bottom: 15px;
    line-height: 1.6;
}

.proiect__details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.proiect__tag {
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid var(--border-color);
    color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== DESPRE SECTION ===== */
.despre {
    padding: var(--section-padding);
    background: var(--bg-secondary);
    position: relative;
}

.despre::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 80% 20%, rgba(255, 140, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(255, 215, 0, 0.04) 0%, transparent 50%);
    z-index: 0;
}

.despre__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.despre__benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.benefits__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.benefit__card {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-medium);
    padding: 25px;
    transition: all var(--transition-normal);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.benefit__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.benefit__card:hover::before {
    transform: scaleX(1);
}

.benefit__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 140, 0, 0.15);
    border-color: var(--primary-color);
}

.benefit__header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.benefit__icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    transition: all var(--transition-normal);
    flex-shrink: 0;
}

.benefit__card:hover .benefit__icon {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3);
}

.benefit__card h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}

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

.benefits__showcase {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.benefits__showcase::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: radial-gradient(circle at center, rgba(255, 140, 0, 0.05) 0%, transparent 70%);
    z-index: -1;
    border-radius: var(--radius-xl);
}

.benefits__image {
    position: relative;
    border-radius: var(--radius-large);
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border-light);
    height: 100%;
    display: flex;
    align-items: center;
}

.benefits__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.1) 0%, transparent 50%, rgba(255, 140, 0, 0.05) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.benefits__image:hover::before {
    opacity: 1;
}

.benefits__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
    min-height: 450px;
}

.benefits__image:hover img {
    transform: scale(1.05);
}

.benefits__stats-container {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.benefits__stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    z-index: 1;
}

.stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 100%;
    align-content: center;
}

.stat__card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.08) 0%, rgba(255, 140, 0, 0.03) 100%);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-medium);
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.stat__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 140, 0, 0.1), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.stat__card:hover::before {
    left: 100%;
}

.stat__card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
    box-shadow: 0 12px 35px rgba(255, 140, 0, 0.2);
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.12) 0%, rgba(255, 140, 0, 0.06) 100%);
}

.stat__icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
    transition: all var(--transition-normal);
    position: relative;
    z-index: 1;
}

.stat__card:hover .stat__icon {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.6);
}

.stat__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat__number {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

.stat__label {
    font-size: 13px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.despre__checklist {
    margin-top: 30px;
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-medium);
    padding: 25px;
    backdrop-filter: blur(10px);
}

.checklist__title {
    margin-bottom: 20px;
}

.checklist__title h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.checklist__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.checklist__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.checklist__icon {
    width: 24px;
    height: 24px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 12px;
    flex-shrink: 0;
}

.checklist__item span {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 14px;
}

.despre__showcase {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.despre__image-container {
    position: relative;
    border-radius: var(--radius-large);
    overflow: hidden;
    box-shadow: var(--shadow-large);
}

.despre__image-container img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.despre__stats {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
}

.stat-card {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-medium);
    padding: 15px;
    text-align: center;
    min-width: 80px;
}

.stat-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
}

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

/* ===== CONTACT SECTION ===== */
.contact {
    padding: var(--section-padding);
    background: var(--bg-primary);
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 40% 60%, rgba(255, 140, 0, 0.07) 0%, transparent 50%),
        radial-gradient(circle at 60% 40%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.contact .container {
    position: relative;
    z-index: 1;
}

.contact__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 60px;
}

.contact__card {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    padding: 40px;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
}

.contact__title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact__item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-light);
}

.contact__item:last-child {
    border-bottom: none;
}

.contact__icon {
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.contact__details h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact__details a,
.contact__details p {
    color: var(--text-secondary);
    transition: color var(--transition-normal);
}

.contact__details a:hover {
    color: var(--primary-color);
}

.contact__whatsapp {
    text-align: center;
}

.contact__whatsapp .btn {
    width: 100%;
    justify-content: center;
    padding: 20px;
    font-size: 16px;
}

.whatsapp-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.whatsapp-text {
    display: block;
    font-size: 14px;
    opacity: 0.9;
}

/* ===== FORM STYLES ===== */
.contact__form {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    padding: 40px;
    backdrop-filter: blur(10px);
}

.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form__group {
    margin-bottom: 20px;
}

.form__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.form__input {
    width: 100%;
    padding: 15px 20px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-medium);
    color: var(--text-primary);
    font-size: 16px;
    transition: all var(--transition-normal);
}

.form__input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.1);
}

.form__textarea {
    resize: vertical;
    min-height: 120px;
}

/* ===== FOOTER ===== */
.footer {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-light);
    padding: 60px 0 30px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 25% 75%, rgba(255, 140, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 25%, rgba(255, 107, 53, 0.03) 0%, transparent 50%);
    z-index: 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer__content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer__brand {
    max-width: 350px;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: none;
}

.footer__logo-img {
    height: 100px;
    width: auto;
    max-width: 280px;
    object-fit: contain;
    filter: drop-shadow(0 0 15px rgba(255, 140, 0, 0.4));
    transition: filter var(--transition-normal);
}

.footer__logo-img:hover {
    filter: drop-shadow(0 0 25px rgba(255, 140, 0, 0.7));
}

.footer__logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    background: var(--gradient-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer__description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer__contact-main {
    margin-bottom: 20px;
}

.footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    transition: color var(--transition-normal);
}

.footer__phone:hover {
    color: var(--primary-light);
}

.footer__title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer__list {
    list-style: none;
}

.footer__list li {
    margin-bottom: 10px;
}

.footer__link {
    color: var(--text-secondary);
    transition: color var(--transition-normal);
}

.footer__link:hover {
    color: var(--primary-color);
}

.footer__cta-text {
    color: var(--text-secondary);
    margin-bottom: 15px;
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid var(--border-light);
    flex-wrap: wrap;
    gap: 20px;
}

.footer__copy {
    color: var(--text-muted);
    font-size: 14px;
}

.footer__badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer__badge {
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid var(--border-color);
    color: var(--primary-color);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ===== STICKY BUTTONS ===== */
.sticky-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.btn-sticky {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all var(--transition-normal);
    box-shadow: var(--shadow-large);
    backdrop-filter: blur(10px);
    text-align: center;
    justify-content: center;
}

.btn-sticky--quote {
    background: var(--gradient-primary);
    color: white;
}

.btn-sticky--quote:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-strong);
}

.btn-sticky--whatsapp {
    background: #25d366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.3);
}

.btn-sticky--whatsapp:hover {
    background: #22c55e;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 0 30px rgba(37, 211, 102, 0.5);
}

.btn-sticky--instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 20px rgba(225, 48, 108, 0.3);
    animation: instagramBlink 3s ease-in-out infinite;
}

.btn-sticky--instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 0 30px rgba(225, 48, 108, 0.6);
    animation: none;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    z-index: 1000;
    box-shadow: var(--shadow-glow);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow-strong);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* AOS Animations */
[data-aos="fade-up"] {
    animation: fadeInUp 0.8s ease forwards;
}

[data-aos="fade-left"] {
    animation: fadeInLeft 0.8s ease forwards;
}

[data-aos="fade-right"] {
    animation: fadeInRight 0.8s ease forwards;
}

[data-aos="zoom-in"] {
    animation: zoomIn 0.8s ease forwards;
}

/* ===== RESPONSIVE DESIGN ===== */

/* ===== TABLET LANDSCAPE (1024px) ===== */
@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
        max-width: 100%;
    }
    
    .hero__container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 20px 0;
    }
    
    .hero__image {
        order: -1;
    }
    
    /* CRITICAL: Hero image tablet fix */
    .hero__image-container {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        height: auto;
        overflow: visible;
        border-radius: var(--radius-large);
        box-shadow: var(--shadow-large);
        position: relative;
    }
    
    .hero__image-container img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: var(--radius-large);
    }
    
    .despre__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .despre__benefits {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .benefits__stats-container {
        order: 2;
        padding: 30px;
        height: auto;
        margin-bottom: 30px;
    }
    
    .benefits__showcase {
        order: 1;
    }
    
    .stats__grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .contact__content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer__content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .servicii__grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .portofoliu__grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
}

/* ===== TABLET PORTRAIT / MOBILE LANDSCAPE (768px) ===== */
@media (max-width: 768px) {
    :root {
        --section-padding: var(--section-padding-mobile);
    }
    
    /* Container și spacing */
    .container {
        padding: 0 15px;
        max-width: 100%;
    }
    
    /* Header fixes */
    .nav {
        padding: 8px 15px;
        min-height: 70px;
    }
    
    .logo-img {
        height: 70px;
        max-width: 200px;
    }
    
    .nav__menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: left var(--transition-normal);
        z-index: 1001;
    }
    
    .nav__menu.active {
        left: 0;
    }
    
    .nav__list {
        flex-direction: column;
        gap: 30px;
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    .nav__link {
        font-size: 1.2rem;
    }
    
    .nav__toggle {
        display: flex;
        z-index: 1002;
    }
    
    .nav__toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav__toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .nav__toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Hero section fixes */
    .hero {
        padding-top: 70px;
        min-height: auto;
    }
    
    .hero__container {
        min-height: auto;
        padding: 40px 0;
        gap: 30px;
    }
    
    .hero__title {
        font-size: clamp(2rem, 8vw, 3.5rem);
        line-height: 1.1;
        margin-bottom: 15px;
    }
    
    .hero__services {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        margin-bottom: 25px;
    }
    
    .separator {
        display: none;
    }
    
    .hero__buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        width: 100%;
    }
    
    .hero__buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .hero__stats {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    
    .stat {
        min-width: 90px;
        padding: 15px 10px;
    }
    
    .stat__number {
        font-size: 1.5rem;
    }
    
    .stat__label {
        font-size: 11px;
    }
    
    /* CRITICAL: Hero image mobile fix */
    .hero__image {
        width: 100%;
        max-width: 100%;
        overflow: visible;
        margin: 0;
        padding: 0;
    }
    
    .hero__image-container {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        height: auto;
        overflow: visible;
        border-radius: var(--radius-large);
        box-shadow: var(--shadow-large);
        position: relative;
    }
    
    .hero__image-container img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: var(--radius-large);
    }
    
    /* Grid fixes */
    .servicii__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    .serviciu__card {
        padding: 30px 20px;
        margin: 0;
    }
    
    .portofoliu__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }
    
    /* Despre section fixes */
    .despre__benefits {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .benefits__content {
        gap: 20px;
    }
    
    .benefit__card {
        padding: 20px;
        margin: 0;
    }
    
    .benefit__header {
        gap: 15px;
    }
    
    .benefit__icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .stats__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .stat__card {
        padding: 20px;
        gap: 15px;
        flex-direction: row;
        text-align: left;
    }
    
    .stat__icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .stat__number {
        font-size: 1.8rem;
    }
    
    .stat__label {
        font-size: 12px;
    }
    
    .benefits__stats-container {
        padding: 25px 20px;
        margin-bottom: 25px;
        height: auto;
    }
    
    .benefits__image {
        height: auto;
        margin-top: 0;
    }
    
    .benefits__image img {
        height: 250px;
        min-height: 250px;
    }
    
    .checklist__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    /* Contact section fixes */
    .contact__card,
    .contact__form {
        padding: 25px 20px;
        margin: 0;
    }
    
    .form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .contact__item {
        padding: 15px 0;
        gap: 15px;
    }
    
    .contact__icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    /* Footer fixes */
    .footer__content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer__logo {
        margin-bottom: 25px;
        padding: 20px 0;
    }
    
    .footer__logo-img {
        height: 90px;
        max-width: 240px;
    }
    
    .footer__logo-text {
        font-size: 1.3rem;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    
    .footer__description {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 25px;
        padding: 0 10px;
        color: var(--text-secondary);
    }
    
    .footer__phone {
        font-size: 18px;
        margin-bottom: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-top: 25px;
    }
    
    .footer__copy {
        font-size: 14px;
        color: var(--text-muted);
        line-height: 1.5;
    }
    
    /* Sticky buttons fixes */
    .sticky-buttons {
        bottom: 20px;
        right: 15px;
        gap: 12px;
    }
    
    .btn-sticky--quote {
        padding: 12px 16px;
        font-size: 12px;
        max-width: 200px;
    }
    
    .btn-sticky--whatsapp,
    .btn-sticky--instagram {
        width: 55px;
        height: 55px;
    }
    
    .back-to-top {
        bottom: 20px;
        left: 15px;
        width: 45px;
        height: 45px;
    }
    
    /* Cookie banner responsive */
    .cookie-banner {
        padding: 16px 16px 20px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .cookie-text {
        min-width: unset;
        width: 100%;
    }

    .cookie-buttons {
        justify-content: stretch;
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
        min-width: unset;
        font-size: 12px;
        padding: 10px 14px;
    }

    .cookie-modal-content {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .cookie-modal-footer {
        flex-direction: column-reverse;
    }

    .cookie-modal-footer .cookie-btn {
        width: 100%;
        min-width: unset;
        flex: unset;
    }

    .cookie-notification {
        right: 12px;
        left: 12px;
        max-width: none;
        transform: translateY(-80px);
    }

    .cookie-notification.show {
        transform: translateY(0);
    }

    /* Tools animation fixes */
    .tool {
        font-size: 1.5rem;
        display: none; /* Hide on mobile for performance */
    }
    
    /* Section spacing fixes */
    .section__header {
        margin-bottom: 40px;
    }
    
    .section__title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 15px;
    }
    
    .section__subtitle {
        font-size: 1rem;
        padding: 0 10px;
    }
}

/* ===== MOBILE PORTRAIT (480px) ===== */
@media (max-width: 480px) {
    /* Ultra-small screens fixes */
    .container {
        padding: 0 12px;
        max-width: 100%;
    }
    
    /* Header ultra-mobile */
    .nav {
        padding: 6px 12px;
        min-height: 65px;
    }
    
    .logo-img {
        height: 60px;
        max-width: 170px;
    }
    
    /* Hero ultra-mobile */
    .hero {
        padding-top: 65px;
    }
    
    .hero__container {
        padding: 30px 0;
        gap: 25px;
    }
    
    .hero__title {
        font-size: clamp(1.8rem, 10vw, 2.8rem);
        line-height: 1.1;
        margin-bottom: 12px;
    }
    
    .hero__description {
        font-size: 1rem;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    
    .hero__buttons .btn {
        padding: 14px 20px;
        font-size: 14px;
        min-height: 48px;
    }
    
    .hero__stats {
        gap: 12px;
        margin-top: 25px;
    }
    
    .stat {
        min-width: 85px;
        padding: 12px 8px;
    }
    
    .stat__number {
        font-size: 1.3rem;
    }
    
    .stat__label {
        font-size: 10px;
    }
    
    /* CRITICAL: Mobile hero image - natural portrait display */
    .hero__image-container {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        height: auto;
        overflow: visible;
        border-radius: var(--radius-large);
        box-shadow: var(--shadow-large);
        position: relative;
    }
    
    .hero__image-container img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: var(--radius-large);
    }
    
    /* Sections ultra-mobile */
    .section__header {
        margin-bottom: 30px;
    }
    
    .section__title {
        font-size: clamp(1.5rem, 8vw, 2.2rem);
        margin-bottom: 12px;
    }
    
    .section__subtitle {
        font-size: 0.95rem;
        padding: 0 5px;
    }
    
    .section__badge {
        padding: 8px 16px;
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    /* Cards ultra-mobile */
    .serviciu__card,
    .contact__card,
    .contact__form,
    .benefit__card {
        padding: 20px 15px;
        margin: 0;
    }
    
    .serviciu__icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .serviciu__title {
        font-size: 1.2rem;
        margin-bottom: 12px;
    }
    
    .serviciu__description {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    /* Benefit cards ultra-mobile */
    .benefit__header {
        gap: 12px;
        margin-bottom: 12px;
    }
    
    .benefit__icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .benefit__card h4 {
        font-size: 1rem;
    }
    
    .benefit__card p {
        font-size: 13px;
    }
    
    /* Stats ultra-mobile */
    .stat__card {
        padding: 15px;
        gap: 12px;
    }
    
    .stat__icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .stat__number {
        font-size: 1.6rem;
    }
    
    .stat__label {
        font-size: 11px;
    }
    
    .benefits__stats-container {
        padding: 20px 15px;
    }
    
    .benefits__image img {
        height: 220px;
        min-height: 220px;
    }
    
    /* Contact ultra-mobile */
    .contact__item {
        padding: 12px 0;
        gap: 12px;
    }
    
    .contact__icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .contact__details h4 {
        font-size: 0.95rem;
    }
    
    .contact__details p,
    .contact__details a {
        font-size: 14px;
    }
    
    /* Form ultra-mobile */
    .form__input {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .form__label {
        font-size: 13px;
        margin-bottom: 6px;
    }
    
    .form__textarea {
        min-height: 100px;
    }
    
    /* Footer ultra-mobile */
    .footer {
        padding: 40px 0 20px;
    }
    
    .footer__logo {
        margin-bottom: 30px;
        padding: 25px 0;
    }
    
    .footer__logo-img {
        height: 80px;
        max-width: 220px;
    }
    
    .footer__logo-text {
        font-size: 1.4rem;
        margin-top: 15px;
        display: block;
        text-align: center;
        font-weight: 700;
    }
    
    .footer__title {
        font-size: 1.2rem;
        margin-bottom: 18px;
        font-weight: 600;
    }
    
    .footer__description,
    .footer__cta-text {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 8px;
        margin-bottom: 20px;
    }
    
    .footer__phone {
        font-size: 19px;
        margin-bottom: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        font-weight: 700;
    }
    
    .footer__bottom {
        padding-top: 30px;
        gap: 25px;
    }
    
    .footer__copy {
        font-size: 15px;
        line-height: 1.6;
        padding: 0 5px;
    }
    
    /* Sticky buttons ultra-mobile */
    .sticky-buttons {
        bottom: 15px;
        right: 12px;
        gap: 10px;
    }
    
    .btn-sticky--quote {
        padding: 10px 14px;
        font-size: 11px;
        max-width: 180px;
    }
    
    .btn-sticky--whatsapp,
    .btn-sticky--instagram {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .back-to-top {
        bottom: 15px;
        left: 12px;
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    
    /* Project cards ultra-mobile */
    .proiect__image {
        height: 200px;
    }
    
    .proiect__content {
        padding: 20px 15px;
    }
    
    .proiect__title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .proiect__description {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .proiect__tag {
        padding: 3px 8px;
        font-size: 11px;
    }
    
    /* Checklist ultra-mobile */
    .checklist__item {
        gap: 10px;
        padding: 6px 0;
    }
    
    .checklist__icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    
    .checklist__item span {
        font-size: 13px;
    }
    
    /* Tools hidden on ultra-mobile */
    .tool,
    .hero__tools {
        display: none;
    }
    
    /* Buttons ultra-mobile */
    .btn {
        padding: 12px 20px;
        font-size: 14px;
        min-height: 44px;
    }
    
    .btn--large {
        padding: 16px 24px;
        font-size: 15px;
        min-height: 50px;
    }
    
    /* Overflow fixes */
    body {
        overflow-x: hidden;
    }
    
    .hero__container,
    .servicii__grid,
    .portofoliu__grid,
    .despre__benefits,
    .stats__grid,
    .contact__content,
    .footer__content {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    /* Cookie banner ultra-mobile */
    .cookie-banner { padding: 14px 14px 18px; }
    .cookie-buttons { flex-direction: column; gap: 8px; }
    .cookie-btn { width: 100%; flex: unset; }
    .cookie-btn-accept   { order: 1; }
    .cookie-btn-settings { order: 2; }
    .cookie-btn-decline  { order: 3; }
    .cookie-modal-title  { font-size: 1.1rem; }
    .cookie-category     { padding: 14px; }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== WHATSAPP BLINK ANIMATION ===== */
@keyframes whatsappBlink {
    0%, 50% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.3);
    }
    25% {
        opacity: 0.7;
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(37, 211, 102, 0.6);
    }
    75% {
        opacity: 0.8;
        transform: scale(1.02);
        box-shadow: 0 0 25px rgba(37, 211, 102, 0.5);
    }
}

@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 35px rgba(37, 211, 102, 0.7);
        transform: scale(1.03);
    }
    100% {
        box-shadow: 0 0 20px rgba(37, 211, 102, 0.3);
        transform: scale(1);
    }
}

@keyframes instagramBlink {
    0%, 50% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 20px rgba(225, 48, 108, 0.3);
    }
    25% {
        opacity: 0.8;
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(225, 48, 108, 0.6);
    }
    75% {
        opacity: 0.9;
        transform: scale(1.02);
        box-shadow: 0 0 25px rgba(225, 48, 108, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 20px rgba(225, 48, 108, 0.3);
    }
}

/* Toate butoanele WhatsApp au animație de clipire */
.btn--whatsapp {
    animation: whatsappPulse 2s ease-in-out infinite;
}

.btn--whatsapp:hover {
    animation: none;
    background: #22c55e;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 0 40px rgba(37, 211, 102, 0.8);
}

.btn-sticky--whatsapp {
    animation: whatsappBlink 2s ease-in-out infinite;
}

.btn-sticky--whatsapp:hover {
    animation: none;
    background: #22c55e;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 0 30px rgba(37, 211, 102, 0.5);
}

/* Butoanele WhatsApp din footer și contact */
.footer .btn--whatsapp,
.contact .btn--whatsapp {
    animation: whatsappPulse 2.5s ease-in-out infinite;
}

.footer .btn--whatsapp:hover,
.contact .btn--whatsapp:hover {
    animation: none;
    background: #22c55e;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 0 35px rgba(37, 211, 102, 0.7);
}

/* ===== ANIMATION UTILITIES (moved from script.js) ===== */
.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.form__input.error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}

.loaded .hero__title-main {
    animation: slideInLeft 1s ease 0.5s both;
}

.loaded .hero__title-accent {
    animation: slideInRight 1s ease 0.7s both;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.notification__close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.notification__close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* ===== COOKIE CONSENT BANNER ===== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(10,10,10,0.99) 0%, rgba(20,20,20,0.98) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 2px solid var(--primary-color);
    box-shadow: 0 -10px 50px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.04);
    padding: 20px 25px;
    z-index: 10000;
    transform: translateY(110%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    max-height: 70vh;
    overflow-y: auto;
}

.cookie-banner::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,140,0,0.7) 30%, rgba(255,215,0,0.9) 50%, rgba(255,140,0,0.7) 70%, transparent);
    pointer-events: none;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-text {
    flex: 1;
    min-width: 220px;
}

.cookie-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cookie-description {
    color: var(--text-secondary);
    line-height: 1.55;
    font-size: 0.85rem;
}

.cookie-description a {
    color: var(--primary-color);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cookie-description a:hover {
    color: var(--primary-light);
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 11px 22px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    min-height: 44px;
    min-width: 100px;
    line-height: 1;
    white-space: nowrap;
}

.cookie-btn-accept {
    background: var(--gradient-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(255,140,0,0.3);
}

.cookie-btn-accept:hover,
.cookie-btn-accept:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255,140,0,0.5);
    outline: none;
}

.cookie-btn-decline {
    background: transparent;
    color: var(--text-secondary);
    border: 1px solid rgba(255,255,255,0.15);
}

.cookie-btn-decline:hover,
.cookie-btn-decline:focus-visible {
    background: rgba(255,255,255,0.06);
    color: var(--text-primary);
    border-color: var(--primary-color);
    outline: none;
}

.cookie-btn-settings {
    background: rgba(255,140,0,0.08);
    color: var(--primary-color);
    border: 1px solid rgba(255,140,0,0.4);
}

.cookie-btn-settings:hover,
.cookie-btn-settings:focus-visible {
    background: var(--primary-color);
    color: white;
    outline: none;
}

/* ===== COOKIE SETTINGS MODAL ===== */
.cookie-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
}

.cookie-modal.show {
    opacity: 1;
    visibility: visible;
}

.cookie-modal-content {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 36px;
    max-width: 580px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 30px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,140,0,0.08);
}

.cookie-modal.show .cookie-modal-content {
    transform: translateY(0);
}

.cookie-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border-light);
}

.cookie-modal-title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cookie-close {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--text-secondary);
    font-size: 20px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: all 0.2s ease;
    line-height: 1;
    flex-shrink: 0;
}

.cookie-close:hover,
.cookie-close:focus-visible {
    background: rgba(255,140,0,0.15);
    color: var(--primary-color);
    border-color: var(--primary-color);
    outline: none;
}

.cookie-category {
    margin-bottom: 16px;
    padding: 18px;
    background: rgba(255,140,0,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    transition: border-color 0.2s ease;
}

.cookie-category:hover {
    border-color: rgba(255,140,0,0.2);
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 12px;
}

.cookie-category-title {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.cookie-category-description {
    color: var(--text-secondary);
    font-size: 0.82rem;
    line-height: 1.5;
}

.cookie-toggle {
    position: relative;
    width: 52px;
    height: 28px;
    flex-shrink: 0;
    background: var(--bg-tertiary);
    border-radius: 14px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255,255,255,0.12);
}

.cookie-toggle.active {
    background: var(--primary-color);
    box-shadow: 0 0 10px rgba(255,140,0,0.35);
    border-color: var(--primary-dark);
}

.cookie-toggle.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.cookie-toggle::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.cookie-toggle.active::after {
    transform: translateX(24px);
}

.cookie-toggle:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
}

.cookie-modal-footer {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--border-light);
    flex-wrap: wrap;
}

/* ===== COOKIE NOTIFICATION ===== */
.cookie-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(26,26,26,0.98);
    border: 1px solid rgba(255,140,0,0.3);
    border-left: 3px solid var(--primary-color);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04);
    padding: 14px 18px;
    z-index: 10003;
    transform: translateX(calc(100% + 24px));
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
    max-width: 300px;
    backdrop-filter: blur(10px);
}

.cookie-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.cookie-notification-success {
    border-left-color: #22c55e;
}

.cookie-notification-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cookie-notification-icon {
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,140,0,0.12);
    border-radius: 50%;
    flex-shrink: 0;
}

.cookie-notification-success .cookie-notification-icon {
    color: #22c55e;
    background: rgba(34,197,94,0.12);
}

.cookie-notification-message {
    font-size: 13px;
    color: var(--text-primary);
    line-height: 1.4;
}

/* ===== JS-INJECTED KEYFRAMES (moved from script.js) ===== */
@keyframes ripple {
    to {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

@keyframes button-ripple {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes float-particle {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .header,
    .sticky-buttons,
    .back-to-top,
    .hero__tools {
        display: none;
    }
    
    body {
        background: white;
        color: black;
    }
    
    .section__title,
    .hero__title-accent {
        color: black !important;
        -webkit-text-fill-color: black !important;
    }
}