/*
 * Home welcome visual refresh inspired by caaliope.html.
 * Scoped to body.green-background to avoid side effects on other pages.
 */

:root {
    --ca-bg: #0c1324;
    --ca-bg-2: #151b2d;
    --ca-bg-3: #23293c;
    --ca-text: #dce1fb;
    --ca-text-soft: #cfc2d6;
    --ca-outline: rgba(152, 141, 159, 0.35);
    --ca-primary: #ddb7ff;
    --ca-primary-strong: #b76dff;
    --ca-secondary: #ffca45;
    --ca-secondary-strong: #f7be1d;
    --ca-shadow: 0 20px 42px rgba(0, 0, 0, 0.44);
}

body.green-background .glass-card {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(221, 183, 255, 0.2);
}

body.green-background .premium-border {
    border: 1px solid transparent;
    background-image: linear-gradient(#0c1324, #0c1324), linear-gradient(to bottom, #ffca45, transparent);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

body.green-background .standard-border {
    border: 1px solid transparent;
    background-image: linear-gradient(#0c1324, #0c1324), linear-gradient(to bottom, #ddb7ff, transparent);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

body.green-background {
    font-family: "Hanken Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--ca-text);
    background:
        radial-gradient(circle at 14% 18%, rgba(183, 109, 255, 0.28), rgba(12, 19, 36, 0) 46%),
        radial-gradient(circle at 84% 8%, rgba(255, 202, 69, 0.22), rgba(12, 19, 36, 0) 40%),
        linear-gradient(170deg, #070d1f 0%, #0c1324 52%, #111a2f 100%) !important;
}

body.green-background section {
    background-color: transparent !important;
}

body.green-background #barrasuperior {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #070d1f !important;
    border-bottom: 1px solid rgba(152, 141, 159, 0.32);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

body.green-background #barrasuperior.caaliope-header {
    min-height: 74px;
    margin-bottom: 0;
}

body.green-background #barrasuperior.caaliope-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(183, 109, 255, 0.08) 0%, rgba(255, 202, 69, 0.05) 48%, rgba(183, 109, 255, 0.08) 100%);
    pointer-events: none;
}

body.green-background .caaliope-header-shell {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

body.green-background .ca-home-header-shell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
    position: relative;
    z-index: 2;
}

body.green-background .ca-home-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    float: none !important;
    margin-right: auto;
    order: 1;
}

body.green-background .ca-home-logo-image {
    display: block;
    height: 44px;
    width: auto;
}

body.green-background .ca-home-logo-mark {
    color: var(--ca-secondary);
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 202, 69, 0.18);
}

body.green-background .ca-home-logo:hover .ca-home-logo-mark,
body.green-background .ca-home-logo:focus .ca-home-logo-mark {
    color: #ffdf9a;
}

body.green-background .ca-home-account {
    margin-top: 0;
}

body.green-background .ca-home-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    float: none !important;
    margin-left: auto;
    order: 2;
}

body.green-background .ca-home-dropdown {
    margin-top: 10px;
    background: rgba(12, 19, 36, 0.95);
    border: 1px solid rgba(221, 183, 255, 0.26);
    border-radius: 10px;
}

body.green-background .ca-home-dropdown > li > a {
    color: var(--ca-text-soft) !important;
    padding: 9px 14px;
    font-size: 13px;
}

body.green-background .ca-home-dropdown > li > a:hover,
body.green-background .ca-home-dropdown > li > a:focus {
    background: rgba(221, 183, 255, 0.12) !important;
    color: #fff !important;
}

body.green-background .ca-home-toggle {
    margin: 0;
    border: 1px solid rgba(152, 141, 159, 0.4);
    border-radius: 10px;
    background: rgba(46, 52, 71, 0.36);
}

body.green-background .ca-home-toggle .icon-bar {
    background-color: var(--ca-primary) !important;
}

body.green-background .ca-home-mobile-menu {
    background: rgba(7, 13, 31, 0.95);
    border-top: 1px solid rgba(152, 141, 159, 0.28);
}

body.green-background .ca-home-mobile-links {
    margin: 0;
    padding: 8px 0 14px;
}

body.green-background .ca-home-mobile-links > li > a {
    color: var(--ca-text-soft) !important;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 10px 20px;
}

body.green-background .ca-home-mobile-links > li > a:hover,
body.green-background .ca-home-mobile-links > li > a:focus {
    color: var(--ca-primary) !important;
    background: rgba(221, 183, 255, 0.1) !important;
}

body.green-background .ca-brand-text {
    position: relative;
    z-index: 5;
}

body.green-background .ca-brand-link {
    color: var(--ca-secondary) !important;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
}

