﻿:root {
    --sunset-50: #fff9f2;
    --sunset-100: #ffe4c8;
    --sunset-200: #ffc28f;
    --sunset-300: #ff8a1f;
    --sunset-400: #ff6501;
    --sunset-500: #a526ff;
    --sunset-600: #821ed2;
    --sunset-700: #5e149d;
    --lime-300: #d2ffa4;
    --lime-400: #bfff9f;
    --ink-900: #1f1333;
    --ink-700: #493e62;
    --white: #ffffff;
    --card-bg: rgba(255, 255, 255, 0.84);
    --shadow-soft: 0 20px 50px rgba(35, 21, 55, 0.14);
    --shadow-hover: 0 24px 60px rgba(35, 21, 55, 0.2);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    color: var(--ink-900);
    background:
        radial-gradient(circle at 86% 8%, rgba(165, 38, 255, 0.22), transparent 35%),
        radial-gradient(circle at 9% 16%, rgba(255, 101, 1, 0.2), transparent 40%),
        radial-gradient(circle at 76% 26%, rgba(210, 255, 164, 0.19), transparent 32%),
        linear-gradient(180deg, #fffbf5 0%, #fff 42%, #fff7ef 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.section {
    padding: 90px 0;
    position: relative;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    background: rgba(41, 15, 62, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.brand-logo {
    width: 52px;
    height: 32px;
    object-fit: cover;
    object-position: center;
    border-radius: 9px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.brand-name {
    line-height: 1;
    font-size: 1.03rem;
}

.nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    transition: color 0.25s ease;
}

.nav-link:hover {
    color: var(--lime-300) !important;
}

.btn-sunset {
    background: linear-gradient(130deg, var(--sunset-400), var(--sunset-500));
    color: var(--white);
    border: 0;
    border-radius: 999px;
    font-weight: 600;
    padding-inline: 1.35rem;
    box-shadow: 0 12px 26px rgba(110, 38, 163, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-sunset:hover,
.btn-sunset:focus {
    background: linear-gradient(130deg, var(--sunset-400), var(--sunset-500));
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(110, 38, 163, 0.42);
}

.hero {
    min-height: 94vh;
    padding: 118px 0 96px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(34, 10, 58, 0.94), rgba(75, 20, 110, 0.86)),
        linear-gradient(130deg, #ff6501 0%, #ff8a1f 38%, #a526ff 100%);
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.18;
    pointer-events: none;
}

.hero-shape {
    position: absolute;
    border-radius: 999px;
    filter: blur(0.5px);
    animation: floatY 6s ease-in-out infinite;
    pointer-events: none;
}

.hero-shape-1 {
    width: 340px;
    height: 340px;
    top: -120px;
    left: -80px;
    background: radial-gradient(circle at 30% 30%, rgba(210, 255, 164, 0.9), rgba(255, 138, 31, 0.2));
}

.hero-shape-2 {
    width: 260px;
    height: 260px;
    right: -70px;
    bottom: -80px;
    animation-delay: 1.3s;
    background: radial-gradient(circle at 60% 40%, rgba(191, 255, 159, 0.7), rgba(165, 38, 255, 0.22));
}

.hero-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 0.9rem;
    padding: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-logo {
    width: 120px;
    max-width: 100%;
    border-radius: 12px;
}

.event-chip {
    display: inline-block;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(210, 255, 164, 0.44);
    color: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 500;
    letter-spacing: 0.2px;
    backdrop-filter: blur(4px);
    margin-bottom: 1rem;
}

.hero-title {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.3rem, 4.8vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -1px;
    background: linear-gradient(120deg, #ffffff, #ffd2ad, #d2ffa4, #d6adff);
    background-size: 250% 250%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titleGradient 8s ease infinite;
}

.hero-subtitle {
    margin-top: 0.85rem;
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    color: rgba(255, 255, 255, 0.92);
    max-width: 95%;
}

.hero-description {
    margin-top: 0.85rem;
    max-width: 550px;
    color: rgba(255, 255, 255, 0.78);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 560px;
}

.hero-metrics div {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(210, 255, 164, 0.26);
    border-radius: 16px;
    padding: 14px 14px 12px;
}

.hero-metrics strong {
    display: block;
    font-size: 1.2rem;
    line-height: 1.1;
}

.hero-metrics span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.hero-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(8px);
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.hero-card:hover {
    transform: translateY(-4px);
}

.hero-card-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, rgba(255, 101, 1, 0.26), rgba(165, 38, 255, 0.24));
}

.hero-media-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
    padding: 8px 10px 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.65s ease, transform 5s ease;
}

.hero-card-image.is-active {
    opacity: 1;
    transform: scale(1.08);
}

.hero-card:hover .hero-card-image.is-active {
    transform: scale(1.1);
}

.hero-slider-label {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #fff;
    background: rgba(31, 19, 51, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(3px);
}

.hero-card-content {
    padding: 1.3rem 1.35rem 1.55rem;
}

.hero-card-content h2 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    color: var(--white);
}

.hero-card-content p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.95rem;
}

.countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 0.9rem;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    text-align: center;
    padding: 10px 6px;
}

.countdown-item span {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

.countdown-item small {
    color: rgba(255, 255, 255, 0.84);
}

.section-tag {
    display: inline-block;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 0.35px;
    color: var(--sunset-700);
    background: rgba(255, 101, 1, 0.14);
    margin-bottom: 0.7rem;
}

.section-title {
    font-family: 'Sora', sans-serif;
    color: var(--ink-900);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.18;
    margin-bottom: 0.85rem;
}

.section-description {
    max-width: 700px;
    margin-inline: auto;
    color: var(--ink-700);
}

.about {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 247, 239, 0.72));
}

