/* ===== ESTILOS MODERNOS Y ANIMACIONES ===== */

/* Variables de color */
:root {
    --navy-blue: #0a192f;
    --wine-red: #a83d4a;
    --off-white: #ffffff;
    --glass-bg: rgba(10, 25, 47, 0.8);
    --glass-border: rgba(255, 255, 255, 0.3);
    --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
    --text-primary: #ffffff;
    --text-secondary: #e6f1ff;
    --text-accent: #f8c9a5;
}

/* Fuentes modernas */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

/* Estilos base mejorados */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Fondo animado elegante */
body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-primary);
    line-height: 1.8;
    background: linear-gradient(135deg, #0a192f 0%, #1a2a4a 100%);
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Efecto de partículas blancas animadas más sutiles */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 15%),
        radial-gradient(circle at 40% 60%, rgba(255, 255, 255, 0.05) 0%, transparent 10%),
        radial-gradient(circle at 60% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 10%);
    z-index: -1;
    pointer-events: none;
    animation: float 20s ease-in-out infinite;
    opacity: 0.8;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(10px, 10px); }
    50% { transform: translate(-10px, 5px); }
    75% { transform: translate(5px, -10px); }
}

/* Animación del gradiente de fondo */
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Fondo de degradado sutil */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.9) 0%, rgba(10, 25, 47, 0.7) 100%);
    z-index: -2;
    pointer-events: none;
}

@keyframes pulse {
    0% { opacity: 0.8; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.05); }
}

/* Efecto de ruido muy sutil */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.01'/%3E%3C/svg%3E");
    z-index: -1;
    pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dancing Script', cursive;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: none;
    color: var(--text-primary);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 4rem;
    line-height: 1.1;
}

h2 {
    font-size: 3rem;
    position: relative;
    display: inline-block;
    margin: 2rem 0;
}

h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--wine-red);
    margin: 0 auto;
}

h2 {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    position: relative;
    display: inline-block;
}

h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--wine-red);
}

/* Utility class for elegant italic text */
.elegant-italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

a {
    text-decoration: none;
    color: #64ffda;
    transition: all 0.2s ease;
    position: relative;
    font-weight: 500;
}

a:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(100, 255, 218, 0.5);
}

a:hover {
    color: var(--costa-rica-red);
}

/* Efecto de subrayado animado */
a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--costa-rica-red);
    transition: width 0.3s ease;
}

a:hover::after {
    width: 100%;
}

/* Botones mejorados con efecto vidrio */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.2rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 43, 127, 0.2);
}

.btn-primary {
    background: linear-gradient(45deg, var(--costa-rica-blue), var(--costa-rica-light-blue));
}

.btn-secondary {
    background: linear-gradient(45deg, var(--costa-rica-red), var(--costa-rica-light-red));
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--costa-rica-blue), var(--costa-rica-light-blue));
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.btn:hover::before {
    opacity: 1;
    transform: scale(1.1);
}

.btn-outline {
    background: transparent;
    border: 2px solid var(--costa-rica-blue);
    color: var(--costa-rica-blue);
    backdrop-filter: none;
}

.btn-outline:hover {
    background: var(--costa-rica-blue);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 43, 127, 0.3);
}

/* Efecto de brillo al pasar el ratón */
.btn:hover {
    box-shadow: 0 8px 25px rgba(0, 43, 127, 0.4);
    transform: translateY(-3px);
}

.btn:active {
    transform: translateY(1px);
}

/* Efecto de ola decorativa con temática de Costa Rica */
.wave-divider {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--costa-rica-blue) 0%, var(--costa-rica-light-blue) 100%);
    margin: 4rem 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.wave-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255,255,255,0.1)' d='M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,197.3C1248,203,1344,149,1392,122.7L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z'%3E%3C/path%3E%3C/svg%3E") center/cover no-repeat;
    animation: wave 20s linear infinite;
}

