:root {
    --deep: #031417;
    --deep-2: #06242a;
    --teal: #087782;
    --cyan: #31dfe8;
    --cyan-soft: rgba(49, 223, 232, 0.22);
    --wine: #8b3044;
    --rose: #c35a72;
    --gold: #e2a42c;
    --paper: #f7f2e8;
    --white: #ffffff;
    --muted-light: rgba(255, 255, 255, 0.76);
    --line-cyan: rgba(125, 246, 255, 0.42);
    --shadow-glow: 0 0 28px rgba(49, 223, 232, 0.28), 0 24px 70px rgba(0, 0, 0, 0.32);
    --shadow-card: 0 18px 44px rgba(0, 0, 0, 0.28);
    --radius: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 10%, rgba(49, 223, 232, 0.14), transparent 32rem),
        radial-gradient(circle at 78% 0%, rgba(195, 90, 114, 0.12), transparent 28rem),
        var(--deep);
    color: var(--white);
    font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    letter-spacing: 0;
}

img,
video {
    max-width: 100%;
}

a {
    color: var(--cyan);
}

a:hover {
    color: var(--gold);
}

.site-main {
    min-height: 65vh;
    background: var(--deep);
}

.container {
    max-width: 1180px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.section-pad {
    position: relative;
    padding: 88px 0;
}

.section-pad-sm {
    position: relative;
    padding: 62px 0;
}

.section-kicker {
    color: var(--gold);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-title {
    color: var(--white);
    font-family: "Old Standard TT", Georgia, serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.28), 0 0 28px rgba(49, 223, 232, 0.36);
}

.section-lead,
.lead {
    color: var(--muted-light);
    font-size: 1.12rem;
    max-width: 780px;
}

.bg-soft {
    background:
        radial-gradient(circle at 10% 8%, rgba(49, 223, 232, 0.12), transparent 30rem),
        linear-gradient(135deg, #042028, #071925 65%, #160f1e);
}

.text-brand {
    color: var(--cyan) !important;
}

.text-gold {
    color: var(--gold) !important;
}

.text-muted {
    color: rgba(255, 255, 255, 0.68) !important;
}

.btn {
    border-radius: 9px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    min-width: 0;
    padding: 0.82rem 1.15rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-brand,
.btn-primary {
    background: linear-gradient(135deg, var(--wine), #a33a53) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: var(--white) !important;
    box-shadow: 0 0 18px rgba(195, 90, 114, 0.28);
}

.btn-brand:hover,
.btn-primary:hover {
    background: linear-gradient(135deg, #a33a53, var(--rose)) !important;
    box-shadow: 0 0 28px rgba(195, 90, 114, 0.42);
}

.btn-gold,
.btn-warning {
    background: linear-gradient(135deg, var(--gold), #f0bd4c) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    color: #1c1306 !important;
    box-shadow: 0 0 22px rgba(226, 164, 44, 0.28);
}

.btn-gold:hover,
.btn-warning:hover {
    color: #0a1115 !important;
    box-shadow: 0 0 30px rgba(226, 164, 44, 0.42);
}

.btn-outline-brand {
    border-color: var(--line-cyan);
    color: var(--cyan);
    background: rgba(255, 255, 255, 0.04);
}

.btn-outline-brand:hover {
    background: var(--cyan);
    border-color: var(--cyan);
    color: #031417;
    box-shadow: 0 0 28px rgba(49, 223, 232, 0.35);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(3, 20, 23, 0.8);
    backdrop-filter: blur(16px);
}

.top-contact-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(7, 72, 79, 0.72);
    color: var(--white);
    font-size: 0.86rem;
}

.top-contact-inner {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.top-contact-bar a {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.top-contact-bar a:hover {
    color: var(--gold);
}

.top-contact-right {
    display: flex;
    gap: 0.88rem;
    align-items: center;
}

.site-navbar {
    background: rgba(3, 20, 23, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26);
}

.brand-lockup {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
}

.brand-lockup strong {
    display: block;
    color: var(--white);
    font-size: 1.06rem;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 0 0 16px rgba(49, 223, 232, 0.2);
}

.brand-lockup small {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.74rem;
    font-weight: 700;
}

.logo-carousel {
    position: relative;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border: 2px solid rgba(49, 223, 232, 0.72);
    border-radius: 50%;
    background: var(--deep);
    box-shadow: 0 0 18px rgba(49, 223, 232, 0.34);
    flex: 0 0 auto;
}

.logo-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.logo-slide.active {
    opacity: 1;
}

.site-navbar .nav-link {
    color: rgba(255, 255, 255, 0.86) !important;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.7rem 0.88rem !important;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: var(--gold) !important;
    text-shadow: 0 0 12px rgba(226, 164, 44, 0.32);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.18);
}

.magic-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 10%, rgba(49, 223, 232, 0.22), transparent 28rem),
        radial-gradient(circle at 85% 24%, rgba(255, 255, 255, 0.08), transparent 18rem),
        radial-gradient(circle at 65% 82%, rgba(195, 90, 114, 0.14), transparent 24rem),
        linear-gradient(135deg, #064a50, #04272e 46%, #031417);
}

.magic-bg::before {
    content: "";
    position: absolute;
    inset: -20%;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(49, 223, 232, 0.09) 0 1px, transparent 2px);
    background-size: 70px 70px, 44px 44px;
    background-position: 0 0, 22px 18px;
    opacity: 0.7;
    pointer-events: none;
    transform: rotate(-6deg);
}

.hero-symbols {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.hero-symbols i {
    position: absolute;
    color: rgba(164, 245, 250, 0.3);
    font-size: 4.8rem;
    filter: drop-shadow(0 0 16px rgba(49, 223, 232, 0.36));
    animation: floatSymbol 10s ease-in-out infinite;
}

.hero-symbols i:nth-child(1) { top: 10%; left: 6%; }
.hero-symbols i:nth-child(2) { top: 18%; right: 16%; animation-delay: -2s; }
.hero-symbols i:nth-child(3) { top: 56%; left: 12%; animation-delay: -4s; }
.hero-symbols i:nth-child(4) { top: 48%; right: 8%; animation-delay: -6s; }
.hero-symbols i:nth-child(5) { bottom: 8%; left: 42%; animation-delay: -8s; }
.hero-symbols i:nth-child(6) { bottom: 22%; right: 32%; animation-delay: -3s; }

@keyframes floatSymbol {
    0%, 100% {
        transform: translateY(0) rotate(-4deg);
        opacity: 0.22;
    }
    50% {
        transform: translateY(-16px) rotate(5deg);
        opacity: 0.42;
    }
}

.hero-portada {
    position: relative;
    min-height: calc(100vh - 104px);
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: var(--deep);
}

.hero-portada::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    z-index: 5;
    background: linear-gradient(180deg, rgba(3, 20, 23, 0), var(--deep));
}

.carousel-background-container {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 1.2s ease, transform 5.5s ease;
}

.carousel-slide.active {
    opacity: 1;
    transform: scale(1);
}

.hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(circle at 50% 52%, rgba(49, 223, 232, 0.16), transparent 25rem),
        linear-gradient(90deg, rgba(3, 20, 23, 0.92), rgba(3, 20, 23, 0.78)),
        linear-gradient(180deg, rgba(3, 20, 23, 0.42), rgba(3, 20, 23, 0.82));
}

.hero-content {
    position: relative;
    z-index: 4;
    width: 100%;
    padding: 94px 0 124px;
    text-align: center;
}

.hero-content .row {
    justify-content: center;
}

.hero-eyebrow {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 1rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #fff2c5;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.08), 0 0 24px rgba(49, 223, 232, 0.12);
}

.hero-portada h1 {
    max-width: 960px;
    margin: 1.35rem auto 1.25rem;
    color: var(--white);
    font-family: "Old Standard TT", Georgia, serif;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 0.95;
    text-shadow:
        0 0 7px rgba(255, 255, 255, 0.45),
        0 0 22px rgba(49, 223, 232, 0.34),
        0 0 44px rgba(195, 90, 114, 0.25);
}

.hero-portada .lead {
    margin-right: auto;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.25rem;
}

.ornament-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.9rem;
    margin: 1.25rem auto;
    color: var(--cyan);
}

.ornament-line::before,
.ornament-line::after {
    content: "";
    width: 150px;
    max-width: 22vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(49, 223, 232, 0.62));
}

.ornament-line::after {
    background: linear-gradient(90deg, rgba(49, 223, 232, 0.62), transparent);
}

.ornament-line i {
    filter: drop-shadow(0 0 14px rgba(49, 223, 232, 0.68));
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
    margin-top: 2rem;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 780px;
    margin: 3rem auto 0;
    overflow: hidden;
    border: 1px solid var(--line-cyan);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: var(--shadow-glow);
}

.hero-stat {
    padding: 1rem;
    background: rgba(3, 20, 23, 0.56);
}

.hero-stat strong {
    display: block;
    color: var(--gold);
    font-size: 1.45rem;
    line-height: 1.1;
}

.hero-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
}

