/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300;0,600;0,700&display=swap');

html, body {
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

body { 
    margin: 0; 
    background-color: #000;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #fff;
}

#services {
    padding: 10px 0;
}

/* Badge Studio Reference Style */
.badge-studio-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ff4d4d;
    backdrop-filter: blur(12px);
    letter-spacing: 0.5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-title {
    font-size: calc(2.2rem + 2.9vw);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.text-gradient, .gradient-word {
    background: linear-gradient(135deg, #ffffff 10%, #ff5555 55%, #e50914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400 !important;
    display: inline-block;
}

.hero-subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

/* Outline Buttons with Gradient Border & Glowing Halo on Hover (Compact & Transparent) */
.service-outline-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    margin: 3px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    border: 1.5px solid transparent;
    border-radius: 30px;
    background-image: linear-gradient(rgba(10, 10, 15, 0.25), rgba(10, 10, 15, 0.25)), 
                      linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(229, 9, 20, 0.55), rgba(255, 82, 82, 0.35));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    cursor: pointer;
    transition: all 0.28s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.service-outline-btn.highlight-glow {
    background-image: linear-gradient(rgba(18, 6, 10, 0.35), rgba(18, 6, 10, 0.35)), 
                      linear-gradient(135deg, #e50914, #ff5555, #ff8888);
}

.service-outline-btn:hover {
    color: #ffffff;
    transform: translateY(-2px) scale(1.02);
    background-image: linear-gradient(rgba(28, 6, 12, 0.5), rgba(28, 6, 12, 0.5)), 
                      linear-gradient(135deg, #ff1e27, #ff5555, #ff9999);
    box-shadow: 0 0 18px rgba(229, 9, 20, 0.7), 0 0 30px rgba(255, 82, 82, 0.45);
    animation: borderHaloGlow 1.6s infinite alternate ease-in-out;
}

@keyframes borderHaloGlow {
    0% {
        box-shadow: 0 0 15px rgba(229, 9, 20, 0.6), 0 0 25px rgba(255, 82, 82, 0.35);
    }
    100% {
        box-shadow: 0 0 25px rgba(229, 9, 20, 0.95), 0 0 45px rgba(255, 82, 82, 0.75);
    }
}

/* Circular Outline Badge with Glowing Halo (Sin Íconos Emoji) */
.circle-glow-badge {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 2px solid transparent;
    background-image: linear-gradient(rgba(12, 12, 18, 0.8), rgba(12, 12, 18, 0.8)), 
                      linear-gradient(135deg, #ff1e27, #ff5555, #a855f7);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.05rem;
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.55), 0 0 30px rgba(255, 82, 82, 0.35);
    animation: borderHaloGlow 1.8s infinite alternate ease-in-out;
}

/* Titulares Enormes con Fuente Estilo Light 300 (Referencia Adjuntada) */
.modal-huge-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    font-size: calc(2.4rem + 2.5vw);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.card-light-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
    font-size: calc(1.4rem + 0.7vw);
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.fw-light {
    font-weight: 300 !important;
}

footer a {
    text-decoration: none;
    transition: opacity 0.2s ease;
}
footer a:hover {
    opacity: 0.8;
}

.box-shadow {
    background: rgba(0,0,0,0.35);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.5) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Container adaptable con scroll libre */
.vimeo-container {
    padding: 2.5rem 1rem;
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Fixed background video so scrolling content flows seamlessly over it */
.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.bg-video::-webkit-media-controls,
.bg-video::-webkit-media-controls-start-playback-button,
.bg-video::-webkit-media-controls-play-button,
.bg-video::-webkit-media-controls-overlay-play-button,
.bg-video::-webkit-media-controls-panel,
.bg-video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    background: radial-gradient(circle, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.75) 100%);
    z-index: 2;
    pointer-events: none;
}

.center {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.fs-7 {
    font-size: .8rem;
}

/* Service Pills Interactive */
.service-pill {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    margin: 3px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    color: #e0e0e0;
    font-size: 0.9rem;
    text-decoration: none;
}
.service-pill:hover {
    background: rgba(229, 9, 20, 0.85);
    border-color: #ff4d4d;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(229, 9, 20, 0.4);
}
.service-pill.highlight {
    background: linear-gradient(135deg, rgba(229, 9, 20, 0.85) 0%, rgba(160, 0, 10, 0.95) 100%);
    border-color: #ff5555;
    color: #ffffff;
    font-weight: 600;
}
.service-pill.highlight:hover {
    background: linear-gradient(135deg, rgba(255, 30, 45, 0.95) 0%, rgba(200, 0, 15, 1) 100%);
}

.btn-open-modal {
    background: linear-gradient(135deg, #e50914 0%, #b20710 100%);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.4);
    transition: all 0.3s ease;
}
.btn-open-modal:hover {
    background: linear-gradient(135deg, #ff1e27 0%, #d40812 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(229, 9, 20, 0.6);
}

/* Fullscreen Modal Custom Styles */
.modal-fullscreen-custom .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
.modal-fullscreen-custom .modal-content {
    height: 100vh;
    border: none;
    border-radius: 0;
    background: rgba(10, 10, 16, 0.72) !important;
    backdrop-filter: blur(22px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(22px) saturate(180%) !important;
    color: #ffffff;
    overflow-y: auto;
}
.modal-header-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: transparent !important;
    border: none !important;
    pointer-events: none;
}
.modal-close-btn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 100000;
    background: rgba(20, 20, 30, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
    touch-action: manipulation;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.modal-close-btn:hover, .modal-close-btn:active {
    background: #e50914;
    border-color: #e50914;
    color: #ffffff;
    transform: scale(1.08);
}

.border-opacity-25 {
    border-color: #e2e2e22c !important;
}

.service-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.75rem;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(229, 9, 20, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
.service-card.priority-card {
    border: 1px solid rgba(229, 9, 20, 0.6);
    background: linear-gradient(145deg, rgba(229, 9, 20, 0.12) 0%, rgba(25, 25, 32, 0.8) 100%);
    box-shadow: 0 8px 25px rgba(229, 9, 20, 0.2);
}
.priority-badge {
    background: #e50914;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.policy-link {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.policy-link:hover {
    color: #e50914;
}

/* Policy Page Layout */
.policy-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}
.policy-card-box {
    background: rgba(20, 20, 28, 0.85);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.policy-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.policy-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.policy-badge-whatsapp {
    background: #25D366;
    color: #000;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}

/* Media Queries for Laptops & Mobile Responsive Layout */
@media (max-width: 1200px), (max-height: 750px) {
    .vimeo-container {
        padding: 1.75rem 1rem;
    }
    .hero-title {
        font-size: calc(1.8rem + 2.8vw);
    }
    .hero-subtitle {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {       
    .logo {
        width: 120px !important;
    }
    .badge-studio-pill {
        font-size: 0.78rem;
        padding: 4px 14px;
    }
    .hero-title {
        font-size: 2.85rem;
        line-height: 1.15;
    }
    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.25rem !important;
    }
    .service-outline-btn {
        padding: 5px 12px;
        font-size: 0.8rem;
        margin: 2px;
    }
    .vimeo-container {        
        padding: 1.5rem 0.75rem;
    }
    .modal-header-custom {
        padding: 0.85rem 1rem;
    }
    .modal-close-btn {
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
    }
    .policy-card-box {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 110px !important;
    }
    .hero-title {
        font-size: 2.6rem;
    }
    .service-outline-btn {
        padding: 4px 10px;
        font-size: 0.78rem;
    }
}

/* Glassmorphism Card Block for Interior Pages with Video Background */
.glass-card-block {
    background: rgba(10, 10, 18, 0.62) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, border-color 0.3s ease;
}
.glass-card-block:hover {
    border-color: rgba(229, 9, 20, 0.4) !important;
    box-shadow: 0 15px 45px rgba(229, 9, 20, 0.15);
}

/* Centered Accordion FAQ with White Arrow Icon */
.accordion-centered .accordion-button {
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
}
.accordion-centered .accordion-button::after {
    filter: brightness(0) invert(1) !important;
    margin-left: 0.75rem !important;
}
.accordion-centered .accordion-body {
    text-align: center !important;
}

/* Dark background overlay for main container */
.main-dark-overlay {
    background-color: #00000045 !important;
}

/* Button with 100% Pure Transparent Background and White-to-Black Gradient Border ONLY */
.btn-detail-gradient {
    position: relative;
    background-color: transparent !important;
    background-image: none !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50rem !important;
    padding: 0.9rem 1.75rem !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    min-height: 58px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

.btn-detail-gradient::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50rem;
    padding: 1.5px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.3) 45%, rgba(0, 0, 0, 0.95) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.btn-detail-gradient:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.65), 0 0 45px rgba(255, 255, 255, 0.0), 0 0 60px rgba(0, 0, 0, 0.9) !important;
}


/* Red Consultation Button Hover Effect with Red Border and Red Glow Destello */
.btn-danger {
    transition: all 0.35s ease !important;
    border: 1.5px solid transparent !important;
    min-height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.btn-danger:hover {
    background-color: #e50914 !important;
    border-color: #ff3b44 !important;
    box-shadow: 0 0 25px rgba(229, 9, 20, 0.8), 0 0 45px rgba(229, 9, 20, 0.45) !important;
    transform: translateY(-2px);
}

/* Responsive Mobile Adjustments: Stacked Buttons & Spaced Disclaimer */
@media (max-width: 576px) {
    #services {
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
    }
    #services .service-outline-btn {
        width: 100% !important;
        max-width: 340px !important;
        text-align: center !important;
        margin: 2px 0 !important;
        padding: 10px 18px !important;
        font-size: 0.9rem !important;
    }
    .footer-disclaimer-container {
        margin-top: 50px !important;
        padding-top: 25px !important;
    }
}