@keyframes wave {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Tarjetas de destino con efecto vidrio */
/* Tarjetas de características */
.feature-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 2rem;
    border-top: 3px solid var(--costa-rica-blue);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: var(--costa-rica-light-blue);
}

.feature-card h3 {
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.feature-card p {
    color: #4a5568;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 43, 127, 0.15);
    border-top-color: var(--costa-rica-red);
}

.destination-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 43, 127, 0.2);
    transform: translateY(0);
    cursor: pointer;
}

.destination-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 43, 127, 0.3);
}

.destination-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.destination-card:hover img {
    transform: scale(1.1);
}

.destination-card .card-content {
    padding: 1.5rem;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    margin: -50px 15px 0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.destination-card h3 {
    margin-bottom: 0.5rem;
    color: var(--navy-blue);
}

.destination-card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.destination-card .price {
    font-weight: 700;
    color: var(--wine-red);
    font-size: 1.2rem;
}

/* Efecto de brillo en tarjetas */
.destination-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 43, 127, 0.1), rgba(255, 255, 255, 0.1));
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.destination-card:hover::before {
    opacity: 1;
}

.destination-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
}

.destination-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: var(--transition-slow);
}

.destination-card:hover img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 2rem 1.5rem;
    color: white;
}

/* Efecto de flotación */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

.floating {
    animation: float 6s ease-in-out infinite;
}

/* Efecto de brillo al pasar el cursor */
.hover-glow {
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.hover-glow::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: var(--transition-normal);
}

.hover-glow:hover::before {
    left: 100%;
}

/* Efecto de recorte de imagen */
.image-clip {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    transition: var(--transition-normal);
}

.image-clip:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* Animación de carga personalizada */
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.pulse {
    animation: pulse 2s infinite;
}

/* Efecto de máscara de texto con gradiente */
.gradient-text {
    background: linear-gradient(45deg, var(--secondary-color), var(--accent-color));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

/* Sección hero mejorada - Más compacta */
.hero-section {
    position: relative;
    min-height: 60vh; /* Reducido de 80vh */
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    padding: 0;
    margin-top: 0;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg-home.jpg') no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Darker overlay for better text contrast */
    z-index: 2;
}

/* Gradient accent on top of dark overlay */
.hero-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(90deg, 
        var(--navy-blue) 0%, 
        var(--light-navy-blue) 100%);
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 2rem;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    padding-top: 80px; /* Add space for fixed header */
    padding-bottom: 60px; /* Reduce bottom padding */
}

/* Adjust hero title and subtitle for better spacing */
.hero-title {
    font-size: 3.5rem; /* Slightly smaller on all screens */
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.hero-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 600px;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    animation: fadeInUp 1s ease-out 0.2s both;
    display: block;
}

.hero-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: fadeInUp 1s ease-out 0.2s both;
}

/* ======================
   FORM STYLES
   ====================== */

/* Form Container - Elegant Redesign */
#contactForm {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 15px 50px rgba(10, 25, 47, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    max-width: 650px;
    margin: 3rem auto;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    perspective: 1000px;
}

#contactForm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a83d4a 0%, #d45d6b 50%, #a83d4a 100%);
    background-size: 200% auto;
    animation: gradientBG 3s ease infinite;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#contactForm:hover {
    transform: translateY(-5px) rotateX(1deg) rotateY(1deg);
    box-shadow: 0 25px 60px rgba(10, 25, 47, 0.2);
}

#contactForm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #a83d4a 0%, #d45d6b 100%);
}

#contactForm:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.search-form:hover,
#contactForm:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 43, 127, 0.15);
}

/* Form Groups */
.form-group {
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.form-group:focus-within {
    transform: translateX(5px);
}

/* Form Row */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}

.form-row > .col-md-6 {
    padding: 0 0.75rem;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 768px) {
    .form-row > .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #contactForm {
        padding: 1.5rem;
    }
}

/* Labels - Modern Style */
.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    color: #4a5568;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0.5rem;
}

