:root {
    --primary: #7a5cff;
    --primary-dark: #5a3bf1;
    --accent: #ff9eed;
    --bg-light: #f4f0ff;
    --text-dark: #1f1a3d;
}

html, body {
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(160deg, #f6f0ff 0%, #d9cbff 50%, #f7ecff 100%);
    color: var(--text-dark);
    position: relative;
    overflow-x: hidden;
}

/* Hawaiian landing page */
body.landing-theme {
    background: radial-gradient(140vw 140vw at 10% -10%, rgba(255, 181, 70, 0.32), transparent 60%),
        radial-gradient(120vw 120vw at 90% 0%, rgba(255, 103, 164, 0.38), transparent 62%),
        linear-gradient(140deg, #1a0c40 0%, #451c79 35%, #f364a2 72%, #ffb858 100%);
    color: #fef8ff;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body.landing-theme .landing-main {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

body.landing-theme .landing-main .container {
    max-width: 1120px;
}

body.landing-theme .landing-main .row {
    align-items: stretch;
}

body.landing-theme .tropical-decorations {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

body.landing-theme .tropical-decorations .gradient {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
}

body.landing-theme .gradient-one {
    width: 46vw;
    height: 46vw;
    top: -18vw;
    left: -10vw;
    background: radial-gradient(circle at 40% 40%, rgba(255, 214, 92, 0.9), rgba(255, 119, 68, 0));
}

body.landing-theme .gradient-two {
    width: 52vw;
    height: 52vw;
    top: 8vw;
    right: -20vw;
    background: radial-gradient(circle at 60% 40%, rgba(87, 229, 211, 0.65), rgba(39, 108, 200, 0));
}

body.landing-theme .gradient-three {
    width: 60vw;
    height: 60vw;
    bottom: -26vw;
    left: 45%;
    transform: translateX(-50%);
    background: radial-gradient(circle at 50% 50%, rgba(255, 153, 209, 0.5), rgba(79, 27, 127, 0));
}

body.landing-theme .flower {
    position: absolute;
    display: block;
    width: 280px;
    height: 280px;
    background: url("../images/flower-cluster.svg") no-repeat center/contain;
    opacity: 0.82;
    filter: drop-shadow(0 24px 45px rgba(9, 2, 36, 0.35));
}

body.landing-theme .flower--left {
    top: 6vh;
    left: -60px;
    transform: rotate(-18deg);
}

body.landing-theme .flower--right {
    top: 4vh;
    right: -80px;
    width: 320px;
    height: 320px;
    transform: rotate(20deg);
}

body.landing-theme .flower--bottom {
    bottom: -110px;
    left: 50%;
    width: 360px;
    height: 360px;
    transform: translateX(-50%) rotate(160deg);
}

.landing-theme .hero-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 2.4rem 2.1rem;
    border-radius: 34px;
    background: rgba(18, 6, 54, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 32px 70px rgba(10, 3, 35, 0.4);
    color: #fffdf7;
    overflow: hidden;
}

.landing-theme .hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(100% 80% at 10% 0%, rgba(255, 255, 255, 0.14), transparent 65%),
        radial-gradient(120% 120% at 100% 100%, rgba(73, 255, 210, 0.16), transparent 60%);
    opacity: 0.85;
    pointer-events: none;
}

.landing-theme .hero-card > * {
    position: relative;
    z-index: 1;
}

.landing-theme .hero-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.landing-theme .hero-brand-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.75rem;
}

.landing-theme .hero-brand-tag {
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 241, 209, 0.85);
}

.landing-theme .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: linear-gradient(120deg, #ffde66 0%, #ff7b54 100%);
    color: #582800;
    box-shadow: 0 16px 30px rgba(255, 154, 37, 0.45);
}

.landing-theme .hero-title {
    font-family: "Berkshire Swash", cursive;
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    line-height: 1.05;
    color: #fff9f2;
    text-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
    margin-bottom: 0;
}

.landing-theme .hero-subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    color: rgba(255, 237, 208, 0.8);
    margin: 0;
}

