/* Full-width Spoken English video banner */
.spoken-video-banner {
    position: relative;
    width: 100%;
    height: min(68vh, 680px);
    min-height: 430px;
    overflow: hidden;
    background: var(--primary);
}

.spoken-video-banner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spoken-video-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        180deg,
        rgba(8,27,48,.25) 0%,
        rgba(8,27,48,.12) 35%,
        rgba(8,27,48,.76) 100%
    );
    pointer-events: none;
}

.spoken-video-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 90px 0 42px;
    color: #fff;
}

.spoken-video-caption-inner {
    width: min(1140px, 92%);
    margin: 0 auto;
}

.spoken-video-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.spoken-video-caption h1 {
    max-width: 900px;
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.spoken-video-caption h1 span {
    color: var(--accent);
}

.spoken-video-caption p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(.95rem, 1.6vw, 1.12rem);
}

.spoken-video-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.spoken-video-actions .btn {
    position: relative;
    z-index: 3;
}

@media (max-width: 900px) {
    .spoken-video-banner {
    height: 58vh;
    min-height: 400px;
    }

    .spoken-video-caption {
    padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .spoken-video-banner {
    height: 62vh;
    min-height: 430px;
    }

    .spoken-video-caption {
    padding: 70px 0 25px;
    }

    .spoken-video-caption h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    }

    .spoken-video-caption p {
    font-size: .9rem;
    }

    .spoken-video-actions {
    flex-direction: column;
    }

    .spoken-video-actions .btn {
    width: 100%;
    }
}

/* Page-specific styling only. Core visual system comes from styles.css. */


/* Full-width Spoken English video banner */
.spoken-video-banner {
    position: relative;
    width: 100%;
    height: min(68vh, 680px);
    min-height: 430px;
    overflow: hidden;
    background: var(--primary);
}

.spoken-video-banner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.spoken-video-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        180deg,
        rgba(8,27,48,.25) 0%,
        rgba(8,27,48,.12) 35%,
        rgba(8,27,48,.76) 100%
    );
    pointer-events: none;
}

.spoken-video-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 90px 0 42px;
    color: #fff;
}

.spoken-video-caption-inner {
    width: min(1140px, 92%);
    margin: 0 auto;
}

.spoken-video-kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 13px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.spoken-video-caption h1 {
    max-width: 900px;
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.spoken-video-caption h1 span {
    color: var(--accent);
}

.spoken-video-caption p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(.95rem, 1.6vw, 1.12rem);
}

.spoken-video-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.spoken-video-actions .btn {
    position: relative;
    z-index: 3;
}

@media (max-width: 900px) {
    .spoken-video-banner {
    height: 58vh;
    min-height: 400px;
    }

    .spoken-video-caption {
    padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .spoken-video-banner {
    height: 62vh;
    min-height: 430px;
    }

    .spoken-video-caption {
    padding: 70px 0 25px;
    }

    .spoken-video-caption h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    }

    .spoken-video-caption p {
    font-size: .9rem;
    }

    .spoken-video-actions {
    flex-direction: column;
    }

    .spoken-video-actions .btn {
    width: 100%;
    }
}

/* Page-specific styling only. Core visual system comes from styles.css. */

/* Animated Spoken English banner */
.english-hero {
    isolation: isolate;
}

.english-hero::before,
.english-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.english-hero::before {
    width: 430px;
    height: 430px;
    right: -100px;
    top: 80px;
    border: 1px solid rgba(255,255,255,.10);
    box-shadow:
    0 0 0 55px rgba(255,255,255,.025),
    0 0 0 110px rgba(255,255,255,.018);
    animation: heroOrbit 12s linear infinite;
}

.english-hero::after {
    width: 12px;
    height: 12px;
    right: 245px;
    top: 105px;
    background: var(--accent);
    box-shadow: 0 0 25px rgba(244,163,64,.75);
    animation: heroDot 5s ease-in-out infinite;
}

.english-animated-scene {
    position: absolute;
    right: 4%;
    top: 50%;
    width: min(470px, 40vw);
    height: 390px;
    transform: translateY(-42%);
    z-index: 0;
    pointer-events: none;
}

.english-bubble {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 15px 40px rgba(0,0,0,.12);
    font-weight: 800;
    white-space: nowrap;
}

.english-bubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 25px;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background: rgba(255,255,255,.10);
    border-right: 1px solid rgba(255,255,255,.20);
    border-bottom: 1px solid rgba(255,255,255,.20);
}

.bubble-one {
    top: 22px;
    left: 42px;
    animation: floatOne 4.5s ease-in-out infinite;
}

.bubble-two {
    top: 118px;
    right: 8px;
    animation: floatTwo 5.2s ease-in-out infinite;
}

.bubble-three {
    bottom: 62px;
    left: 5px;
    animation: floatThree 4.8s ease-in-out infinite;
}

.bubble-four {
    bottom: 8px;
    right: 48px;
    animation: floatFour 5.6s ease-in-out infinite;
}