body.green-background .ca-brand-link:hover,
body.green-background .ca-brand-link:focus {
    color: #ffdf9a !important;
    text-decoration: none;
}

body.green-background .caaliope-header-shell .imagen-titulo-fastender {
    margin-top: 0;
    position: relative;
    z-index: 5;
}

body.green-background .caaliope-header-shell .imagen-titulo-fastender img {
    max-height: 46px;
    width: auto;
}

body.green-background .caaliope-header-shell .row {
    margin-left: 0;
    margin-right: 0;
}

body.green-background .caaliope-center-links {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    margin-top: -18px;
    z-index: 3;
    width: auto;
}

body.green-background .caaliope-nav-links {
    float: none !important;
}

body.green-background .caaliope-nav-links .navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    gap: 22px;
}

body.green-background .caaliope-nav-links .navbar-nav > li {
    float: none;
}

body.green-background .caaliope-nav-links .navbar-nav > li > a {
    padding: 6px 0 8px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ca-text-soft) !important;
    border-bottom: 2px solid transparent;
}

body.green-background .caaliope-nav-links .navbar-nav > li > a:hover,
body.green-background .caaliope-nav-links .navbar-nav > li > a:focus {
    color: var(--ca-primary) !important;
    border-bottom-color: var(--ca-primary);
    background: transparent !important;
}

body.green-background .caaliope-nav-links .navbar-nav > li > a .ico-menu-bar {
    display: none;
}

body.green-background .caaliope-nav-links .navbar-nav > li > a.ca-link-active {
    color: var(--ca-primary) !important;
    border-bottom-color: var(--ca-primary);
}

body.green-background .ca-icon-actions-item {
    margin-right: 6px;
}

body.green-background .ca-icon-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}

body.green-background .ca-icon-btn {
    border: 0;
    background: transparent;
    color: var(--ca-text-soft);
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.green-background .ca-icon-btn:hover,
body.green-background .ca-icon-btn:focus {
    color: var(--ca-primary);
}

body.green-background .ca-icon-btn .material-symbols-outlined {
    font-size: 20px;
}

body.green-background .ca-icon-divider {
    display: inline-block;
    width: 1px;
    height: 22px;
    background: rgba(152, 141, 159, 0.35);
    margin-left: 8px;
}

body.green-background .caaliope-actions {
    float: none !important;
    position: relative;
    z-index: 5;
}

body.green-background .caaliope-actions .navbar-nav {
    float: none;
}

body.green-background .caaliope-actions .navbar-nav > li {
    float: none;
}

body.green-background .ca-account-link {
    background: linear-gradient(180deg, #cfb0ff 0%, #c19af5 100%) !important;
    border: 0 !important;
    color: #e7dbff !important;
    border-radius: 999px;
    padding: 12px 28px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    transition: all 0.2s ease;
    box-shadow: 0 10px 22px rgba(168, 120, 242, 0.36);
}

body.green-background .ca-account-link:hover,
body.green-background .ca-account-link:focus {
    background: linear-gradient(180deg, #d8bcff 0%, #caa5f7 100%) !important;
    color: #f1eaff !important;
    transform: translateY(-1px);
}

body.green-background .ca-account-link .glyphicon {
    margin-right: 4px;
}

body.green-background #menuuser .dropdown-menu {
    margin-top: 12px;
    background: rgba(12, 19, 36, 0.96);
    border: 1px solid rgba(221, 183, 255, 0.24);
    border-radius: 10px;
}

body.green-background #menuuser .dropdown-menu > li > a {
    color: var(--ca-text-soft) !important;
    font-size: 13px;
}

body.green-background #menuuser .dropdown-menu > li > a:hover,
body.green-background #menuuser .dropdown-menu > li > a:focus {
    background: rgba(221, 183, 255, 0.12) !important;
    color: #fff !important;
}

body.green-background #barrasuperior .navbar-nav > li > a,
body.green-background #barrasuperior .text-white {
    color: var(--ca-text) !important;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
}

body.green-background #barrasuperior .navbar-nav > li > a:hover,
body.green-background #barrasuperior .navbar-nav > li > a:focus {
    color: var(--ca-primary) !important;
}

body.green-background #barrasuperior .icon-bar {
    background-color: var(--ca-secondary) !important;
}

body.green-background #sect1 {
    min-height: 88vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

body.green-background #sect1::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(12, 19, 36, 0.94) 0%, rgba(12, 19, 36, 0.38) 46%, rgba(12, 19, 36, 0.78) 100%),
        linear-gradient(to right, rgba(12, 19, 36, 0.84) 0%, rgba(12, 19, 36, 0.12) 42%, rgba(12, 19, 36, 0.72) 100%);
    pointer-events: none;
    z-index: 1;
}

