/*
 * CreativeSpotIT.ink - Custom Styles
 * Unique Design for Italian Location Scouting & Rental
 */

/* ========================================
   GLOBAL STYLES & TYPOGRAPHY
   ======================================== */

:root {
    /* Color Palette - Sophisticated Cinema Theme */
    --primary-color: #C89B3C;
    --primary-dark: #9A7B2F;
    --primary-light: #E6C574;
    --secondary-color: #1A1A2E;
    --secondary-light: #16213E;
    --accent-color: #E94560;
    --dark-color: #0F0F0F;
    --light-color: #F5F5F5;
    --white-color: #FFFFFF;
    --text-dark: #2C2C2C;
    --text-light: #6C6C6C;
    --border-color: #E0E0E0;
    
    /* Typography */
    --font-primary: 'Playfair Display', serif;
    --font-secondary: 'Montserrat', sans-serif;
    --font-accent: 'Cormorant Garamond', serif;
    
    /* Spacing */
    --section-padding: 120px;
    --container-padding: 15px;
    
    /* Transitions */
    --transition-fast: 0.3s ease;
    --transition-medium: 0.5s ease;
    --transition-slow: 0.8s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-dark);
    background-color: var(--white-color);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: 1.3;
    color: var(--secondary-color);
}

h1 { font-size: 4.5rem; }
h2 { font-size: 3.5rem; }
h3 { font-size: 2.2rem; }
h4 { font-size: 1.6rem; }
h5 { font-size: 1.3rem; }
h6 { font-size: 1.1rem; }

p {
    margin-bottom: 1.2rem;
    color: var(--text-light);
    font-size: 1.05rem;
}

a {
    text-decoration: none;
    transition: var(--transition-fast);
}

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

.container {
    max-width: 1320px;
}

/* ========================================
   NAVIGATION
   ======================================== */

#mainNav {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.8) 100%);
    backdrop-filter: blur(10px);
    padding: 1.2rem 0;
    transition: var(--transition-fast);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

#mainNav.scrolled {
    background: rgba(26,26,46,0.98);
    padding: 0.8rem 0;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: var(--font-primary);
    letter-spacing: 0.5px;
}

.logo-creative {
    color: var(--primary-color);
}

.logo-spot {
    color: var(--white-color);
}

.logo-it {
    color: var(--primary-light);
}

.logo-domain {
    color: var(--accent-color);
    font-size: 0.9em;
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem 1.2rem !important;
    margin: 0 0.3rem;
    position: relative;
    transition: var(--transition-fast);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width var(--transition-fast);
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 60%;
}

.btn-contact {
    background: var(--primary-color) !important;
    color: var(--dark-color) !important;
    padding: 0.7rem 1.8rem !important;
    border-radius: 50px;
    font-weight: 600;
    margin-left: 1rem;
}

.btn-contact:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200,155,60,0.3);
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero-section {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F0F0F 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/hero-cinematic-location.jpg') center/cover no-repeat;
    opacity: 0.25;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(200,155,60,0.1) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 8rem 0 4rem;
}

.hero-title {
    font-size: 5rem;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 2rem;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-highlight {
    color: var(--primary-color);
    display: inline-block;
    position: relative;
    font-style: italic;
}

.hero-subtitle {
    font-size: 1.35rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 3rem;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.hero-buttons .btn {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all var(--transition-fast);
}

.hero-buttons .btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-color);
}

.hero-buttons .btn-primary:hover {
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(200,155,60,0.4);
}

.hero-buttons .btn-outline-light {
    border-color: var(--white-color);
    color: var(--white-color);
}

.hero-buttons .btn-outline-light:hover {
    background: var(--white-color);
    color: var(--dark-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    color: var(--white-color);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-indicator {
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, var(--primary-color), transparent);
    margin: 15px auto 0;
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
    0%, 100% { opacity: 0; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(15px); }
}

/* ========================================
   STATS SECTION
   ======================================== */

.stats-section {
    padding: 80px 0;
    background: var(--secondary-color);
    position: relative;
}

.stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(200,155,60,0.05) 0%, transparent 100%);
}

