:root { --wof-light-blue: #00A7B5;
--wof-slate-blue: #00859B;
--wof-purple: #B0008E; --wof-dark-violet: #3f156b;
--wof-violet: #7c48aa;
--wof-pale-yellow: #f1efd9;
--wof-blue: #1e6dbc;
} .popup-overlay {
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
}
.popup-overlay h1, 
.popup-overlay h2, 
.popup-overlay h3, 
.popup-overlay h4, 
.popup-overlay h5, 
.popup-overlay .title-font {
font-family: 'Baskervville', Georgia, serif;
font-weight: 400;
text-transform: unset;
} .popup-overlay {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(30, 109, 188, 1);
z-index: 100000000;
overflow-y: auto;
overflow-x: hidden;
}
.popup-container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
background: #ffffff;
min-height: 100%;
position: relative;
overflow: visible;
display: flex;
flex-direction: column;
align-items: center;
} .snowfall-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 100000002;
overflow: hidden;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease;
}
.snowfall-container.active {
opacity: 1;
visibility: visible;
}
.snow-particle {
position: absolute;
top: -50px;
animation: snowfall linear infinite;
opacity: 0.8;
}
.snow-particle img {
width: 100%;
height: 100%;
}
@keyframes snowfall {
0% {
transform: translateY(-50px) rotate(0deg);
opacity: 0;
}
10% {
opacity: 0.8;
}
90% {
opacity: 0.8;
}
100% {
transform: translateY(100vh) rotate(360deg);
opacity: 0;
}
} .hero-section {
position: relative;
width: 100%;
min-height: 450px;
background: url(https://media.disneylandparis.com/d4th/en-usd/images/hd19647-hd19648_2027dec31_world_world-of-frozen-key-visual-digital-elsa_16-9_zoom2_tcm1861-290347.jpg) center top / cover no-repeat;
display: flex;
align-items: start;
justify-content: center;
padding-top: 30px;
} .crystal-dust {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://lionmusicals.dk/frost/wp-content/uploads/crystal-dust.png) center top / cover no-repeat;
pointer-events: none;
opacity: 0.6;
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
padding: 40px 20px 50px; margin-top: 50px;
}
img.topbg {
position: absolute;
top: 300px;
pointer-events: none;
max-height: 920px;
width: 1200px;
max-width: unset;
object-fit: cover;
object-position: top;
mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
-webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.hero-logo {
max-width: 130px; display: block;
}
.hero-title {
font-size: clamp(15px, 4.8vw, 44px);
color: var(--wof-dark-violet);
line-height: 1.2;
margin-bottom: 15px;
}
.hero-title span {
display: block;
font-size: 0.9em;
color: var(--wof-purple);
margin-top: 10px;
}
.hero-subtitle {
font-size: 17px;
color: var(--wof-slate-blue);
margin-bottom: 30px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
} .btn-frost {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: var(--wof-light-blue);
color: white;
padding: 16px 36px;
border-radius: 30px;
text-decoration: none;
font-family: 'Baskervville', Georgia, serif;
font-size: 18px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.btn-frost:hover {
background: var(--wof-slate-blue);
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 133, 155, 0.4);
color: white;
}
.btn-frost-purple {
background: var(--wof-purple);
}
.btn-frost-purple:hover {
background: var(--wof-dark-violet);
box-shadow: 0 8px 25px rgba(176, 0, 142, 0.4);
}
.btn-frost .btn-icon {
width: 24px;
height: 24px;
} .divider {
width: 100%; display: flex;
justify-content: center;
align-items: center; }
.divider img {
max-width: 700px;
width: 70%;
height: auto;
} .intro-section { padding: 30px 20px 50px;
text-align: center;
position: relative;
}
.intro-wrapper {
position: relative;
max-width: 800px;
margin: 0 auto;
}
.intro-text {
font-size: 18px;
color: var(--wof-dark-violet);
line-height: 1.8;
}
.intro-text strong {
color: var(--wof-purple);
}
.intro-crystals {
position: absolute;
right: -139px;
top: -90px;
width: 230px;
pointer-events: none;
z-index: 10;
} .banner-section {
position: relative;
margin: -50px auto -90px; }
@media (max-width: 1200px) {
.banner-section {
position: relative;
margin: -4vw auto -10vw; }
}
.banner-section img {
width: 100%;
height: 100%;
object-fit: cover;
}
.banner-overlay-top {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 80px;
background: linear-gradient(180deg, var(--wof-pale-yellow) 0%, transparent 100%);
}
.banner-overlay-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 80px;
background: linear-gradient(0deg, var(--wof-pale-yellow) 0%, transparent 100%);
} .prizes-section { padding: 50px 20px 60px;
position: relative;
overflow: visible;
}
.section-title {
text-align: center;
font-size: clamp(30px, 4vw, 42px);
color: var(--wof-dark-violet);
margin-bottom: 50px;
} .framed-box {
--frame-color: var(--wof-light-blue);
--border-outer: 8px;
--border-inner: 4px;
--gap: 6px;
--notch-width: 19px;
--notch-height: 128px;
position: relative;
background: white;
padding: 40px;
}
.framed-box svg polygon {
fill: var(--wof-light-blue);
}
.framed-box.framed-purple {
--frame-color: var(--wof-purple);
}
.framed-box.framed-purple svg polygon {
fill: var(--wof-purple);
}
.frame-content {
display: flex;
flex-direction: column;
height: 100%;
} .framed-box::before {
content: '';
position: absolute;
inset: 0;
border: var(--border-outer) solid var(--frame-color);
pointer-events: none;
} .framed-box::after {
content: '';
position: absolute;
inset: calc(var(--border-outer) + var(--gap));
border: var(--border-inner) solid var(--frame-color);
pointer-events: none;
} .framed-box .notch {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: var(--notch-width);
height: var(--notch-height);
background: white;
z-index: 1;
}
.framed-box .notch--left {
left: calc(var(--border-outer) + var(--gap));
}
.framed-box .notch--right {
right: calc(var(--border-outer) + var(--gap));
} .framed-box .notch svg {
position: absolute;
width: 100%;
height: 100%;
}
.framed-box .notch--left svg {
left: 0;
}
.framed-box .notch--right svg {
right: 0;
transform: scaleX(-1);
} .crystal-label {
position: absolute;
top: -18px;
left: 50%;
transform: translateX(-50%);
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
.crystal-label img {
height: 42px;
width: auto;
}
.crystal-label-text {
position: absolute;
color: white;
font-family: 'Baskervville', Georgia, serif;
font-size: 12px;
white-space: nowrap;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
} .prize-rank {
font-family: 'Baskervville', Georgia, serif;
font-size: 13px;
letter-spacing: 1px;
color: var(--wof-light-blue);
margin-bottom: 5px;
text-align: center;
}
.prize-name {
font-family: 'Baskervville', Georgia, serif;
font-size: clamp(20px, 2.5vw, 26px);
color: var(--wof-dark-violet);
text-align: center;
margin-bottom: 5px;
line-height: 1.3;
}
.prize-persons {
font-size: 13px;
color: var(--wof-slate-blue);
text-align: center;
margin-bottom: 20px;
}
.prize-list {
list-style: none;
padding: 0;
margin: 0 0 25px 0;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.prize-list li {
padding: 10px 0 10px 32px;
position: relative;
border-bottom: 1px solid rgba(0, 167, 181, 0.2);
color: var(--wof-dark-violet);
font-size: 15px;
}
.prize-list li:last-child {
border-bottom: none;
}
.prize-list li::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 18px;
height: 18px;
background: url(https://lionmusicals.dk/frost/wp-content/uploads/bullet.svg) center / contain no-repeat;
}
.prize-cta {
text-align: center;
margin-top: auto;
} .prize-purple .frozen-frame-simple .frame-border {
border-color: var(--wof-purple);
}
.prize-purple .frozen-frame-simple .frame-border-inner {
border-color: var(--wof-purple);
}
.prize-purple .frozen-frame-simple .notch-top::after {
border-top-color: var(--wof-purple);
}
.prize-purple .frozen-frame-simple .notch-bottom::after {
border-bottom-color: var(--wof-purple);
} .character-elsa {
position: absolute;
right: -360px;
top: 80px;
width: 450px;
pointer-events: none;
z-index: 3;
}
.character-olaf {
position: absolute;
left: -200px;
top: 30px;
width: 160px;
pointer-events: none;
z-index: 3;
} .terms-section {
background: var(--wof-dark-violet);
color: white;
padding: 50px 20px;
margin-top: -60px;
width: 100%;
}
@media (max-width: 1200px) {
.terms-section {
margin-top: -2vw;
}
}
.terms-title {
font-size: 32px;
margin-bottom: 18px;
color: var(--wof-light-blue);
text-align: center;
}
.terms-text {
max-width: 900px;
margin: 0 auto 25px;
font-size: 14px;
line-height: 1.8;
opacity: 0.9;
text-align: center;
}
.terms-cta {
text-align: center;
} .footer-logos {
padding: 40px 20px;
display: flex;
justify-content: center;
align-items: center;
gap: 50px;
flex-wrap: wrap;
width: 100%;
}
.footer-logos img {
height: 45px;
width: auto;
} @media (max-width: 1400px) { }
@media (max-width: 1300px) {
.character-olaf {
width: 160px;
}
}
@media (max-width: 1100px) {
.hero-section {
background-size: 1100px;
}
}
@media (max-width: 992px) {
.character-elsa,
.character-olaf,
.intro-crystals {
display: none;
}
.floating-cta-btn {
padding: 14px 22px;
font-size: 16px;
}
}
@media (max-width: 768px) {
.terms-title {
font-size: 26px;
}
.hero-section {
background-size: 820px;
}
.hero-section {
padding-top: 17px;
background-size: 1000px;
background-position: -230px top;
}
.hero-section {
padding-top: 17px;
background-size: 678px;
background-position: center top;
background-image: url(https://lionmusicals.dk/frost/wp-content/uploads/mobile-hero-elsa.jpg);
min-height: 50vw;
}
img.topbg {
top: 29vw;
width: 150vw;
}
}
@media (max-width: 576px) {
.frozen-frame-simple .frame-content {
padding: 35px 18px;
}
.prize-list li {
font-size: 14px;
} .hero-subtitle {
font-size: 15px;
}
.popup-close {
top: 10px;
right: 10px;
width: 44px;
height: 44px;
}
.floating-cta-btn {
padding: 12px 18px;
font-size: 15px;
}
.floating-cta-btn .btn-icon {
width: 22px;
height: 22px;
}
.terms-title {
font-size: 22px;
}
.prize-persons {
margin-bottom: 10px;
}
.prize-list {
margin: 0 0 10px 0;
}
.btn-frost {
padding: 10px 26px;
font-size: 15px;
}
.framed-box {
padding: 30px 40px;
}
.intro-text {
font-size: 15px;
}
img.topbg {
max-height: 800px;
}
.hero-logo {
max-width: 80px;
}
.hero-section {
background-size: 568px;
background-position: right top;
}
.hero-content {
margin-top: 2vw;
}
p.hero-subtitle + div {
flex-direction: column;
text-align: center;
align-items: center;
}
p.hero-subtitle + div a {
min-width: 70%;
}
span#disney {
bottom: -2px;
right: 10px;
font-size: 12px;
text-shadow: 0 0 4px black, 0 0 30px black;
}
} .fade-in-up {
opacity: 0;
transform: translateY(40px);
}
.fade-in-up.visible {
opacity: 1;
transform: translateY(0);
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.prizes-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto;
overflow: visible;
} body.popup-open {
overflow: hidden;
}