body.green-background .welcome-hero-video {
    object-fit: cover;
    object-position: center;
    filter: saturate(1.05) contrast(1.08);
}

body.green-background #sect1 .container,
body.green-background #sect1 .carousel,
body.green-background #sect1 .carousel-inner,
body.green-background #sect1 .item {
    position: relative;
    z-index: 2;
}

body.green-background .home-carousel-slide-content {
    background: rgba(21, 27, 45, 0.62) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(221, 183, 255, 0.24);
    border-radius: 20px !important;
    box-shadow: var(--ca-shadow);
}

body.green-background .home-carousel-slide-img {
    position: relative;
}

body.green-background .home-carousel-slide-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(70deg, rgba(12, 19, 36, 0.05) 14%, rgba(12, 19, 36, 0.48) 100%);
}

body.green-background .home-carousel-slide-data {
    color: var(--ca-text) !important;
}

body.green-background .home-carousel-slide-data h2 {
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ca-primary) !important;
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

body.green-background .home-carousel-slide-data .fa {
    color: var(--ca-secondary) !important;
}

body.green-background .home-carousel-funciones-panel {
    background: rgba(12, 19, 36, 0.56);
    border: 1px solid rgba(221, 183, 255, 0.24);
    border-radius: 12px;
    padding: 12px 14px;
}

body.green-background .home-carousel-funciones-title {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ca-secondary) !important;
    font-weight: 700;
    font-size: 12px;
}

body.green-background .home-carousel-funciones-time {
    color: #f1e7ff !important;
}

body.green-background .home-carousel-funciones-btn {
    background: var(--ca-primary) !important;
    color: #2c0051 !important;
    border: 0 !important;
    box-shadow: 0 0 16px rgba(221, 183, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.green-background .home-carousel-funciones-btn:hover,
body.green-background .home-carousel-funciones-btn:focus {
    background: #f0dbff !important;
    color: #2c0051 !important;
    transform: translateY(-1px);
    box-shadow: 0 0 22px rgba(221, 183, 255, 0.5);
}

body.green-background #carousel-example-generic .left,
body.green-background #carousel-example-generic .right {
    width: 42px;
    height: 42px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(12, 19, 36, 0.62);
    border: 1px solid rgba(221, 183, 255, 0.28);
    border-radius: 50%;
    text-shadow: none;
}

body.green-background #carousel-example-generic .left {
    left: 14px;
}

body.green-background #carousel-example-generic .right {
    right: 14px;
}

body.green-background #carousel-example-generic .glyphicon {
    color: var(--ca-primary);
    top: 10px;
}

body.green-background .toolbar-buscar {
    margin-top: -48px;
    z-index: 20;
    background: transparent !important;
}

body.green-background .toolbar-buscar .container {
    background: rgba(21, 27, 45, 0.6) !important;
    border: 1px solid rgba(221, 183, 255, 0.24);
    border-radius: 14px;
    backdrop-filter: blur(14px);
    box-shadow: var(--ca-shadow);
    min-height: 64px;
}

body.green-background #slide-eventos {
    margin-top: 32px !important;
}

body.green-background #slide-eventos .item-carouse-home .img-productos-carrito-content {
    border: 1px solid rgba(221, 183, 255, 0.25);
    border-radius: 18px;
    background: rgba(21, 27, 45, 0.54);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

body.green-background #slide-eventos .item-carouse-home .img-productos-carrito::after {
    background: linear-gradient(to top, rgba(12, 19, 36, 0.88), rgba(12, 19, 36, 0.24) 55%, rgba(12, 19, 36, 0));
}

body.green-background #slide-eventos .item-carouse-home h1 {
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f7f2ff;
    font-weight: 700;
    letter-spacing: -0.01em;
}

body.green-background #slide-eventos .item-carouse-home .icono-w-card {
    color: var(--ca-secondary);
}

body.green-background #slide-eventos .item-carouse-home .home-carousel-funciones-panel {
    border-color: rgba(255, 202, 69, 0.26);
}

body.green-background #slide-eventos .item-carouse-home .home-carousel-funciones-btn {
    background: var(--ca-secondary) !important;
    color: #3f2e00 !important;
    box-shadow: 0 0 15px rgba(255, 202, 69, 0.3);
}

body.green-background #slide-eventos .item-carouse-home .home-carousel-funciones-btn:hover {
    background: #ffdf9a !important;
    color: #251a00 !important;
    box-shadow: 0 0 20px rgba(255, 202, 69, 0.45);
}

