/*
OOB MUN THEME Cascading Style Sheet (Style) - [ GET OUT OF INSPECT COPYRIGHT CODE APPLIES ]
*/

:root{
--purple:#280A3C;
--purple-dark:#1e0033;
--gold:#D4AF37;
--white:#ffffff;
--gray:#f5f5f5;
--text:#222;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

html{
overflow-x:hidden;
}

body{
font-family: "Bodoni Moda", serif;
background:var(--purple);
color:var(--text);
overflow-x:hidden;
line-height:1.7;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

ul{
list-style:none;
}

/*
NAVBAR
*/

.navbar{
position:fixed;
top:0;
left:0;
width:100%;
padding:18px 7%;
display:flex;
justify-content:space-between;
align-items:center;
background:linear-gradient(
180deg,
rgba(10,0,20,.98) 0%,
rgba(20,5,40,.90) 40%,
rgba(40,10,60,.60) 70%,
rgba(40,10,60,0) 100%
);
transition:
background-color .4s ease,
padding .4s ease,
box-shadow .4s ease,
backdrop-filter .4s ease;
backdrop-filter:blur(6px);
z-index:1000;
}

.navbar.scrolled{
background: linear-gradient(
180deg,
rgba(10,0,20,.98) 0%,
rgba(20,5,40,.90) 40%,
rgba(40,10,60,.60) 70%,
rgba(40,10,60,0) 100%
);
backdrop-filter: blur(6px);
box-shadow: 0 10px 30px rgba(0,0,0,.40);
}

.navbar a.logo::after {
    display: none; 
}

.logo {
    display: flex;
    align-items: center;
    gap: 35px; 
}

.logo img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    transform: scale(1.7); 
    transform-origin: center; 
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: scale(1.85); 
}

.logo h2{
font-family: "Bodoni Moda", serif;
font-size:2rem;
font-weight:700;
letter-spacing:3px;
color:white;
}

.navbar ul{
display:flex;
align-items:center;
gap:45px;
}

.navbar li{
display:inline-block;
}

.navbar a{
position:relative;
color:white;
font-size:18px;
font-weight:500;
transition:.3s;
}

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

.navbar a::after{
content:"";
position:absolute;
left:50%;
bottom:-8px;
width:0;
height:2px;
background:var(--gold);
transition:.35s;
transform:translateX(-50%);
}

.navbar a:hover::after{
width:100%;
}

/*
NAV TOGGLE (MOBILE) - (failsafe works)
*/

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-toggle span {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.nav-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 992px) {
    .nav-toggle {
        display: flex;
    }
    .navbar ul{
        position:fixed;
        top:0;
        right:-100%;
        width:min(75%,320px);
        height:100vh;
        flex-direction:column;
        justify-content:center;
        gap:35px;
        background:rgba(20,0,35,.98);
        backdrop-filter:blur(14px);
        transition:right .4s ease;
    }
    .navbar ul.active{
        right:0;
    }
}
.navbar ul.active{
right:0;
}

/*
HERO
*/

.hero{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: var(--purple);
}

.page-hero{
    height: 60vh;
}

/*
VIDEO / IMAGE
*/

.hero video,
.hero-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/*
OVERLAY
*/

.hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(20,8,35,.25),
            rgba(60,20,95,.55)
        );
    z-index: 1;
}

/*
HERO CONTENT
*/

.hero-content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
    color: #fff;
    will-change: transform, opacity;
    animation: heroFade 1.5s ease forwards;
}
.hero-content.show{
    opacity: 1;
    transform: translate(-50%, -50%);
}

/*
HERO TYPOGRAPHY
*/

.hero-cursive {
    font-family: 'Dancing Script', cursive;
    color: var(--gold);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 500;
    text-transform: none !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    margin-bottom: 8px;
}

.hero-edition {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: -5px; 
}