.landing-theme .hero-highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    border-radius: 12px;
    background: linear-gradient(120deg, #ffe55c 0%, #ffa03a 100%);
    color: #4f1b00;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.9rem;
    box-shadow: 0 18px 36px rgba(255, 152, 32, 0.45);
}

.landing-theme .hero-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.landing-theme .hero-details li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.95rem;
    color: rgba(255, 243, 223, 0.88);
}

.landing-theme .hero-details i {
    font-size: 1.2rem;
    color: rgba(255, 240, 127, 0.95);
}

.landing-theme .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.landing-theme .hero-actions .btn-primary {
    min-width: 200px;
}

.landing-theme .hero-note {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.78rem;
    color: rgba(255, 244, 221, 0.85);
}

.landing-theme .hero-ticket-card {
    display: grid;
    gap: 0.4rem;
    justify-items: start;
    padding: 1.4rem 1.6rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 20px 38px rgba(0, 0, 0, 0.28);
}

.landing-theme .hero-ticket-label {
    font-family: "Montserrat", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 243, 221, 0.8);
}

.landing-theme .hero-ticket-value {
    font-family: "Berkshire Swash", cursive;
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    color: #fff7e1;
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.landing-theme .hero-ticket-meta {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 246, 228, 0.78);
}

.landing-theme .countdown-card {
    background: linear-gradient(130deg, rgba(27, 6, 65, 0.9) 0%, rgba(3, 74, 92, 0.75) 100%);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 55px rgba(3, 16, 36, 0.45);
}

.landing-theme .countdown-card::after {
    background: radial-gradient(110% 110% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0.6;
}

.landing-theme .countdown-heading {
    align-items: flex-start;
}

.landing-theme .countdown-headline {
    font-family: "Montserrat", sans-serif;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(255, 244, 225, 0.85);
}

.landing-theme .countdown-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.26em;
}

.landing-theme .countdown-date {
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 243, 225, 0.85);
    letter-spacing: 0.25em;
}

.landing-theme .countdown-timer {
    gap: 1.1rem;
}

.landing-theme .countdown-segment {
    background: linear-gradient(150deg, rgba(255, 171, 83, 0.28) 0%, rgba(255, 130, 142, 0.16) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 16px 22px rgba(0, 0, 0, 0.25);
}

.landing-theme .countdown-value {
    color: #fffaf0;
    font-size: 2.4rem;
}

.landing-theme .countdown-unit {
    color: rgba(255, 244, 224, 0.7);
    letter-spacing: 0.22em;
}

.landing-theme .countdown-status {
    color: rgba(255, 247, 234, 0.85);
}

.landing-theme .countdown-note {
    color: rgba(255, 247, 229, 0.72);
}

.landing-theme .form-card {
    position: relative;
    padding: 2.6rem 2.3rem;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 30px 65px rgba(12, 9, 48, 0.25);
    overflow: hidden;
}

.landing-theme .form-card::before {
    content: "";
    position: absolute;
    inset: -20% -10% auto -10%;
    height: 60%;
    background: radial-gradient(80% 80% at 20% 20%, rgba(255, 190, 90, 0.35), transparent 70%),
        radial-gradient(80% 80% at 80% 20%, rgba(64, 218, 200, 0.35), transparent 70%);
    pointer-events: none;
}

.landing-theme .form-card > * {
    position: relative;
    z-index: 1;
}

.landing-theme .form-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: #201445;
    margin-bottom: 0.35rem;
}

.landing-theme .form-subtitle {
    font-size: 0.98rem;
    color: rgba(32, 20, 69, 0.75);
    margin-bottom: 1.5rem;
}

.landing-theme .form-note {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: rgba(32, 20, 69, 0.6);
}

.landing-theme .form-label {
    color: rgba(32, 20, 69, 0.85);
    font-weight: 600;
}

.landing-theme .input-icon {
    color: #ff7d5e;
}

.landing-theme .input-wrapper .form-control {
    border-radius: 18px;
    border: 1px solid rgba(255, 126, 100, 0.35);
    background-color: rgba(255, 255, 255, 0.9);
    height: 56px;
}