.form-group label::after {
    content: ':';
    margin-left: 2px;
    color: #a83d4a;
}

/* Floating label effect */
.form-group.focused label {
    color: #a83d4a;
    transform: translateY(-2px);
}

/* Input Fields - Elegant Style */
.form-control,
.form-select,
textarea {
    width: 100%;
    padding: 1.1rem 1.5rem 1.1rem 4rem;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    font-size: 1.05rem;
    color: #2d3748;
    background-color: #f9f9f9;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    font-family: 'Poppins', sans-serif;
    height: auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Floating Label Effect */
.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.form-group label {
    position: absolute;
    left: 4rem;
    top: 1.1rem;
    color: #718096;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 2;
    background: transparent;
    padding: 0 0.5rem;
    margin: 0;
}

.form-group.focused label,
.form-control:not(:placeholder-shown) + label {
    top: -0.8rem;
    left: 1rem;
    font-size: 0.85rem;
    color: #a83d4a;
    background: white;
    padding: 0 0.5rem;
    border-radius: 12px;
    font-weight: 500;
}

/* Placeholder text */
::placeholder {
    color: #a0aec0;
    opacity: 1;
}

/* Remove default focus outline and add custom focus style */
.form-control:focus,
.form-select:focus,
textarea:focus {
    outline: none;
    border-color: #a83d4a;
    box-shadow: 0 0 0 3px rgba(168, 61, 74, 0.15);
    background-color: #fff;
    transform: translateY(-1px);
}

/* Input Group - Elegant Style */
.input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 12px;
    overflow: visible;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: none;
    margin-top: 1.5rem;
}

.input-group::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    border-radius: 12px;
    z-index: -1;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05), -5px -5px 15px rgba(255,255,255,0.8);
}

.input-group:focus-within {
    box-shadow: 0 4px 12px rgba(168, 61, 74, 0.1);
    transform: translateY(-1px);
}

/* Input Icons - Elegant Style */
.input-group .input-group-text {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #a83d4a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(168, 61, 74, 0.3);
    transition: all 0.3s ease;
}

.input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0.5rem;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Focus States */
.form-control:focus,
.form-select:focus,
textarea:focus,
.input-group:focus-within {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(168, 61, 74, 0.2);
    background-color: white;
}

/* Button Styles - Elegant Gradient */
.btn-form {
    background: linear-gradient(135deg, #a83d4a 0%, #d45d6b 100%);
    color: white;
    border: none;
    padding: 1.1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(168, 61, 74, 0.3);
    font-size: 0.95rem;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateZ(0);
    will-change: transform, box-shadow;
}

.btn-form:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(168, 61, 74, 0.4);
    background: linear-gradient(135deg, #8a333d 0%, #a83d4a 100%);
    letter-spacing: 2px;
}

.btn-form:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(168, 61, 74, 0.3);
}

/* Ripple effect */
.btn-form::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 1%, transparent 1%) center/15000%;
    opacity: 0;
    transition: opacity 0.6s, background 0.6s;
}

.btn-form:active::after {
    background: radial-gradient(circle, rgba(255,255,255,0.5) 1%, transparent 1%) center/15000%;
    opacity: 1;
    transition: 0s;
}

.btn-form:hover {
    background: #8a333d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(168, 61, 74, 0.3);
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h3 {
    color: #2d3748;
    margin-bottom: 0.75rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.form-header p {
    color: #718096;
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Form Footer - Modern Style */
.form-footer {
    margin-top: 2rem;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px dashed #e2e8f0;
    position: relative;
}

.form-footer small {
    color: #718096;
    font-size: 0.85rem;
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.form-footer a {
    color: #a83d4a;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.form-footer a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #a83d4a;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.form-footer a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.form-footer a:hover {
    text-decoration: underline;
}

/* Input Icons */
.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group .input-group-text {
    position: absolute;
    left: 15px;
    color: var(--navy-blue);
    z-index: 2;
    pointer-events: none;
}

.input-group .form-control {
    padding-left: 45px;
}

/* Textarea */
textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.6;
}

/* Select Dropdown */
.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23002B7F' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    padding-right: 2.5rem;
}

/* Form Buttons */
.form-btn {
    width: 100%;
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--navy-blue), var(--light-navy-blue));
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 43, 127, 0.2);
    position: relative;
    overflow: hidden;
}

