/* ============================================================
   UV PLAY KIDS SCHOOL — HOME PAGE CSS v2.0
   Professional | Modern | Premium | Tight Spacing
   ============================================================ */

/* ===== HERO SECTION — Deep Purple Kids Theme ===== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(135deg, #1A0F3C 0%, #2D1B69 40%, #3D2887 75%, #4A33A0 100%);
    padding-top: var(--nav-h);
}

.hero-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.6;
}

/* Core hero layout */
.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    flex: 1;
}

.hero-ticker {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

/* ===== HERO CONTENT (left side) ===== */
.hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ===== HERO PILL — Yellow kids badge ===== */
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    background: rgba(255, 215, 0, 0.12);
    border: 1.5px solid rgba(255, 215, 0, 0.4);
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--yellow-honey);
    letter-spacing: 1px;
    align-self: flex-start;
    width: fit-content;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
    animation: bounceIn 0.8s var(--ease-bounce) forwards;
}

.pill-dot {
    width: 7px;
    height: 7px;
    background: var(--green-400);
    border-radius: 50%;
    animation: pulse-dot 1.5s ease-in-out infinite;
}

.hero-heading {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 5vw, 5.5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.01em;
    color: var(--white);
}

.hero-heading-accent {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700, #FF8C42, #FF6EB4, #C4B5FD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradient-x 4s ease infinite;
}

.word-rotate {
    display: inline-block;
    min-width: 200px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-subtext {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    max-width: 480px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.scroll-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 4px;
}

.scroll-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), transparent);
}

/* ===== HERO VISUAL (right side) ===== */
.hero-visual {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.hero-card-main {
    flex: 1;
    position: relative;
    border-radius: var(--radius-xl);
    overflow: visible;
    transform-style: preserve-3d;
}

.hero-img-wrap {
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 4/5;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-lg);
    position: relative;
}

.hero-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-card-main:hover .hero-main-img {
    transform: scale(1.03);
}

.hero-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(2, 9, 23, 0.7), transparent);
}

/* Mini floating stat cards on hero image */
.mini-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    animation: float 4s ease-in-out infinite;
    z-index: 5;
}

.mc-1 {
    top: -14px;
    left: -20px;
    animation-delay: 0s;
}

.mc-2 {
    bottom: 60px;
    left: -20px;
    animation-delay: 1.5s;
}

.mc-3 {
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    animation-delay: 0.8s;
}

.mc-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.mini-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
}

.mini-card small {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

/* Badge ring */
.hero-badge {
    position: absolute;
    bottom: 20px;
    right: -24px;
    width: 80px;
    height: 80px;
    z-index: 6;
}

.badge-ring {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient(var(--gold-500) 0%, var(--gold-400) 60%, var(--gold-300) 80%, transparent 100%);
    animation: spin 8s linear infinite;
    box-shadow: 0 0 24px rgba(245, 166, 35, 0.4);
}

.badge-text {
    position: absolute;
    inset: 6px;
    background: var(--blue-900);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 0.6rem;
    font-weight: 900;
    color: var(--gold-400);
    line-height: 1.3;
    letter-spacing: 0.3px;
}

/* Side images column */
.hero-side-imgs {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 120px;
    flex-shrink: 0;
}

.side-img {
    flex: 1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-md);
    position: relative;
    transition: var(--transition);
    transform-style: preserve-3d;
}

.side-img:hover {
    border-color: rgba(251, 191, 36, 0.4);
}

.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-img-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 10px;
    background: linear-gradient(to top, rgba(2, 9, 23, 0.9), transparent);
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--white);
}

/* ===== HERO STATS BAR ===== */
.hero-stats-bar {
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid var(--glass-border);
    position: relative;
    z-index: 2;
}

.hero-stats-bar .stats-row {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

/* ===== ABOUT PREVIEW SECTION ===== */
.about-preview {
    background: var(--blue-950);
    position: relative;
    overflow: hidden;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

/* Left image cluster */
.about-imgs {
    position: relative;
}

.about-img-main {
    border-radius: var(--radius-xl);
    overflow: hidden;
    aspect-ratio: 4/5;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-lg);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.about-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-glow {
    position: absolute;
    inset: -2px;
    border-radius: var(--radius-xl);
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), transparent, rgba(124, 58, 237, 0.1));
    pointer-events: none;
}