.landing-theme .input-wrapper .form-control:focus {
    border-color: #31d9c0;
    box-shadow: 0 0 0 0.18rem rgba(49, 217, 192, 0.25);
    background-color: #fff;
}

.landing-theme .btn-primary {
    border-radius: 20px;
    background: linear-gradient(130deg, #32e0c4 0%, #ffa36a 100%);
    box-shadow: 0 22px 40px rgba(30, 170, 150, 0.45);
    border: none;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-theme .btn-primary:hover,
.landing-theme .btn-primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 26px 50px rgba(30, 170, 150, 0.55);
}

.landing-theme .alert {
    border-radius: 18px;
}

.landing-theme .alert-success {
    background: rgba(49, 217, 192, 0.18);
    color: #0f6b5d;
}

.landing-theme .alert-danger {
    background: rgba(255, 126, 100, 0.18);
    color: #982f2f;
}

.landing-theme .form-optional {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(32, 20, 69, 0.55);
    margin-left: 0.35rem;
}

@media (max-width: 991.98px) {
    .landing-theme .hero-card,
    .landing-theme .form-card {
        padding: 2.2rem 2rem;
    }

    .landing-theme .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .landing-theme .hero-note {
        align-self: stretch;
        text-align: center;
    }

    .landing-theme .hero-details {
        gap: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    body.landing-theme {
        background: linear-gradient(150deg, #1a0c40 0%, #451c79 35%, #f364a2 72%, #ffb858 100%);
    }

    .landing-theme .tropical-decorations {
        opacity: 0.65;
    }

    .landing-theme .hero-card,
    .landing-theme .form-card {
        border-radius: 26px;
    }

    .landing-theme .hero-highlight {
        font-size: 0.75rem;
        letter-spacing: 0.14em;
    }

    .landing-theme .countdown-timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .landing-theme .hero-card,
    .landing-theme .form-card {
        padding: 2rem 1.6rem;
    }

    .landing-theme .hero-title {
        font-size: 2.4rem;
    }

    .landing-theme .hero-subtitle {
        letter-spacing: 0.18em;
    }

    .landing-theme .hero-ticket-card {
        justify-items: center;
    }
}

@media (min-width: 1024px) {
    .landing-theme .hero-title {
        font-size: 4rem;
    }

    .landing-theme .hero-subtitle {
        font-size: 1.15rem;
        letter-spacing: 0.32em;
    }

    .landing-theme .hero-details li {
        font-size: 1.05rem;
    }

    .landing-theme .form-card {
        padding: 3rem 3.2rem;
    }

    .landing-theme .form-title {
        font-size: 2.2rem;
    }

    .landing-theme .form-subtitle {
        font-size: 1.05rem;
    }

    .landing-theme .input-wrapper .form-control {
        height: 60px;
        font-size: 1rem;
    }

    .landing-theme .btn-primary {
        padding: 0.85rem 1.2rem;
        font-size: 0.95rem;
    }

    .landing-theme .hero-ticket-card {
        padding: 1.6rem 2rem;
    }
}

.gradient-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
}

.shape-one {
    width: 420px;
    height: 420px;
    background: linear-gradient(140deg, var(--primary) 0%, var(--accent) 100%);
    top: -120px;
    right: -140px;
}

.shape-two {
    width: 360px;
    height: 360px;
    background: linear-gradient(140deg, #b669ff 0%, #6fc8ff 100%);
    bottom: -140px;
    left: -120px;
}

.card-glass {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.card h1 {
    color: var(--text-dark);
}

.brand-logo {
    max-width: 140px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-circle {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    background: linear-gradient(140deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
    font-size: 2rem;
    box-shadow: 0 18px 35px rgba(121, 92, 255, 0.35);
}

.ticket-icon {
    transform: translateY(2px);
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    inset: 0 auto 0 0;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 1.1rem;
}

.input-wrapper .form-control {
    border-radius: 16px;
    padding-left: 52px;
    padding-right: 16px;
    border: 1px solid rgba(122, 92, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.95);
    height: 56px;
    transition: all 0.2s ease-in-out;
}

.input-wrapper .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.18rem rgba(122, 92, 255, 0.25);
    background-color: #fff;
}

.btn-primary {
    border-radius: 18px;
    background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
    border: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    box-shadow: 0 20px 35px rgba(122, 92, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 25px 45px rgba(90, 59, 241, 0.4);
}

.alert {
    border-radius: 16px;
    border: none;
}

.form-label {
    font-weight: 500;
    color: var(--text-dark);
}

.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.35rem;
    border-radius: 50%;
    font-size: 0.9rem;
    color: var(--primary);
    background-color: rgba(122, 92, 255, 0.12);
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.info-icon:hover,
.info-icon:focus {
    color: var(--primary-dark);
    background-color: rgba(122, 92, 255, 0.2);
    outline: none;
}

.info-icon i {
    line-height: 1;
}

.event-banner-wrapper {
    position: relative;
}

.event-banner-card {
    display: flex;
    gap: 1.75rem;
    align-items: center;
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(122, 92, 255, 0.18);
    box-shadow: 0 22px 40px rgba(31, 26, 61, 0.12);
    text-decoration: none;
    color: var(--text-dark);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.event-banner-card:hover,
.event-banner-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 28px 55px rgba(31, 26, 61, 0.18);
    color: var(--text-dark);
}

.event-banner-image {
    flex: 0 0 220px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(140deg, rgba(122, 92, 255, 0.2) 0%, rgba(111, 200, 255, 0.2) 100%);
}

.event-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-banner-content {
    flex: 1;
}

.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 16px 35px rgba(37, 211, 102, 0.35);
    z-index: 1050;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    transform: translateY(-3px);
    box-shadow: 0 22px 45px rgba(37, 211, 102, 0.45);
    color: #fff;
}

@media (max-width: 576px) {
    .whatsapp-float {
        bottom: 16px;
        right: 16px;
        width: 52px;
        height: 52px;
        font-size: 1.6rem;
    }
}

.event-banner-content h2 {
    font-size: 1.65rem;
    margin-bottom: 0.75rem;
}

.event-banner-content p {
    margin-bottom: 1rem;
    color: rgba(31, 26, 61, 0.75);
}

.event-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.9rem;
    border-radius: 999px;
    background: rgba(122, 92, 255, 0.12);
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.event-details {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: grid;
    gap: 0.35rem;
}

.event-details li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.98rem;
}

.event-details i {
    color: var(--primary);
    font-size: 1.1rem;
}

.event-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.2rem;
    border-radius: 12px;
    background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 0.98rem;
    box-shadow: 0 12px 24px rgba(122, 92, 255, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-banner-card:hover .event-cta,
.event-banner-card:focus .event-cta {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(90, 59, 241, 0.35);
}

@media (max-width: 991.98px) {
    .event-banner-card {
        flex-direction: column;
        text-align: center;
        padding: 1.75rem;
    }

    .event-banner-image {
        width: 100%;
        flex: 0 0 auto;
    }

    .event-details {
        justify-items: center;
    }
}

@media (max-width: 575.98px) {
    .event-banner-card {
        padding: 1.5rem;
    }

    .event-banner-content h2 {
        font-size: 1.35rem;
    }

    .event-details li {
        font-size: 0.92rem;
    }
}

.countdown-card {
    position: relative;
    border-radius: 22px;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 237, 255, 0.9) 100%);
    border: 1px solid rgba(122, 92, 255, 0.22);
    box-shadow: 0 24px 50px rgba(68, 46, 125, 0.18);
    overflow: hidden;
}

.countdown-card::after {
    content: '';
    position: absolute;
    inset: 12px -30px -40px -30px;
    background: radial-gradient(120% 120% at 50% 0%, rgba(122, 92, 255, 0.16) 0%, rgba(122, 92, 255, 0) 70%);
    opacity: 0.7;
    pointer-events: none;
}

.countdown-heading,                                                         
.countdown-timer,
.countdown-status,
.countdown-note {
    position: relative;
    z-index: 1;
}

.countdown-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.countdown-label {
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(31, 26, 61, 0.7);
    font-weight: 600;
}

.countdown-date {
    font-weight: 600;
    color: var(--primary-dark);
}

.countdown-timer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

.countdown-segment {
    background: linear-gradient(135deg, rgba(122, 92, 255, 0.25) 0%, rgba(122, 92, 255, 0.05) 100%);
    border-radius: 18px;
    padding: 0.95rem 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 12px 30px rgba(90, 59, 241, 0.18);
    border: 1px solid rgba(122, 92, 255, 0.2);
}

.countdown-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1;
}

.countdown-unit {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(31, 26, 61, 0.65);
}

.countdown-status {
    margin-bottom: 0.35rem;
    font-weight: 500;
    color: rgba(31, 26, 61, 0.78);
}

.countdown-note {
    font-size: 0.85rem;
    color: rgba(31, 26, 61, 0.6);
}

@media (max-width: 768px) {
    .countdown-card {
        padding: 1.5rem;
    }

    .countdown-heading {
        flex-direction: column;
        text-align: center;
        gap: 0.4rem;
    }

    .countdown-timer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .countdown-timer {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .countdown-value {
        font-size: 2rem;
    }
}
.notes-cell {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.actions-cell .action-buttons {
    gap: 0.5rem;
}

.actions-cell .action-buttons form {
    display: inline;
    margin: 0;
}
.actions-cell .btn-action.btn-success,
.actions-cell .btn-action.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.actions-cell .btn-action.btn-success i,
.actions-cell .btn-action.btn-danger i {
    font-size: 1.05rem;
}

@media (max-width: 767.98px) {
    .actions-cell .btn-action.btn-success,
    .actions-cell .btn-action.btn-danger {
        width: 100%;
    }

    .notes-cell {
        max-width: 100%;
        white-space: normal;
    }
}
@media (max-width: 767.98px) {
    .coupons-table-wrapper {
        overflow: visible;
    }

    .coupons-table {
        border-collapse: separate;
        border-spacing: 0;
    }

    .coupons-table thead {
        display: none;
    }

    .coupons-table tbody tr {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid rgba(122, 92, 255, 0.15);
        border-radius: 18px;
        padding: 1rem 1.25rem;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 12px 24px rgba(31, 26, 61, 0.08);
    }

    .coupons-table tbody tr:last-child {
        margin-bottom: 0;
    }

    .coupons-table tbody tr td {
        display: block;
        padding: 0.75rem 0;
        border: none;
    }

    .coupons-table tbody tr td + td {
        border-top: 1px solid rgba(122, 92, 255, 0.08);
    }

    .coupons-table tbody tr td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.35rem;
        font-size: 0.8rem;
        letter-spacing: 0.03em;
        font-weight: 600;
        color: rgba(31, 26, 61, 0.75);
        text-transform: uppercase;
    }

    .coupons-table tbody tr td.actions-cell {
        text-align: left !important;
    }

    .coupons-table tbody tr td.actions-cell::before {
        margin-bottom: 0.5rem;
    }

    .coupons-table tbody tr td.actions-cell .action-buttons {
        width: 100%;
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }

    .coupons-table tbody tr td.actions-cell .action-buttons form,
    .coupons-table tbody tr td.actions-cell .action-buttons > * {
        margin: 0;
    }
}
.customer-body {
    min-height: 100vh;
}

.customer-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 4rem;
}

.customer-header {
    text-align: center;
    margin-bottom: 1.75rem;
    color: var(--text-dark);
}

.customer-header h1 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
}

.customer-header .lead {
    color: rgba(31, 26, 61, 0.7);
    font-size: 0.98rem;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
}

.customer-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-radius: 20px;
    border: 1px solid rgba(122, 92, 255, 0.14);
    box-shadow: 0 18px 40px rgba(31, 26, 61, 0.14);
}

