.elementor-285442 .elementor-element.elementor-element-c495145{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9beee99 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,500;1,300&family=Montserrat:wght@200;400&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth
}

body {
    background: #111111
}

.luxury-wedding-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 8%;
    background-color: #111111;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    box-sizing: border-box
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.agentecard.com/wp-content/uploads/2026/06/wed-3-scaled.jpg');
    background-size: cover;
    background-position: 28% 20%;
    transform: scale(1.05);
    transition: transform 3.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1
}

.hero-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(17, 17, 17, 0.2) 0%, rgba(17, 17, 17, 0.7) 100%);
    z-index: 2
}

.hero-content-frame {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 35px 50px;
    width: 90%;
    max-width: 520px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.8s ease, transform 1.8s cubic-bezier(0.25, 1, 0.5, 1)
}

.gallery-sub-tag {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 6px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    text-transform: uppercase
}

.couple-names {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3)
}

.infinity-symbol {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    display: inline-block;
    font-size: 2rem;
    opacity: 0.5;
    vertical-align: middle;
    margin: 4px 0;
    transition: transform 0.8s ease
}

.couple-names:hover .infinity-symbol {
    transform: rotate(180deg)
}

.divider-line {
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 15px auto
}

.wedding-date-lockup {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.wedding-date {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 4px
}

.countdown-label {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6)
}

.luxury-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 2s ease 1s
}

.scroll-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 4px;
    color: rgba(45, 42, 38, 0.75)
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(45, 42, 38, 0.3), rgba(45, 42, 38, 0));
    position: relative;
    overflow: hidden
}

.scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2D2A26;
    animation: luxuriousScroll 2s cubic-bezier(0.25, 1, 0.5, 1) infinite
}

@keyframes luxuriousScroll {
    0% {
        transform: translateY(-100%)
    }

    80%,
    100% {
        transform: translateY(100%)
    }
}

.hero-bottom-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    background: linear-gradient(to bottom, rgba(249, 246, 240, 0) 0%, #F9F6F0 100%);
    z-index: 2;
    pointer-events: none
}

@media (max-width:480px) {
    .luxury-wedding-hero {
        justify-content: center;
        align-items: center;
        padding-right: 0;
        padding-bottom: 0
    }

    .hero-bg-image {
        background-position: 22% center
    }

    .couple-names {
        font-size: 2.3rem
    }

    .wedding-date {
        font-size: 1.3rem
    }

    .hero-content-frame {
        padding: 30px 20px;
        max-width: 290px
    }

    .gallery-sub-tag {
        font-size: 8px;
        letter-spacing: 4px;
        margin-bottom: 15px
    }

    .divider-line {
        margin: 15px auto
    }
}

.wedding-details-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #F9F6F0;
    background-image: url('https://www.agentecard.com/wp-content/uploads/2026/06/bg-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    font-family: 'Cormorant Garamond', serif;
    color: #2D2A26;
    box-sizing: border-box;
    overflow: hidden
}

.section-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 246, 240, 0.88);
    z-index: 1;
    pointer-events: none
}

.countdown-wrapper {
    text-align: center;
    margin-bottom: 60px;
    z-index: 2
}

.section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 8px;
    color: #B58E2A;
    margin-bottom: 30px;
    text-transform: uppercase
}

.countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 70px
}

.time-number {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: #2D2A26;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.05)
}

.time-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgba(45, 42, 38, 0.6);
    margin-top: 10px
}

.time-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(181, 142, 42, 0.4), transparent)
}

.calendar-wrapper {
    width: 100%;
    max-width: 450px;
    z-index: 2
}

.calendar-glass-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(181, 142, 42, 0.25);
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 20px 50px rgba(45, 42, 38, 0.06), inset 0 0 20px rgba(255, 255, 255, 0.4);
    text-align: center
}

.calendar-month {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 3px;
    color: #B58E2A;
    margin: 0
}

.calendar-line {
    width: 30px;
    height: 1px;
    background-color: rgba(45, 42, 38, 0.15);
    margin: 20px auto 30px auto
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px 5px
}

.weekday {
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(45, 42, 38, 0.5);
    text-transform: uppercase;
    margin-bottom: 10px
}