.stat-item {
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    font-family: var(--font-primary);
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-number::after {
    content: '+';
    font-size: 3rem;
    margin-left: 5px;
}

.stat-label {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================
   SECTION STYLES
   ======================================== */

section {
    padding: var(--section-padding) 0;
}

.section-header {
    margin-bottom: 3rem;
}

.section-tag {
    display: inline-block;
    color: var(--primary-color);
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 60px;
}

.section-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background: var(--primary-color);
}

.section-title {
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: var(--secondary-color);
    font-weight: 700;
}

.text-highlight {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.section-description {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text-light);
    max-width: 750px;
}

/* ========================================
   ABOUT SECTION
   ======================================== */

.about-section {
    background: var(--light-color);
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.about-image-wrapper img {
    width: 100%;
    transition: transform var(--transition-slow);
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-image-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--primary-color);
    color: var(--dark-color);
    padding: 2rem 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(200,155,60,0.4);
}

.badge-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    font-family: var(--font-primary);
    line-height: 1;
}

.badge-text {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
}

.about-features {
    margin-top: 2.5rem;
}

.feature-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: var(--transition-fast);
}

.feature-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    flex-shrink: 0;
    color: var(--primary-color);
}

.feature-content h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: var(--secondary-color);
}

.feature-content p {
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--text-light);
}

/* ========================================
   CATEGORIES SECTION
   ======================================== */

.categories-section {
    background: var(--white-color);
}