.about-img-secondary {
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 55%;
    aspect-ratio: 4/3;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 2px solid var(--glass-border);
    box-shadow: var(--shadow-md);
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}

.about-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-float-card {
    position: absolute;
    top: 24px;
    right: -20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    z-index: 5;
    animation: float 4s ease-in-out infinite;
}

.afc-icon {
    font-size: 1.8rem;
}

.about-float-card strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
}

.about-float-card small {
    font-size: 0.72rem;
    color: var(--gold-400);
    font-weight: 600;
}

/* Right content */
.about-content {
    display: flex;
    flex-direction: column;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.af-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.af-item:hover {
    background: var(--glass-white-hover);
    border-color: rgba(251, 191, 36, 0.2);
    transform: translateX(4px);
}

.af-icon {
    width: 44px;
    height: 44px;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.af-item strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.af-item p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.6;
}

.about-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== PROGRAMS SECTION ===== */
.programs-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--blue-900) 0%, var(--blue-950) 100%);
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.prog-card {
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    transform-style: preserve-3d;
}

.prog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: var(--shadow-md);
}

.prog-card-inner {
    padding: 32px 28px;
    position: relative;
    z-index: 2;
}

.prog-featured {
    background: linear-gradient(160deg, rgba(124, 58, 237, 0.18), rgba(9, 29, 74, 0.6));
    border-color: rgba(139, 92, 246, 0.3);
}

.prog-featured:hover {
    border-color: rgba(139, 92, 246, 0.5);
}

.prog-popular-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 14px;
    background: var(--gradient-gold);
    color: var(--blue-900);
    font-size: 0.72rem;
    font-weight: 800;
    border-radius: var(--radius-full);
    z-index: 5;
    box-shadow: 0 4px 12px rgba(245, 166, 35, 0.4);
}

.prog-number {
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.prog-icon-bg {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: var(--transition);
}

.prog-card:hover .prog-icon-bg {
    transform: scale(1.1) rotate(-5deg);
}

.prog-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gold-400);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.prog-card h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
}

.prog-card p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
}

.prog-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 24px;
}

.prog-list li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 600;
}

.prog-list li::before {
    content: '✓';
    width: 18px;
    height: 18px;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green-400);
    font-size: 0.65rem;
    font-weight: 900;
    flex-shrink: 0;
}

.prog-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--gold-400);
    transition: var(--transition);
    font-family: var(--font-heading);
}

.prog-link:hover {
    gap: 10px;
}

.prog-glow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    filter: blur(40px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.prog-card:hover .prog-glow {
    opacity: 1;
}

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

/* ===== FACILITIES SECTION ===== */
.facilities-section {
    background: var(--blue-950);
    position: relative;
    overflow: hidden;
}

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

.fac-card {
    padding: 28px;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    cursor: default;
}

.fac-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-md);
}

.fac-card:hover .fac-icon {
    transform: scale(1.12) rotate(-6deg);
}

.fac-card:hover .fac-arrow {
    opacity: 1;
    transform: translateX(4px);
}

.fac-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 16px;
    transition: var(--transition);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.fac-card h3 {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.fac-card p {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    margin-bottom: 14px;
}

.fac-arrow {
    font-size: 1rem;
    color: var(--gold-400);
    font-weight: 900;
    opacity: 0;
    transition: var(--transition);
}

/* ===== OFFERS SECTION ===== */
.offers-section {
    background: linear-gradient(180deg, var(--blue-950) 0%, var(--blue-900) 100%);
    position: relative;
    overflow: hidden;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.offer-card-new {
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-xl);
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: var(--transition);
    transform-style: preserve-3d;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offer-card-new:hover {
    transform: translateY(-8px);
    border-color: rgba(251, 191, 36, 0.2);
    box-shadow: var(--shadow-md);
}

.offer-featured {
    background: linear-gradient(160deg, rgba(245, 166, 35, 0.12), rgba(9, 29, 74, 0.6));
    border-color: rgba(245, 166, 35, 0.3);
}

.offer-featured:hover {
    border-color: rgba(245, 166, 35, 0.5);
}

.offer-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.7);
}

.offer-badge-gold {
    background: rgba(245, 166, 35, 0.15);
    border-color: rgba(245, 166, 35, 0.35);
    color: var(--gold-400);
}

