/* EPIC CINEMATIC RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #000;
    color: #fff;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px;
    position: relative;
    animation: ultraCinematicEntry 5s ease-out;
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

/* CINEMATIC OVERLAY EFFECTS */
.cinematic-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.8) 0%,
        rgba(0,0,0,0.2) 20%,
        rgba(0,0,0,0.1) 50%,
        rgba(0,0,0,0.2) 80%,
        rgba(0,0,0,0.8) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.film-grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><filter id="noise"><feTurbulence baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter></defs><rect width="100%" height="100%" filter="url(%23noise)"/></svg>');
    animation: filmGrainMove 0.5s infinite;
    pointer-events: none;
    z-index: 2;
}

.vignette {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.8) 100%);
    pointer-events: none;
    z-index: 3;
}

/* ULTRA-CINEMATIC TITLE SEQUENCE */
.title-sequence {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    opacity: 0;
    animation: titleSequence 4s ease-out forwards;
}

.studio-logo {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 6px;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.epic-divider {
    width: 200px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    margin: 0 auto;
    animation: dividerGlow 2s ease-in-out infinite alternate;
}

/* ULTRA-CINEMATIC TITLE STYLING */
.epic-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 5.5rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 
        0 0 30px rgba(255,255,255,0.8),
        0 0 60px rgba(255,255,255,0.4),
        0 0 100px rgba(255,255,255,0.2),
        0 8px 32px rgba(0,0,0,0.9);
    margin-bottom: 4rem;
    letter-spacing: 12px;
    line-height: 0.9;
    z-index: 100;
    position: relative;
    text-transform: uppercase;
}

.title-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px) rotateX(90deg);
    animation: epicTitleReveal 1.5s ease-out forwards;
}

.title-word:nth-child(1) { animation-delay: 1s; }
.title-word:nth-child(2) { animation-delay: 1.3s; }
.title-word:nth-child(3) { animation-delay: 1.6s; }

/* All pages - Epic background */
body, .page2-body, .page3-body {
    background: #000 !important;
}

/* EPIC STORY TEXT STYLING */
.story-text {
    max-width: 900px;
    line-height: 2.2;
    font-size: 1.3rem;
    z-index: 5;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    text-align: center;
    margin: 0 auto;
}

.epic-quote {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 4rem;
    font-style: italic;
    font-weight: 300;
    opacity: 0;
    text-shadow: 
        0 0 40px rgba(255,255,255,0.8),
        0 8px 32px rgba(0,0,0,0.9);
    animation: ultraQuoteReveal 3s ease-out forwards;
    animation-delay: 2.5s;
    letter-spacing: 1px;
    line-height: 1.3;
    text-align: center;
}

.narrative {
    margin: 3rem 0;
    text-align: center;
}

.epic-line {
    margin-bottom: 2rem;
    opacity: 0;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 2px solid transparent;
    animation: typewriter-reveal 3s steps(40, end) forwards;
}

.epic-line:nth-child(1) { animation-delay: 4s; }
.epic-line:nth-child(2) { animation-delay: 7s; }
.epic-line:nth-child(3) { animation-delay: 10s; }
.epic-line:nth-child(4) { animation-delay: 13s; }
.epic-line:nth-child(5) { animation-delay: 16s; }
.epic-line:nth-child(6) { animation-delay: 19s; }

.epic-climax {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 2.2rem;
    color: #fff;
    margin: 4rem 0;
    font-weight: 700;
    opacity: 0;
    text-shadow: 
        0 0 40px rgba(255,255,255,0.9),
        0 8px 32px rgba(0,0,0,0.9);
    animation: ultraClimaxReveal 2.5s ease-out forwards;
    animation-delay: 7.5s;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
}

.epic-hope {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 1.8rem;
    margin-bottom: 4rem;
    opacity: 0;
    font-weight: 300;
    text-shadow: 0 4px 20px rgba(0,0,0,0.8);
    animation: ultraHopeReveal 2s ease-out forwards;
    animation-delay: 10s;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.4;
}

/* Terminal text for page 2 - PERFECTLY ALIGNED */
.terminal-text {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    color: #fff;
    opacity: 0;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 2px solid transparent;
    animation: typewriter-reveal 3s steps(40, end) forwards;
}

.terminal-text:nth-child(1) { animation-delay: 4s; }
.terminal-text:nth-child(2) { animation-delay: 7s; }
.terminal-text:nth-child(3) { animation-delay: 10s; }
.terminal-text:nth-child(4) { animation-delay: 13s; }
.terminal-text:nth-child(5) { animation-delay: 16s; }
.terminal-text:nth-child(6) { animation-delay: 19s; }
.terminal-text:nth-child(7) { animation-delay: 22s; }

.revelation {
    color: #fff;
    font-size: 1.2rem;
    margin: 2rem 0;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 8s;
}

.hope {
    color: #fff;
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 9s;
}

/* Burn text for page 3 */
.burn-text {
    color: #fff;
    opacity: 0;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2rem;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    border-right: 2px solid transparent;
    animation: typewriter-reveal 3s steps(40, end) forwards;
}