body.green-background .home-banners .bg-banner {
    border-radius: 16px;
    border: 1px solid rgba(221, 183, 255, 0.24);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

body.green-background footer.footer-modern {
    background: linear-gradient(155deg, #070b13 0%, #2c1a57 52%, #4b2d86 100%) !important;
    border-top: 1px solid rgba(213, 174, 80, 0.35) !important;
}

body.green-background footer.footer-modern .footer-modern-shell {
    background: rgba(12, 19, 36, 0.54) !important;
    border-color: rgba(221, 183, 255, 0.24) !important;
}

body.green-background footer.footer-modern .footer-modern-title {
    color: var(--ca-primary) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
}

body.green-background footer.footer-modern .footer-tagline,
body.green-background footer.footer-modern .footer-contact-item,
body.green-background footer.footer-modern .footer-copy,
body.green-background footer.footer-modern .footer-legal-links a {
    color: var(--ca-text-soft) !important;
}

body.green-background footer.footer-modern .footer-contact-item .glyphicon {
    color: var(--ca-secondary) !important;
}

body.green-background footer.footer-modern .footer-social-link {
    background: rgba(221, 183, 255, 0.12) !important;
    border-color: rgba(221, 183, 255, 0.35) !important;
    color: var(--ca-text) !important;
}

body.green-background footer.footer-modern .footer-social-link:hover,
body.green-background footer.footer-modern .footer-social-link:focus {
    background: var(--ca-secondary) !important;
    color: #3f2e00 !important;
}

body.green-background .ca-footer {
    background: linear-gradient(155deg, #070b13 0%, #2c1a57 52%, #4b2d86 100%) !important;
    border-top: 1px solid rgba(213, 174, 80, 0.35) !important;
}

body.green-background .ca-footer-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 48px 0;
}

body.green-background .ca-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 44px;
}

body.green-background .ca-footer-brand {
    max-width: 280px;
}

body.green-background .ca-footer-brand h4 {
    margin: 0 0 16px;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #ffca45;
}

body.green-background .ca-footer-brand p {
    margin: 0;
    color: #cfc2d6;
    line-height: 1.7;
    font-size: 13px;
}

body.green-background .ca-footer-columns {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

body.green-background .ca-footer-columns h5 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.green-background .ca-footer-columns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.green-background .ca-footer-columns li {
    margin: 0 0 8px;
}

body.green-background .ca-footer-columns a {
    color: #cfc2d6 !important;
    text-decoration: none;
    font-size: 14px;
}

body.green-background .ca-footer-columns a:hover,
body.green-background .ca-footer-columns a:focus {
    color: #ffca45 !important;
}

body.green-background .ca-footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    opacity: 0.7;
}

body.green-background .ca-footer-payments .material-symbols-outlined {
    font-size: 34px;
    color: var(--ca-text-soft);
}

body.green-background .ca-footer-bottom {
    margin-top: 36px;
    border-top: 1px solid rgba(152, 141, 159, 0.2);
    text-align: center;
    padding: 20px 0;
}

body.green-background .ca-footer-bottom p {
    margin: 0;
    color: #cfc2d6;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.green-background .ca-main {
    background: transparent;
}

body.green-background .ca-section {
    position: relative;
    width: 100%;
}

body.green-background .ca-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 48px;
    padding-right: 48px;
}

body.green-background .ca-hero {
    min-height: 920px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 90px;
}

body.green-background .ca-hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.82;
}

body.green-background .ca-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
}

body.green-background .ca-hero-overlay {
    position: absolute;
    inset: 0;
    background:
    linear-gradient(to top, rgba(12, 19, 36, 0.78) 0%, rgba(12, 19, 36, 0.12) 56%),
    linear-gradient(to right, rgba(12, 19, 36, 0.78) 0%, rgba(12, 19, 36, 0.22) 52%, rgba(12, 19, 36, 0.68) 100%);
}

body.green-background .ca-hero-inner {
    position: relative;
    z-index: 3;
}

body.green-background .ca-hero-copy {
    max-width: 700px;
}

body.green-background .ca-hero-copy h1 {
    margin: 0 0 14px;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

body.green-background .ca-hero-copy h1 span {
    color: var(--ca-primary);
}

body.green-background .ca-hero-accent {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

body.green-background .ca-hero-eq {
    color: var(--ca-secondary);
    font-size: 24px;
    animation: caPulse 1.8s infinite ease-in-out;
}

body.green-background .ca-hero-copy p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--ca-text-soft);
    margin-bottom: 34px;
}

body.green-background .ca-hero-line {
    width: 98px;
    height: 2px;
    background: linear-gradient(to right, var(--ca-secondary), rgba(255, 202, 69, 0));
}

body.green-background .ca-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.green-background .ca-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 14px 24px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

body.green-background .ca-btn-primary {
    background: var(--ca-primary);
    color: #2c0051 !important;
    box-shadow: 0 0 20px rgba(221, 183, 255, 0.45);
}