.form-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 43, 127, 0.3);
}

.form-btn:active {
    transform: translateY(1px);
}

/* Form Icons */
.form-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--navy-blue);
    opacity: 0.6;
}

/* Form Validation */
.form-control:invalid:not(:placeholder-shown) {
    border-color: var(--wine-red);
}

.form-control:valid:not(:placeholder-shown) {
    border-color: #28a745;
}

/* Form Group Focus Effect */
.form-group:focus-within label {
    color: var(--light-navy-blue);
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.form-header h3 {
    color: var(--navy-blue);
    margin-bottom: 0.5rem;
}

.form-header p {
    color: #666;
    margin-bottom: 0;
}

/* Search Form Specific */
.search-form {
box-shadow: var(--shadow-xl);
animation: fadeInUp 1s ease-out 0.4s both;
}

/* Navegación con efecto vidrio */
.header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1001;
transition: all 0.3s ease;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.header.scrolled {
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 5px 30px rgba(0, 43, 127, 0.15);
}

.top-bar {
    background: linear-gradient(90deg, var(--navy-blue), var(--light-navy-blue));
    padding: 0.5rem 0;
    color: white;
    font-size: 0.9rem;
}

.contact-info span {
    margin-right: 1.5rem;
    display: inline-flex;
    align-items: center;
}

.contact-info i {
    margin-right: 0.5rem;
    color: var(--wine-red);
}

.social-links a {
    color: white;
    margin-left: 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: var(--wine-red);
    transform: translateY(-2px);
}

.navbar {
    padding: 1rem 0;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
}

/* Language Switcher in Navbar */
.nav-language-switcher {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-language-switcher .lang-btn {
    background: none;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 4px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
}

.nav-language-switcher .lang-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.nav-language-switcher .lang-btn.active {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.nav-language-switcher .lang-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    margin: 0 2px;
}

/* Mobile styles for language switcher */
@media (max-width: 992px) {
    .nav-language-switcher {
        margin: 15px 0 0;
        justify-content: center;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
    }
    
    .nav-language-switcher .lang-btn {
        color: #333;
    }
    
    .nav-language-switcher .lang-btn.active {
        background: var(--wine-red);
        color: #fff;
    }
    
    .nav-language-switcher .lang-separator {
        color: #999;
    }
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
    padding: 0;
}

.logo img {
    height: 50px;
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    position: relative;
    margin: 0 0.5rem;
}

.nav-link {
    color: var(--navy-blue);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.nav-link:hover, .nav-link.active {
    background: rgba(0, 43, 127, 0.1);
    color: var(--wine-red);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: block;
    padding: 0.5rem 1.5rem;
    color: var(--navy-blue);
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background: rgba(0, 43, 127, 0.05);
    color: var(--wine-red);
    padding-left: 1.8rem;
}

/* Footer moderno */
.footer {
    background: var(--wine-red);
    color: white;
    padding: 3rem 0;
    position: relative;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin: 0 auto 3rem;
    max-width: 1600px;
    padding: 0 30px;
    width: 100%;
}

.footer {
    padding: 3rem 0;
}

.footer-bottom {
    max-width: 100%;
    margin: 0;
    padding: 1.5rem 30px;
}

.footer-about {
    padding-right: 2rem;
}

.footer-logo {
    height: 50px;
    margin-bottom: 1.5rem;
}

.footer-about p {
    margin-bottom: 1.5rem;
    opacity: 0.8;
    line-height: 1.7;
}

.footer h3 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

/* Form Header - Elegant Style */
.form-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 2rem;
}

.form-header::after {
    content: '';
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #a83d4a, #d45d6b);
    border-radius: 3px;
}

.footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--wine-red);
}