.english-mic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105px;
    height: 105px;
    transform: translate(-50%,-50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 0 0 18px rgba(255,255,255,.025), 0 20px 50px rgba(0,0,0,.18);
    font-size: 3rem;
    animation: micPulse 3s ease-in-out infinite;
}

.english-sound-wave {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(244,163,64,.38);
    border-radius: 50%;
    animation: soundWave 3s ease-out infinite;
}

.english-sound-wave.wave-two {
    animation-delay: 1.5s;
}

@keyframes floatOne {
    0%,100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
}

@keyframes floatTwo {
    0%,100% { transform: translateY(0) rotate(2deg); }
    50% { transform: translateY(13px) rotate(-1deg); }
}

@keyframes floatThree {
    0%,100% { transform: translateY(0) rotate(1deg); }
    50% { transform: translateY(-11px) rotate(-2deg); }
}

@keyframes floatFour {
    0%,100% { transform: translateY(0) rotate(-1deg); }
    50% { transform: translateY(12px) rotate(2deg); }
}

@keyframes micPulse {
    0%,100% { transform: translate(-50%,-50%) scale(1); }
    50% { transform: translate(-50%,-50%) scale(1.06); }
}

@keyframes soundWave {
    0% { transform: translate(-50%,-50%) scale(.65); opacity: .8; }
    100% { transform: translate(-50%,-50%) scale(1.45); opacity: 0; }
}

@keyframes heroOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes heroDot {
    0%,100% { transform: translate(0,0); opacity:.7; }
    50% { transform: translate(-120px,85px); opacity:1; }
}

@media (max-width: 1100px) {
    .english-animated-scene {
    right: -60px;
    opacity: .65;
    }
}

@media (max-width: 900px) {
    .english-animated-scene {
    width: 390px;
    height: 330px;
    right: -95px;
    top: 30%;
    opacity: .28;
    }
}

@media (max-width: 650px) {
    .english-animated-scene {
    width: 330px;
    height: 280px;
    right: -105px;
    top: 20%;
    opacity: .18;
    }

    .english-hero::before {
    right: -230px;
    }

    .english-hero::after {
    right: 80px;
    }

    .english-bubble {
    padding: 10px 15px;
    font-size: .75rem;
    }

    .english-mic {
    width: 78px;
    height: 78px;
    font-size: 2.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .english-hero::before,
    .english-hero::after,
    .english-bubble,
    .english-mic,
    .english-sound-wave {
    animation: none !important;
    }
}

.english-hero {
    position: relative;
    overflow: hidden;
}

.english-hero .hero-grid {
    align-items: center;
}

.english-hero .hero-title span {
    color: var(--accent);
}

.english-hero-card {
    position: relative;
}

.english-hero-card .card-icon {
    font-size: 2rem;
}

.english-highlight {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.english-highlight-box {
    padding: 16px;
    border-radius: var(--radius-md);
    background: var(--primary-light);
    border: 1px solid var(--border-color);
}

.english-highlight-box strong {
    display: block;
    color: var(--primary);
    font-size: 1.05rem;
    margin-bottom: 3px;
}

.english-highlight-box span {
    font-size: .82rem;
    color: var(--text-muted);
}

.english-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

.english-feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.english-feature-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--accent-light);
    font-size: 1.1rem;
}

.english-feature h3 {
    font-size: 1rem;
    margin-bottom: 3px;
}

.english-feature p {
    font-size: .88rem;
    color: var(--text-muted);
}

.english-module {
    position: relative;
    overflow: hidden;
}

.english-module .module-number {
    font-size: .78rem;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.english-module h3 {
    margin: 7px 0 8px;
}

.english-module ul {
    list-style: none;
    display: grid;
    gap: 7px;
    margin-top: 14px;
}

.english-module li {
    font-size: .88rem;
    color: var(--text-muted);
}

.english-module li::before {
    content: "✓";
    color: var(--accent);
    font-weight: 900;
    margin-right: 8px;
}

.practice-band {
    background: var(--primary);
    color: #fff;
}

.practice-band .section-title,
.practice-band .section-desc {
    color: #fff;
}

.practice-band .section-desc {
    opacity: .78;
}

.practice-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 35px;
}

.practice-item {
    padding: 22px 18px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    border-radius: var(--radius-md);
}

.practice-item .emoji {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
}

.practice-item strong {
    display: block;
    margin-bottom: 4px;
}

.practice-item span {
    font-size: .8rem;
    opacity: .7;
}

.english-audience {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.english-audience .card {
    height: 100%;
}

.english-cta {
    text-align: center;
}

.english-cta .section-title {
    max-width: 750px;
    margin-inline: auto;
}

.english-cta .section-desc {
    max-width: 650px;
    margin: 0 auto 25px;
}

.english-cta-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media (max-width: 900px) {
    .english-highlight,
    .practice-grid {
    grid-template-columns: repeat(2, 1fr);
    }

    .english-audience {
    grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 650px) {
    .english-highlight,
    .practice-grid,
    .english-audience {
    grid-template-columns: 1fr;
    }
}