body.green-background .ca-btn-primary:hover,
body.green-background .ca-btn-primary:focus {
    background: #f0dbff;
    color: #2c0051 !important;
}

body.green-background .ca-btn-ghost {
    border-color: var(--ca-secondary);
    color: var(--ca-secondary) !important;
    background: rgba(255, 202, 69, 0.04);
    box-shadow: 0 0 16px rgba(255, 202, 69, 0.26);
}

body.green-background .ca-btn-ghost:hover,
body.green-background .ca-btn-ghost:focus {
    background: rgba(255, 202, 69, 0.16);
}

@keyframes caPulse {
    0% {
        opacity: 0.55;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.55;
        transform: scale(0.98);
    }
}

body.green-background .ca-btn-secondary {
    background: var(--ca-secondary);
    color: #3f2e00 !important;
    box-shadow: 0 0 14px rgba(255, 202, 69, 0.3);
    padding: 10px 18px;
    font-size: 12px;
}

body.green-background .ca-btn-secondary:hover,
body.green-background .ca-btn-secondary:focus {
    background: #ffdf9a;
    color: #251a00 !important;
}

body.green-background .ca-features-wrap {
    margin-top: -72px;
    z-index: 20;
}

body.green-background .ca-features {
    border-radius: 12px;
    padding: 28px 30px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

body.green-background .ca-features article {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

body.green-background .ca-feature-icon {
    font-size: 34px;
    line-height: 1;
    color: var(--ca-secondary);
    margin-top: 2px;
}

body.green-background .ca-features h3 {
    margin: 0 0 4px;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.2;
}

body.green-background .ca-features p {
    margin: 0;
    color: var(--ca-text-soft);
    font-size: 12px;
    line-height: 1.45;
}

body.green-background .ca-events {
    padding: 64px 0;
}

body.green-background .ca-events-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 32px;
}

body.green-background .ca-events-head h2 {
    margin: 0;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    letter-spacing: 0.06em;
    color: #fff;
    text-transform: uppercase;
}

body.green-background .ca-head-bar {
    width: 96px;
    height: 4px;
    border-radius: 99px;
    margin-top: 10px;
    background: var(--ca-primary);
}

body.green-background .ca-events-head > a {
    color: var(--ca-secondary) !important;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.green-background .ca-events-head > a:hover {
    color: #ffdf9a !important;
}

body.green-background .ca-events-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.green-background .ca-event-card {
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease;
}

body.green-background .ca-event-card:hover {
    transform: translateY(-4px);
}

body.green-background .ca-event-image {
    display: block;
    position: relative;
    height: 260px;
    background-size: cover;
    background-position: center;
}

body.green-background .ca-event-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 19, 36, 0.72) 0%, rgba(12, 19, 36, 0.08) 52%);
}

body.green-background .ca-event-date {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    min-width: 52px;
    background: rgba(12, 19, 36, 0.78);
    border: 1px solid rgba(221, 183, 255, 0.32);
    border-radius: 8px;
    text-align: center;
    padding: 8px 8px 6px;
}

body.green-background .ca-event-date strong {
    display: block;
    color: var(--ca-primary);
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
}

