 * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: 'Roboto', sans-serif;
            background: #f7fbff;
            color: #1a1e2b;
            line-height: 1.5;
            overflow-x: hidden;
        }
        a { text-decoration: none; color: inherit; }

        /* Header Styles - DIPERBAIKI mengikut rujukan (tiada bullet points) */
        .site-header { background: #fff; border-bottom: 1px solid #e7e7e7; padding: 10px 0; position: sticky; top: 0; z-index: 100; }
        .header-container { max-width: 1170px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo img { max-width: 160px; height: auto; display: block; }
        .main-nav { display: flex; align-items: center; gap: 30px; }
        .nav-menu { display: flex; list-style: none; gap: 25px; margin: 0; padding: 0; }
        .nav-menu li { position: relative; list-style: none; }
        .nav-menu a { font-weight: 500; font-size: 16px; color: #24315C; padding: 8px 0; transition: color 0.2s; white-space: nowrap; }
        .nav-menu a:hover, .nav-menu a.active { color: #CC0000; }
        .nav-menu li:not(:last-child)::after { content: "|"; color: #ccc; margin-left: 15px; position: absolute; right: -18px; top: 8px; font-weight: 300; }
        .nav-menu .menu-item-has-children>a::after { content: '\f0d7'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-left: 5px; font-size: 12px; }
        
        /* Sub-menu - TIADA BULLET POINTS */
        .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-radius: 6px;
            padding: 8px 0;
            min-width: 220px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: 0.2s;
            z-index: 10;
            list-style: none;
            margin: 0;
        }
        .nav-menu li:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        .sub-menu li {
            display: block;
            width: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .sub-menu li::before {
            display: none;
        }
        .sub-menu li::after {
            display: none;
        }
        .sub-menu a {
            display: block;
            padding: 10px 18px;
            font-weight: 400;
            font-size: 15px;
            color: #333;
            white-space: nowrap;
            background: transparent;
        }
        .sub-menu a:hover {
            background: #f5f5f5;
            color: #c52028;
        }
        
        .btn-login { background-color: #CC0000; color: #fff !important; border: none; border-radius: 5px; padding: 8px 20px; font-weight: 600; font-size: 15px; transition: background 0.2s; white-space: nowrap; margin-left: 15px; cursor: pointer; }
        .btn-login:hover { background-color: #a30000; }
        .mobile-toggle { display: none; font-size: 24px; color: #24315C; cursor: pointer; }

        @media (max-width: 960px) {
            .header-container { flex-wrap: wrap; }
            .mobile-toggle { display: block; order: 2; }
            .main-nav { order: 3; width: 100%; flex-direction: column; align-items: flex-start; gap: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
            .main-nav.open { max-height: 500px; }
            .nav-menu { flex-direction: column; width: 100%; gap: 0; margin: 15px 0; }
            .nav-menu li { width: 100%; }
            .nav-menu li::after { display: none; }
            .nav-menu a { display: block; padding: 12px 0; border-bottom: 1px solid #eee; }
            .sub-menu { position: static; box-shadow: none; opacity: 1; visibility: visible; padding-left: 20px; display: none; transform: none; background: transparent; }
            .menu-item-has-children.submenu-open > .sub-menu { display: block; }
            .sub-menu a { padding: 8px 0 8px 20px; border-bottom: none; }
            .btn-login { margin: 10px 0 15px; text-align: center; align-self: stretch; }
        }

        /* Banner */
        .banner-section { position: relative; background-image: url('https://myheart.my/wp-content/uploads/2023/06/School-Education-scaled.jpg'); background-position: center 35%; background-repeat: no-repeat; background-size: cover; min-height: 420px; display: flex; align-items: center; }
        .banner-section::before { content: ''; position: absolute; top: 0; left: 0; width: 75%; height: 100%; background: linear-gradient(105deg, rgba(34, 32, 95, 0.85) 0%, rgba(105, 32, 71, 0.7) 40%, rgba(197, 32, 40, 0.55) 65%, rgba(197, 32, 40, 0.3) 85%, transparent 100%); z-index: 1; }
        .banner-content { max-width: 1400px; width: 100%; margin: 0 auto; padding-left: 40px; padding-right: 40px; position: relative; z-index: 2; }
        .banner-title { color: #fff; font-size: 56px; font-weight: 800; line-height: 1.2; text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25); margin: 0; max-width: 700px; }

        /* Main Content */
        .modern-edu-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 48px 40px 24px 40px;
            position: relative;
            background: #f7fbff;
            isolation: isolate;
        }
        .modern-edu-wrapper::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            height: 640px;
            transform: translateX(-50%);
            background-image:
                linear-gradient(
                    to bottom,
                    rgba(247, 251, 255, 0.52) 0%,
                    rgba(247, 251, 255, 0.72) 55%,
                    rgba(247, 251, 255, 1) 100%
                ),
                url('https://myheart.my/wp-content/uploads/2026/07/education-body-section-bg-kl-school.jpg');
            background-repeat: no-repeat;
            background-position: top center;
            background-size: 1920px auto;
            z-index: -1;
            pointer-events: none;
        }
        .modern-edu-wrapper > * {
            position: relative;
            z-index: 1;
        }
        .leading-hub-section { background: transparent; margin-bottom: 48px; }
        .hub-title { font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; color: #22205f; }
        .hub-title .red-text { color: #c52028; }
        .hub-description { font-size: 1.08rem; line-height: 1.6; color: #2c3e50; margin-bottom: 1.2rem; max-width: 90%; }
        .hub-subtext { font-size: 1rem; color: #475569; margin-bottom: 2rem; border-left: 3px solid #c52028; padding-left: 1.2rem; font-weight: 400; margin-top: 1.6rem; }
        .hub-cta { display: inline-flex; align-items: center; gap: 12px; background: #c52028; color: white; padding: 0.9rem 2.2rem; border-radius: 60px; font-weight: 700; font-size: 1rem; transition: all 0.25s ease; box-shadow: 0 6px 14px rgba(197, 32, 40, 0.3); border: none; cursor: pointer; }
        .hub-cta:hover { background: #22205f; transform: translateY(-2px); }

        /* Filter Panel */
        .filter-panel { background: #f8fafc; border-radius: 28px; padding: 1rem 1.5rem; margin-bottom: 2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid #eef2f6; }
        .search-box { flex: 2; min-width: 220px; position: relative; }
        .search-box i { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #8a99b0; }
        .search-box input { width: 100%; padding: 12px 16px 12px 44px; border: 1px solid #e2e8f0; border-radius: 60px; font-size: 0.95rem; }
        .search-box input:focus { outline: none; border-color: #c52028; }
        .tag-filters { display: flex; gap: 0.75rem; flex-wrap: wrap; }
        .tag-btn { background: white; border: 1px solid #e2e8f0; padding: 0.5rem 1.2rem; border-radius: 40px; font-weight: 600; font-size: 0.85rem; cursor: pointer; transition: all 0.2s; }
        .tag-btn.active { background: #c52028; border-color: #c52028; color: white; }
        .results-stats { font-size: 0.85rem; color: #475569; }

        /* School Cards */
        .schools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 1rem; align-items: stretch; position: relative; isolation: isolate; }
        .schools-grid::before {
            content: "";
            position: absolute;
            inset: -32px calc(50% - 50vw) -64px;
            background-image: url('https://myheart.my/wp-content/uploads/2026/07/education-body-section-bg-kl-school.jpg');
            background-repeat: no-repeat;
            background-size: contain;
            background-position: bottom center;
            opacity: 0.07;
            -webkit-mask-image: radial-gradient(ellipse at center, transparent 18%, rgba(0,0,0,0.25) 48%, #000 86%);
            mask-image: radial-gradient(ellipse at center, transparent 18%, rgba(0,0,0,0.25) 48%, #000 86%);
            pointer-events: none;
            z-index: 0;
        }
        .schools-grid > * { position: relative; z-index: 1; }
        .school-card { background: #fff; border-radius: 24px; overflow: hidden; transition: all 0.4s; box-shadow: 0 10px 25px -10px rgba(0,0,0,0.06); border: 1px solid rgba(226,232,240,0.6); display: flex; flex-direction: column; height: 100%; }
        .school-card:hover { transform: translateY(-6px); box-shadow: 0 20px 35px -12px rgba(0,0,0,0.12); }
        .card-logo { background-image: url('https://myheart.my/wp-content/uploads/2026/07/education-bg-card-kl-school.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 1.5rem 1rem; display: flex; justify-content: center; align-items: center; min-height: 120px; height: 120px; border-bottom: 1px solid #f0f4fa; overflow: hidden; }
        .card-logo img { width: 210px; max-width: 88%; height: 78px; object-fit: contain; transition: transform 0.35s ease; transform-origin: center; }
        .school-card:hover .card-logo img { transform: scale(1.08); }
        .card-logo img.logo-asia-pacific { width: 230px; max-width: 94%; height: 88px; transform: scale(1.18); }
        .school-card:hover .card-logo img.logo-asia-pacific { transform: scale(1.28); }
        .card-logo img.logo-epsom { width: 230px; max-width: 94%; height: 88px; transform: scale(1.2); }
        .school-card:hover .card-logo img.logo-epsom { transform: scale(1.3); }
        .card-logo img.logo-garden-international { width: 230px; max-width: 94%; height: 88px; transform: scale(1.2); }
        .school-card:hover .card-logo img.logo-garden-international { transform: scale(1.3); }
        .card-logo img.logo-nexus { width: 230px; max-width: 94%; height: 88px; transform: scale(1.2); }
        .school-card:hover .card-logo img.logo-nexus { transform: scale(1.3); }
        .card-logo img.logo-st-joseph { width: 235px; max-width: 94%; height: 88px; transform: scale(1.18); }
        .school-card:hover .card-logo img.logo-st-joseph { transform: scale(1.28); }
        .card-logo img.logo-templer-park { width: 230px; max-width: 94%; height: 88px; transform: scale(1.2); }
        .school-card:hover .card-logo img.logo-templer-park { transform: scale(1.3); }
        .card-logo img.logo-tunku-putra { width: 230px; max-width: 94%; height: 88px; transform: scale(1.18); }
        .school-card:hover .card-logo img.logo-tunku-putra { transform: scale(1.28); }
        .card-logo img.logo-taylors-kl { width: 220px; max-width: 90%; height: 82px; transform: scale(1.08); }
        .school-card:hover .card-logo img.logo-taylors-kl { transform: scale(1.18); }
        .card-logo img.logo-taylors-puchong { width: 235px; max-width: 94%; height: 92px; transform: scale(1.6); }
        .school-card:hover .card-logo img.logo-taylors-puchong { transform: scale(1.7); }
        .card-content { padding: 1.2rem 1.2rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
        .school-name { font-size: 1.15rem; font-weight: 800; margin-bottom: 0.6rem; color: #22205f; }
        .badge.rep { background: linear-gradient(115deg, #E9F7E9, #DCFCE7); color: #166534; border-left: 2px solid #2e7d32; font-size: 0.65rem; font-weight: 700; padding: 4px 10px; border-radius: 30px; display: inline-flex; align-items: center; width: fit-content; max-width: 100%; margin-bottom: 8px; }
        .desc { color: #334155; font-size: 0.82rem; margin: 0.4rem 0 0.8rem; line-height: 1.45; flex: 1; }
        .btn-incentive { background: transparent; border: 1.5px solid #c52028; color: #c52028; padding: 0.6rem 0.8rem; border-radius: 40px; font-weight: 600; font-size: 0.8rem; width: 100%; cursor: pointer; transition: all 0.25s; }
        .btn-incentive:hover { background: #c52028; color: white; }

        /* Special Card */
        .special-card { border-radius: 28px; overflow: hidden; transition: all 0.4s; box-shadow: 0 20px 35px -12px rgba(0,0,0,0.2); display: flex; flex-direction: column; height: 100%; min-height: 300px; position: relative; }
        .special-card.blue-gradient {
            background:
                linear-gradient(
                    145deg,
                    rgba(10,43,94,0.42) 0%,
                    rgba(26,58,110,0.50) 48%,
                    rgba(42,74,142,0.42) 100%
                ),
                url('https://myheart.my/wp-content/uploads/2026/07/education-bg-special-card.jpg');
            background-size: cover;
            background-position: center bottom;
            background-repeat: no-repeat;
            border: 1px solid rgba(255,213,61,0.3);
        }
        .special-card .card-content { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem 1.5rem; }
        .special-card .card-header h3 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 0.75rem; text-shadow: 0 2px 10px rgba(0,0,0,0.28); }
        .special-card .malaysia-accent { color: #FFD53D; text-shadow: 0 2px 10px rgba(34,32,95,0.4); }
        .special-card .invite-subtitle { font-size: 1rem; color: rgba(255,255,255,0.95); margin-bottom: 2rem; text-shadow: 0 2px 8px rgba(0,0,0,0.22); }
        .special-card .connect-btn { background: linear-gradient(95deg, #fed53d, #e6b800); color: #22205f; border: none; padding: 0.85rem 1.8rem; border-radius: 60px; font-weight: 700; display: inline-block; cursor: pointer; text-decoration: none; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease; box-shadow: 0 8px 18px rgba(0,0,0,0.18); }
        .special-card .connect-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,0.24); background: linear-gradient(95deg, #ffdf4a, #f5c400); color: #22205f; }
        .special-card .connect-btn:focus-visible { outline: 3px solid rgba(255,213,61,0.45); outline-offset: 3px; }
        .empty-state { text-align: center; padding: 4rem 1rem; background: #fef9f9; border-radius: 2rem; margin-top: 2rem; }

        /* Modal */
        .incentive-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(6px); z-index: 2000; align-items: center; justify-content: center; }
        .modal-content { background: #fff; max-width: 560px; width: 90%; border-radius: 40px; overflow: hidden; animation: modalFadeIn 0.3s ease; }
        @keyframes modalFadeIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
        .modal-header { background: linear-gradient(115deg, #22205f, #692047); padding: 1.5rem 2rem; position: relative; text-align: center; }
        .modal-header h3 { font-size: 1.7rem; font-weight: 800; color: #fff; margin: 0; }
        .modal-close { position: absolute; right: 20px; top: 20px; background: rgba(255,255,255,0.2); border: none; border-radius: 60px; width: 34px; height: 34px; font-size: 20px; cursor: pointer; color: white; display: flex; align-items: center; justify-content: center; }
        .modal-close:hover { background: #c52028; transform: rotate(90deg); }
        .modal-incentive-list { padding: 2rem 2rem 1rem 2rem; background: #fefefe; display: flex; flex-direction: column; align-items: center; }
        .incentive-item { display: flex; align-items: center; justify-content: center; gap: 14px; background: #f9f7ff; border-radius: 24px; padding: 1rem 1.5rem; margin-bottom: 1rem; border-left: 4px solid #c52028; transition: all 0.2s; width: 100%; }
        .incentive-item:hover { background: #fff0f0; transform: translateX(6px); }
        .incentive-icon { flex-shrink: 0; width: 40px; height: 40px; background: rgba(197, 32, 40, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #c52028; font-size: 1.2rem; }
        .incentive-text { flex: 1; text-align: left; }
        .incentive-text span { font-size: 1rem; font-weight: 500; color: #1e293b; line-height: 1.4; display: block; }
        .incentive-divider { border-top: 1px dashed #e2e8f0; margin: 0.5rem 0 1rem; width: 100%; }
        .modal-footer { padding: 0.5rem 2rem 2rem 2rem; background: #fff; text-align: center; }
        .modal-btn { background: linear-gradient(95deg, #c52028, #922039); color: white; border: none; padding: 14px 24px; border-radius: 60px; font-weight: 700; font-size: 1rem; cursor: pointer; width: 100%; transition: all 0.2s; }
        .modal-btn:hover { background: linear-gradient(95deg, #22205f, #692047); transform: translateY(-2px); }
        .empty-incentive { text-align: center; padding: 1.5rem; color: #64748b; width: 100%; text-align: center; }

        /* Floating Widget */
        .floating-widget { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 1000; cursor: pointer; }
        .floating-widget.minimized .widget-pill { display: flex; }
        .floating-widget.minimized .widget-expanded { display: none; }
        .floating-widget.maximized .widget-pill { display: none; }
        .floating-widget.maximized .widget-expanded { display: block; }
        .widget-pill { background: linear-gradient(135deg,#22205f,#692047); border-radius: 40px 0 0 40px; padding: 18px 12px; display: flex; flex-direction: column; align-items: center; gap:12px; box-shadow: -4px 4px 15px rgba(0,0,0,0.15); transition: all 0.3s ease; }
        .widget-pill:hover { transform: translateX(-5px); box-shadow: -6px 6px 20px rgba(0,0,0,0.2); }
        .pill-icon { background:#fed53d; width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#22205f; font-size:1.2rem; }
        .pill-text { color:white; font-weight:700; font-size:0.85rem; text-align:center; line-height:1.3; }
        .pill-arrow { color:#fed53d; font-size:14px; transform:rotate(90deg); }
        .widget-expanded { background:white; border-radius:28px 0 0 28px; width:380px; box-shadow:-10px 20px 40px -12px rgba(0,0,0,0.25); overflow:hidden; animation:slideInRight 0.3s ease; }
        @keyframes slideInRight { from { opacity:0; transform:translateX(50px); } to { opacity:1; transform:translateX(0); } }
        .expanded-header { background: linear-gradient(135deg,#22205f,#692047); padding:16px 20px; display:flex; align-items:center; justify-content:space-between; cursor:pointer; }
        .expanded-header h4 { color:#fed53d; font-size:1rem; font-weight:700; margin:0; display:flex; align-items:center; gap:10px; }
        .close-expanded { background:rgba(255,255,255,0.2); border:none; color:white; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.2s; font-size:12px; }
        .close-expanded:hover { background:#c52028; transform:scale(1.05); }
        .event-carousel { position:relative; }
        .swiper { width:100%; height:auto; }
        .swiper-slide { background:white; }
        .event-banner-img { width:100%; height:160px; object-fit:cover; }
        .event-slide-content { padding:16px 20px 20px; }
        .event-title { font-size:1.2rem; font-weight:800; color:#22205f; margin-bottom:8px; }
        .event-date-location { font-size:0.75rem; color:#64748b; margin-bottom:12px; display:flex; gap:16px; flex-wrap:wrap; }
        .event-date-location i { margin-right:4px; }
        .countdown-box { background:linear-gradient(135deg, #fed53d20, #fed53d08); border-radius:16px; padding:10px; text-align:center; margin:12px 0; border:1px solid #fed53d40; }
        .countdown-number { font-size:1.6rem; font-weight:800; color:#c52028; line-height:1; }
        .countdown-text { font-size:0.7rem; color:#475569; }
        .rsvp-event-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(95deg, #c52028, #922039); color: white; padding: 12px 20px; border-radius: 50px; font-weight: 800; font-size: 0.9rem; margin: 12px 0 8px; transition: all 0.2s ease; border: none; cursor: pointer; width: 100%; }
        .rsvp-event-btn:hover { background: linear-gradient(95deg, #22205f, #692047); transform: translateY(-2px); box-shadow: 0 6px 14px rgba(34,32,95,0.3); }
        .swiper-button-prev-custom, .swiper-button-next-custom { position:absolute; top:85px; width:32px; height:32px; background:rgba(34,32,95,0.7); border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:10; color:white; font-size:14px; transition:all 0.2s; }
        .swiper-button-prev-custom:hover, .swiper-button-next-custom:hover { background:#c52028; }
        .swiper-button-prev-custom { left:12px; }
        .swiper-button-next-custom { right:12px; }
        .swiper-pagination { bottom:8px !important; }
        .swiper-pagination-bullet-active { background:#c52028 !important; }
        
        /* Join MyHeart Section */
        .join-myheart-section { background-color:#ECD5BB; border-style: solid; border-width: 0px 0px 2px 0px; border-color: #FFD53D; padding: 80px 0; position: relative; overflow: hidden; }
        .join-myheart-section .bg-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://myheart.my/wp-content/uploads/2023/02/Pattern.png'); background-position: center center; background-size: cover; opacity: 0.11; pointer-events: none; }
        .join-container { max-width: 1170px; margin: 0 auto; padding: 0 15px; position: relative; z-index: 2; }
        .join-content { text-align: center; }
        .join-title { font-family: "Roboto", sans-serif; font-size: 50px; font-weight: 700; line-height: 55px; letter-spacing: 0.5px; color: #22205F; margin-bottom: 20px; }
        .join-subtitle { font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 400; line-height: 25px; color: #000000; margin-bottom: 30px; }
        .elementor-button { display: inline-block; background-color: #CC0000; font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 500; color: #FFFFFF; border: none; border-radius: 5px; padding: 10px 20px; cursor: pointer; transition: background 0.3s; text-decoration: none; }
        .elementor-button:hover { background-color: #a30000; }

        /* Footer */
        .site-footer { background-color: #22205F; position: relative; padding: 40px 150px; }
        .footer-bg-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://myheart.my/wp-content/uploads/2024/02/Flag-1.png'); background-position: top center; background-repeat: no-repeat; background-size: cover; opacity: 0.07; pointer-events: none; }
        .footer-inner-container { max-width: 1170px; margin: 0 auto; position: relative; z-index: 2; }
        .footer-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
        .footer-col { flex: 0 0 20%; max-width: 20%; padding: 0 15px; }
        .footer-heading { font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 600; line-height: 25px; color: #FFD53D; margin-bottom: 15px; }
        .footer-link { font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 400; line-height: 25px; color: #FFFFFF; display: block; margin-bottom: 8px; text-decoration: none; }
        .footer-link:hover { color: #FFD53D; }
        .footer-note { font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 400; line-height: 25px; color: #FFFFFF; margin-bottom: 12px; white-space: nowrap; }
        .talentcorp-logo { text-align: right; margin-top: 10px; }
        .talentcorp-logo img { width: 80%; max-width: 100%; height: auto; }
        .talentcorp-sub { font-family: "Roboto", sans-serif; font-size: 13px; font-weight: 400; color: rgba(255, 255, 255, 0.7); text-align: right; margin-top: 5px; white-space: nowrap; }
        .footer-divider { margin: 20px 0; border-top: 1px solid rgba(255, 255, 255, 0.55); }
        .social-icons-wrapper { display: flex; justify-content: center; gap: 5px; margin: 20px 0; }
        .social-icon-link { color: #FFFFFF; font-size: 19px; width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: transparent; transition: color 0.2s; text-decoration: none; }
        .social-icon-link:hover { color: #FFD53D; }
        .twitter-svg { width: 18px; height: 18px; fill: white; vertical-align: middle; }
        .copyright-text { text-align: center; font-family: "Roboto", sans-serif; font-size: 17px; font-weight: 400; color: #FFFFFF; margin: 10px 0; }
        .legal-links { text-align: center; font-family: "Roboto", sans-serif; font-size: 15px; font-weight: 400; color: #FFFFFF; }
        .legal-links a { color: #FFFFFF; margin: 0 5px; text-decoration: none; }
        .legal-links a:hover { color: #FFD53D; }
        .newsletter-bar { background: #c52028; padding: 8px 20px; text-align: center; }
        .newsletter-bar form { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; }
        .newsletter-label { color: #ffffff; font-size: 14px; font-weight: 400; white-space: nowrap; }
        .newsletter-email { background: #fff; border: 1px solid #fff; padding: 6px 12px; font-size: 13px; width: 240px; height: 32px; }
        .newsletter-submit { background: #22205f; border: 1px solid #22205f; color: #ffffff; padding: 6px 16px; font-size: 13px; font-weight: 500; cursor: pointer; height: 32px; white-space: nowrap; }
        .back-to-top { position: fixed; bottom: 30px; right: 30px; width: 50px; height: 50px; background: linear-gradient(135deg, #CC0000, #ff3333); color: white; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 20px; opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 5px 15px rgba(204, 0, 0, 0.3); z-index: 1000; border: 2px solid rgba(255, 255, 255, 0.3); }
        .back-to-top.show { opacity: 1; visibility: visible; }
        .back-to-top:hover { transform: translateY(-5px) scale(1.1); background: linear-gradient(135deg, #a30000, #cc0000); box-shadow: 0 10px 25px rgba(204, 0, 0, 0.4); }

        @media (min-width: 1600px) { .modern-edu-wrapper::before { background-size: 100vw auto; } }
        @media (max-width: 1200px) { .schools-grid { grid-template-columns: repeat(3, 1fr); } .footer-note { white-space: normal; } .talentcorp-sub { white-space: normal; text-align: center; } .talentcorp-logo { text-align: center; } .modern-edu-wrapper::before { height: 600px; background-size: 1300px auto; background-position: top center; } }
        @media (max-width: 1024px) { .site-footer { padding: 50px 30px; } .footer-col { flex: 0 0 25%; max-width: 25%; } .join-title { font-size: 40px; line-height: 49px; } }
        @media (max-width: 900px) { .schools-grid { grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 768px) { .banner-title { font-size: 32px; } .hub-title { font-size: 1.8rem; } .filter-panel { flex-direction: column; align-items: stretch; } .join-title { font-size: 30px; line-height: 32px; } .footer-col { flex: 0 0 50%; max-width: 50%; margin-bottom: 20px; } .site-footer { padding: 30px 20px; } .talentcorp-logo img { width: 70%; } .talentcorp-sub { text-align: center; white-space: normal; } .footer-note { white-space: normal; } .newsletter-label { white-space: normal; } .newsletter-email { width: 90%; max-width: 280px; } .newsletter-bar form { flex-direction: column; } .back-to-top { bottom: 20px; right: 20px; width: 45px; height: 45px; font-size: 18px; } .floating-widget { right: 0; top: auto; bottom: 20px; transform: none; } .widget-pill { flex-direction: row; border-radius: 40px; padding: 12px 20px; } .pill-arrow { transform: rotate(0deg); } .banner-content { padding-left: 20px; padding-right: 20px; } .modern-edu-wrapper { padding: 36px 20px 20px 20px; } .modern-edu-wrapper::before { height: 520px; background-size: 1200px auto; } .schools-grid::before { inset: -24px calc(50% - 50vw) -48px; background-size: auto 72%; opacity: 0.055; } }
        @media (max-width: 480px) { .schools-grid { grid-template-columns: 1fr; } .modern-edu-wrapper::before { height: 480px; background-size: 1050px auto; } .schools-grid::before { background-size: auto 58%; opacity: 0.045; } }
