:root {
    --violeta-base: #3b006f; /* Tu violeta */
    --fucsia-base: #ff0066;  /* Tu fucsia */
    --dorado: #ffd700;       /* Tu dorado */
    --negro-pro: #0f0f0f;
}

/* Evitar que se vea blanco: Fondo base oscuro */
body {
    background-color: var(--negro-pro);
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* NAVBAR GLASS */
.glass-nav {
    background: rgba(15, 15, 15, 0.8) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.brand-font { font-family: 'Anton', sans-serif; text-transform: uppercase; color: white !important; }

/* HERO SECTION ADAPTABLE */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

/* MESH GRADIENT (Manchas de color) */
.mesh-gradient {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    background: 
        radial-gradient(at 10% 20%, rgba(59, 0, 111, 0.4) 0px, transparent 50%),
        radial-gradient(at 90% 80%, rgba(255, 0, 102, 0.4) 0px, transparent 50%),
        radial-gradient(at 50% 50%, rgba(255, 215, 0, 0.1) 0px, transparent 40%);
}

/* TIPOGRAFÍA ADAPTABLE */
.main-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2.2rem, 7vw, 5rem); /* Se adapta solo al tamaño de pantalla */
    color: white;
    line-height: 1.1;
    text-transform: uppercase;
}

.subtitle-estudio {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    color: var(--fucsia-base);
    font-weight: 300;
}

.hero-description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255,255,255,0.8);
    max-width: 700px;
}

/* BOTÓN GARY */
.btn-gary-primary {
    background: linear-gradient(90deg, var(--violeta-base), var(--fucsia-base));
    color: white;
    padding: 18px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    display: inline-block;
    transition: 0.3s;
    border: none;
}

.btn-gary-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 0, 102, 0.4);
    color: var(--dorado);
}

/* Iconos flotantes */
.iconos-decorativos i {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    font-size: 3rem;
    z-index: 1;
}

/* Media Query rápida para botones en móvil */
@media (max-width: 576px) {
    .btn-gary-primary { width: 100%; text-align: center; }
}

/* --- SECCIÓN SOLUCIONES UNIFICADA --- */

.soluciones-light {
    background-color: #ffffff;
    padding: 80px 0;
}