.footer-links li {
    margin-bottom: 0.8rem;
    list-style: none;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.footer-links i {
    margin-right: 0.5rem;
    color: var(--wine-red);
    font-size: 0.8rem;
}

.contact-info-footer i {
    margin-right: 0.8rem;
    color: var(--wine-red);
}

.newsletter-form {
    display: flex;
    margin-top: 1.5rem;
}

.newsletter-form input {
    flex: 1;
    padding: 0.8rem 1rem;
    border: none;
    border-radius: 50px 0 0 50px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-form button {
    background: var(--wine-red);
    color: white;
    border: none;
    padding: 0 1.5rem;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: var(--light-wine-red);
    background: var(--costa-rica-light-red);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Efecto de partículas */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Animaciones personalizadas */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@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);
    }
}

/* Efecto de vidrio esmerilado */
.glass-effect {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
}

/* Efecto de borde animado */
.hover-border {
    position: relative;
    overflow: hidden;
}

.hover-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary-color), var(--accent-color));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.hover-border:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Efecto de zoom suave en imágenes */
.zoom-effect {
    overflow: hidden;
    border-radius: var(--radius-md);
}

.zoom-effect img {
    transition: transform 0.5s ease;
}

.zoom-effect:hover img {
    transform: scale(1.1);
}

/* Efecto de revelación de texto */
.reveal-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.reveal-text::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
    z-index: -1;
}

.reveal-text:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Efecto de rotación 3D en tarjetas */
.card-3d {
    perspective: 1000px;
    transition: var(--transition-normal);
}

.card-3d-inner {
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card-3d:hover .card-3d-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg);
}

/* Efecto de neón */
.neon-text {
    color: #fff;
    text-shadow: 0 0 5px var(--secondary-color),
                 0 0 10px var(--secondary-color),
                 0 0 20px var(--secondary-color),
                 0 0 40px var(--accent-color),
                 0 0 80px var(--accent-color);
    animation: neon 1.5s ease-in-out infinite alternate;
}

@keyframes neon {
    from {
        text-shadow: 0 0 5px var(--secondary-color),
                     0 0 10px var(--secondary-color),
                     0 0 20px var(--secondary-color),
                     0 0 40px var(--accent-color),
                     0 0 80px var(--accent-color);
    }
    to {
        text-shadow: 0 0 2px var(--secondary-color),
                     0 0 5px var(--secondary-color),
                     0 0 10px var(--secondary-color),
                     0 0 20px var(--accent-color),
                     0 0 40px var(--accent-color);
    }
}

/* Efecto de máscara de recorte */
.clip-path-mask {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    transition: var(--transition-normal);
}

.clip-path-mask:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
}

/* Efecto de desplazamiento de fondo */
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Efecto de brillo en botones */
.glow-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.glow-button::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: var(--transition-normal);
    z-index: -1;
}

.glow-button:hover::before {
    left: 100%;
}

/* Efecto de onda en botones */
.ripple {
    position: relative;
    overflow: hidden;
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: 0.3;
    transition: 0s;
}

/* Efecto de carga de página */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s, visibility 0.5s;
}

.page-loader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top-color: var(--accent-color);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Efecto de máscara de texto con imagen */
.image-text-mask {
    background: url('../img/text-mask-bg.jpg') center/cover;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

/* Efecto de rotación 3D en íconos */
.icon-3d {
    transition: var(--transition-normal);
    transform-style: preserve-3d;
}

.icon-3d:hover {
    transform: rotateY(180deg);
}

/* Efecto de desenfoque al hacer hover */
.blur-hover {
    transition: var(--transition-normal);
}

.blur-hover:hover {
    filter: blur(2px);
}

/* Efecto de máscara de gradiente */
.gradient-mask {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

/* Efecto de rotación infinita */
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.rotate {
    animation: rotate 20s linear infinite;
}

/* ===== ESTILOS MEJORADOS PARA LA SECCIÓN NOSOTROS ===== */

/* Contenedor principal */
.about-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    z-index: 2;
}

/* Estilo para cada tarjeta de contenido */
.about-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--wine-red);
}