.glow-frame {
    position: relative;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(49, 223, 232, 0.55), rgba(195, 90, 114, 0.32));
    box-shadow: var(--shadow-glow);
}

.glow-frame-inner {
    border-radius: 26px;
    background: rgba(6, 28, 35, 0.76);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.service-card,
.feature-card,
.package-card,
.media-card,
.contact-panel,
.admin-panel,
.news-strip {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.card {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--white);
    box-shadow: var(--shadow-card);
}

.service-card::before,
.feature-card::before,
.package-card::before,
.media-card::before,
.contact-panel::before,
.admin-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyan), var(--gold), transparent);
    opacity: 0.82;
}

.service-card::after,
.feature-card::after,
.package-card::after,
.media-card::after,
.contact-method::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(49, 223, 232, 0.22), transparent 9rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.service-card:hover::after,
.feature-card:hover::after,
.package-card:hover::after,
.media-card:hover::after,
.contact-method:hover::after {
    opacity: 1;
}

.card:hover,
.service-card:hover,
.package-card:hover,
.media-card:hover,
.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--line-cyan);
    box-shadow: var(--shadow-glow);
    background: rgba(255, 255, 255, 0.085);
}

.card.hidden,
.reveal-card {
    opacity: 0;
    transform: translateY(18px);
}