.day {
    font-size: 1.2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: rgba(45, 42, 38, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    position: relative;
    transition: color 0.3s ease
}

.day:not(:empty):hover {
    color: #000000;
    cursor: default
}

.highlighted-date {
    color: #ffffff !important;
    font-weight: 500;
    z-index: 1
}

.highlighted-date::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #B58E2A;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 4px 15px rgba(181, 142, 42, 0.4)
}

.ring-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border: 1px solid #B58E2A;
    border-radius: 50%;
    z-index: -2;
    animation: goldRipple 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
}

.ring-animation.delay {
    animation-delay: 1.25s
}

@keyframes goldRipple {
    0% {
        width: 32px;
        height: 32px;
        opacity: 1
    }

    100% {
        width: 75px;
        height: 75px;
        opacity: 0
    }
}

@media (max-width:480px) {
    .countdown-timer {
        gap: 10px
    }

    .time-number {
        font-size: 2.5rem
    }

    .calendar-glass-card {
        padding: 30px 15px
    }

    .day {
        font-size: 1.1rem
    }
}

.wedding-locations-section {
    width: 100%;
    background-color: #F9F6F0;
    background-image: url('https://www.agentecard.com/wp-content/uploads/2026/06/bg-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 80px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    overflow: hidden
}

.locations-title {
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 4px;
    color: #4A1C24;
    margin: 0 0 10px 0;
    text-align: center;
    z-index: 2;
    position: relative
}

.locations-divider {
    width: 50px;
    height: 1px;
    background-color: rgba(74, 28, 36, 0.25);
    margin: 0 auto 50px auto;
    z-index: 2;
    position: relative
}

.locations-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 450px;
    z-index: 2;
    position: relative
}

.location-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(45, 42, 38, 0.05);
    border: 1px solid rgba(181, 142, 42, 0.12);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1)
}

.location-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(45, 42, 38, 0.1)
}

.location-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative
}

.location-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1)
}

.location-card:hover .location-image {
    transform: scale(1.08)
}

.location-details {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start
}

.location-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #4A1C24
}

.location-icon {
    width: 20px;
    height: 20px;
    stroke: #4A1C24;
    opacity: 0.85;
    display: inline-block
}

.location-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px
}

.map-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #A39382;
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(163, 147, 130, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease
}

.map-button:hover {
    background-color: #8C7C6D;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(163, 147, 130, 0.35)
}

.button-icon {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none
}

@media (min-width:769px) {
    .locations-grid {
        flex-direction: row;
        justify-content: center;
        max-width: 1100px;
        gap: 40px
    }

    .location-card {
        flex: 1
    }
}

.wedding-rsvp-section {
    width: 100%;
    background-color: #F9F6F0;
    background-image: url('https://www.agentecard.com/wp-content/uploads/2026/06/bg-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 80px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    overflow: hidden
}

.rsvp-title {
    font-size: 2.8rem;
    font-weight: 300;
    letter-spacing: 4px;
    color: #4A1C24;
    margin: 0 0 10px 0;
    text-align: center;
    z-index: 2;
    position: relative
}

.rsvp-divider {
    width: 50px;
    height: 1px;
    background-color: rgba(74, 28, 36, 0.25);
    margin: 0 auto 30px auto;
    z-index: 2;
    position: relative
}

.rsvp-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 4px;
    color: #B58E2A;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    position: relative
}

.rsvp-wrapper {
    width: 100%;
    max-width: 500px;
    z-index: 2;
    position: relative
}

.rsvp-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(181, 142, 42, 0.2);
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 20px 50px rgba(45, 42, 38, 0.05)
}

.rsvp-form {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left
}

.form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #4A1C24;
    text-transform: uppercase
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(163, 147, 130, 0.3);
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: #2D2A26;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #B58E2A;
    box-shadow: 0 0 8px rgba(181, 142, 42, 0.15)
}

.form-textarea {
    resize: vertical;
    min-height: 100px
}

.attendance-options {
    display: flex;
    gap: 15px;
    margin-top: 5px
}

.attendance-label {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(163, 147, 130, 0.3);
    background: rgba(255, 255, 255, 0.6);
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(45, 42, 38, 0.7);
    cursor: pointer;
    transition: all 0.3s ease
}

.attendance-input {
    display: none
}