.hero-of {
    font-family: 'Dancing Script', cursive;
    color: var(--gold);
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 500;
    text-transform: lowercase;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero-content h1{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    font-weight: 700;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-tagline {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-socials {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.hero-socials a {
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.hero-socials a:hover {
    color: var(--gold);
    transform: translateY(-3px);
}

/*
SCROLL INDICATOR COLORS ETC
*/

.scroll{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    z-index: 3;
    animation: float 2s infinite;
}

.scroll span{
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
}

.arrow{
    margin-top: 5px;
    font-size: 24px;
    color: var(--gold);
}

/*
SECTIONS
*/

section{
padding:110px 10%;
background:var(--purple)
}

.welcome{
background:var(--purple);
}

.welcome h2{
font-family:Cinzel,serif;
font-size:40px;
color: var(--gold);
margin-bottom:20px;
text-align:center;
}

.welcome p{
max-width:900px;
margin:0 auto;
font-size:18px;
color: var(--white);
text-align:center;
line-height:1.8;
}

/*
HIGHLIGHTS
*/

.highlights{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
background:var(--purple);
}

/*
CARDS
*/

.card{
background: #730096;
padding:40px;
border-radius:20px;
color: #ffffff;
box-shadow:0 12px 35px rgba(0,0,0,.08);
transition:transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s cubic-bezier(.16,1,.3,1), border-bottom .5s cubic-bezier(.16,1,.3,1);
overflow:hidden;
}

.card:hover{
transform:translateY(-12px);
border-bottom:5px solid var(--gold);
box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.card img{
width:100%;
border-radius:12px;
margin-bottom:20px;
transition:.35s;
}

.card:hover img{
transform:scale(1.04);
}

.card h3{
font-family:Cinzel,serif;
color:var(--white);
margin-bottom:15px;
font-size:28px;
}

.card p{
line-height:1.7;
}

/*
COMMITTEE GRID
*/

.committee-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:35px;
}

.committee-grid .card{
text-align:center;
}

.committee-grid img{
height:220px;
object-fit:cover;
}

/*
SECRETARIAT
*/

.team-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:35px;
}

.team-grid .card{
text-align:center;
}

.team-grid img{
height:300px;
object-fit:cover;
}

/*
GALLERY
*/

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
}

.gallery-grid img{
width:100%;
border-radius:15px;
transition:.35s;
cursor:pointer;
}

.gallery-grid img:hover{
transform:scale(1.04);
}

/*
COUNTDOWN
*/

.countdown {
    position: relative;
    background: linear-gradient(rgba(15, 3, 25, 0.88), rgba(30, 0, 50, 0.92)), 
                url('../images/hero.jpg') center/cover no-repeat;
    text-align: center;
    color: #ffffff;
    padding: 80px 15px;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

@media (min-width: 1025px) {
    .countdown {
        background-attachment: fixed;
    }
}

.countdown-container {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.timer-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    width: 100%;
    box-sizing: border-box;
}

.timer-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards-pair {
    display: flex;
    gap: 5px;
}

.flip-card {
    background: linear-gradient(180deg, #2b0845 0%, #17002e 100%);
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 10px;
    width: 64px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.65),
                inset 0 0 10px rgba(212, 175, 55, 0.15);
    perspective: 500px;
    -webkit-perspective: 500px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.flip-card::after {
    display: none !important;
}

.flip-card span {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold, #d4af37);
    text-shadow: 0 0 12px rgba(212, 175, 55, 0.5);
    line-height: 1;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.colon {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold, #d4af37);
    margin: 0 2px;
    margin-bottom: 28px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
    user-select: none;
}

.unit-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold, #d4af37);
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 500;
}

.hero-register-btn {
    display: inline-block;
    margin-top: 35px;
}

@keyframes middleFold {
    0% {
        transform: rotateX(0deg);
        filter: brightness(1);
    }
    50% {
        transform: rotateX(-90deg);
        filter: brightness(0.4);
    }
    100% {
        transform: rotateX(0deg);
        filter: brightness(1);
    }
}

.flip-card.is-flipping {
    animation: middleFold 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
RESPONSIVE BREAKPOINTS
*/

@media (max-width: 768px) {
    .flip-card {
        width: 44px;
        height: 78px;
        border-radius: 8px;
    }
    .flip-card span {
        font-size: 2.3rem;
    }
    .colon {
        font-size: 1.8rem;
        margin-bottom: 22px;
    }
    .timer-grid {
        gap: 5px;
    }
    .cards-pair {
        gap: 3px;
    }
}

@media (max-width: 520px) {
    .countdown {
        padding: 50px 10px;
    }
    .timer-grid {
        gap: 2px;
    }
    .cards-pair {
        gap: 2px;
    }
    .flip-card {
        width: 32px;
        height: 58px;
        border-radius: 6px;
    }
    .flip-card span {
        font-size: 1.6rem;
    }
    .colon {
        font-size: 1.2rem;
        margin-bottom: 18px;
        margin-left: 0;
        margin-right: 0;
    }
    .unit-label {
        font-size: 0.62rem;
        letter-spacing: 0.5px;
        margin-top: 8px;
    }
}

@media (max-width: 360px) {
    .flip-card {
        width: 27px;
        height: 50px;
    }
    .flip-card span {
        font-size: 1.35rem;
    }
    .colon {
        font-size: 1rem;
        margin-bottom: 14px;
    }
    .unit-label {
        font-size: 0.52rem;
    }
}

/*
BUTTONS
*/

.btn{
display:inline-block;
margin-top:35px;
padding:15px 45px;
background:var(--gold);
color:black;
font-weight:600;
border-radius:50px;
transition:transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s cubic-bezier(.16,1,.3,1);
}

.btn:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px rgba(212,175,55,.35);
}

/*
FOOTER
*/

footer{
background:var(--purple-dark);
color:white;
text-align:center;
padding:35px;
font-size:15px;
}

/*
CONTACT FORM
*/

.contact-form {
    max-width: 700px;
    margin: 40px auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: #2b1338;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #b3a2c7;
}

.contact-form textarea {
    resize: vertical;
    min-height: 180px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.35);
}

/*
TABLES
*/

table{
width:100%;
border-collapse:collapse;
margin-top:30px;
}

th{
background:var(--purple);
color:white;
padding:15px;
}

td{
padding:15px;
border:1px solid #ddd;
text-align:center;
}

/*
LINKS
*/

a{
transition:.3s;
}

a:hover{
opacity:.9;
}

/*
UTILITIES
*/

.text-center{ text-align:center; }
.mt-1{ margin-top:20px; }
.mt-2{ margin-top:40px; }
.mt-3{ margin-top:60px; }
.mb-1{ margin-bottom:20px; }
.mb-2{ margin-bottom:40px; }
.mb-3{ margin-bottom:60px; }

/*
SCROLL ANIMATIONS
*/

.hidden{
opacity:0;
filter:blur(14px);
transform:translateY(60px) scale(.97);
transition:
opacity 1.1s cubic-bezier(.16,1,.3,1),
filter 1.1s cubic-bezier(.16,1,.3,1),
transform 1.1s cubic-bezier(.16,1,.3,1);
will-change:opacity,filter,transform;
}

.show{
opacity:1;
filter:blur(0);
transform:translateY(0) scale(1);
}

/*
FLOAT ANIMATION
*/

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

/*
SCROLLBAR
*/

::-webkit-scrollbar{ width:5px; }
::-webkit-scrollbar-track{ background:#eee; }
::-webkit-scrollbar-thumb{ background:var(--purple); border-radius:10px; }
::-webkit-scrollbar-thumb:hover{ background:var(--purple-dark); }

/*
SELECTION
*/

::selection{
background:var(--gold);
color:black;
}

/*
POLISHING
*/

.card,
.btn,
.navbar,
.hero-content,
.contact-form input,
.contact-form textarea{
transition:all .35s ease;
}

.hero-content img{ filter:drop-shadow(0 8px 18px rgba(0,0,0,.35)); }

@keyframes fadeUp{
from{ opacity: 0; transform: translateY(20px); }
to{ opacity: 1; transform: translateY(0); }
}

@keyframes heroFade{
from{ opacity: 0; }
to{ opacity: 1; }
}

.footer-logo{
width: 300px;     
height: auto;
display: block;
margin: 0 auto 20px;
}

footer p{ letter-spacing:1px; }

/*
MAP EMBED
*/

.standard-map-box{
width:100%;
max-width:600px;
height:350px;
border:3px solid var(--gold);
border-radius:12px;
overflow:hidden;
box-shadow:0 4px 15px rgba(0,0,0,.15);
box-sizing:border-box;
margin:0 auto;
display:block;
}

.standard-map-box iframe{
width:100%;
height:100%;
border:0;
display:block;
margin:0;
padding:0;
}

/*
VIDEO FEATURE
*/

.video-feature{
position:relative;
min-height:85vh;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
padding:0;
}

.feature-video{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
z-index:0;
}

.feature-overlay{
position:absolute;
inset:0;
background:linear-gradient(180deg, rgba(20,8,35,.55) 0%, rgba(30,0,51,.82) 100%);
z-index:1;
}

.video-feature:nth-child(even) .feature-overlay{
background:linear-gradient(180deg, rgba(10,4,20,.6) 0%, rgba(60,20,95,.78) 100%);
}

.feature-content{
position:relative;
z-index:2;
max-width:720px;
text-align:center;
padding:60px 8%;
color:#fff;
}

.feature-content .stack-eyebrow{
display:inline-block;
color:var(--gold);
letter-spacing:4px;
font-size:14px;
font-weight:600;
margin-bottom:18px;
}

.feature-content h2{
font-family:Cinzel,serif;
font-size:clamp(2.2rem,5vw,3.6rem);
margin-bottom:22px;
text-shadow:0 10px 30px rgba(0,0,0,.4);
}

.feature-content p{
font-size:clamp(1.05rem,1.8vw,1.3rem);
opacity:.92;
line-height:1.7;
margin-bottom:32px;
}

.feature-content .btn-outline{ margin-top:0; }

@media (max-width:700px){
.video-feature{ min-height:70vh; }
}

/*
HERO PARALLAX
*/

.hero video{
transform-origin:center;
will-change:transform,opacity;
}

.hero-content{
will-change:transform,opacity;
}

/*
RESPONSIVE TWEAKS
 */

@media (max-width:900px){
    section { padding:70px 6%; }
    .highlights { grid-template-columns:1fr; }
    .hero-tagline { font-size: 1rem; letter-spacing:3px; }
    .hero-cursive { font-size: 1.8rem; }
    .hero-edition { font-size: 0.85rem; letter-spacing: 2px; }
    .hero-of { font-size: 1.6rem; }
}

@media (max-height:700px){
    .scroll { display:none; }
    .hero-content { top: 45%; }
}

/*
HERO REGISTER G2 CURVE
*/

.hero-register-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 36px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--purple-dark);
    background: var(--gold);
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 
Shiny
*/

.hero-register-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 1;
}

/* 
Desktop's shine when hovered
*/

@media (hover: hover) and (pointer: fine) {
    .hero-register-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
    }
    
    .hero-register-btn:hover::before {
        animation: shine-effect 0.75s ease-in-out;
    }
}

/* 
Mobile's shine when tapped (possibly not working)
*/

@media (hover: none) and (pointer: coarse) {
    .hero-register-btn:active {
        transform: scale(0.96);
    }
    
    .hero-register-btn:active::before {
        animation: shine-effect 0.4s ease-in-out; 
    }
}

@keyframes shine-effect {
    0% { left: -100%; }
    100% { left: 200%; }
}

/*
GOOGLE FORM EMBED CONTAINERS
*/

.form-embed-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: #1e0033;
    padding: 10px;
}

.form-embed-container.active {
    display: block;
}

.form-embed-container iframe {
    width: 100%;
    height: 850px;
    border: none;
    background: transparent;
}

/* =========================================
   REGISTRATION ANNOUNCEMENT POPUP MODAL
   ========================================= */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 2, 18, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-card {
    background: linear-gradient(145deg, #280a3c 0%, #1e0033 100%);
    border: 2px solid var(--gold);
    border-radius: 18px;
    max-width: 560px;
    width: 100%;
    padding: 35px 30px 20px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85),
                0 0 30px rgba(212, 175, 55, 0.25);
    transform: scale(0.9) translateY(20px);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
}

.modal-overlay.active .modal-card {
    transform: scale(1) translateY(0);
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    color: var(--gold);
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease;
}

.modal-close:hover {
    color: #ffffff;
    transform: scale(1.15);
}

.modal-heading {
    font-family: 'Bodoni Moda', serif;
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}

/* ENLARGED ANNOUNCEMENT PARAGRAPH */
.modal-notice-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    line-height: 1.7;
    color: #f5f5f5;
    margin-bottom: 25px;
    padding: 0 10px;
}

.modal-notice-text strong {
    color: var(--gold);
    font-weight: 700;
}

.modal-confirm-btn {
    background: var(--gold);
    color: #1e0033;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 13px 32px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.modal-confirm-btn:hover {
    background: #ffffff;
    color: #1e0033;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.5);
}

/* FOOTER COPYRIGHT STYLING */
.modal-footer {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
}

.modal-footer p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    letter-spacing: 0.5px;
}

@media (max-width: 480px) {
    .modal-card {
        padding: 28px 20px 18px;
    }
    .modal-notice-text {
        font-size: 1.15rem;
    }
    .modal-heading {
        font-size: 1.6rem;
    }
}