body.green-background .ca-event-date small {
    display: block;
    margin-top: 3px;
    color: var(--ca-text-soft);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.green-background .ca-event-body {
    padding: 20px;
}

body.green-background .ca-event-label {
    margin: 0 0 4px;
    color: var(--ca-primary);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.green-background .ca-event-body h3 {
    margin: 0 0 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.25;
}

body.green-background .ca-event-meta p {
    margin: 0 0 7px;
    color: var(--ca-text-soft);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.green-background .ca-event-meta p i {
    color: var(--ca-secondary);
}

body.green-background .ca-event-actions {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

body.green-background .ca-food-link {
    color: var(--ca-text-soft) !important;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.green-background .ca-food-link i {
    color: var(--ca-secondary);
    margin-right: 4px;
}

body.green-background .ca-pass {
    padding-bottom: 64px;
}

body.green-background .ca-pass-card {
    border-radius: 18px;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    padding: 44px;
    background: rgba(12, 19, 36, 0.72);
    position: relative;
    overflow: hidden;
        background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(221, 183, 255, 0.2);
}

body.green-background .ca-pass-copy {
    max-width: 540px;
}

body.green-background .ca-pass-copy h2 {
    margin: 0 0 14px;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: var(--ca-secondary);
    text-transform: uppercase;
}

body.green-background .ca-pass-copy p {
    margin: 0 0 28px;
    color: var(--ca-text-soft);
    font-size: 18px;
    line-height: 1.6;
}

body.green-background .ca-pass-art {
    width: 360px;
    height: 320px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.42);
}

body.green-background .ca-newsletter {
    border-top: 1px solid rgba(152, 141, 159, 0.26);
    border-bottom: 1px solid rgba(152, 141, 159, 0.2);
    background: rgba(7, 13, 31, 0.42);
    padding: 54px 0;
}

body.green-background .ca-newsletter-inner {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 36px;
    align-items: center;
}

body.green-background .ca-newsletter h3 {
    margin: 0 0 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
}

body.green-background .ca-newsletter-form {
    display: flex;
    gap: 12px;
}

body.green-background .ca-newsletter-form input {
    flex: 1;
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(152, 141, 159, 0.35);
    background: rgba(46, 52, 71, 0.4);
    color: #fff;
    padding: 0 14px;
    outline: none;
}

body.green-background .ca-newsletter-form input:focus {
    border-color: var(--ca-primary);
    box-shadow: 0 0 0 1px rgba(221, 183, 255, 0.45);
}

body.green-background .ca-social > div {
    display: flex;
    gap: 10px;
}

body.green-background .ca-social a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(46, 52, 71, 0.4);
    border: 1px solid rgba(152, 141, 159, 0.35);
    color: var(--ca-text) !important;
    text-decoration: none;
}

body.green-background .ca-social a:hover,
body.green-background .ca-social a:focus {
    color: var(--ca-primary) !important;
    border-color: rgba(221, 183, 255, 0.45);
}

@media (max-width: 991px) {
    body.green-background .ca-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.green-background .ca-hero {
        min-height: 760px;
        padding-top: 86px;
    }

    body.green-background .ca-hero-copy h1 {
        font-size: 44px;
    }

    body.green-background .ca-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.green-background .ca-events-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.green-background .ca-pass-card {
        flex-direction: column;
        align-items: flex-start;
    }

    body.green-background .ca-pass-art {
        width: 100%;
        height: 260px;
    }

    body.green-background .ca-newsletter-inner {
        grid-template-columns: 1fr;
    }

    body.green-background .ca-footer-shell {
        padding: 40px 18px 0;
    }

    body.green-background .ca-footer-top {
        flex-direction: column;
    }

    body.green-background .ca-footer-columns {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.green-background .caaliope-header-shell {
        min-height: 68px;
    }

    body.green-background .ca-home-header-shell {
        grid-template-columns: 1fr auto;
        column-gap: 0;
    }

    body.green-background .ca-home-logo-mark {
        font-size: 28px;
    }

    body.green-background .caaliope-center-links {
        display: none !important;
    }

    body.green-background .ca-icon-actions-item {
        display: none !important;
    }

    body.green-background .ca-account-link {
        border-radius: 999px;
        padding: 10px 22px !important;
        font-size: 12px;
    }

    body.green-background #sect1 {
        min-height: auto;
    }

    body.green-background .toolbar-buscar {
        margin-top: 0;
    }

    body.green-background .toolbar-buscar .container {
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    /* --- Contenedor global --- */
    body.green-background .ca-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.green-background .ca-section {
        padding-left: 0;
        padding-right: 0;
    }

    /* --- Hero --- */
    body.green-background .ca-hero {
        min-height: 100svh;
        padding-top: 80px;
        padding-bottom: 40px;
        align-items: flex-end;
    }

    body.green-background .ca-hero-copy {
        max-width: 100%;
    }

    body.green-background .ca-hero-copy h1 {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 10px;
    }

    body.green-background .ca-hero-copy p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    body.green-background .ca-hero-actions {
        flex-direction: column;
        gap: 12px;
    }

    body.green-background .ca-hero-actions .ca-btn {
        width: 100%;
        justify-content: center;
        padding: 15px 20px;
        font-size: 13px;
    }

    /* --- Features --- */
    body.green-background .ca-features-wrap {
        margin-top: 0;
        padding-top: 24px;
    }

    body.green-background .ca-features {
        grid-template-columns: 1fr;
        padding: 20px 24px;
        gap: 20px;
    }

    body.green-background .ca-features article {
        gap: 14px;
    }

    /* --- Eventos --- */
    body.green-background .ca-section.ca-events {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    body.green-background .ca-events-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 20px;
    }

    body.green-background .ca-events-head h2 {
        font-size: 26px;
    }

    body.green-background .ca-events-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* --- Pass --- */
    body.green-background .ca-pass-card {
        flex-direction: column;
    }

    body.green-background .ca-pass-art {
        height: 180px;
        min-width: unset;
        width: 100%;
    }

    body.green-background .ca-pass-copy {
        padding: 28px 20px;
    }

    /* --- Footer --- */
    body.green-background .ca-footer-columns {
        grid-template-columns: 1fr;
    }

    body.green-background .ca-footer-shell {
        padding: 36px 24px 0;
    }

    /* --- Header --- */
    body.green-background .ca-home-header-shell {
        min-height: 62px;
    }

    body.green-background .ca-home-logo-mark {
        font-size: 24px;
    }

    body.green-background .ca-home-toggle { display: inline-block !important; }

    body.green-background .caaliope-actions {
        width: 100%;
        clear: both;
        margin-top: 8px;
    }

    /* --- Background --- */
    body.green-background {
        background:
            radial-gradient(circle at 16% 8%, rgba(183, 109, 255, 0.24), rgba(12, 19, 36, 0) 42%),
            radial-gradient(circle at 86% 4%, rgba(255, 202, 69, 0.2), rgba(12, 19, 36, 0) 36%),
            linear-gradient(180deg, #070d1f 0%, #0c1324 58%, #111a2f 100%) !important;
    }

    body.green-background #slide-eventos {
        margin-top: 18px !important;
    }

    body.green-background #slide-eventos .item-carouse-home .img-productos-carrito-content {
        border-radius: 14px;
    }
}

/* =====================================================
   FOOTER GLOBAL — aplica en TODAS las páginas
   (las reglas body.green-background sólo aplican en home)
   ===================================================== */

.ca-footer {
    background: linear-gradient(155deg, #070b13 0%, #2c1a57 52%, #4b2d86 100%) !important;
    border-top: 1px solid rgba(213, 174, 80, 0.35) !important;
}

.ca-footer-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 48px 0;
}

.ca-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 44px;
}

.ca-footer-brand {
    max-width: 280px;
}

.ca-footer-brand h4 {
    margin: 0 0 16px;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #ffca45;
}

.ca-footer-brand p {
    margin: 0;
    color: #cfc2d6;
    line-height: 1.7;
    font-size: 13px;
}

.ca-footer-columns {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.ca-footer-columns h5 {
    margin: 0 0 14px;
    color: #fff;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ca-footer-columns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ca-footer-columns li {
    margin: 0 0 8px;
}

.ca-footer-columns a {
    color: #cfc2d6 !important;
    text-decoration: none;
    font-size: 14px;
}

.ca-footer-columns a:hover,
.ca-footer-columns a:focus {
    color: #ffca45 !important;
}

.ca-footer-social {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
}

.ca-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(221, 183, 255, 0.12);
    border: 1px solid rgba(221, 183, 255, 0.26);
    color: #cfc2d6 !important;
    font-size: 16px;
    transition: all 0.2s ease;
}

.ca-footer-social a:hover,
.ca-footer-social a:focus {
    background: rgba(221, 183, 255, 0.24);
    color: #fff !important;
}

.ca-footer-bottom {
    margin-top: 36px;
    border-top: 1px solid rgba(152, 141, 159, 0.2);
    text-align: center;
    padding: 20px 0;
}

.ca-footer-bottom p {
    margin: 0;
    color: #cfc2d6;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .ca-footer-shell { padding: 40px 18px 0; }
    .ca-footer-top { flex-direction: column; }
    .ca-footer-columns { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .ca-footer-columns { grid-template-columns: 1fr; }
}

/* =====================================================
   HEADER EN PÁGINAS INTERNAS (ca-inner-header)
   Idéntico al home: glass oscuro + mismo botón
   ===================================================== */

#barrasuperior.ca-inner-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    min-height: 74px;
    margin-bottom: 0;
    background: #070d1f !important;
    border-bottom: 1px solid rgba(152, 141, 159, 0.32);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34), inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

#barrasuperior.ca-inner-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(183, 109, 255, 0.08) 0%, rgba(255, 202, 69, 0.05) 48%, rgba(183, 109, 255, 0.08) 100%);
    pointer-events: none;
}

#barrasuperior.ca-inner-header .ca-home-header-shell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
    min-height: 74px;
    position: relative;
    z-index: 2;
}