/* Efecto de borde animado */
.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--wine-red), transparent);
    animation: borderGrow 3s ease-in-out infinite;
}

@keyframes borderGrow {
    0% { width: 0; opacity: 0; }
    50% { width: 100%; opacity: 1; }
    100% { width: 0; opacity: 0; right: 0; left: auto; }
}

/* Estilos para los títulos */
.about-card h3 {
    color: var(--wine-red);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.about-card h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--wine-red), transparent);
    border-radius: 3px;
}

/* Estilos para el texto */
.about-card p {
    color: var(--text-secondary);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

/* Lista de elencos */
.elencos-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    display: grid;
    gap: 1rem;
}

.elencos-list li {
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 3px solid var(--wine-red);
}

.elencos-list li:hover {
    transform: translateX(10px);
    background: rgba(168, 61, 74, 0.2);
}

.elencos-list i {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--wine-red);
    transition: all 0.3s ease;
}

.elencos-list li:hover i {
    transform: scale(1.2);
    color: #fff;
}

/* Sección de participaciones */
.participaciones {
    background: linear-gradient(135deg, rgba(168, 61, 74, 0.1) 0%, rgba(10, 25, 47, 0.5) 100%);
    border-radius: 15px;
    padding: 2.5rem;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(168, 61, 74, 0.2);
}

.participaciones::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23a83d4a' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: 0;
}

.participaciones h3 {
    color: var(--wine-red);
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.participaciones h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--wine-red), transparent);
    border-radius: 3px;
}

.participaciones-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.participaciones-list li {
    padding: 1rem 1.5rem;
    margin-bottom: 0.8rem;
    background: rgba(10, 25, 47, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 3px solid var(--wine-red);
}

.participaciones-list li:hover {
    transform: translateX(10px);
    background: rgba(168, 61, 74, 0.2);
}

.participaciones-list li::before {
    content: '✈️';
    margin-right: 1rem;
    font-size: 1.2rem;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.participaciones-list li:hover::before {
    transform: rotate(20deg);
    opacity: 1;
}

.participaciones-list strong {
    color: var(--wine-red);
    margin-right: 0.5rem;
    font-weight: 600;
}

/* Animación de aparición suave */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-card, .participaciones {
    animation: fadeInUp 0.8s ease-out forwards;
}

.about-card:nth-child(2) { animation-delay: 0.2s; }
.about-card:nth-child(3) { animation-delay: 0.4s; }
.participaciones { animation-delay: 0.6s; }

/* Efecto de brillo al pasar el mouse */
.about-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.5s;
}

.about-card:hover::after {
    left: 100%;
}

/* Efecto de partículas para títulos */
.about-card h3 {
    position: relative;
    display: inline-block;
}

.about-card h3::before {
    content: '✦';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--wine-red);
    opacity: 0;
    transition: all 0.3s ease;
}

.about-card:hover h3::before {
    opacity: 1;
    left: -30px;
}

/* ===== ESTILOS PARA LA SECCIÓN DE PROPUESTA ===== */

.proposal-section {
    position: relative;
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.95) 0%, rgba(23, 42, 70, 0.95) 100%);
    overflow: hidden;
}

.proposal-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23a83d4a' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
    z-index: 0;
}

.section-description {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.7;
}

.proposal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
}

.proposal-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 2.5rem 2rem;
    transition: all 0.5s ease;
    border: 1px solid rgba(168, 61, 74, 0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.proposal-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(168, 61, 74, 0.1) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.proposal-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--wine-red);
    background: rgba(255, 255, 255, 0.05);
}

.proposal-card:hover::before {
    opacity: 1;
}

