        .header-layout6 .menu-area {
            background: #f1f2f7 !important;
        }

        .header-layout6 .logo-shape {
            display: none;
        }

        .header-layout6 .main-menu > ul > li > a,
        .header-layout6 .simple-icon {
            color: #1f2d5c;
        }

        @media (min-width: 992px) {
            .header-layout6 .menu-area .header-logo {
                margin-left: -8px;
            }

            .header-layout6 .menu-area .row {
                flex-wrap: nowrap;
            }

            .header-layout6 .menu-area .menu-main-wrap {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 14px;
                flex-wrap: nowrap;
                width: 100%;
                padding-right: 28px;
            }

            .header-layout6 .menu-area .menu-holder {
                flex: 1 1 auto;
                min-width: 0;
                display: flex;
                justify-content: flex-end;
            }

            .header-layout6 .main-menu > ul {
                white-space: nowrap;
            }

            .header-layout6 .main-menu > ul > li {
                margin: 0 11px;
            }

            .header-layout6 .main-menu > ul > li > a {
                padding: 38px 0;
            }

            .header-layout6 .header-button {
                margin-left: 0;
            }

            .header-layout6 .header-button .sideMenuToggler {
                margin-left: 14px;
            }
        }

        @media (max-width: 1399px) and (min-width: 992px) {
            .header-layout6 .menu-area .header-logo {
                margin-left: 0;
            }

            .header-layout6 .main-menu > ul > li {
                margin: 0 9px;
            }
        }

        @media (max-width: 991px) {
            .header-layout6 .menu-area .header-logo {
                margin-left: 0 !important;
                padding-left: 10px;
            }

            .header-layout6 .menu-area .header-logo img {
                max-width: clamp(190px, 60vw, 245px);
                width: 100%;
                height: auto;
            }

            .header-layout6 .menu-area .container {
                padding-left: 14px;
                padding-right: 14px;
            }

            .header-layout6 .menu-area .th-menu-toggle {
                margin-right: 6px;
            }
        }

        @media (max-width: 575px) {
            .header-layout6 .menu-area .header-logo img {
                max-width: 68vw;
            }

            .th-menu-wrapper .th-menu-area {
                padding-left: 12px;
                padding-right: 12px;
            }

            .th-menu-wrapper .th-menu-toggle {
                right: 8px;
            }

            .th-mobile-menu ul li a {
                padding-right: 12px;
            }
        }

        .facility-card {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
        }

        .facility-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.35s ease;
        }

        .facility-card:hover img {
            transform: scale(1.06);
        }

        .facility-overlay {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(27, 39, 83, 0.88);
            color: #fff;
            padding: 16px 18px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }

        .facility-overlay h4 {
            margin: 0;
            font-size: 20px;
            color: #fff;
        }

        .facility-btn {
            background: #fff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            flex-shrink: 0;
            transition: transform 0.2s ease, background-color 0.2s ease;
        }

        .facility-btn i {
            color: #1b2753;
        }

        .facility-btn:hover {
            background: #ffca06;
            transform: translateY(-1px);
        }

        .facility-modal {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.65);
            z-index: 9999;
            padding: 24px 14px;
            overflow-y: auto;
        }

        .facility-modal.show {
            display: block;
        }

        .facility-modal-content {
            position: relative;
            background: #fff;
            width: min(680px, 100%);
            margin: 4% auto;
            padding: 34px 26px 26px;
            border-radius: 12px;
            text-align: center;
        }

        .facility-modal-content img {
            width: 100%;
            border-radius: 10px;
            margin-bottom: 18px;
            max-height: 360px;
            object-fit: cover;
        }

        .facility-modal-content h3 {
            margin-bottom: 10px;
        }

        .facility-modal-content p {
            margin-bottom: 0;
        }

        .facility-close {
            position: absolute;
            top: 10px;
            right: 14px;
            font-size: 30px;
            line-height: 1;
            cursor: pointer;
            color: #1b2753;
        }

        @media (max-width: 575px) {
            .facility-overlay h4 {
                font-size: 18px;
            }

            .facility-modal-content {
                margin: 8% auto;
                padding: 28px 16px 20px;
            }

            .facility-modal-content img {
                max-height: 250px;
            }
        }

        .chairman-photo-wrap {
            position: relative;
            border-radius: 18px;
            overflow: hidden;
            padding: 14px;
            background: #ffffff;
            box-shadow: 0 18px 45px rgba(15, 31, 73, 0.16);
            background-image: url("assets/img/bg/about-5-bg.png");
            background-size: cover;
            background-position: center;
        }

        .chairman-photo-wrap::before {
            content: "";
            position: absolute;
            top: -34px;
            left: -34px;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background: rgba(13, 94, 244, 0.16);
            z-index: 0;
        }

        .chairman-photo {
            position: relative;
            z-index: 1;
            width: 100%;
            border-radius: 12px;
            display: block;
            object-fit: cover;
            min-height: 460px;
            max-height: 560px;
        }

        @media (max-width: 1199px) {
            .chairman-photo {
                min-height: 360px;
            }
        }

        .principal-message-panel {
            background: #ffffff;
            border: 1px solid rgba(13, 94, 244, 0.14);
            border-radius: 16px;
            padding: 34px 30px;
            box-shadow: 0 14px 36px rgba(16, 33, 68, 0.08);
        }

        .principal-sign {
            margin-top: 20px;
            padding-top: 16px;
            border-top: 1px dashed rgba(27, 39, 83, 0.25);
        }

        .principal-note {
            background: #f4f7ff;
            border-left: 4px solid #0d5ef4;
            border-radius: 10px;
            padding: 14px 16px;
            margin: 20px 0;
        }

        @media (max-width: 575px) {
            .principal-message-panel {
                padding: 24px 18px;
            }
        }

        .cbse-panel {
            background: #ffffff;
            border: 1px solid rgba(13, 94, 244, 0.16);
            border-radius: 18px;
            padding: 30px;
            box-shadow: 0 16px 36px rgba(18, 34, 70, 0.08);
            height: 100%;
        }

        .cbse-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #eaf1ff;
            color: #0d5ef4;
            border-radius: 999px;
            padding: 6px 14px;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .cbse-aff-no {
            background: linear-gradient(135deg, #0d5ef4, #1b2753);
            color: #fff;
            border-radius: 12px;
            padding: 14px 16px;
            margin: 14px 0 18px;
        }

        .cbse-aff-no .label {
            display: block;
            font-size: 13px;
            opacity: 0.9;
            margin-bottom: 4px;
        }

        .cbse-aff-no .value {
            font-size: 30px;
            font-weight: 800;
            letter-spacing: 1px;
            line-height: 1;
        }

        .cbse-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 14px;
        }

        .cbse-item {
            background: #f7f9ff;
            border-radius: 10px;
            padding: 12px;
        }

        .cbse-item .k {
            display: block;
            font-size: 12px;
            color: #5a6788;
            margin-bottom: 4px;
        }

        .cbse-item .v {
            display: block;
            color: #1b2753;
            font-weight: 600;
            font-size: 14px;
        }

        .cbse-list {
            margin: 0;
            padding-left: 18px;
        }

        .cbse-list li {
            margin-bottom: 8px;
        }

        .academic-panel {
            padding: 0;
        }

        .academic-title {
            text-align: center;
            margin-bottom: 26px;
        }

        .academic-title h3 {
            margin-bottom: 0;
            color: #1b2753;
            font-size: 42px;
        }

        .language-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .language-card {
            position: relative;
            min-height: 230px;
            border-radius: 14px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.68);
            border: 1px solid rgba(255, 255, 255, 0.95);
            box-shadow: 0 18px 34px rgba(16, 33, 68, 0.1), inset 0 0 0 1px rgba(13, 94, 244, 0.16);
            backdrop-filter: blur(9px);
            -webkit-backdrop-filter: blur(9px);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .language-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 22px 38px rgba(16, 33, 68, 0.14), inset 0 0 0 1px rgba(13, 94, 244, 0.22);
        }

        .language-bg {
            position: absolute;
            inset: 0;
            display: none;
        }

        .language-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(160deg, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0.18) 100%);
        }

        .language-content {
            position: relative;
            z-index: 1;
            text-align: center;
            color: #1b2753;
            height: 100%;
            padding: 20px 16px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .language-content h4 {
            margin-bottom: 10px;
            color: #1b2753;
            font-size: 30px;
        }

        .language-content p {
            margin-bottom: 6px;
            font-size: 17px;
            line-height: 1.4;
        }

        .language-content .opt {
            font-weight: 700;
            margin-bottom: 0;
            font-size: 18px;
        }

        .language-bg-1 {
            background-image: none;
        }

        .language-bg-2 {
            background-image: none;
        }

        .language-bg-3 {
            background-image: none;
        }

        .language-bg-4 {
            background-image: none;
        }

        .curriculum-wrap {
            margin-top: 42px;
            background: linear-gradient(180deg, #f4f7ff 0%, #eef3ff 100%);
            border: 1px solid rgba(27, 39, 83, 0.1);
            border-radius: 20px;
            padding: 34px 26px;
        }

        .curriculum-wrap h3 {
            margin-bottom: 12px;
            color: #1b2753;
            font-size: 46px;
        }

        .curriculum-divider {
            width: 86px;
            border-top: 2px dashed #cc9f23;
            margin-bottom: 24px;
        }

        .curriculum-copy {
            color: #4f5f7e;
            font-size: 17px;
            line-height: 1.75;
            margin-bottom: 0;
            padding-right: 14px;
        }

        .curriculum-points {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }

        .curriculum-points li {
            position: relative;
            padding-left: 22px;
            margin-bottom: 12px;
            color: #1c2746;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.45;
        }

        .curriculum-points li::before {
            content: "\00BB";
            position: absolute;
            left: 0;
            top: 0;
            color: #1d3f92;
            font-weight: 800;
        }

        @media (max-width: 767px) {
            .cbse-panel {
                padding: 22px 18px;
            }

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

            .cbse-aff-no .value {
                font-size: 26px;
            }

            .academic-panel {
                padding: 0;
            }

            .academic-title h3,
            .curriculum-wrap h3 {
                font-size: 30px;
            }

            .curriculum-wrap {
                padding: 24px 16px;
            }

            .language-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
            }

            .language-card {
                min-height: 200px;
            }

            .language-content h4 {
                font-size: 26px;
            }

            .language-content p,
            .language-content .opt,
            .curriculum-copy,
            .curriculum-points li {
                font-size: 16px;
            }
        }

        @media (max-width: 575px) {
            .language-grid {
                grid-template-columns: 1fr;
            }

            .language-card {
                min-height: 190px;
            }

            .language-content h4 {
                font-size: 24px;
            }

            .language-content p,
            .language-content .opt,
            .curriculum-copy,
            .curriculum-points li {
                font-size: 15px;
                line-height: 1.5;
            }
        }

        .md-section {
            background: #f6f8ff;
            border: 1px solid rgba(28, 39, 70, 0.08);
            border-radius: 20px;
            padding: 28px;
        }

        .md-title {
            color: #1b2753;
            font-size: 34px;
            margin-bottom: 18px;
        }

        .md-accordion .accordion-item {
            border: 1px solid rgba(28, 39, 70, 0.18);
            border-radius: 12px;
            background: #fff;
            margin-bottom: 16px;
            overflow: hidden;
        }

        .md-accordion .accordion-button {
            background: #fff;
            color: #162a60;
            font-size: 22px;
            font-weight: 700;
            padding: 18px 22px;
            border: 0;
            box-shadow: none;
        }

        .md-accordion .accordion-button:not(.collapsed) {
            background: #fff;
            color: #102255;
        }

        .md-accordion .accordion-button:focus {
            box-shadow: none;
        }

        .md-accordion .accordion-button::after {
            content: "+";
            background-image: none;
            transform: none;
            width: auto;
            height: auto;
            font-size: 26px;
            font-weight: 700;
            color: #182c61;
            line-height: 1;
        }

        .md-accordion .accordion-button:not(.collapsed)::after {
            content: "-";
        }

        .md-accordion .accordion-body {
            padding: 0 14px 14px;
            background: #fff;
        }

        .md-table-wrap {
            border: 1px solid rgba(27, 39, 83, 0.08);
            border-radius: 10px;
            overflow: auto;
            margin-top: 4px;
        }

        .md-table {
            width: 100%;
            min-width: 640px;
            border-collapse: collapse;
            margin: 0;
        }

        .md-table thead th {
            background: #1f2d66;
            color: #fff;
            font-size: 17px;
            font-weight: 700;
            padding: 14px 12px;
            border: 0;
            text-transform: none;
        }

        .md-table tbody td {
            font-size: 17px;
            color: #2b3c63;
            padding: 13px 12px;
            border-bottom: 1px solid rgba(27, 39, 83, 0.08);
            vertical-align: top;
        }

        .md-table tbody tr:nth-child(odd) td {
            background: #f3f6fd;
        }

        .md-table tbody tr:last-child td {
            border-bottom: 0;
        }

        .md-link {
            color: #132d77;
            font-weight: 700;
            text-decoration: none;
        }

        .md-link:hover {
            text-decoration: underline;
        }

        .md-subhead {
            color: #132a62;
            font-size: 26px;
            margin: 20px 0 10px;
        }

        .md-note {
            margin-top: 14px;
            background: #eef3ff;
            border-left: 4px solid #1f4fe0;
            border-radius: 8px;
            padding: 10px 12px;
            color: #42537b;
            font-size: 14px;
        }

        @media (max-width: 767px) {
            .md-section {
                border-radius: 14px;
                padding: 16px;
            }

            .md-title {
                font-size: 28px;
                margin-bottom: 14px;
            }

            .md-accordion .accordion-button {
                font-size: 18px;
                padding: 14px 14px;
            }

            .md-accordion .accordion-button::after {
                font-size: 22px;
            }

            .md-accordion .accordion-body {
                padding: 0 8px 10px;
            }

            .md-subhead {
                font-size: 22px;
            }

            .md-table thead th,
            .md-table tbody td {
                font-size: 15px;
            }
        }

        .labs-page {
            position: relative;
            background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
        }

        .labs-page::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 320px;
            background: radial-gradient(circle at 12% 20%, rgba(13, 94, 244, 0.14), transparent 56%), radial-gradient(circle at 88% 15%, rgba(255, 202, 6, 0.22), transparent 48%);
            pointer-events: none;
        }

        .labs-page .container {
            position: relative;
            z-index: 1;
        }

        .labs-intro {
            background: #ffffff;
            border: 1px solid rgba(27, 39, 83, 0.1);
            border-radius: 18px;
            box-shadow: 0 18px 40px rgba(18, 34, 70, 0.08);
            padding: 34px 30px;
            margin-bottom: 26px;
        }

        .labs-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #e9f0ff;
            color: #1844a8;
            border-radius: 999px;
            padding: 6px 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .labs-intro h2 {
            margin-bottom: 10px;
            color: #132a62;
            font-size: 42px;
        }

        .labs-intro .lead {
            color: #4b5d84;
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 0;
        }

        .labs-card {
            background: #fff;
            border: 1px solid rgba(27, 39, 83, 0.1);
            border-radius: 16px;
            box-shadow: 0 14px 32px rgba(18, 34, 70, 0.08);
            padding: 26px 22px;
            height: 100%;
        }

        .labs-card h3 {
            color: #132a62;
            font-size: 30px;
            margin-bottom: 10px;
        }

        .labs-card p {
            color: #4b5d84;
            margin-bottom: 10px;
            line-height: 1.75;
        }

        .labs-icon {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #ecf3ff;
            color: #1143b2;
            font-size: 22px;
            margin-bottom: 10px;
        }

        .labs-list {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }

        .labs-list li {
            position: relative;
            padding-left: 24px;
            margin-bottom: 8px;
            color: #223456;
            font-weight: 500;
            line-height: 1.6;
        }

        .labs-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 0;
            color: #1f4ed9;
            font-weight: 700;
        }

        .labs-feature-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
        }

        .labs-highlight {
            background: linear-gradient(145deg, #132a62 0%, #1a3d8f 100%);
            color: #fff;
            border-radius: 18px;
            padding: 26px 24px;
            margin-top: 24px;
        }

        .labs-highlight h3 {
            color: #fff;
            margin-bottom: 8px;
            font-size: 30px;
        }

        .labs-highlight p {
            margin: 0;
            color: rgba(255, 255, 255, 0.92);
            line-height: 1.75;
        }

        @media (max-width: 991px) {
            .labs-intro h2 {
                font-size: 34px;
            }

            .labs-card h3,
            .labs-highlight h3 {
                font-size: 26px;
            }
        }

        @media (max-width: 767px) {
            .labs-intro {
                padding: 24px 18px;
            }

            .labs-intro h2 {
                font-size: 30px;
            }

            .labs-intro .lead {
                font-size: 16px;
            }

            .labs-feature-grid {
                grid-template-columns: 1fr;
            }

            .labs-card {
                padding: 22px 16px;
            }
        }

        .books-page {
            background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
            position: relative;
        }

        .books-page::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 260px;
            pointer-events: none;
            background: radial-gradient(circle at 8% 14%, rgba(17, 67, 178, 0.14), transparent 52%), radial-gradient(circle at 92% 8%, rgba(255, 202, 6, 0.24), transparent 46%);
        }

        .books-page .container {
            position: relative;
            z-index: 1;
        }

        .books-intro {
            background: #ffffff;
            border-radius: 18px;
            border: 1px solid rgba(26, 45, 102, 0.1);
            box-shadow: 0 20px 42px rgba(15, 32, 74, 0.1);
            padding: 34px 30px;
            margin-bottom: 24px;
        }

        .books-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #eaf1ff;
            color: #1143b2;
            font-weight: 600;
            border-radius: 999px;
            padding: 6px 14px;
            margin-bottom: 10px;
        }

        .books-intro h2 {
            font-size: 42px;
            color: #132a62;
            margin-bottom: 10px;
        }

        .books-intro p {
            color: #4b5d84;
            line-height: 1.75;
            margin-bottom: 0;
            font-size: 17px;
        }

        .grade-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 18px 0 0;
        }

        .grade-chip {
            border: 1px solid rgba(17, 67, 178, 0.22);
            border-radius: 999px;
            background: #f2f6ff;
            color: #163573;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.3px;
            padding: 7px 12px;
        }

        .books-card {
            background: #ffffff;
            border: 1px solid rgba(26, 45, 102, 0.1);
            border-radius: 16px;
            box-shadow: 0 14px 32px rgba(15, 32, 74, 0.08);
            padding: 20px;
            margin-bottom: 20px;
        }

        .books-card h3 {
            color: #12295f;
            font-size: 26px;
            margin-bottom: 6px;
        }

        .books-card .sub {
            color: #5b6a8d;
            font-size: 14px;
            margin-bottom: 14px;
            display: block;
        }

        .books-table-wrap {
            border: 1px solid rgba(20, 46, 103, 0.1);
            border-radius: 12px;
            overflow: auto;
        }

        .books-table {
            width: 100%;
            min-width: 760px;
            border-collapse: collapse;
        }

        .books-table th {
            background: #1f5a84;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 11px 10px;
            border-right: 1px solid rgba(255, 255, 255, 0.28);
        }

        .books-table th:last-child {
            border-right: 0;
        }

        .books-table td {
            border-bottom: 1px solid rgba(18, 41, 95, 0.1);
            padding: 10px;
            font-size: 14px;
            color: #324668;
            vertical-align: top;
        }

        .books-table tr:nth-child(even) td {
            background: #f7faff;
        }

        .books-note {
            background: linear-gradient(140deg, #132a62, #1b4ea8);
            color: #fff;
            border-radius: 16px;
            padding: 22px 20px;
        }

        .books-note h4 {
            color: #fff;
            margin-bottom: 8px;
            font-size: 24px;
        }

        .books-note p {
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.94);
            line-height: 1.7;
        }

        @media (max-width: 767px) {
            .books-intro {
                padding: 24px 16px;
            }

            .books-intro h2 {
                font-size: 32px;
            }

            .books-intro p {
                font-size: 15px;
            }

            .books-card {
                padding: 14px;
            }

            .books-card h3 {
                font-size: 22px;
            }
        }

        .nhp-page {
            position: relative;
            background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
            overflow: hidden;
        }

        .nhp-page::before {
            content: "";
            position: absolute;
            width: 520px;
            height: 520px;
            top: -220px;
            right: -140px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(13, 94, 244, 0.2), rgba(13, 94, 244, 0));
            pointer-events: none;
        }

        .nhp-shell {
            position: relative;
            z-index: 1;
        }

        .nhp-hero {
            background: linear-gradient(145deg, #132a62 0%, #1f4ea3 100%);
            color: #fff;
            border-radius: 22px;
            padding: 34px 32px;
            box-shadow: 0 20px 44px rgba(15, 31, 73, 0.18);
            margin-bottom: 24px;
        }

        .nhp-hero-grid {
            display: grid;
            grid-template-columns: 1.25fr 0.75fr;
            gap: 26px;
            align-items: center;
        }

        .nhp-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 999px;
            padding: 6px 12px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #fff;
        }

        .nhp-hero h2 {
            color: #fff;
            font-size: 42px;
            margin-bottom: 10px;
            line-height: 1.18;
        }

        .nhp-hero p {
            margin-bottom: 0;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.94);
            font-size: 17px;
        }

        .nhp-hero-panel {
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.22);
            border-radius: 16px;
            padding: 18px;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
        }

        .nhp-hero-panel h4 {
            color: #fff;
            font-size: 21px;
            margin-bottom: 10px;
        }

        .nhp-hero-list {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }

        .nhp-hero-list li {
            position: relative;
            color: rgba(255, 255, 255, 0.94);
            padding-left: 20px;
            margin-bottom: 7px;
            line-height: 1.55;
        }

        .nhp-hero-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 0;
            color: #ffcf3b;
            font-weight: 700;
        }

        .nhp-mini-contact {
            margin-top: 12px;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.96);
        }

        .nhp-mini-contact a {
            color: #fff;
            text-decoration: underline;
        }

        .nhp-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 18px;
        }

        .nhp-stage-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            margin-bottom: 18px;
        }

        .nhp-card {
            background: #fff;
            border: 1px solid rgba(19, 42, 98, 0.1);
            border-radius: 16px;
            box-shadow: 0 12px 28px rgba(18, 34, 70, 0.08);
            padding: 22px;
            height: 100%;
        }

        .nhp-card.stage {
            padding: 20px 18px;
            border-top: 4px solid #1e4ca2;
        }

        .nhp-card-head {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 6px;
        }

        .nhp-icon-badge {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: #eaf1ff;
            color: #1b4ba0;
            font-size: 16px;
            flex-shrink: 0;
            transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
        }

        .nhp-stage-tag {
            display: inline-block;
            background: #edf3ff;
            color: #1a3f8a;
            border-radius: 999px;
            padding: 4px 10px;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 8px;
            letter-spacing: 0.2px;
        }

        .nhp-card h3 {
            color: #132a62;
            font-size: 26px;
            margin-bottom: 8px;
        }

        .nhp-card.stage h3 {
            font-size: 22px;
            margin-bottom: 6px;
        }

        .nhp-card p {
            color: #4b5d84;
            line-height: 1.75;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .nhp-age {
            color: #132a62;
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 14px;
        }

        .nhp-list {
            margin: 0;
            padding-left: 0;
            list-style: none;
        }

        .nhp-list li {
            position: relative;
            padding-left: 22px;
            margin-bottom: 8px;
            color: #24385f;
            line-height: 1.6;
            font-weight: 500;
        }

        .nhp-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 0;
            color: #1d4ed8;
            font-weight: 700;
        }

        .nhp-matrix {
            background: #fff;
            border: 1px solid rgba(19, 42, 98, 0.1);
            border-radius: 16px;
            box-shadow: 0 12px 28px rgba(18, 34, 70, 0.08);
            padding: 18px;
            margin-bottom: 18px;
        }

        .nhp-matrix h3 {
            color: #132a62;
            font-size: 26px;
            margin-bottom: 12px;
        }

        .nhp-table-wrap {
            border: 1px solid rgba(20, 46, 103, 0.1);
            border-radius: 12px;
            overflow: auto;
        }

        .nhp-table {
            width: 100%;
            min-width: 700px;
            border-collapse: collapse;
        }

        .nhp-table th {
            background: #1f5a84;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 12px 10px;
            text-align: left;
            border-right: 1px solid rgba(255, 255, 255, 0.26);
        }

        .nhp-table th:last-child {
            border-right: 0;
        }

        .nhp-table td {
            font-size: 15px;
            color: #324668;
            padding: 11px 10px;
            border-bottom: 1px solid rgba(18, 41, 95, 0.1);
            vertical-align: top;
        }

        .nhp-table tr:nth-child(even) td {
            background: #f7faff;
        }

        .nhp-doc-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 18px;
        }

        .nhp-doc-grid .nhp-card {
            border-top: 4px solid #2f5fb3;
        }

        .nhp-doc-grid .nhp-card h3 {
            display: flex;
            align-items: center;
            gap: 9px;
        }

        .nhp-process {
            background: #fff;
            border: 1px solid rgba(19, 42, 98, 0.1);
            border-radius: 16px;
            box-shadow: 0 12px 28px rgba(18, 34, 70, 0.08);
            padding: 22px;
            margin-bottom: 18px;
        }

        .nhp-process h3 {
            color: #132a62;
            font-size: 26px;
            margin-bottom: 14px;
        }

        .nhp-steps {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
        }

        .nhp-step {
            background: #f5f8ff;
            border: 1px solid rgba(18, 41, 95, 0.1);
            border-radius: 12px;
            padding: 14px 12px;
        }

        .nhp-step .num {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: #1e4ca2;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
        }

        .nhp-step h5 {
            color: #132a62;
            font-size: 16px;
            margin-bottom: 6px;
        }

        .nhp-step p {
            margin: 0;
            color: #44577f;
            font-size: 14px;
            line-height: 1.55;
        }

        .nhp-note {
            background: linear-gradient(145deg, #12295f 0%, #1f4ea3 100%);
            border-radius: 16px;
            color: #fff;
            padding: 22px 20px;
        }

        .nhp-note h4 {
            color: #fff;
            margin-bottom: 8px;
            font-size: 24px;
        }

        .nhp-note p {
            margin: 0;
            color: rgba(255, 255, 255, 0.95);
            line-height: 1.75;
            font-size: 16px;
        }

        .nhp-sticky-cta {
            position: fixed;
            left: 20px;
            bottom: 18px;
            z-index: 60;
            background: #ffffff;
            border: 1px solid rgba(19, 42, 98, 0.16);
            box-shadow: 0 16px 34px rgba(18, 34, 70, 0.18);
            border-radius: 14px;
            padding: 12px;
            width: min(340px, calc(100vw - 28px));
        }

        .nhp-sticky-cta .title {
            color: #132a62;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 9px;
        }

        .nhp-sticky-cta .title-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 9px;
        }

        .nhp-sticky-cta .title-wrap .title {
            margin-bottom: 0;
        }

        .nhp-sticky-close {
            width: 24px;
            height: 24px;
            border: 0;
            border-radius: 50%;
            background: #eef3ff;
            color: #1a3f8a;
            font-size: 14px;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            flex-shrink: 0;
        }

        .nhp-sticky-close:hover {
            background: #dfe9ff;
        }

        .nhp-sticky-cta .actions {
            display: flex;
            gap: 8px;
        }

        .nhp-sticky-cta .th-btn {
            flex: 1 1 0;
            text-align: center;
            padding: 10px 12px;
            font-size: 13px;
        }

        .nhp-sticky-cta .th-btn.style-border {
            border: 1px solid #1f4ea3;
            background: #fff;
            color: #1f4ea3;
        }

        .nhp-sticky-cta .th-btn.style-border:hover {
            background: #1f4ea3;
            color: #fff;
        }

        .nhp-hero,
        .nhp-card,
        .nhp-matrix,
        .nhp-process,
        .nhp-step,
        .nhp-note,
        .nhp-sticky-cta {
            transition: transform 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.36s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.3s ease;
        }

        .nhp-hero:hover,
        .nhp-card:hover,
        .nhp-matrix:hover,
        .nhp-process:hover,
        .nhp-step:hover,
        .nhp-note:hover,
        .nhp-sticky-cta:hover {
            transform: translate3d(0, -10px, 0) scale(1.01) rotate(-0.35deg);
            box-shadow: 0 10px 16px rgba(18, 34, 70, 0.14), 0 0 0 2px rgba(92, 168, 255, 0.34);
            border-color: rgba(92, 168, 255, 0.52);
        }

        .nhp-hero:hover {
            transform: translate3d(0, -8px, 0) scale(1.005);
        }

        .nhp-card:hover .nhp-icon-badge {
            transform: translateY(-2px) scale(1.08);
            background: #1b4ba0;
            color: #fff;
            box-shadow: 0 10px 20px rgba(19, 58, 136, 0.32);
        }

        .nhp-card:hover .nhp-stage-tag {
            background: #1e4ca2;
            color: #fff;
        }

        @media (hover: none) {
            .nhp-hero:hover,
            .nhp-card:hover,
            .nhp-matrix:hover,
            .nhp-process:hover,
            .nhp-step:hover,
            .nhp-note:hover,
            .nhp-sticky-cta:hover {
                transform: none;
                box-shadow: inherit;
            }

            .nhp-card:hover .nhp-icon-badge,
            .nhp-card:hover .nhp-stage-tag {
                transform: none;
                box-shadow: none;
                background: inherit;
                color: inherit;
            }
        }

        .nhp-hero,
        .nhp-matrix,
        .nhp-process,
        .nhp-note,
        .nhp-stage-grid .nhp-card,
        .nhp-doc-grid .nhp-card,
        .nhp-steps .nhp-step {
            opacity: 0;
            transition: transform 0.65s ease, opacity 0.65s ease;
            will-change: transform, opacity;
        }

        .nhp-hero {
            transform: translateY(-26px);
        }

        .nhp-matrix,
        .nhp-process {
            transform: translateY(30px);
        }

        .nhp-note {
            transform: translateY(24px);
        }

        .nhp-stage-grid .nhp-card:nth-child(odd) {
            transform: translateX(-34px);
        }

        .nhp-stage-grid .nhp-card:nth-child(even) {
            transform: translateX(34px);
        }

        .nhp-doc-grid .nhp-card:nth-child(1) {
            transform: translateX(-30px);
        }

        .nhp-doc-grid .nhp-card:nth-child(2) {
            transform: translateX(30px);
        }

        .nhp-steps .nhp-step {
            transform: translateY(26px);
        }

        .nhp-page.is-visible .nhp-hero,
        .nhp-page.is-visible .nhp-matrix,
        .nhp-page.is-visible .nhp-process,
        .nhp-page.is-visible .nhp-note,
        .nhp-page.is-visible .nhp-stage-grid .nhp-card,
        .nhp-page.is-visible .nhp-doc-grid .nhp-card,
        .nhp-page.is-visible .nhp-steps .nhp-step {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }

        .nhp-page.is-visible .nhp-hero {
            transition-delay: 0.04s;
        }

        .nhp-page.is-visible .nhp-stage-grid .nhp-card:nth-child(1) {
            transition-delay: 0.08s;
        }

        .nhp-page.is-visible .nhp-stage-grid .nhp-card:nth-child(2) {
            transition-delay: 0.16s;
        }

        .nhp-page.is-visible .nhp-stage-grid .nhp-card:nth-child(3) {
            transition-delay: 0.24s;
        }

        .nhp-page.is-visible .nhp-stage-grid .nhp-card:nth-child(4) {
            transition-delay: 0.32s;
        }

        .nhp-page.is-visible .nhp-matrix {
            transition-delay: 0.38s;
        }

        .nhp-page.is-visible .nhp-doc-grid .nhp-card:nth-child(1) {
            transition-delay: 0.45s;
        }

        .nhp-page.is-visible .nhp-doc-grid .nhp-card:nth-child(2) {
            transition-delay: 0.53s;
        }

        .nhp-page.is-visible .nhp-process {
            transition-delay: 0.58s;
        }

        .nhp-page.is-visible .nhp-steps .nhp-step:nth-child(1) {
            transition-delay: 0.64s;
        }

        .nhp-page.is-visible .nhp-steps .nhp-step:nth-child(2) {
            transition-delay: 0.71s;
        }

        .nhp-page.is-visible .nhp-steps .nhp-step:nth-child(3) {
            transition-delay: 0.78s;
        }

        .nhp-page.is-visible .nhp-steps .nhp-step:nth-child(4) {
            transition-delay: 0.85s;
        }

        .nhp-page.is-visible .nhp-note {
            transition-delay: 0.92s;
        }

        @media (prefers-reduced-motion: reduce) {
            .nhp-hero,
            .nhp-matrix,
            .nhp-process,
            .nhp-note,
            .nhp-stage-grid .nhp-card,
            .nhp-doc-grid .nhp-card,
            .nhp-steps .nhp-step {
                opacity: 1 !important;
                transform: none !important;
                transition: none !important;
            }
        }

        @media (max-width: 991px) {
            .nhp-hero-grid {
                grid-template-columns: 1fr;
            }

            .nhp-hero h2 {
                font-size: 34px;
            }

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

            .nhp-stage-grid,
            .nhp-steps {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .nhp-hero {
                padding: 24px 16px;
            }

            .nhp-hero h2 {
                font-size: 30px;
            }

            .nhp-hero p,
            .nhp-card p,
            .nhp-note p {
                font-size: 15px;
            }

            .nhp-card h3,
            .nhp-matrix h3,
            .nhp-note h4,
            .nhp-process h3 {
                font-size: 22px;
            }

            .nhp-stage-grid,
            .nhp-doc-grid,
            .nhp-steps {
                grid-template-columns: 1fr;
            }

            .nhp-sticky-cta {
                right: 12px;
                left: 12px;
                width: auto;
                bottom: 10px;
                padding: 10px;
            }

            .nhp-sticky-cta .actions {
                flex-direction: column;
            }
        }

        .club-page {
            background: linear-gradient(180deg, #f2f6ff 0%, #ffffff 44%);
            position: relative;
            overflow: hidden;
        }

        .club-page::before {
            content: "";
            position: absolute;
            width: 430px;
            height: 430px;
            top: -160px;
            right: -110px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(20, 72, 168, 0.14), rgba(20, 72, 168, 0));
            pointer-events: none;
        }

        .club-page::after {
            content: "";
            position: absolute;
            width: 360px;
            height: 360px;
            left: -120px;
            bottom: -160px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(209, 153, 39, 0.16), rgba(209, 153, 39, 0));
            pointer-events: none;
        }

        .club-wrap {
            max-width: 1320px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .club-intro {
            background: #fff;
            border: 1px solid rgba(19, 58, 126, 0.14);
            border-radius: 18px;
            padding: 26px;
            box-shadow: 0 16px 32px rgba(19, 38, 80, 0.08);
            margin-bottom: 16px;
        }

        .club-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 13px;
            border-radius: 999px;
            border: 1px solid rgba(20, 72, 168, 0.25);
            background: #f5f9ff;
            color: #17408c;
            font-size: 13px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .club-intro h2 {
            margin-bottom: 10px;
            color: #102a60;
            font-size: 42px;
            line-height: 1.15;
        }

        .club-intro p {
            margin: 0;
            color: #4d6288;
            font-size: 18px;
            line-height: 1.75;
        }

        .club-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 22px;
        }

        .club-card {
            position: relative;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.58) 100%);
            border: 1px solid rgba(255, 255, 255, 0.78);
            border-radius: 14px;
            box-shadow: 0 14px 30px rgba(18, 34, 70, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
            overflow: hidden;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
            min-height: 248px;
            opacity: 0;
            transform: translateY(26px) scale(0.98);
            will-change: transform, opacity;
        }

        .club-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(130deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 42%);
            pointer-events: none;
        }

        .club-card:hover {
            transform: translateY(-8px) scale(1.01);
            box-shadow: 0 24px 36px rgba(18, 34, 70, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
            border-color: rgba(164, 191, 242, 0.76);
        }

        .club-page.is-visible .club-card {
            opacity: 1;
            transform: translateY(0) scale(1);
            transition: transform 0.62s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.62s ease, box-shadow 0.3s ease, border-color 0.3s ease;
        }

        .club-page.is-visible .club-card:nth-child(1) {
            transition-delay: 0.06s;
        }

        .club-page.is-visible .club-card:nth-child(2) {
            transition-delay: 0.12s;
        }

        .club-page.is-visible .club-card:nth-child(3) {
            transition-delay: 0.18s;
        }

        .club-page.is-visible .club-card:nth-child(4) {
            transition-delay: 0.24s;
        }

        .club-page.is-visible .club-card:nth-child(5) {
            transition-delay: 0.3s;
        }

        .club-page.is-visible .club-card:nth-child(6) {
            transition-delay: 0.36s;
        }

        .club-page.is-visible .club-card:nth-child(7) {
            transition-delay: 0.42s;
        }

        .club-page.is-visible .club-card:nth-child(8) {
            transition-delay: 0.48s;
        }

        .club-trigger {
            width: 100%;
            height: 100%;
            border: 0;
            background: transparent;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 16px;
            padding: 24px 20px;
            color: #12316d;
            cursor: pointer;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        .club-sub {
            margin: 8px 0 0;
            color: #4e6289;
            font-size: 15px;
            line-height: 1.5;
            font-family: "Jost", sans-serif;
            font-weight: 500;
        }

        .club-title-wrap {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            min-width: 0;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .club-icon {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 70px;
            height: 70px;
            color: #1a4da8;
            font-size: 36px;
            flex-shrink: 0;
            line-height: 1;
        }

        .club-icon::before {
            content: "";
            position: absolute;
            inset: -8px;
            border-radius: 50%;
            border: 2px dashed currentColor;
            opacity: 0.38;
            pointer-events: none;
        }

        .club-title {
            margin: 0;
            font-size: clamp(22px, 1.35vw, 26px);
            line-height: 1.2;
            color: #12316d;
            letter-spacing: 0.1px;
            font-family: "Baloo 2", cursive;
            font-weight: 700;
        }

        .club-chevron {
            display: none;
        }

        .club-card:nth-child(1) .club-icon {
            color: #ff7a59;
        }

        .club-card:nth-child(2) .club-icon {
            color: #3d7af7;
        }

        .club-card:nth-child(3) .club-icon {
            color: #8d64f2;
        }

        .club-card:nth-child(4) .club-icon {
            color: #f39c1a;
        }

        .club-card:nth-child(5) .club-icon {
            color: #12b886;
        }

        .club-card:nth-child(6) .club-icon {
            color: #ef4f5f;
        }

        .club-card:nth-child(7) .club-icon {
            color: #16a4dd;
        }

        .club-card:nth-child(8) .club-icon {
            color: #1fb8ab;
        }

        .club-card:hover .club-icon::before {
            opacity: 0.55;
            animation: clubDashSpin 5.2s linear infinite;
        }

        @keyframes clubDashSpin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        .club-panel {
            display: none;
        }

        .club-panel-inner {
            padding: 0 18px 18px;
        }

        .club-panel p {
            margin: 12px 0 10px;
            color: #4f6288;
            font-size: 16px;
            line-height: 1.7;
        }

        .club-panel ul {
            margin: 0;
            padding-left: 18px;
        }

        .club-panel li {
            color: #425a83;
            margin-bottom: 7px;
            font-size: 15px;
            line-height: 1.6;
        }

        .club-note {
            margin-top: 14px;
            border: 1px solid rgba(209, 153, 39, 0.3);
            background: linear-gradient(94deg, #fff9e8, #ffffff);
            border-radius: 14px;
            padding: 14px 16px;
            color: #6c5322;
            font-size: 16px;
            line-height: 1.65;
        }

        .club-modal {
            position: fixed;
            inset: 0;
            z-index: 9999;
            display: none;
            background: rgba(9, 20, 42, 0.64);
            padding: 24px 14px;
            overflow-y: auto;
        }

        .club-modal.show {
            display: block;
        }

        .club-modal-dialog {
            position: relative;
            width: min(760px, 100%);
            margin: 4% auto;
            background: #fff;
            border-radius: 16px;
            border: 1px solid rgba(19, 58, 126, 0.14);
            box-shadow: 0 26px 42px rgba(10, 24, 54, 0.24);
            overflow: hidden;
        }

        .club-modal-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 16px 18px;
            border-bottom: 1px solid rgba(19, 58, 126, 0.12);
            background: linear-gradient(90deg, #f4f8ff, #ffffff);
        }

        .club-modal-title {
            margin: 0;
            color: #12316d;
            font-size: 28px;
            line-height: 1.2;
        }

        .club-modal-close {
            border: 0;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #eaf2ff;
            color: #15439a;
            font-size: 17px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .club-modal-body {
            padding: 18px 18px 20px;
        }

        .club-modal-body p {
            margin-bottom: 10px;
            color: #4f6288;
            font-size: 17px;
            line-height: 1.7;
        }

        .club-modal-body ul {
            margin: 0;
            padding-left: 18px;
        }

        .club-modal-body li {
            color: #405982;
            font-size: 16px;
            line-height: 1.65;
            margin-bottom: 8px;
        }

        .club-reveal {
            opacity: 0;
            transform: translateY(18px);
            transition: opacity 0.55s ease, transform 0.55s ease;
        }

        .club-page.is-visible .club-reveal {
            opacity: 1;
            transform: translateY(0);
        }

        .club-page.is-visible .club-grid.club-reveal {
            transition-delay: 0.08s;
        }

        .club-page.is-visible .club-note.club-reveal {
            transition-delay: 0.16s;
        }

        @media (max-width: 991px) {
            .club-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 18px;
            }

            .club-intro h2 {
                font-size: 34px;
            }
        }

        @media (max-width: 575px) {
            .club-intro {
                padding: 20px 16px;
            }

            .club-intro h2 {
                font-size: 29px;
            }

            .club-intro p {
                font-size: 16px;
            }

            .club-trigger {
                padding: 18px 16px;
                gap: 14px;
            }

            .club-title {
                font-size: 22px;
                line-height: 1.15;
            }

            .club-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .club-card {
                min-height: 220px;
            }

            .club-icon {
                width: 62px;
                height: 62px;
                font-size: 32px;
            }

            .club-icon::before {
                inset: -6px;
            }

            .club-panel-inner {
                padding: 0 14px 14px;
            }

            .club-modal-dialog {
                margin: 8% auto;
            }

            .club-modal-title {
                font-size: 22px;
            }

            .club-modal-body p,
            .club-modal-body li {
                font-size: 15px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .club-card,
            .club-page.is-visible .club-card,
            .club-card:hover {
                opacity: 1 !important;
                transform: none !important;
                transition: none !important;
            }

            .club-card:hover .club-icon::before {
                animation: none !important;
            }
        }
    