.card.show,
.reveal-card.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.service-card,
.feature-card {
    padding: 1.35rem;
}

.service-icon,
.feature-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px solid var(--line-cyan);
    border-radius: 50%;
    background: rgba(49, 223, 232, 0.1);
    color: var(--cyan);
    font-size: 1.18rem;
    box-shadow: 0 0 18px rgba(49, 223, 232, 0.22);
}

.service-card h3,
.feature-card h3,
.package-card h3,
.package-card h2 {
    color: var(--white);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
}

.service-card p,
.feature-card p,
.package-card p,
.media-card p,
.contact-panel p,
.admin-panel p {
    color: var(--muted-light);
}

.event-type {
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: 1px solid var(--line-cyan);
    border-radius: 28px;
    background: var(--deep);
    color: var(--white);
    box-shadow: var(--shadow-glow);
}

.event-type img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.event-type:hover img {
    transform: scale(1.06);
    opacity: 0.9;
}

.event-type::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 20, 23, 0.06), rgba(3, 20, 23, 0.9));
}

.event-type-content {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
}

.event-type-content h3 {
    color: var(--white);
    font-family: "Old Standard TT", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 0 16px rgba(49, 223, 232, 0.38);
}

.timeline-list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.05rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}

.timeline-list strong {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(49, 223, 232, 0.12);
    border: 1px solid var(--line-cyan);
    border-radius: 50%;
    color: var(--gold);
    box-shadow: 0 0 18px rgba(49, 223, 232, 0.18);
}

.quote-card {
    height: 100%;
    padding: 1.6rem;
    background: linear-gradient(135deg, rgba(5, 73, 80, 0.82), rgba(139, 48, 68, 0.44));
    border: 1px solid var(--line-cyan);
    border-radius: var(--radius);
    color: var(--white);
    box-shadow: var(--shadow-glow);
}

.quote-card p {
    color: rgba(255, 255, 255, 0.85);
}

.quote-card span {
    color: var(--gold);
    font-weight: 900;
}

.news-strip {
    background: rgba(255, 255, 255, 0.06);
}

.news-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.news-item:last-child {
    border-bottom: 0;
}

.news-date {
    min-width: 76px;
    color: var(--cyan);
    font-weight: 900;
    text-shadow: 0 0 12px rgba(49, 223, 232, 0.42);
}