.proposal-card .icon {
    width: 70px;
    height: 70px;
    background: rgba(168, 61, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    color: var(--wine-red);
    transition: all 0.3s ease;
}

.proposal-card:hover .icon {
    background: var(--wine-red);
    color: #fff;
    transform: rotateY(180deg);
}

.proposal-card h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.8rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.proposal-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--wine-red);
    transition: width 0.3s ease;
}

.proposal-card:hover h3::after {
    width: 80px;
}

.proposal-card p {
    color: var(--text-secondary);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    flex-grow: 1;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 0.5rem 0;
    color: var(--text-secondary);
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.5rem;
}

.feature-list li i {
    color: var(--wine-red);
    margin-right: 0.5rem;
    position: absolute;
    left: 0;
    top: 0.7rem;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.feature-list li:hover i {
    transform: scale(1.3);
    color: #fff;
}

/* Llamado a la acción */
.proposal-cta {
    background: linear-gradient(135deg, rgba(168, 61, 74, 0.1) 0%, rgba(10, 25, 47, 0.5) 100%);
    border-radius: 15px;
    padding: 3rem;
    text-align: center;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(168, 61, 74, 0.2);
}

.proposal-cta h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}

.proposal-cta p {
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto 2rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.proposal-cta .btn {
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.proposal-cta .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--wine-red), #c94a59);
    z-index: -1;
    transition: all 0.3s ease;
}

.proposal-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(168, 61, 74, 0.3);
}

.proposal-cta .btn:hover::before {
    background: linear-gradient(90deg, #c94a59, var(--wine-red));
}

/* ===== ESTILOS PARA EL FORMULARIO DE CONTACTO ===== */

.contact-section {
    position: relative;
    background-color: #f8f9fa;
    overflow: hidden;
    padding: 5rem 0;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-info {
    padding: 2.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.8rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--wine-red);
    margin-right: 1.2rem;
    margin-top: 0.3rem;
    min-width: 25px;
    text-align: center;
}

.contact-item h4 {
    color: #2d3436;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-item a, .contact-item p {
    color: #636e72;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-item a:hover {
    color: var(--wine-red);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f8f9fa;
    border-radius: 10px;
    color: #636e72;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.social-links a:hover {
    background: var(--wine-red);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(168, 61, 74, 0.3);
}

/* Estilos del formulario */
.contact-form {
    background: #fff;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-header {
    margin-bottom: 2rem;
    text-align: left;
}

.form-header h3 {
    color: #2d3436;
    margin-bottom: 0.5rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 700;
}

.form-header p {
    color: #636e72;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Estilos para el formulario */
.form-group {
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #2d3436;
    font-weight: 500;
    font-size: 0.9rem;
    width: 100%;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: auto;
}

.input-group:focus-within {
    box-shadow: 0 0 0 3px rgba(168, 61, 74, 0.15);
}

.input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1rem;
    color: #636e72;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-right: none;
    transition: all 0.3s ease;
    min-width: 45px;
    height: 100%;
}

.form-control {
    flex: 1;
    min-width: 0;
    padding: 0.8rem 1rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2d3436;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-left: none;
    transition: all 0.3s ease;
    height: auto;
}

.form-control:focus {
    color: #2d3436;
    background-color: #fff;
    border-color: var(--wine-red);
    outline: none;
    box-shadow: none;
}

/* Estilos específicos para el textarea */
textarea.form-control {
    min-height: 140px;
    resize: vertical;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

/* Asegurar que los campos en fila tengan el espaciado correcto */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: calc(100% + 1rem);
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

/* Ajustes para móviles */
@media (max-width: 767px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .form-group {
        margin-bottom: 1.2rem;
    }
    
    .form-control, 
    textarea.form-control {
        padding: 0.7rem 1rem;
    }

}

textarea.form-control:focus {
    border-color: var(--wine-red);
    box-shadow: 0 0 0 3px rgba(168, 61, 74, 0.15);
}

.form-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: var(--wine-red);
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}

.form-btn:hover {
    background: #8a2a36;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(168, 61, 74, 0.3);
}

.form-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f1f1f1;
    text-align: center;
}