.burn-text:nth-child(1) { animation-delay: 4s; }
.burn-text:nth-child(2) { animation-delay: 7s; }
.burn-text:nth-child(3) { animation-delay: 10s; }
.burn-text:nth-child(4) { animation-delay: 13s; }
.burn-text:nth-child(5) { animation-delay: 16s; }
.burn-text:nth-child(6) { animation-delay: 19s; }
.burn-text:nth-child(7) { animation-delay: 22s; }

.final-message {
    font-size: 1.4rem;
    color: #fff;
    margin: 2rem 0;
    font-weight: bold;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 8s;
}

.call-to-action {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 9s;
}

/* ULTRA-CINEMATIC BUTTON */
.epic-button {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    padding: 25px 50px;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 2rem;
    text-decoration: none;
    opacity: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.6s ease;
    animation: ultraButtonReveal 3s ease-out forwards;
    animation-delay: 11s;
    box-shadow: 
        0 0 40px rgba(255,255,255,0.4),
        inset 0 0 40px rgba(255,255,255,0.15);
}

.button-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s ease;
}

.epic-button:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    box-shadow: 
        0 0 50px rgba(255,255,255,0.6),
        inset 0 0 50px rgba(255,255,255,0.2);
    transform: scale(1.05);
}

.epic-button:hover .button-glow {
    left: 100%;
}

.continue-btn, .manifesto-btn {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 3px solid #fff;
    color: #fff;
    padding: 25px 50px;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    margin-top: 2rem;
    text-decoration: none;
    opacity: 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.6s ease;
    animation: ultraButtonReveal 3s ease-out forwards;
    animation-delay: 11s;
    box-shadow: 
        0 0 40px rgba(255,255,255,0.4),
        inset 0 0 40px rgba(255,255,255,0.15);
}

.continue-btn:hover, .manifesto-btn:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    box-shadow: 
        0 0 50px rgba(255,255,255,0.6),
        inset 0 0 50px rgba(255,255,255,0.2);
    transform: scale(1.05);
}

/* Remove all background effects */
.particles, .code-rain, .energy-waves, .human-silhouettes {
    display: none;
}

/* EPIC CINEMATIC MANIFESTO */
.manifesto {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
    animation: manifestoAppear 1s ease-out;
}

.manifesto.hidden {
    display: none;
}

.epic-manifesto {
    background: linear-gradient(135deg, rgba(0,0,0,0.9), rgba(20,20,20,0.9));
    padding: 4rem;
    border: 3px solid #fff;
    text-align: center;
    max-width: 700px;
    box-shadow: 
        0 0 50px rgba(255,255,255,0.3),
        inset 0 0 50px rgba(255,255,255,0.1);
    animation: manifestoContentReveal 1.5s ease-out;
    position: relative;
    overflow: hidden;
}

.epic-manifesto::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: manifestoSweep 3s ease-in-out infinite;
}

.manifesto-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    color: #fff;
    margin-bottom: 3rem;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-shadow: 
        0 0 40px rgba(255,255,255,0.8),
        0 8px 32px rgba(0,0,0,0.9);
    animation: manifestoTitleReveal 2s ease-out;
    text-transform: uppercase;
}

.manifesto-line {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
    opacity: 0;
    animation: manifestoLineReveal 1s ease-out forwards;
    line-height: 1.4;
}

.manifesto-line:nth-child(2) { animation-delay: 0.5s; }
.manifesto-line:nth-child(3) { animation-delay: 1s; }
.manifesto-line:nth-child(4) { animation-delay: 1.5s; }
.manifesto-line:nth-child(5) { animation-delay: 2s; }

.manifesto-final {
    margin-top: 3rem;
    font-size: 2rem;
    color: #fff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 
        0 0 40px rgba(255,255,255,0.9),
        0 8px 32px rgba(0,0,0,0.9);
    opacity: 0;
    animation: manifestoFinalReveal 2s ease-out forwards;
    animation-delay: 2.5s;
    line-height: 1.2;
}

.manifesto-stance {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-style: italic;
    text-shadow: 0 4px 20px rgba(0,0,0,0.9);
    opacity: 0;
    animation: manifestoLineReveal 1s ease-out forwards;
    animation-delay: 3s;
    line-height: 1.4;
}

.manifesto-coming-soon {
    margin-top: 1rem;
    font-size: 1rem;
    color: #ccc;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    opacity: 0;
    animation: manifestoLineReveal 1s ease-out forwards;
    animation-delay: 3.5s;
    line-height: 1.4;
}

/* EPIC MANIFESTO ANIMATIONS */
@keyframes manifestoAppear {
    0% {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    100% {
        opacity: 1;
        backdrop-filter: blur(10px);
    }
}

@keyframes manifestoContentReveal {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(50px);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
}

@keyframes manifestoSweep {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: -100%; }
}