.attendance-input:checked+.attendance-label {
    background-color: #B58E2A;
    border-color: #B58E2A;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(181, 142, 42, 0.25)
}

.submit-button {
    width: 100%;
    background-color: #4A1C24;
    color: #ffffff;
    padding: 14px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(74, 28, 36, 0.15);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease
}

.submit-button:hover {
    background-color: #5C2630;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 28, 36, 0.25)
}

.rsvp-response-message {
    display: none;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    margin-top: 15px;
    padding: 10px;
    border-radius: 8px
}

.rsvp-response-message.success {
    background-color: rgba(40, 167, 69, 0.1);
    color: #155724;
    border: 1px solid rgba(40, 167, 69, 0.2)
}

.rsvp-response-message.error {
    background-color: rgba(220, 53, 69, 0.1);
    color: #721c24;
    border: 1px solid rgba(220, 53, 69, 0.2)
}

.wedding-gallery-section {
    width: 100%;
    background-color: #F9F6F0;
    background-image: url('https://www.agentecard.com/wp-content/uploads/2026/06/bg-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 80px 0 80px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    overflow: hidden
}

.gallery-section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #B58E2A;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 2
}

.gallery-section-title {
    font-size: 2.6rem;
    font-weight: 300;
    color: #2D2A26;
    letter-spacing: 3px;
    margin: 0 0 8px 0;
    text-align: center;
    position: relative;
    z-index: 2
}

.gallery-section-title em {
    font-style: italic;
    color: #B58E2A
}

.gallery-section-divider {
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, transparent, #B58E2A, transparent);
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2
}

.gallery-slider-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    z-index: 2;
    user-select: none
}

.gallery-track {
    display: flex;
    transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
    will-change: transform
}

.gallery-slide {
    min-width: 100%;
    position: relative;
    overflow: hidden
}

.gallery-slide-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 6s ease
}

.gallery-slide.active .gallery-slide-img {
    transform: scale(1.04)
}

.gallery-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 25px;
    background: linear-gradient(to top, rgba(17, 17, 17, 0.65) 0%, transparent 100%);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    padding-bottom: 4px
}

.gallery-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(45, 42, 38, 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease
}

.gallery-dot.active {
    background: #B58E2A;
    transform: scale(1.5)
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 22px));
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(181, 142, 42, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
    color: #2D2A26
}

.gallery-arrow svg {
    width: 18px;
    height: 18px
}

.gallery-arrow:hover {
    background: rgba(255, 255, 255, 0.98);
    border-color: #B58E2A;
    box-shadow: 0 6px 20px rgba(181, 142, 42, 0.2)
}

.gallery-arrow-prev {
    left: 18px
}

.gallery-arrow-next {
    right: 18px
}

@media (max-width:480px) {
    .gallery-slide-img {
        height: 300px
    }

    .gallery-section-title {
        font-size: 1.9rem
    }

    .gallery-arrow {
        width: 36px;
        height: 36px
    }

    .gallery-arrow svg {
        width: 14px;
        height: 14px
    }

    .gallery-arrow-prev {
        left: 10px
    }

    .gallery-arrow-next {
        right: 10px
    }
}

.trivia-war-section {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #1A0A0E 0%, #2D1218 40%, #1A0A0E 100%);
    position: relative;
    padding: 80px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    overflow: hidden
}

.trivia-war-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(181, 142, 42, 0.08) 0%, transparent 70%);
    pointer-events: none
}

.trivia-war-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(181, 142, 42, 0.06) 0%, transparent 70%);
    pointer-events: none
}

.trivia-section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #B58E2A;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 2
}

.trivia-section-title {
    font-size: 2.6rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 3px;
    margin: 0 0 8px 0;
    text-align: center;
    position: relative;
    z-index: 2
}

.trivia-section-title em {
    font-style: italic;
    color: #D4AF37
}

.trivia-section-divider {
    width: 50px;
    height: 1px;
    background: linear-gradient(to right, transparent, #B58E2A, transparent);
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2
}

.trivia-game-container {
    width: 100%;
    max-width: 480px;
    position: relative;
    z-index: 2
}

.trivia-screen {
    display: none;
    animation: triviaFadeIn 0.4s ease forwards
}

.trivia-screen.active {
    display: block
}

@keyframes triviaFadeIn {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.trivia-team-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    backdrop-filter: blur(10px)
}

.trivia-greeting {
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 8px
}

.trivia-greeting-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.team-buttons {
    display: flex;
    gap: 15px
}

.team-btn {
    flex: 1;
    padding: 18px 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.team-btn .team-emoji {
    font-size: 2rem
}

.team-btn .team-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5)
}