.form-footer small {
    font-size: 0.8rem;
    color: #95a5a6;
}

.form-footer a {
    color: var(--wine-red);
    text-decoration: none;
    transition: all 0.3s ease;
}

.form-footer a:hover {
    text-decoration: underline;
}

/* Estilos responsivos */
@media (max-width: 991px) {
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 0 15px;
    }
    
    .contact-info, .contact-form {
        width: 100%;
        max-width: 100%;
        padding: 2rem;
    }
    
    .form-header {
        text-align: center;
    }
    
    .form-header h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .contact-section {
        padding: 3rem 0;
    }
    
    .contact-info, .contact-form {
        padding: 1.5rem;
    }
    
    .form-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* Efecto de partículas flotantes */
.proposal-section .floating {
    position: absolute;
    width: 150px;
    height: 150px;
    pointer-events: none;
    opacity: 0.7;
    z-index: 0;
}

.proposal-section .floating-1 {
    top: 10%;
    left: 5%;
    animation: float 15s ease-in-out infinite;
    background: radial-gradient(circle, var(--wine-red), transparent 70%);
    filter: blur(20px);
    width: 200px;
    height: 200px;
    opacity: 0.1;
}

.proposal-section .floating-2 {
    bottom: 10%;
    right: 5%;
    animation: float 18s ease-in-out infinite reverse;
    background: radial-gradient(circle, var(--wine-red), transparent 70%);
    filter: blur(25px);
    width: 250px;
    height: 250px;
    opacity: 0.08;
}

/* Efecto de escalado al hacer scroll */
.scale-on-scroll {
    transition: transform 0.5s ease;
}

.scale-on-scroll.scale-in {
    transform: scale(1.05);
}

/* Efecto de revelación al hacer scroll */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Contenedor de características */
.features {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    margin: 2.5rem 0;
    overflow-x: auto;
    padding: 1rem 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/* Estilo para la barra de desplazamiento en navegadores WebKit */
.features::-webkit-scrollbar {
    height: 6px;
}

.features::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.features::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

/* Tarjeta de características con efecto de vidrio y agua */
.feature {
    flex: 0 0 auto;
    width: 300px;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Efecto de agua en movimiento */
.feature::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 60%);
    transform: rotate(30deg);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efecto hover con reflejo de agua */
.feature:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
}

.feature:hover::before {
    opacity: 1;
    transform: rotate(30deg) translate(25%, 25%);
    animation: waterRipple 6s linear infinite;
}

@keyframes waterRipple {
    0% { transform: rotate(30deg) translate(-50%, -50%) scale(0.5); opacity: 0; }
    10% { opacity: 0.4; }
    20% { transform: rotate(30deg) translate(0, 0) scale(1); opacity: 0.2; }
    100% { transform: rotate(30deg) translate(50%, 50%) scale(1.5); opacity: 0; }
}

/* Iconos de características */
.feature i {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.feature:hover i {
    transform: scale(1.1);
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
}

/* Títulos y texto */
.feature h4 {
    font-size: 1.4rem;
    margin: 0.5rem 0 1rem;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.feature p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.feature:hover h4,
.feature:hover p {
    transform: translateY(-3px);
}

/* Efecto de borde resplandeciente */
.feature::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1), rgba(255,255,255,0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature:hover::after {
    opacity: 1;
    animation: borderGlow 3s infinite;
}

@keyframes borderGlow {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    .features {
        padding: 1rem 0;
    }
    
    .feature {
        width: 280px;
        min-height: 260px;
    }
    
    .feature i {
        font-size: 2.2rem;
        margin-bottom: 1.2rem;
    }
    
    .feature h4 {
        font-size: 1.3rem;
    }
    
    .feature p {
        font-size: 0.95rem;
    }
}