.category-card {
    background: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all var(--transition-fast);
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.category-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

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

.category-card:hover .category-image img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transition: var(--transition-fast);
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-link {
    padding: 1rem 2.5rem;
    background: var(--primary-color);
    color: var(--dark-color);
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.category-link:hover {
    background: var(--white-color);
    transform: scale(1.05);
}

.category-content {
    padding: 2rem;
}

.category-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: var(--secondary-color);
}

.category-description {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

.category-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

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

/* ========================================
   SERVICES SECTION
   ======================================== */

.services-section {
    background: var(--light-color);
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(200,155,60,0.03) 100%);
    pointer-events: none;
}

.service-card {
    background: var(--white-color);
    padding: 3rem 2.5rem;
    border-radius: 20px;
    text-align: center;
    transition: all var(--transition-fast);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    transition: height var(--transition-fast);
    z-index: 0;
}

.service-card:hover::before {
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(200,155,60,0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(200,155,60,0.1);
    color: var(--primary-color);
    transition: all var(--transition-fast);
    position: relative;
    z-index: 1;
}

.service-card:hover .service-icon {
    background: var(--white-color);
    transform: scale(1.1);
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--secondary-color);
    transition: color var(--transition-fast);
    position: relative;
    z-index: 1;
}

.service-card:hover .service-title {
    color: var(--white-color);
}

.service-description {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
    transition: color var(--transition-fast);
    position: relative;
    z-index: 1;
}

.service-card:hover .service-description {
    color: rgba(255,255,255,0.9);
}

/* ========================================
   PORTFOLIO SECTION
   ======================================== */

.portfolio-section {
    padding: var(--section-padding) 0 0;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    height: 450px;
}

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

.portfolio-item:hover img {
    transform: scale(1.15);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(26,26,46,0.95) 100%);
    display: flex;
    align-items: flex-end;
    padding: 3rem;
    opacity: 0;
    transition: opacity var(--transition-fast);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content h4 {
    font-size: 1.8rem;
    color: var(--white-color);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.portfolio-content p {
    color: var(--primary-color);
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.portfolio-category {
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    display: block;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta-section {
    background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-light) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(200,155,60,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-title {
    font-size: 2.8rem;
    color: var(--white-color);
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-description {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0;
}

.cta-section .btn-light {
    background: var(--white-color);
    color: var(--dark-color);
    font-weight: 700;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    border: 2px solid transparent;
}

.cta-section .btn-light:hover {
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255,255,255,0.2);
}

/* ========================================
   TESTIMONIALS SECTION
   ======================================== */

.testimonials-section {
    background: var(--white-color);
}

.testimonial-card {
    background: var(--light-color);
    padding: 3rem;
    border-radius: 20px;
    border-left: 4px solid var(--primary-color);
    transition: all var(--transition-fast);
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.testimonial-stars {
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.9;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-family: var(--font-accent);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.author-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid var(--primary-color);
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.author-role {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ========================================
   CONTACT PREVIEW SECTION
   ======================================== */

.contact-preview-section {
    background: var(--light-color);
}

.contact-info-items {
    margin-top: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background: rgba(200,155,60,0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.contact-info-item h4 {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
}

.contact-info-item p {
    margin-bottom: 0;
    font-size: 1.05rem;
}

.contact-info-item a {
    color: var(--text-light);
    transition: color var(--transition-fast);
}

.contact-info-item a:hover {
    color: var(--primary-color);
}

.quick-contact-form {
    background: var(--white-color);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.form-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--secondary-color);
    text-align: center;
}

.quick-contact-form .form-control {
    padding: 1rem 1.5rem;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 1rem;
    transition: var(--transition-fast);
}

.quick-contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(200,155,60,0.15);
    outline: none;
}

.quick-contact-form select.form-control {
    cursor: pointer;
}

.quick-contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    font-family: var(--font-secondary);
    font-weight: 600;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    transition: all var(--transition-fast);
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-color);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200,155,60,0.3);
}

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

.btn-outline-dark:hover {
    background: var(--dark-color);
    color: var(--white-color);
    transform: translateY(-2px);
}

.btn-lg {
    padding: 1.1rem 2.8rem;
    font-size: 1.05rem;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
    background: var(--secondary-color);
    color: rgba(255,255,255,0.8);
    padding: 80px 0 0;
}

.footer-brand {
    margin-bottom: 1.5rem;
}

.footer-brand a {
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-primary);
}

.footer-description {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    color: var(--white-color);
    font-size: 1.2rem;
    transition: all var(--transition-fast);
}

.social-link:hover {
    background: var(--primary-color);
    color: var(--dark-color);
    transform: translateY(-3px);
}

.footer-title {
    color: var(--white-color);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    transition: all var(--transition-fast);
    display: inline-block;
}

.footer-links a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-contact strong {
    color: var(--white-color);
    display: block;
    margin-bottom: 0.3rem;
}

.footer-contact a {
    color: rgba(255,255,255,0.7);
    transition: color var(--transition-fast);
}

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

.footer-divider {
    border-color: rgba(255,255,255,0.1);
    margin: 3rem 0 2rem;
}

.footer-bottom {
    padding: 2rem 0;
}

.copyright {
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
    font-size: 0.95rem;
}

.footer-legal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.footer-legal li {
    display: inline;
}

.footer-legal a {
    color: rgba(255,255,255,0.6);
    font-size: 0.95rem;
    transition: color var(--transition-fast);
}

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

/* ========================================
   UTILITIES
   ======================================== */

.rounded-custom {
    border-radius: 20px;
}

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

@media (max-width: 1199px) {
    h1 { font-size: 3.5rem; }
    h2 { font-size: 2.8rem; }
    .hero-title { font-size: 4rem; }
    .section-title { font-size: 2.8rem; }
}

@media (max-width: 991px) {
    :root {
        --section-padding: 80px;
    }
    
    h1 { font-size: 3rem; }
    h2 { font-size: 2.3rem; }
    .hero-title { font-size: 3.2rem; }
    .section-title { font-size: 2.3rem; }
    .hero-subtitle { font-size: 1.15rem; }
    
    .navbar-nav .nav-link {
        padding: 0.8rem 0 !important;
    }
    
    .btn-contact {
        margin-left: 0;
        margin-top: 1rem;
    }
    
    .footer-legal {
        justify-content: flex-start;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    :root {
        --section-padding: 60px;
    }
    
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    .hero-title { font-size: 2.5rem; }
    .section-title { font-size: 2rem; }
    
    .hero-section {
        height: auto;
        min-height: 600px;
    }
    
    .hero-subtitle {
        font-size: 1.05rem;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .category-image {
        height: 250px;
    }
    
    .portfolio-item {
        height: 350px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-description {
        font-size: 1.05rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .section-tag {
        padding-left: 0;
    }
    
    .section-tag::before {
        display: none;
    }
    
    .quick-contact-form {
        padding: 2rem 1.5rem;
    }
    
    .about-image-badge {
        bottom: 15px;
        right: 15px;
        padding: 1.5rem;
    }
    
    .badge-number {
        font-size: 2.2rem;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */

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

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

.animate-on-scroll {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

/* ========================================
   PRELOADER (Optional)
   ======================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(200,155,60,0.2);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