.cta-band {
    position: relative;
    overflow: hidden;
    padding: 78px 0;
    background:
        radial-gradient(circle at 15% 18%, rgba(49, 223, 232, 0.16), transparent 22rem),
        radial-gradient(circle at 80% 64%, rgba(226, 164, 44, 0.12), transparent 18rem),
        #070d19;
    color: var(--white);
}

.cta-band p {
    color: var(--muted-light);
}

.package-card {
    padding: 1.5rem;
}

.package-card.featured {
    border-color: rgba(226, 164, 44, 0.72);
    box-shadow: 0 0 28px rgba(226, 164, 44, 0.22), var(--shadow-card);
}

.package-card .badge {
    border-radius: 999px;
}

.check-list {
    display: grid;
    gap: 0.72rem;
    margin: 1.25rem 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.7rem;
    color: rgba(255, 255, 255, 0.78);
}

.check-list i {
    margin-top: 0.28rem;
    color: var(--cyan);
}

.gallery-stage {
    background:
        radial-gradient(circle at 14% 12%, rgba(49, 223, 232, 0.16), transparent 28rem),
        radial-gradient(circle at 84% 0%, rgba(195, 90, 114, 0.14), transparent 24rem),
        #031417;
}

.gallery-list-section {
    padding-top: 42px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.media-card {
    background: rgba(4, 39, 45, 0.74);
}

.media-thumb {
    position: relative;
    height: 268px;
    overflow: hidden;
    background: var(--deep);
    cursor: pointer;
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.media-card:hover .media-thumb img {
    transform: scale(1.06);
    opacity: 0.82;
}

.media-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 20, 23, 0.02), rgba(3, 20, 23, 0.82));
}

.media-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(49, 223, 232, 0.2);
    color: var(--white);
    font-size: 1.25rem;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 28px rgba(49, 223, 232, 0.42);
}

.media-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.7rem;
    background: rgba(3, 20, 23, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 900;
}

.media-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.media-counts span {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
    padding: 0.36rem 0.58rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: var(--muted-light);
    font-size: 0.8rem;
    font-weight: 900;
}

.media-modal .modal-content {
    background: #020b0d;
    border: 1px solid var(--line-cyan);
    border-radius: var(--radius);
    color: var(--white);
    overflow: hidden;
    box-shadow: var(--shadow-glow);
}

.media-modal .modal-header,
.media-modal .modal-footer {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.media-modal .btn-close {
    filter: invert(1);
}

.media-modal .carousel-item {
    background: #010608;
}

.media-modal img,
.media-modal video {
    width: 100%;
    max-height: 68vh;
    object-fit: contain;
    background: #010608;
}

.empty-state {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed var(--line-cyan);
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow-card);
}

.contact-hero,
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 74px;
    background:
        radial-gradient(circle at 12% 12%, rgba(49, 223, 232, 0.16), transparent 28rem),
        radial-gradient(circle at 86% 25%, rgba(226, 164, 44, 0.1), transparent 18rem),
        linear-gradient(135deg, #064a50, #041e24 56%, #160f1f);
    color: var(--white);
}

.contact-hero::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: -20%;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.08) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(49, 223, 232, 0.09) 0 1px, transparent 2px);
    background-size: 76px 76px, 48px 48px;
    opacity: 0.55;
    transform: rotate(-5deg);
}

.contact-hero .container,
.page-hero .container {
    position: relative;
    z-index: 2;
}

.contact-hero p,
.page-hero p {
    color: var(--muted-light);
}

.contact-panel {
    background: rgba(4, 39, 45, 0.78);
}

.contact-panel .panel-section {
    padding: 2rem;
}

.contact-method {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    color: var(--white);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.055);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-method:hover {
    color: var(--white);
    border-color: var(--line-cyan);
    box-shadow: 0 0 24px rgba(49, 223, 232, 0.2);
    transform: translateY(-2px);
}

.contact-method i {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: rgba(49, 223, 232, 0.12);
    border: 1px solid var(--line-cyan);
    border-radius: 50%;
    color: var(--cyan);
    font-size: 1.12rem;
}

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.contact-socials a,
.social-row a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-socials a:hover,
.social-row a:hover {
    border-color: var(--line-cyan);
    color: var(--cyan);
    box-shadow: 0 0 22px rgba(49, 223, 232, 0.22);
    transform: translateY(-2px);
}