@keyframes manifestoTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.9);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes manifestoLineReveal {
    0% {
        opacity: 0;
        transform: translateX(-50px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes manifestoFinalReveal {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
        filter: blur(5px);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05) translateY(10px);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes typewriter-reveal {
    0% { 
        width: 0;
        opacity: 1;
        border-right-color: #fff;
    }
    99% { 
        width: 100%;
        opacity: 1;
        border-right-color: #fff;
    }
    100% { 
        width: 100%;
        opacity: 1;
        border-right-color: transparent;
    }
}

@keyframes typeIn {
    from { 
        opacity: 0; 
        transform: translateX(-20px);
    }
    to { 
        opacity: 1; 
        transform: translateX(0);
    }
}

/* EPIC SOUND WAVES */
.sound-waves {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    z-index: 10;
    opacity: 0;
    animation: soundWavesAppear 1s ease-out forwards;
    animation-delay: 12s;
}

.wave {
    width: 4px;
    background: linear-gradient(to top, #fff, rgba(255,255,255,0.3));
    border-radius: 2px;
    animation: soundWave 1.5s ease-in-out infinite;
}

.wave:nth-child(1) {
    height: 20px;
    animation-delay: 0s;
}

.wave:nth-child(2) {
    height: 35px;
    animation-delay: 0.2s;
}

.wave:nth-child(3) {
    height: 25px;
    animation-delay: 0.4s;
}

/* EPIC CINEMATIC ANIMATIONS */
@keyframes cinematicEntry {
    0% {
        opacity: 0;
        transform: scale(1.1);
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

@keyframes filmGrainMove {
    0%, 100% { transform: translate(0, 0); }
    10% { transform: translate(-5%, -5%); }
    20% { transform: translate(-10%, 5%); }
    30% { transform: translate(5%, -10%); }
    40% { transform: translate(-5%, 15%); }
    50% { transform: translate(-10%, 5%); }
    60% { transform: translate(15%, 0%); }
    70% { transform: translate(0%, 15%); }
    80% { transform: translate(-15%, 10%); }
    90% { transform: translate(10%, 5%); }
}

@keyframes titleSequence {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    100% {
        opacity: 0.8;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes dividerGlow {
    0% {
        box-shadow: 0 0 5px rgba(255,255,255,0.3);
    }
    100% {
        box-shadow: 0 0 20px rgba(255,255,255,0.8);
    }
}

@keyframes epicTitleReveal {
    0% {
        opacity: 0;
        transform: translateY(50px) rotateX(90deg);
    }
    50% {
        opacity: 0.5;
        transform: translateY(25px) rotateX(45deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

@keyframes epicQuoteReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes epicLineReveal {
    0% {
        opacity: 0;
        transform: translateX(-100px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes epicClimaxReveal {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
        filter: blur(5px);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05) translateY(10px);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
        filter: blur(0);
    }
}

@keyframes epicHopeReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes epicButtonReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes soundWavesAppear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 0.7;
        transform: translateY(0);
    }
}

@keyframes soundWave {
    0%, 100% {
        transform: scaleY(1);
        opacity: 0.7;
    }
    50% {
        transform: scaleY(1.5);
        opacity: 1;
    }
}

/* ULTRA-CINEMATIC ANIMATIONS */
@keyframes ultraCinematicEntry {
    0% {
        opacity: 0;
        transform: scale(1.2);
        filter: blur(20px) brightness(0.3);
    }
    30% {
        opacity: 0.3;
        transform: scale(1.1);
        filter: blur(10px) brightness(0.6);
    }
    70% {
        opacity: 0.8;
        transform: scale(1.05);
        filter: blur(3px) brightness(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0) brightness(1);
    }
}

@keyframes ultraQuoteReveal {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.8) rotateX(15deg);
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        transform: translateY(30px) scale(0.95) rotateX(8deg);
        filter: blur(5px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0);
    }
}

@keyframes ultraLineReveal {
    0% {
        opacity: 0;
        transform: translateX(-200px) rotateY(45deg);
        filter: blur(8px);
    }
    30% {
        opacity: 0.3;
        transform: translateX(-100px) rotateY(20deg);
        filter: blur(4px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotateY(0deg);
        filter: blur(0);
    }
}

@keyframes ultraClimaxReveal {
    0% {
        opacity: 0;
        transform: scale(0.7) translateY(40px) rotateX(20deg);
        filter: blur(12px);
    }
    40% {
        opacity: 0.5;
        transform: scale(0.9) translateY(20px) rotateX(10deg);
        filter: blur(6px);
    }
    70% {
        opacity: 0.8;
        transform: scale(1.1) translateY(-5px) rotateX(-2deg);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}

@keyframes ultraHopeReveal {
    0% {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
        filter: blur(8px);
    }
    50% {
        opacity: 0.7;
        transform: translateY(20px) scale(0.98);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes ultraButtonReveal {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.8) rotateX(30deg);
        filter: blur(15px);
    }
    30% {
        opacity: 0.4;
        transform: translateY(30px) scale(0.9) rotateX(15deg);
        filter: blur(8px);
    }
    70% {
        opacity: 0.8;
        transform: translateY(10px) scale(1.05) rotateX(-5deg);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotateX(0deg);
        filter: blur(0);
    }
}

/* Mobile responsiveness - student might forget this */
@media (max-width: 768px) {
    .page h1 {
        font-size: 2rem;
    }
    
    .story-text {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .opening {
        font-size: 1.2rem;
    }
}