.customer-card {
    padding: 1.75rem 1.5rem;
    margin-bottom: 1.5rem;
}

.customer-form-card h2 {
    font-size: 1.3rem;
    margin-bottom: 0.35rem;
}

.customer-form-card .helper {
    color: rgba(31, 26, 61, 0.65);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.customer-form {
    display: grid;
    gap: 1rem;
}

.customer-form .form-field {
    display: grid;
    gap: 0.35rem;
}

.customer-form label {
    font-weight: 500;
    color: rgba(31, 26, 61, 0.75);
}

.customer-form input {
    border-radius: 14px;
    border: 1px solid rgba(122, 92, 255, 0.25);
    padding: 0.75rem 1rem;
    background-color: rgba(255, 255, 255, 0.96);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.customer-form input:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 0.15rem rgba(122, 92, 255, 0.25);
}

.customer-form-card .form-footnote {
    margin-top: 0.85rem;
    font-size: 0.82rem;
    color: rgba(31, 26, 61, 0.6);
    text-align: center;
}

.customer-alert {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.customer-alert i {
    font-size: 1.2rem;
}

.customer-alert-danger {
    background: rgba(245, 111, 111, 0.16);
    color: #a02121;
}

.customer-alert-warning {
    background: rgba(255, 206, 118, 0.2);
    color: #8a5a00;
}

.customer-stats-grid {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.customer-stat-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    border: 1px solid rgba(122, 92, 255, 0.15);
    padding: 1rem 1.25rem;
    display: grid;
    gap: 0.25rem;
}

.customer-stat-card .label {
    font-size: 0.85rem;
    color: rgba(31, 26, 61, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.customer-stat-card .value {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-dark);
}

.customer-stat-card .meta {
    font-size: 0.85rem;
    color: rgba(31, 26, 61, 0.6);
}

.chance-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(122, 92, 255, 0.18);
    box-shadow: 0 18px 40px rgba(31, 26, 61, 0.12);
    margin-bottom: 1.5rem;
}

.chance-headline {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.chance-metric {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.chance-value {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--primary);
}

.chance-sub {
    color: rgba(31, 26, 61, 0.65);
    font-size: 0.92rem;
}

.chance-meter-track {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(122, 92, 255, 0.1);
    overflow: hidden;
}

.chance-meter-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.chance-foot,
.chance-ranking {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: rgba(31, 26, 61, 0.7);
}

.motivation-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(122, 92, 255, 0.18);
    box-shadow: 0 18px 35px rgba(31, 26, 61, 0.1);
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.motivation-card h3 {
    margin: 0;
    font-size: 1.25rem;
}

.motivation-card p {
    color: rgba(31, 26, 61, 0.7);
    font-size: 0.95rem;
}

.coupon-list-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.coupon-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    border: 1px solid rgba(122, 92, 255, 0.16);
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 14px 28px rgba(31, 26, 61, 0.1);
}

.coupon-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0.75rem;
}

.coupon-number {
    font-weight: 600;
    color: var(--text-dark);
}

.coupon-status {
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    background: rgba(122, 92, 255, 0.12);
    color: var(--primary);
}

.coupon-card.status-approved .coupon-status {
    background: rgba(76, 211, 149, 0.2);
    color: #0f8c5d;
}

.coupon-card.status-pending .coupon-status {
    background: rgba(255, 206, 118, 0.2);
    color: #8a5a00;
}

.coupon-card.status-rejected .coupon-status {
    background: rgba(245, 111, 111, 0.18);
    color: #a02121;
}

.coupon-card-body {
    display: grid;
    gap: 0.7rem;
}

.coupon-info .label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(31, 26, 61, 0.55);
    margin-bottom: 0.15rem;
}

.coupon-info .value {
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 500;
}

.customer-footer {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(31, 26, 61, 0.6);
    margin-top: 2rem;
}

@media (min-width: 600px) {
    .customer-stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .customer-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .customer-header h1 {
        font-size: 1.65rem;
    }

    .coupon-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .coupon-status {
        align-self: flex-start;
    }
}
.text-muted {
    color: rgba(31, 26, 61, 0.65) !important;
}

@media (max-width: 575.98px) {
    .card-body {
        padding: 2.5rem 1.75rem;
    }

    .shape-one {
        width: 320px;
        height: 320px;
        top: -160px;
    }

    .shape-two {
        width: 280px;
        height: 280px;
        bottom: -160px;
    }
}