.offer-icon-big {
    font-size: 2.5rem;
    animation: float 4s ease-in-out infinite;
}

.offer-card-new h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 900;
}

.offer-card-new p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    flex: 1;
}

.offer-validity-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--green-400);
}

.offer-count-down {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
}

.offer-count-down strong {
    color: var(--gold-400);
    font-size: 1.2rem;
    font-family: var(--font-heading);
}

/* ===== PREP SECTION ===== */
.prep-section {
    background: var(--blue-900);
    position: relative;
    overflow: hidden;
}

.prep-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.prep-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prep-exams {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 8px 0;
}

.prep-exam-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    background: var(--glass-white);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.prep-exam-item:hover {
    border-color: rgba(251, 191, 36, 0.25);
    background: var(--glass-white-hover);
    transform: translateX(4px);
}

.prep-icon {
    width: 44px;
    height: 44px;
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.prep-exam-item strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
}

.prep-exam-item span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
}

/* Prep visual card */
.prep-visual {
    display: flex;
    justify-content: center;
}

.prep-card-3d {
    width: 100%;
    transform-style: preserve-3d;
}

.pcv-inner {
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pcv-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pcv-logo {
    width: 52px;
    height: 52px;
    background: var(--gradient-gold);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: var(--shadow-gold);
}

.pcv-header strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
}

.pcv-header span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.pcv-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.pcv-stat {
    text-align: center;
    padding: 16px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius);
}

.pcv-stat strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--gold-400);
}

.pcv-stat small {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.pcv-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
    background: var(--blue-950);
    position: relative;
    overflow: hidden;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testi-card {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: var(--transition);
    transform-style: preserve-3d;
}

.testi-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.testi-stars {
    font-size: 1rem;
    letter-spacing: 2px;
}

.testi-card p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-style: italic;
    flex: 1;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--glass-border);
}

.testi-avatar {
    width: 40px;
    height: 40px;
    background: rgba(251, 191, 36, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.testi-author strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
}

.testi-author span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ===== CTA SECTION (above footer) ===== */
.cta-section {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.cta-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 64px 56px;
    text-align: center;
    background: linear-gradient(135deg,
            rgba(14, 30, 80, 0.9) 0%,
            rgba(8, 20, 60, 0.95) 50%,
            rgba(20, 10, 60, 0.9) 100%);
    border: 1px solid rgba(255, 215, 0, 0.18);
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset,
        0 1px 0 rgba(255, 215, 0, 0.2) inset;
    backdrop-filter: blur(16px);
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0.5deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cta-box:hover {
    transform: perspective(1200px) rotateX(0deg) translateY(-4px);
    box-shadow:
        0 60px 100px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset,
        0 1px 0 rgba(255, 215, 0, 0.3) inset,
        0 0 60px rgba(100, 60, 220, 0.12);
}

/* CTA decorative glows */
.cta-box::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}

.cta-box::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -60px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(100, 60, 220, 0.2) 0%, transparent 65%);
    pointer-events: none;
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 auto;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 28px;
}

.cta-phones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-phones a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--gold-400, #fbbf24);
    text-decoration: none;
    transition: var(--transition);
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(251, 191, 36, 0.08);
    border: 1px solid rgba(251, 191, 36, 0.18);
}

.cta-phones a:hover {
    color: #fff;
    background: rgba(251, 191, 36, 0.15);
    transform: translateY(-2px);
}

.cta-phones span {
    color: rgba(255, 255, 255, 0.15);
    font-size: 1.2rem;
}

/* CTA grid line decoration */
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: calc(var(--nav-h) + 40px);
    }

    .hero-visual {
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-imgs {
        display: none;
    }

    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .prep-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2.8rem;
    }

    .hero-ctas {
        gap: 10px;
    }

    .hero-side-imgs {
        width: 90px;
    }

    .programs-grid {
        grid-template-columns: 1fr;
    }

    .facilities-grid {
        grid-template-columns: 1fr;
    }

    .offers-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .hero-visual {
        flex-direction: column;
    }

    .hero-side-imgs {
        display: none;
    }

    .hero-card-main {
        width: 100%;
    }

    .mc-3 {
        display: none;
    }

    .hero-badge {
        display: none;
    }
}