#barrasuperior.ca-inner-header .caaliope-header-shell {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#barrasuperior.ca-inner-header .ca-home-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    order: 1;
    margin-right: auto;
    float: none !important;
}

#barrasuperior.ca-inner-header .ca-home-logo-image {
    display: block;
    height: 60px;
    width: auto;
}

#barrasuperior.ca-inner-header .ca-home-logo-mark {
    color: #ffca45;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 0 18px rgba(255, 202, 69, 0.18);
}

#barrasuperior.ca-inner-header .ca-home-logo:hover .ca-home-logo-mark,
#barrasuperior.ca-inner-header .ca-home-logo:focus .ca-home-logo-mark {
    color: #ffdf9a;
}

#barrasuperior.ca-inner-header .ca-home-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
    margin-left: auto;
    gap: 8px;
    float: none !important;
}

#barrasuperior.ca-inner-header .ca-home-account {
    margin-top: 0;
}

#barrasuperior.ca-inner-header .ca-account-link {
    background: linear-gradient(180deg, #cfb0ff 0%, #c19af5 100%) !important;
    border: 0 !important;
    color: #e7dbff !important;
    border-radius: 999px;
    padding: 12px 28px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    transition: all 0.2s ease;
    box-shadow: 0 10px 22px rgba(168, 120, 242, 0.36);
}