.about-image-stack {
    position: relative;
    padding: 20px 0 0 20px;
}

.about-image-stack img {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    box-shadow: var(--shadow-soft);
}

.about-image-stack .main-photo {
    height: 360px;
}

.about-image-stack .floating-photo {
    position: absolute;
    width: 56%;
    right: -10px;
    bottom: -35px;
    height: 200px;
    border: 6px solid rgba(255, 255, 255, 0.9);
    animation: floatY 5s ease-in-out infinite;
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.2rem;
}

.about-highlights span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 101, 1, 0.25);
    background: rgba(255, 101, 1, 0.09);
    color: var(--ink-700);
    border-radius: 12px;
    padding: 8px 13px;
    font-weight: 500;
}

.gallery {
    background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
}

.gallery-swiper {
    margin-top: 2rem;
    max-width: 760px;
    margin-inline: auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.gallery-slide {
    position: relative;
    height: clamp(420px, 70vw, 760px);
    overflow: hidden;
}

.gallery-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.62) 100%);
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.gallery-slide:hover img {
    transform: scale(1.08);
}

.slide-caption {
    position: absolute;
    z-index: 2;
    left: 24px;
    bottom: 18px;
    color: white;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 500;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--white) !important;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.22);
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.45);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1rem !important;
    font-weight: 700;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8) !important;
    opacity: 0.8 !important;
}

.swiper-pagination-bullet-active {
    background: var(--sunset-300) !important;
    transform: scale(1.2);
}

.lineup {
    background: linear-gradient(180deg, #ffffff 0%, #fef6ee 100%);
}

.lineup-card {
    background: var(--card-bg);
    border: 1px solid rgba(255, 101, 1, 0.2);
    border-radius: 20px;
    padding: 22px 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 16px 35px rgba(29, 42, 73, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.lineup-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.lineup-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1.35rem;
    background: linear-gradient(140deg, var(--sunset-300), var(--sunset-500));
}

.lineup-time {
    display: inline-flex;
    align-items: center;
    background: rgba(210, 255, 164, 0.35);
    color: #3a6620;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.88rem;
    margin-bottom: 0.65rem;
}

.lineup-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.13rem;
    margin-bottom: 0.55rem;
}

.lineup-card p {
    color: var(--ink-700);
    margin: 0;
}

.program {
    background: #ffffff;
}

.timeline {
    margin: 2rem auto 0;
    max-width: 880px;
    border-left: 2px dashed rgba(255, 101, 1, 0.45);
    padding-left: 1.1rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    align-items: center;
    padding: 0.5rem 0 1rem;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--sunset-300), var(--sunset-500));
    left: -1.48rem;
    top: 14px;
}

.timeline-hour {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    color: var(--sunset-700);
}

.timeline-content {
    background: rgba(255, 244, 233, 0.9);
    border: 1px solid rgba(255, 164, 94, 0.35);
    border-radius: 14px;
    padding: 11px 14px;
    color: var(--ink-700);
}