.team-btn.bride:hover,
.team-btn.bride.selected {
    background: rgba(222, 139, 167, 0.18);
    border-color: rgba(222, 139, 167, 0.45);
    box-shadow: 0 0 25px rgba(222, 139, 167, 0.15)
}

.team-btn.groom:hover,
.team-btn.groom.selected {
    background: rgba(80, 140, 200, 0.18);
    border-color: rgba(80, 140, 200, 0.45);
    box-shadow: 0 0 25px rgba(80, 140, 200, 0.15)
}

.trivia-quiz-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 35px 25px;
    backdrop-filter: blur(10px)
}

.quiz-progress-bar-wrap {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    margin-bottom: 25px;
    overflow: hidden
}

.quiz-progress-bar-fill {
    height: 100%;
    background: linear-gradient(to right, #B58E2A, #D4AF37);
    border-radius: 99px;
    transition: width 0.4s ease
}

.quiz-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.quiz-counter {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px
}

.quiz-team-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: 2px;
    padding: 4px 12px;
    border-radius: 99px;
    background: rgba(181, 142, 42, 0.15);
    color: #D4AF37
}

.quiz-question {
    font-size: 1.6rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 28px;
    min-height: 70px
}

.quiz-answers {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.quiz-answer-btn {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    cursor: pointer;
    text-align: left;
    transition: all 0.25s ease
}

.quiz-answer-btn:hover:not(:disabled) {
    background: rgba(181, 142, 42, 0.12);
    border-color: rgba(181, 142, 42, 0.35);
    color: #ffffff;
    transform: translateX(4px)
}

.quiz-answer-btn.correct {
    background: rgba(40, 167, 69, 0.18);
    border-color: rgba(40, 167, 69, 0.5);
    color: #6fcf97
}

.quiz-answer-btn.wrong {
    background: rgba(220, 53, 69, 0.15);
    border-color: rgba(220, 53, 69, 0.4);
    color: #eb5757
}

.quiz-answer-btn:disabled {
    cursor: default
}

.quiz-feedback {
    margin-top: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    min-height: 20px;
    text-align: center;
    transition: opacity 0.3s ease
}

.trivia-result-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    backdrop-filter: blur(10px)
}

.result-score-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid rgba(181, 142, 42, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    background: rgba(181, 142, 42, 0.05)
}

.result-score-number {
    font-size: 2.8rem;
    font-weight: 300;
    color: #D4AF37;
    line-height: 1
}

.result-score-total {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 2px
}

.result-verdict {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 6px
}

.result-sentence {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 1.6
}

.war-bar-section {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px
}

.war-bar-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    margin-bottom: 12px
}

.war-bar-teams {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.war-team-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 1px
}

.war-team-label.bride {
    color: #DE8BA7
}

.war-team-label.groom {
    color: #508CC8
}

.war-bar-track {
    width: 100%;
    height: 8px;
    border-radius: 99px;
    overflow: hidden;
    display: flex
}

.war-bar-bride {
    height: 100%;
    background: linear-gradient(to right, #C9637D, #DE8BA7);
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1)
}

.war-bar-groom {
    height: 100%;
    background: linear-gradient(to right, #508CC8, #7EB0E0);
    transition: width 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    flex: 1
}

.war-percentages {
    display: flex;
    justify-content: space-between;
    margin-top: 8px
}

.war-pct {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 400
}

.war-pct.bride {
    color: #DE8BA7
}

.war-pct.groom {
    color: #508CC8
}

.war-headline {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px
}

.trivia-replay-btn {
    display: inline-block;
    padding: 12px 35px;
    background: transparent;
    border: 1px solid rgba(181, 142, 42, 0.4);
    border-radius: 99px;
    color: #D4AF37;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease
}

.trivia-replay-btn:hover {
    background: rgba(181, 142, 42, 0.1);
    border-color: #D4AF37
}/* End custom CSS */