#barrasuperior.ca-inner-header .ca-account-link .glyphicon {
    margin-right: 4px;
}

#barrasuperior.ca-inner-header .ca-account-link:hover,
#barrasuperior.ca-inner-header .ca-account-link:focus {
    background: linear-gradient(180deg, #d8bcff 0%, #caa5f7 100%) !important;
    color: #f1eaff !important;
    transform: translateY(-1px);
}

#barrasuperior.ca-inner-header .ca-home-dropdown {
    margin-top: 10px;
    background: rgba(12, 19, 36, 0.95);
    border: 1px solid rgba(221, 183, 255, 0.26);
    border-radius: 10px;
}

#barrasuperior.ca-inner-header .ca-home-dropdown > li > a {
    color: #cfc2d6 !important;
    font-size: 13px;
    padding: 9px 14px;
}

#barrasuperior.ca-inner-header .ca-home-dropdown > li > a:hover,
#barrasuperior.ca-inner-header .ca-home-dropdown > li > a:focus {
    background: rgba(221, 183, 255, 0.12) !important;
    color: #fff !important;
}

#barrasuperior.ca-inner-header #menuuser .dropdown-menu {
    margin-top: 12px;
    background: rgba(12, 19, 36, 0.96);
    border: 1px solid rgba(221, 183, 255, 0.24);
    border-radius: 10px;
}

#barrasuperior.ca-inner-header #menuuser .dropdown-menu > li > a {
    color: #cfc2d6 !important;
    font-size: 13px;
}

#barrasuperior.ca-inner-header #menuuser .dropdown-menu > li > a:hover,
#barrasuperior.ca-inner-header #menuuser .dropdown-menu > li > a:focus {
    background: rgba(221, 183, 255, 0.12) !important;
    color: #fff !important;
}

#barrasuperior.ca-inner-header .ca-home-toggle {
    margin: 0;
    border: 1px solid rgba(152, 141, 159, 0.4);
    border-radius: 10px;
    background: rgba(46, 52, 71, 0.36);
}

#barrasuperior.ca-inner-header .ca-home-toggle .icon-bar {
    background-color: #ffca45 !important;
}

#barrasuperior.ca-inner-header .ca-home-mobile-menu {
    background: rgba(7, 13, 31, 0.95);
    border-top: 1px solid rgba(152, 141, 159, 0.28);
}

#barrasuperior.ca-inner-header .ca-home-mobile-links {
    margin: 0;
    padding: 8px 0 14px;
}

#barrasuperior.ca-inner-header .ca-home-mobile-links > li > a {
    color: #cfc2d6 !important;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 10px 20px;
}

#barrasuperior.ca-inner-header .ca-home-mobile-links > li > a:hover,
#barrasuperior.ca-inner-header .ca-home-mobile-links > li > a:focus {
    color: #ddb7ff !important;
    background: rgba(221, 183, 255, 0.1) !important;
}

#barrasuperior.ca-inner-header .navbar-nav > li > a,
#barrasuperior.ca-inner-header .text-white {
    color: #dce1fb !important;
    font-family: "Sora", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
}

#barrasuperior.ca-inner-header .navbar-nav > li > a:hover,
#barrasuperior.ca-inner-header .navbar-nav > li > a:focus {
    color: #ddb7ff !important;
    background: transparent !important;
}

@media (max-width: 991px) {
    #barrasuperior.ca-inner-header .caaliope-header-shell {
        min-height: 68px;
    }

    #barrasuperior.ca-inner-header .ca-home-logo-mark {
        font-size: 28px;
    }

    #barrasuperior.ca-inner-header .ca-home-logo-image {
        height: 40px;
    }
}

@media (max-width: 767px) {
    #barrasuperior.ca-inner-header .ca-home-header-shell {
        min-height: 62px;
    }

    #barrasuperior.ca-inner-header .ca-home-logo-mark {
        font-size: 24px;
    }

    #barrasuperior.ca-inner-header .ca-home-logo-image {
        height: 34px;
    }

    #barrasuperior.ca-inner-header .ca-home-toggle {
        display: inline-block !important;
    }
}
