* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 10% 10%, rgba(124, 58, 237, 0.22), transparent 30%),
        radial-gradient(circle at 90% 5%, rgba(214, 180, 106, 0.18), transparent 32%),
        linear-gradient(135deg, #070b16 0%, #111827 48%, #171225 100%);
    color: #f8fafc;
    line-height: 1.6;
    overflow-x: hidden;
}

body.nav-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.section-pad {
    padding: 88px 0;
}

.page-glow {
    position: fixed;
    width: 380px;
    height: 380px;
    border-radius: 999px;
    filter: blur(80px);
    opacity: 0.22;
    pointer-events: none;
    z-index: -1;
}

.page-glow-one {
    top: 120px;
    left: -160px;
    background: var(--accent);
}

.page-glow-two {
    bottom: 60px;
    right: -160px;
    background: var(--secondary);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(7, 11, 22, 0.78);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #111827;
    font-weight: 900;
    background:
        linear-gradient(135deg, #fff7d6, var(--secondary));
    box-shadow: 0 18px 35px rgba(214, 180, 106, 0.22);
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.brand small {
    color: #cbd5e1;
    font-size: 0.74rem;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.main-nav a {
    color: #dbe4f0;
    font-size: 0.92rem;
    transition: color 0.25s ease;
}

.main-nav a:hover {
    color: var(--secondary);
}

.nav-cta {
    padding: 11px 16px;
    border-radius: 999px;
    color: #111827 !important;
    font-weight: 800;
    background: var(--secondary);
}

.nav-toggle {
    width: 44px;
    height: 44px;
    display: none;
    place-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    cursor: pointer;
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 999px;
}

.hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 56px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--secondary);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.eyebrow span {
    width: 28px;
    height: 2px;
    background: var(--secondary);
}

.hero h1,
.section-heading h2,
.package-copy h2,
.about-copy h2,
.faq-copy h2,
.cta-card h2 {
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.hero h1 {
    margin-top: 18px;
    max-width: 760px;
    font-size: clamp(3rem, 7vw, 6.6rem);
}

.hero-text {
    margin-top: 24px;
    max-width: 650px;
    color: #d4dceb;
    font-size: 1.08rem;
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn-primary {
    color: #111827;
    background: linear-gradient(135deg, #fff1b8, var(--secondary));
    box-shadow: 0 20px 40px rgba(214, 180, 106, 0.22);
}

.btn-soft {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-stats {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 620px;
}

.hero-stats div {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    font-size: 1.5rem;
    color: #fff;
}

.hero-stats span {
    margin-top: 2px;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.hero-visual {
    position: relative;
    min-height: 560px;
}

.venue-card {
    position: relative;
    height: 560px;
    border-radius: 42px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
        radial-gradient(circle at 50% 10%, rgba(214, 180, 106, 0.35), transparent 34%),
        linear-gradient(135deg, #151b2e, #080b13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 40px 100px rgba(0, 0, 0, 0.42);
}

.venue-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 11%, rgba(255, 255, 255, 0.04) 11% 12%, transparent 12% 24%),
        linear-gradient(0deg, transparent 0 14%, rgba(214, 180, 106, 0.08) 14% 15%, transparent 15% 100%);
    background-size: 120px 100%, 100% 86px;
    opacity: 0.65;
}

.ceiling-lights {
    position: absolute;
    top: 38px;
    left: 50%;
    display: flex;
    gap: 34px;
    transform: translateX(-50%);
}

.ceiling-lights span {
    width: 12px;
    height: 120px;
    position: relative;
    background: linear-gradient(180deg, rgba(214, 180, 106, 0.75), transparent);
    opacity: 0.9;
}

.ceiling-lights span::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(214, 180, 106, 0.45), transparent 64%);
}

.stage-shape {
    position: absolute;
    left: 50%;
    bottom: 110px;
    width: min(78%, 370px);
    height: 310px;
    transform: translateX(-50%);
}

.stage-arch {
    width: 100%;
    height: 240px;
    border-radius: 190px 190px 28px 28px;
    border: 2px solid rgba(214, 180, 106, 0.72);
    background:
        radial-gradient(circle at 50% 20%, rgba(214, 180, 106, 0.34), transparent 34%),
        rgba(255, 255, 255, 0.04);
}

.stage-floor {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 88%;
    height: 86px;
    transform: translateX(-50%) perspective(180px) rotateX(26deg);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(214, 180, 106, 0.38), rgba(124, 58, 237, 0.16)),
        rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.booking-panel {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 18px;
    border-radius: 26px;
    background: rgba(7, 11, 22, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
}

.booking-panel span,
.booking-panel strong,
.booking-panel small {
    display: block;
}

.booking-panel span {
    color: #cbd5e1;
    font-size: 0.86rem;
}

.booking-panel strong {
    margin-top: 2px;
    color: var(--secondary);
    font-size: 1.35rem;
}

.booking-panel small {
    margin-top: 2px;
    color: #f8fafc;
}

.floating-note {
    position: absolute;
    width: 180px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.26);
}

.floating-note strong,
.floating-note span {
    display: block;
}

.floating-note strong {
    color: #fff;
}

.floating-note span {
    margin-top: 3px;
    color: #d8deea;
    font-size: 0.86rem;
}

.note-one {
    top: 120px;
    left: -34px;
}

.note-two {
    right: -22px;
    bottom: 150px;
}

.trust-strip {
    padding: 26px 0;
    background: rgba(255, 255, 255, 0.05);
    border-block: 1px solid rgba(255, 255, 255, 0.09);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.trust-grid div {
    display: grid;
    gap: 3px;
}

.trust-grid strong {
    color: #fff;
}

.trust-grid span {
    color: #cbd5e1;
    font-size: 0.92rem;
}

.section-heading {
    max-width: 740px;
    margin-bottom: 36px;
}

.section-heading.center {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2,
.package-copy h2,
.about-copy h2,
.faq-copy h2,
.cta-card h2 {
    margin-top: 12px;
    color: #fff;
    font-size: clamp(2.25rem, 4vw, 4.2rem);
}

.section-heading p,
.package-copy p,
.about-copy p,
.faq-copy p,
.cta-card p {
    margin-top: 16px;
    color: #cbd5e1;
    font-size: 1rem;
}

.spaces-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.space-card,
.package-card,
.process-step,
.testimonial-card,
.faq-item,
.showcase-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.space-card {
    padding: 28px;
    border-radius: 30px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.space-card:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 180, 106, 0.42);
}

.space-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #111827;
    font-size: 1.3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #fff4c7, var(--secondary));
}

.space-card h3 {
    margin-top: 20px;
    font-size: 1.35rem;
}

.space-card p {
    margin-top: 10px;
    color: #cbd5e1;
}

.space-card ul {
    margin-top: 20px;
    display: grid;
    gap: 9px;
    list-style: none;
}

.space-card li {
    color: #e7edf7;
    font-size: 0.94rem;
}

.space-card li::before {
    content: "•";
    margin-right: 9px;
    color: var(--secondary);
}

.packages-section {
    position: relative;
}

.package-grid {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
    align-items: start;
}

.package-copy {
    position: sticky;
    top: 110px;
}

.mini-checklist {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

.mini-checklist span {
    display: inline-flex;
    width: fit-content;
    padding: 10px 14px;
    border-radius: 999px;
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.11);
}

.package-cards {
    display: grid;
    gap: 18px;
}

.package-card {
    position: relative;
    padding: 28px;
    border-radius: 30px;
    overflow: hidden;
}

.package-card::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    background: rgba(214, 180, 106, 0.12);
}

.package-label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #111827;
    font-size: 0.78rem;
    font-weight: 900;
    background: var(--secondary);
}

.package-card h3 {
    font-size: 1.45rem;
}

.package-card p {
    margin-top: 8px;
    color: #cbd5e1;
}

.package-meta {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.package-meta span {
    padding: 8px 11px;
    border-radius: 999px;
    color: #e7edf7;
    font-size: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.floorplan-card {
    padding: 26px;
    min-height: 430px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(214, 180, 106, 0.14), rgba(124, 58, 237, 0.12)),
        rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.floorplan-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.floorplan-top span {
    color: #cbd5e1;
}

.floorplan-top strong {
    color: var(--secondary);
}

.floorplan {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 170px 92px 92px;
    gap: 14px;
}

.room {
    display: grid;
    place-items: center;
    border-radius: 24px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    background:
        radial-gradient(circle at 50% 20%, rgba(214, 180, 106, 0.16), transparent 55%),
        rgba(255, 255, 255, 0.08);
    border: 1px dashed rgba(255, 255, 255, 0.24);
}

.room-large {
    grid-row: span 2;
}

.room-wide {
    grid-column: span 2;
}

.about-list {
    margin-top: 28px;
    display: grid;
    gap: 16px;
}

.about-list div {
    padding: 18px;
    border-left: 3px solid var(--secondary);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.about-list strong,
.about-list span {
    display: block;
}

.about-list span {
    margin-top: 4px;
    color: #cbd5e1;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process-step {
    position: relative;
    padding: 24px;
    border-radius: 28px;
}

.process-step span {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--secondary);
    font-size: 0.92rem;
    font-weight: 900;
}

.process-step h3 {
    font-size: 1.16rem;
}

.process-step p {
    margin-top: 9px;
    color: #cbd5e1;
    font-size: 0.94rem;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 190px;
    gap: 18px;
}

.showcase-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    border-radius: 30px;
    overflow: hidden;
}

.showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(214, 180, 106, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(124, 58, 237, 0.18), transparent);
    opacity: 0.9;
}

.showcase-card > * {
    position: relative;
}

.showcase-card.tall {
    grid-row: span 2;
}

.showcase-card.wide {
    grid-column: span 2;
}

.showcase-dot {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 999px;
    background: var(--secondary);
    box-shadow: 0 0 0 12px rgba(214, 180, 106, 0.12);
}

.showcase-card h3 {
    font-size: 1.2rem;
}

.showcase-card p {
    margin-top: 8px;
    color: #dbe4f0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.testimonial-card {
    padding: 26px;
    border-radius: 30px;
}

.stars {
    color: var(--secondary);
    letter-spacing: 0.08em;
}

.testimonial-card p {
    margin-top: 16px;
    color: #e5eaf3;
}

.testimonial-card strong,
.testimonial-card span {
    display: block;
}

.testimonial-card strong {
    margin-top: 20px;
}

.testimonial-card span {
    color: #cbd5e1;
    font-size: 0.88rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 42px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border-radius: 24px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
    font-weight: 900;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.faq-question span {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #111827;
    background: var(--secondary);
    transition: transform 0.25s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 20px 20px;
    color: #cbd5e1;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.cta-card {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 34px;
    align-items: center;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 38px;
    background:
        radial-gradient(circle at 20% 20%, rgba(214, 180, 106, 0.28), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.contact-panel {
    display: grid;
    gap: 12px;
}

.contact-panel a {
    padding: 16px;
    border-radius: 20px;
    background: rgba(7, 11, 22, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-panel span,
.contact-panel strong {
    display: block;
}

.contact-panel span {
    color: #cbd5e1;
    font-size: 0.82rem;
}

.contact-panel strong {
    margin-top: 2px;
    color: #fff;
    word-break: break-word;
}

.contact-whatsapp {
    display: grid;
    place-items: center;
    min-height: 54px;
    color: #111827 !important;
    font-weight: 900;
    background: var(--secondary) !important;
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    color: #111827;
    font-weight: 900;
    background: #25d366;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.site-footer {
    padding: 34px 0;
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.footer-grid p {
    margin-top: 5px;
    max-width: 520px;
    color: #cbd5e1;
}

.footer-grid span {
    display: block;
    color: #cbd5e1;
    text-align: right;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .section-pad {
        padding: 70px 0;
    }

    .nav-toggle {
        display: grid;
    }

    .main-nav {
        position: fixed;
        top: 78px;
        left: 16px;
        right: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 24px;
        background: rgba(7, 11, 22, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    }

    body.nav-open .main-nav {
        display: flex;
    }

    .main-nav a {
        padding: 12px;
    }

    .hero {
        min-height: auto;
    }

    .hero-grid,
    .package-grid,
    .about-grid,
    .faq-grid,
    .cta-card {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
    }

    .venue-card {
        height: 500px;
    }

    .package-copy {
        position: static;
    }

    .spaces-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        flex-direction: column;
    }

    .footer-grid span {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, 1120px);
    }

    .section-pad {
        padding: 56px 0;
    }

    .brand small {
        display: none;
    }

    .hero h1 {
        font-size: clamp(2.6rem, 14vw, 4rem);
    }

    .hero-actions,
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .btn {
        width: 100%;
    }

    .hero-stats {
        display: grid;
    }

    .venue-card {
        height: 430px;
        border-radius: 30px;
    }

    .floating-note {
        display: none;
    }

    .stage-shape {
        width: 86%;
        bottom: 100px;
    }

    .ceiling-lights {
        gap: 20px;
    }

    .floorplan {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .room,
    .room-large,
    .room-wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 96px;
    }

    .process-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .showcase-card,
    .showcase-card.tall,
    .showcase-card.wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 190px;
    }

    .floating-whatsapp {
        left: 14px;
        right: 14px;
    }
}