.form-label {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.form-control,
.form-select {
    min-height: 47px;
    border-color: rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    background-color: rgba(3, 20, 23, 0.74);
    color: var(--white);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

.form-control:focus,
.form-select:focus {
    background-color: rgba(3, 20, 23, 0.92);
    border-color: var(--cyan);
    color: var(--white);
    box-shadow: 0 0 0 0.25rem rgba(49, 223, 232, 0.16);
}

.form-select option {
    color: #111827;
}

.admin-panel {
    padding: 1.5rem;
    background: rgba(4, 39, 45, 0.78);
}

.upload-box {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed var(--line-cyan);
    border-radius: var(--radius);
}

.site-footer {
    padding: 58px 0 24px;
    background:
        radial-gradient(circle at 16% 0%, rgba(49, 223, 232, 0.12), transparent 22rem),
        #020b0f;
    color: rgba(255, 255, 255, 0.76);
}

.site-footer h2 {
    color: var(--gold);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer a,
.site-footer span {
    display: block;
    margin: 0.45rem 0;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--cyan);
}

.footer-brand {
    display: inline-flex !important;
    gap: 0.7rem;
    align-items: center;
    color: var(--white) !important;
    font-size: 1.25rem;
    font-weight: 900;
}

.footer-brand img {
    width: 46px;
    height: 46px;
    border: 1px solid var(--line-cyan);
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 18px rgba(49, 223, 232, 0.22);
}

.footer-copy {
    max-width: 520px;
    margin-top: 1rem;
}

.footer-bottom {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
}

.footer-bottom p {
    margin: 0;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1040;
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    background: #20c466;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: var(--white);
    font-size: 1.55rem;
    text-decoration: none;
    box-shadow: 0 0 0 8px rgba(32, 196, 102, 0.15), 0 16px 36px rgba(32, 196, 102, 0.34);
}

.whatsapp-float:hover {
    color: var(--white);
    background: #16a657;
}

.install-app-btn {
    white-space: nowrap;
}

.install-app-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 1040;
    display: inline-flex;
    gap: 0.55rem;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    border: 1px solid var(--line-cyan);
    border-radius: 999px;
    background: rgba(5, 42, 47, 0.9);
    color: var(--white);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    box-shadow: 0 0 0 8px rgba(49, 223, 232, 0.1), 0 16px 36px rgba(0, 0, 0, 0.28);
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.install-app-float:hover {
    transform: translateY(-2px);
    border-color: var(--cyan);
    background: rgba(8, 119, 130, 0.95);
}

@media (max-width: 1199.98px) {
    .hero-portada h1 {
        font-size: 4.7rem;
    }

    .section-title {
        font-size: 2.65rem;
    }
}

@media (max-width: 991.98px) {
    .top-contact-inner {
        justify-content: center;
        text-align: center;
    }

    .top-contact-right {
        display: none;
    }

    .site-navbar .btn-brand {
        width: 100%;
        margin-top: 0.5rem;
    }

    .site-navbar .install-app-btn {
        width: 100%;
        margin-top: 0.5rem;
    }

    .hero-portada {
        min-height: auto;
    }

    .hero-content {
        padding: 78px 0 110px;
    }

    .hero-portada h1 {
        font-size: 3.75rem;
    }

    .hero-stats,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .section-pad {
        padding: 66px 0;
    }
}

@media (max-width: 575.98px) {
    .brand-lockup small {
        display: none;
    }

    .logo-carousel {
        width: 46px;
        height: 46px;
    }

    .top-contact-bar {
        display: none;
    }

    .hero-portada h1 {
        font-size: 2.65rem;
    }

    .section-title {
        font-size: 2.1rem;
    }

    .hero-portada .lead,
    .section-lead,
    .lead {
        font-size: 1rem;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-symbols i {
        font-size: 3.4rem;
    }

    .event-type {
        min-height: 280px;
        border-radius: 20px;
    }

    .contact-panel .panel-section {
        padding: 1.25rem;
    }

    .footer-bottom {
        display: block;
    }

    .whatsapp-float {
        width: 52px;
        height: 52px;
        right: 12px;
        bottom: 12px;
    }

    .install-app-float {
        left: 12px;
        bottom: 12px;
        min-height: 50px;
        padding: 0 0.85rem;
    }
}