/* Tarjetas de Solución */
.solucion-card {
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 25px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.solucion-card:hover {
    transform: translateY(-15px);
    border-color: var(--fucsia-base);
    box-shadow: 0 20px 40px rgba(59, 0, 111, 0.08);
}

.card-icon-gradient {
    font-size: 2.5rem;
    background: linear-gradient(45deg, var(--violeta-base), var(--fucsia-base));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.hr-gary {
    width: 50px;
    height: 3px;
    background: var(--fucsia-base);
    margin: 20px auto;
    border: none;
    opacity: 1;
}

/* Ajuste de tipografía para la sección blanca */
.card-title-gary-dark {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--negro-pro);
    font-size: 1.2rem;
}

.card-text-gary-dark {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Aseguramos que los iconos mantengan tu identidad visual */
.card-icon-gradient {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #3b006f, #ff0066); /* Violeta a Fucsia */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

/* --- SECCIÓN DIFERENCIALES --- */

.diferenciales-section {
    background-color: #f9f9f9; /* Gris casi blanco para separar */
}

.custom-gary-table {
    background: white;
    border: none;
}

/* Columna destacada de Gary */
.bg-gary-highlight {
    background: linear-gradient(135deg, var(--violeta-base), var(--fucsia-base)) !important;
}

.text-gary-check {
    color: var(--violeta-base);
    background-color: rgba(59, 0, 111, 0.03); /* Un fondo sutil para tu columna */
}

.text-gary-check i {
    color: var(--fucsia-base);
}

.custom-gary-table th {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.custom-gary-table td {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

/* Ajuste responsive para la tabla */
@media (max-width: 768px) {
    .custom-gary-table {
        font-size: 0.85rem;
    }
    .text-gary-check i {
        display: block;
        margin-bottom: 5px;
    }
}
/* --- SECCIÓN PROCESO DARK --- */

.proceso-section-dark {
    background-color: var(--negro-pro);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

/* Manchas de color sutiles para el fondo del proceso */
.mesh-gradient-sub {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    background: 
        radial-gradient(at 80% 20%, rgba(255, 0, 102, 0.1) 0px, transparent 40%),
        radial-gradient(at 20% 80%, rgba(59, 0, 111, 0.1) 0px, transparent 40%);
}

.main-title-light {
    font-family: 'Anton', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: clamp(2rem, 5vw, 3.5rem);
}

/* Step Cards */
.step-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: 0.3s ease;
}

.step-card:hover {
    border-color: var(--fucsia-base);
    transform: translateY(-5px);
}

.step-number {
    font-family: 'Anton', sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    background: linear-gradient(45deg, var(--fucsia-base), var(--dorado));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.step-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.step-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

/* --- SECCIÓN NOSOTROS --- */

.nosotros-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.profile-img {
    max-width: 85%; /* Para que la card tenga espacio para sobresalir */
    transition: 0.3s;
}

.linkedin-float-card {
    position: absolute;
    bottom: 20px;
    right: 5%;
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: 220px;
    text-align: left;
    border-left: 5px solid #0077b5;
    z-index: 10;
    animation: float-linkedin 4s ease-in-out infinite;
}

@keyframes float-linkedin {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Adaptación Mobile: En celular la card no flota fuera de la imagen */
@media (max-width: 991px) {
    .profile-img {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .linkedin-float-card {
        position: relative;
        bottom: 0;
        right: 0;
        margin: -40px auto 0; /* Se superpone a la foto centrada */
        width: 90%;
        max-width: 280px;
    }
}

.text-fucsia { color: var(--fucsia-base); }

/* --- SECCIÓN MATCH --- */

.match-section {
    background-color: #fcfcfc;
}

.match-card {
    padding: 45px;
    border-radius: 30px;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.match-card:hover {
    transform: scale(1.02);
}

/* Estilo para el SÍ (Violeta Gary) */
.match-yes {
    background: linear-gradient(135deg, var(--violeta-base), #4b008d);
    color: white;
    box-shadow: 0 20px 40px rgba(59, 0, 111, 0.15);
}

.match-yes .match-title {
    color: var(--dorado);
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

/* Estilo para el NO (Oscuro) */
.match-no {
    background-color: var(--negro-pro);
    color: white;
    opacity: 0.95;
}

.match-no .match-title {
    color: #ff4d4d; /* Un rojo suave para la advertencia */
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.match-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.match-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.4;
    opacity: 0.9;
}

/* Viñetas personalizadas */
.match-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: inherit;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 576px) {
    .match-card {
        padding: 30px 20px;
    }
}

/* --- SECCIÓN LO MEJOR DE TRABAJAR CON GARY --- */

.benefit-card-large {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 40px;
    border-radius: 25px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.benefit-card-large:hover {
    box-shadow: 0 15px 35px rgba(59, 0, 111, 0.08);
    border-color: var(--violeta-base);
}

.benefit-icon i {
    font-size: 3rem;
    color: var(--violeta-base);
}

.benefit-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--negro-pro);
    margin-bottom: 15px;
}

.benefit-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive para tablets y móviles */
@media (max-width: 768px) {
    .benefit-card-large {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }
    .benefit-icon {
        margin: 0 auto 15px;
    }
}

/* --- ESTILOS DE PREGUNTAS FRECUENTES --- */

.accordion-item {
    border-radius: 15px !important;
    margin-bottom: 10px;
    border: 1px solid #eee !important;
}

.accordion-button {
    font-family: 'Montserrat', sans-serif;
    color: var(--negro-pro);
    padding: 20px;
    border-radius: 15px !important;
    box-shadow: none !important;
}

/* Cuando el acordeón está abierto */
.accordion-button:not(.collapsed) {
    background-color: rgba(59, 0, 111, 0.03); /* Violeta muy suave */
    color: var(--violeta-base);
}

/* Icono del acordeón (flechita) */
.accordion-button::after {
    filter: grayscale(1);
}

.accordion-body {
    line-height: 1.6;
    font-size: 0.95rem;
    padding: 0 20px 20px 20px;
}

/* --- SECCIÓN CONTACTO Y FORMULARIO --- */

.contacto-section {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.mesh-gradient-form {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    background: 
        radial-gradient(at 10% 90%, rgba(255, 0, 102, 0.08) 0px, transparent 40%),
        radial-gradient(at 90% 10%, rgba(59, 0, 111, 0.08) 0px, transparent 40%);
}

.glass-form-container {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

/* Inputs Personalizados */
.custom-input {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #eee !important;
    border-radius: 15px !important;
    padding: 12px 20px !important;
    font-size: 0.95rem;
    transition: 0.3s;
}

.custom-input:focus {
    border-color: var(--fucsia-base) !important;
    box-shadow: 0 0 15px rgba(255, 0, 102, 0.1) !important;
}

/* Ajustes Responsive */
@media (max-width: 768px) {
    .glass-form-container {
        padding: 30px 20px !important;
        border-radius: 25px;
    }
}

/* --- ESTILOS DE CIERRE --- */

.text-fucsia {
    color: var(--fucsia-base);
}

.beneficios-finales h4 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

/* Glassmorphism para el formulario sobre el fondo claro */
.glass-form-container {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 35px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

/* Adaptación para dispositivos móviles */
@media (max-width: 991px) {
    .contacto-section {
        text-align: center;
    }
    .beneficios-finales .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .beneficios-finales i {
        margin: 0 0 15px 0 !important;
    }
}

/* --- FOOTER CON ESTILO MESH GRADIENT --- */

.footer-gary {
    position: relative;
    overflow: hidden;
    background-color: #0f0f0f; /* Base oscura */
    color: #ffffff;
    padding: 80px 0 30px 0;
}

/* Replicamos las manchas de color del principio */
.footer-gary::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 0, 111, 0.2) 0%, transparent 70%);
    z-index: 1;
    filter: blur(60px);
}

.footer-gary::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -50px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(255, 0, 102, 0.15) 0%, transparent 70%);
    z-index: 1;
    filter: blur(60px);
}

/* Aseguramos que el contenido esté por encima de las manchas */
.footer-gary .container {
    position: relative;
    z-index: 2;
}

/* Estilos de los links en el footer */
.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--fucsia-base);
    padding-left: 8px; /* Pequeño efecto de movimiento */
}

.footer-social-icon {
    color: white;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social-icon:hover {
    color: var(--dorado);
    transform: translateY(-5px);
}

/*pagina de servicios */
/* --- ESTILOS ESPECÍFICOS SOCIAL MEDIA --- */

.hero-service {
    min-height: 60vh;
    background-color: #0f0f0f;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.bg-dark-gary {
    background-color: #0f0f0f;
}

.step-card-service {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    height: 100%;
    transition: 0.3s;
}

.step-card-service:hover {
    border-color: var(--fucsia-base);
    transform: translateY(-5px);
}

.step-num {
    font-family: 'Anton', sans-serif;
    font-size: 2.5rem;
    color: var(--fucsia-base);
    margin-bottom: 15px;
    display: block;
}

.simple-card {
    padding: 20px;
    border-radius: 15px;
    background: #f9f9f9;
    border-left: 4px solid var(--violeta-base);
}

.text-fucsia { color: var(--fucsia-base); }

/* Estilos para el borde del beneficio a la izquierda */
.border-fucsia {
    border-color: #ff0066 !important;
}

.italic {
    font-style: italic;
}

/* Personalización del acordeón */
.custom-faq .accordion-item {
    border: 1px solid #eee !important;
    overflow: hidden;
}

.custom-faq .accordion-button:not(.collapsed) {
    background-color: rgba(59, 0, 111, 0.05); /* Violeta muy suave */
    color: #3b006f;
    box-shadow: none;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(255, 0, 102, 0.5);
}

/* Ajuste de los labels para que no se peguen al input */
.form-label {
    color: var(--negro);
    margin-bottom: 5px;
}

/* Efecto para el select (la flechita) */
.form-select.custom-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Para que la caja de beneficios a la izquierda resalte */
.border-fucsia {
    border-color: #ff0066 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

/*pagian de contenidos*/

/* --- CALCULADORA ESTILIZADA --- */

.custom-range::-webkit-slider-runnable-track {
    background: #e0e0e0;
    height: 8px;
    border-radius: 4px;
}

.custom-range::-webkit-slider-thumb {
    background: var(--fucsia);
    margin-top: -6px; /* Centrar respecto al track */
}

.total-box {
    background: linear-gradient(135deg, var(--violeta), var(--fucsia));
    box-shadow: 0 15px 30px rgba(255, 0, 102, 0.2);
}

.beneficio-item-dark {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Fix para el fondo del hero de servicios */
.hero-service-custom {
    padding: 180px 0 100px 0;
    background-color: var(--negro);
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.bg-dark-gary { background-color: #0f0f0f; }
.bg-light-gary { background-color: #f9f9f9; }

.glass-card-step {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: 0.3s;}

.step-num-big {
    font-family: 'Anton', sans-serif;
    font-size: 3rem;
    background: linear-gradient(45deg, var(--fucsia), var(--dorado));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.plan-card-white {
    background: white;
    border-radius: 25px;
    transition: 0.3s;
}

.highlighted-card {
    border: 2px solid var(--fucsia) !important;
    transform: scale(1.05);
}

/* --- ESTILOS DE PLANES --- */

.bg-light-gary { background-color: #f9f9f9; }

.plan-card-white {
    background: #ffffff;
    border-radius: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card-white:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05) !important;
}

/* Tarjeta destacada (Pro Studio) */
.highlighted-card {
    border: 2px solid var(--fucsia-base) !important;
    position: relative;
    z-index: 5;
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .highlighted-card {
        transform: scale(1);
        margin: 20px 0;
    }
}

/* Botón Outline para los planes secundarios */
.btn-gary-outline {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid var(--violeta-base);
    color: var(--violeta-base);
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-gary-outline:hover {
    background-color: var(--violeta-base);
    color: white;
}

/* --- FOOTER FINAL GARY --- */
.footer-gary {
    position: relative;
    overflow: hidden;
    background-color: #0f0f0f;
    color: #ffffff;
    padding: 80px 0 30px 0;
}

/* Manchas Mesh Gradient en el Footer */
.footer-gary::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 0, 111, 0.2) 0%, transparent 70%);
    filter: blur(50px);
}

.footer-gary::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 0, 102, 0.15) 0%, transparent 70%);
    filter: blur(50px);
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--fucsia-base);
    padding-left: 5px;
}

/* --- DIFERENCIAL GARY --- */

.bg-light-gary { background-color: #f9f9f9; }

.mesh-gradient-blob {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(255, 0, 102, 0.1) 0%, transparent 70%);
    filter: blur(40px);
    z-index: 1;
}

.icon-box-gary.bg-fucsia {
    background-color: var(--fucsia-base);
    min-width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-up {
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.hover-up:hover {
    transform: translateY(-8px);
    border-color: var(--fucsia-base);
    box-shadow: 0 10px 25px rgba(255, 0, 102, 0.08) !important;
}

.text-fucsia {
    color: var(--fucsia-base) !important;
}

.icon-box-small {
    width: 50px;
    height: 50px;
    background: rgba(255, 0, 102, 0.05); /* Un fucsia muy clarito de fondo */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- ESTILO CAISSA: PORTADA NEGRA --- */
.hero-section {
    padding: 160px 0 100px 0;
    background-color: #0f0f0f !important; /* Fuerza el fondo negro */
    position: relative;
    overflow: hidden;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

/* Las manchas de colores (Mesh Gradient) */
.mesh-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(at 15% 25%, rgba(59, 0, 111, 0.4) 0px, transparent 55%),
        radial-gradient(at 85% 75%, rgba(255, 0, 102, 0.3) 0px, transparent 55%);
    z-index: 1;
}

/* Asegurar que el contenido del Hero esté por encima de los colores */
.z-3 {
    position: relative;
    z-index: 3;
}

.service-hero-clean {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #000; /* Fondo base para que el mesh resalte */
}

.badge-gary {
    color: #ff00ff;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-gary-new {
    background: #ff00ff;
    color: white;
    padding: 15px 40px;
    border-radius: 4px; /* Estilo más editorial, menos "burbuja" */
    font-family: 'Anton', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border: 2px solid #ff00ff;
}

.btn-gary-new:hover {
    background: transparent;
    color: #ff00ff;
}

.seccion-beneficios-dark {
    background-color: #000000; /* Fondo negro puro */
    color: #ffffff;
}

/* Títulos con Anton Forzada */
.main-title-beneficio {
    font-family: 'Anton', sans-serif !important;
    font-size: 3rem;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.subtitle-beneficio {
    color: #ff00ff; /* Tu fucsia */
    font-weight: 600;
    letter-spacing: 2px;
}

.beneficio-card {
    padding: 20px;
    transition: all 0.3s ease;
}

.beneficio-card h4 {
    font-family: 'Anton', sans-serif !important;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #00ffff; /* Cian para resaltar títulos cortos */
}

.beneficio-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Contenedor de Icono Minimalista */
.seccion-beneficios-gary .main-title {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    font-size: clamp(2.5rem, 5vw, 4rem);
}

.title-anton-small {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.beneficio-item {
    padding: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1); /* Minimalismo puro */
}

/* Detalles de color de tu marca */
/* Forzamos la Anton en los títulos de esta sección */
.seccion-beneficios-gary .main-title {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
}

.beneficio-titulo {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.beneficio-txt {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    line-height: 1.5;
}

/* Forzamos la Anton con la jerarquía que ya sabemos que funciona */
.section-beneficios-gary .main-title {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    font-size: clamp(3rem, 8vw, 5.5rem);
    line-height: 0.9;
}

.benefit-title {
    font-family: 'Anton', sans-serif !important;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.benefit-number {
    font-family: 'Anton', sans-serif !important;
    font-size: 1rem;
    letter-spacing: 2px;
}

.gary-benefit-card {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    transition: 0.3s;
}

.gary-benefit-card:hover {
    border-top: 1px solid #ff00ff; /* Cambio sutil al fucsia de Gary */
}

/* Reutilizamos tu clase hero-description para el texto */
.section-beneficios-gary .hero-description {
    font-size: 1rem;
    line-height: 1.6;
}

.benefit-card-gary {
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    transition: all 0.4s ease;
    height: 100%;
    backdrop-filter: blur(5px);
}

.benefit-card-gary:hover {
    transform: translateY(-10px);
    border-color: #ff00ff; /* Tu fucsia */
    background: rgba(255, 0, 255, 0.05);
}

.icon-container-gary {
    color: #00ffff; /* Tu cian */
    transition: all 0.4s ease;
}

.benefit-card-gary:hover .icon-container-gary {
    color: #ff00ff; /* Cambia a fucsia al hacer hover */
}


/* --- Sección Global --- */
.section-global {
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.subtitle-gary {
    color: #00ffff; /* Cian */
    font-size: 0.8rem;
    letter-spacing: 3px;
    font-weight: 600;
}

.map-wrapper {
    position: relative;
    padding: 10px;
    max-width: 90%;
    margin: auto;
}

.map-svg {
    filter: invert(1) opacity(0.15); /* Mapa muy sutil */
}

/* Pins con tamaño reducido para que no distraigan */
.pin {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff00ff;
    box-shadow: 0 0 10px #ff00ff;
}

/* COORDENADAS CORREGIDAS (Tierra firme) */
.pin.can { top: 20%; left: 22%; }
.pin.usa { top: 30%; left: 24%; }
.pin.col { top: 42%; left: 28%; }
.pin.arg { top: 65%; left: 30%; background: #00ffff; box-shadow: 0 0 10px #00ffff; }
.pin.esp { top: 25%; left: 45%; }
.pin.sui { top: 23%; left: 48%; background: #00ffff; box-shadow: 0 0 10px #00ffff; }

/* Tooltip al pasar el mouse */
.pin::after {
    content: attr(data-name);
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 4px 8px;
    font-size: 10px;
    border-radius: 4px;
    display: none;
    white-space: nowrap;
}

.pin:hover::after { display: block; }

.mesh-gradient-bg {
    background-color: #000 !important; /* Fondo negro base */
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 0, 255, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 255, 255, 0.1), transparent 40%) !important;
    background-attachment: fixed;
    position: relative;
}

/* Estilo Editorial Gary */
.gary-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #000; /* Solo línea inferior */
    padding: 12px 0;
    font-size: 0.9rem;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 0;
}

.gary-input:focus {
    border-bottom-color: #ff00ff; /* Cambia a fucsia al escribir */
}

/* Para el select */
select.gary-input {
    appearance: none;
    cursor: pointer;
}

/* Estilo de los Radio Buttons */
.custom-radio .form-check-input:checked {
    background-color: #ff00ff;
    border-color: #ff00ff;
}

.custom-radio .form-check-label {
    cursor: pointer;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* Botón Gary */
.btn-gary-primary {
    background: #000;
    color: #fff;
    border: none;
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-gary-primary:hover {
    background: #ff00ff;
    transform: translateY(-3px);
}

.btn-gary-primary-send {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 8px; /* Para que combine con tus inputs */
    font-family: inherit; /* Usa la fuente de la web, NO Anton */
    font-size: 0.95rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-gary-primary-send:hover {
    background-color: #ff00ff; /* El fucsia de Gary Digital */
    color: #fff;
    transform: translateY(-2px);
}

.btn-gary-action {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-family: inherit; /* Usa la fuente base, no Anton */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-gary-action:hover {
    background-color: #ff00ff; /* El fucsia de Gary Digital */
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 255, 0.2);
}

/* Contenedor de cada item */
.gary-accordion .accordion-item {
    background-color: #fff;
    border: 2px solid #000 !important; /* Borde negro marcado */
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.05); /* Sombra sólida sutil */
}

/* El botón del acordeón */
.gary-accordion .accordion-button {
    background-color: #fff;
    color: #000;
    padding: 20px;
    box-shadow: none !important;
}

/* Quitamos el borde y ponemos sombra */
.gary-accordion .accordion-item {
    background-color: #fff;
    border: none !important; /* Chau líneas negras */
    border-radius: 15px !important;
    margin-bottom: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); /* Sombra suave para despegar del blanco */
    transition: all 0.3s ease-in-out;
}

/* El botón del acordeón */
.gary-accordion .accordion-button {
    background-color: #fff;
    color: #000;
    padding: 22px;
    border-radius: 15px !important;
    box-shadow: none !important;
}

/* Estética cuando está abierto */
.gary-accordion .accordion-button:not(.collapsed) {
    color: #ff00ff; /* Texto fucsia al abrir */
    background-color: #fff;
    border-bottom: 1px solid #f8f9fa; /* Línea interna casi invisible */
}

/* El cuerpo del texto */
.gary-accordion .accordion-body {
    color: #555;
    font-size: 0.95rem;
    padding: 0 22px 22px 22px;
    background-color: #fff;
}

/* Efecto Hover: se levanta y la sombra se vuelve fucsia sutil */
.gary-accordion .accordion-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(255, 0, 255, 0.1); 
}

/* El contenedor de cada pregunta */
.gary-accordion .accordion-item {
    background-color: #ff00ff; /* Gris muy suave para que se vea sobre el blanco */
    border: none !important;
    border-radius: 12px !important;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

/* El botón cuando está CERRADO */
.gary-accordion .accordion-button {
    background-color: transparent;
    color: #333;
    padding: 20px;
    border-radius: 12px !important;
    box-shadow: none !important;
}


/* El ítem completo cuando está ABIERTO */
.gary-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #fff;
    border-left: 5px solid #ff00ff !important; /* Marca fucsia lateral para que resalte */
    transform: scale(1.02); /* Se agranda apenas un poquito */
}

/* El texto de la respuesta */
.gary-accordion .accordion-body {
    padding: 20px;
    color: #555;
    background-color: #fff; /* Fondo blanco para leer mejor */
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* Hover para que el usuario sepa que es clicleable */
.gary-accordion .accordion-item:hover {
    background-color: #be0ff3;
}

/* Colores de Marca */
.text-fucsia { color: #ff00ff; }

/* La tarjeta Premium */
.benefit-card-premium {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.benefit-card-premium:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #ff00ff;
    transform: translateY(-5px);
}

.benefit-card-premium h3 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.benefit-card-premium p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Badge para destacar el sistema propio */
.benefit-badge {
    display: inline-block;
    background: #ff00ff;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* Título principal con Anton */
.main-title {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*procedo de produccion*/

.text-fucsia {
    color: #ff00ff !important;
}

/* Opcional: un efecto suave al icono */
.glass-card-step i {
    transition: transform 0.3s ease;
    display: inline-block;
}

.glass-card-step:hover i {
    transform: scale(1.1) rotate(5deg);
}

/* Tipografías Gary */
.main-title {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

.brand-font {
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
}

/* Colores */
.text-fucsia { color: #ff00ff !important; }
.border-fucsia { border-color: #ff00ff !important; }

/* Inputs: Olvidate de la caja blanca. Solo líneas y foco fucsia */
.input-gary-dark {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 12px 0 !important;
    font-size: 0.9rem;
    transition: 0.4s;
}

.input-gary-dark:focus {
    border-bottom: 1px solid #ff00ff !important;
    outline: none;
    box-shadow: none;
}

.label-gary {
    font-size: 0.7rem;
    font-weight: 700;
    color: #ff00ff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* El Botón: Blanco sobre Negro (Impacto) */
.btn-gary-white {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0; /* Bien filoso, nada de redondeado */
    transition: 0.3s;
}

.btn-gary-white:hover {
    background: #ff00ff;
    color: #fff;
}