/*
Theme Name: MRP
Text Domain: MRP
Version: 1.0
Requires at least: 4.7
Requires PHP: 8.2
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: 145
Author URI:
Theme URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #ffffff; color: #1a1a1a; }
.font-display { font-family: 'Space Grotesk', sans-serif; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f5f5f5; }
::-webkit-scrollbar-thumb { background: #d4d4d4; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #a3a3a3; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes kenBurns {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

.carousel-slide img {
    animation: kenBurns 6s ease-out forwards;
}

/* Clase para reiniciar la animaci¨®n */
.carousel-slide img.reset-animation {
    animation: none;
}

.animate-fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }
.animate-fade-in { animation: fadeIn 1s ease-out forwards; }
.animate-float { animation: float 3s ease-in-out infinite; }

.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s ease-out; }
.reveal.active { opacity: 1; transform: translateY(0); }

.glass { background: rgba(255,255,255,0.7); backdrop-filter: blur(20px); border: 1px solid rgba(0,0,0,0.06); }
.glass-dark { background: rgba(26,26,26,0.03); backdrop-filter: blur(20px); border: 1px solid rgba(0,0,0,0.06); }

.gradient-text {
    background: linear-gradient(135deg, #f97316, #ea580c, #fb923c);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-gradient {
    background: radial-gradient(ellipse at 50% 0%, rgba(249,115,22,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 50%, rgba(234,88,12,0.04) 0%, transparent 40%);
}
.grid-pattern {
    background-image: linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.service-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff; border: 1px solid rgba(0,0,0,0.08);
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(249,115,22,0.12);
    border-color: rgba(249,115,22,0.25);
}
.testimonial-card {
    transition: all 0.4s ease;
    background: #ffffff; border: 1px solid rgba(0,0,0,0.08);
}
.testimonial-card:hover { transform: scale(1.02); box-shadow: 0 10px 40px rgba(0,0,0,0.08); }

.nav-link { position: relative; color: #404040; }
.nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: #f97316; transition: width 0.3s ease; }
.nav-link:hover::after { width: 100%; }
.nav-link:hover { color: #1a1a1a; }
/* Activo */
.nav-link.active {
    color: #1a1a1a;
}
.nav-link.active::after {
    width: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, #f97316, #ea580c);
    transition: all 0.3s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(249,115,22,0.35); }

.btn-outline {
    border: 1px solid rgba(0,0,0,0.15); color: #1a1a1a; transition: all 0.3s ease;
}
.btn-outline:hover { border-color: #f97316; color: #f97316; background: rgba(249,115,22,0.04); }

.marquee-container { overflow: hidden; white-space: nowrap; }
.marquee-content { display: inline-flex; animation: marquee 25s linear infinite; }
.marquee-content:hover { animation-play-state: paused; }

.mobile-menu { transform: translateX(100%); transition: transform 0.3s ease; }
.mobile-menu.open { transform: translateX(0); }

.client-card {
    transition: all 0.3s ease; background: #ffffff; border: 1px solid rgba(0,0,0,0.08);
}
.client-card:hover { border-color: rgba(249,115,22,0.25); box-shadow: 0 10px 40px rgba(0,0,0,0.06); }

.brand-card {
    transition: all 0.3s ease; background: #ffffff; border: 1px solid rgba(0,0,0,0.08);
}
.brand-card:hover { background: rgba(249,115,22,0.03); border-color: rgba(249,115,22,0.2); }
.brand-card:hover .brand-name { color: #f97316; }

.service-image { width: 100%; height: 200px; object-fit: cover; border-radius: 1rem 1rem 0 0; transition: transform 0.4s ease; }
.service-card:hover .service-image { transform: scale(1.05); }
.image-container { overflow: hidden; border-radius: 1rem 1rem 0 0; margin: -2rem -2rem 1.5rem -2rem; }

.section-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent); }
.project-card {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px -12px rgba(249, 115, 22, 0.15);
}

/* Gradient text for white background */
.gradient-text {
    background: linear-gradient(135deg, #f97316, #ea580c, #fb923c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}