.tickets {
    background:
        radial-gradient(circle at 90% 0%, rgba(165, 38, 255, 0.16), transparent 38%),
        linear-gradient(180deg, #fff9f4 0%, #ffffff 100%);
}

.ticket-card {
    background: white;
    border: 1px solid rgba(255, 191, 153, 0.45);
    border-radius: 22px;
    padding: 24px 22px;
    box-shadow: 0 18px 38px rgba(30, 38, 66, 0.09);
    height: 100%;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ticket-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.ticket-card.featured {
    border-color: rgba(165, 38, 255, 0.36);
    background: linear-gradient(180deg, #fffdfb 0%, #fff5ff 100%);
}

.ticket-badge {
    position: absolute;
    top: -11px;
    right: 16px;
    background: linear-gradient(120deg, var(--sunset-300), var(--sunset-500));
    color: white;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
}

.ticket-card h3 {
    font-family: 'Sora', sans-serif;
    margin-bottom: 0.5rem;
}

.ticket-price {
    margin: 0 0 0.8rem;
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    color: var(--sunset-600);
}

.ticket-card ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.3rem;
    color: var(--ink-700);
}

.ticket-card li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ticket-card li i {
    color: #23b35f;
}

.btn-ticket {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(165, 38, 255, 0.38);
    color: var(--sunset-700);
    font-weight: 600;
    padding: 10px;
}

.btn-ticket:hover {
    background: rgba(165, 38, 255, 0.08);
    color: var(--sunset-700);
}

.presence {
    background: linear-gradient(180deg, #ffffff 0%, #fff7ef 100%);
}

.presence-points p {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.98rem;
    color: var(--ink-700);
}

.presence-points i {
    color: var(--sunset-500);
}

.form-card {
    background: var(--white);
    border-radius: 22px;
    border: 1px solid rgba(255, 185, 145, 0.45);
    padding: 1.4rem;
    box-shadow: 0 18px 38px rgba(29, 44, 77, 0.11);
}

.form-label {
    font-weight: 500;
    color: var(--ink-700);
}

.form-control {
    border-radius: 12px;
    border: 1px solid rgba(91, 103, 150, 0.25);
    padding: 0.72rem 0.85rem;
}

.form-control:focus {
    border-color: rgba(165, 38, 255, 0.44);
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 31, 0.2);
}

.location {
    background: linear-gradient(180deg, #fff7ef 0%, #ffffff 100%);
}

.location-card {
    background: white;
    border: 1px solid rgba(255, 190, 154, 0.44);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 14px 30px rgba(30, 38, 66, 0.09);
}

.location-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.location-card p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-700);
    margin-bottom: 0.7rem;
}

.location-card i {
    color: var(--sunset-500);
}

.map-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(30, 38, 66, 0.12);
    min-height: 320px;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
}

.faq {
    background: #ffffff;
}

.faq-accordion {
    max-width: 860px;
    margin: 2rem auto 0;
}

.accordion-item {
    border: 1px solid rgba(255, 186, 147, 0.45);
    border-radius: 14px !important;
    overflow: hidden;
    margin-bottom: 12px;
}

.accordion-button {
    font-weight: 600;
    color: var(--ink-900);
}

.accordion-button:not(.collapsed) {
    color: var(--sunset-700);
    background: rgba(255, 247, 239, 0.75);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 38, 255, 0.16);
}

.accordion-body {
    color: var(--ink-700);
}

.site-footer {
    background: #260f3e;
    color: rgba(255, 255, 255, 0.86);
    padding: 24px 0;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-logo {
    width: 48px;
    height: 30px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.footer-links {
    display: inline-flex;
    gap: 18px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

.footer-links a:hover {
    color: var(--sunset-100);
}

.to-top {
    position: fixed;
    right: 18px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(130deg, var(--sunset-300), var(--sunset-500));
    color: white;
    display: grid;
    place-items: center;
    box-shadow: 0 14px 24px rgba(110, 38, 163, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.24s ease;
    z-index: 1100;
}

.to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

[data-text-rise] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-text-rise].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes titleGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes floatY {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 72px 0;
    }

    .hero {
        min-height: auto;
        padding: 105px 0 72px;
    }

    .brand-logo {
        width: 46px;
        height: 30px;
    }

    .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-image-stack {
        padding-right: 18px;
        margin-bottom: 20px;
    }

    .about-image-stack .floating-photo {
        width: 50%;
        height: 170px;
        right: 0;
        bottom: -28px;
    }
}

@media (max-width: 767.98px) {
    .brand-name {
        font-size: 0.96rem;
    }

    .hero-logo {
        width: 100px;
    }

    .hero-metrics {
        grid-template-columns: 1fr;
    }

    .countdown {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline {
        border-left: 0;
        padding-left: 0;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-bottom: 0.95rem;
    }

    .timeline-item::before {
        display: none;
    }

    .timeline-hour {
        color: var(--sunset-600);
    }

    .about-image-stack .main-photo {
        height: 280px;
    }

    .about-image-stack .floating-photo {
        width: 58%;
        height: 145px;
        border-width: 4px;
    }
}
