:root {
    --primary: #6f2dbd;
    --primary-dark: #4d148c;
    --secondary: #1f7ae0;
    --secondary-dark: #155fc3;
    --accent: #ffb703;
    --accent-dark: #f4a000;
    --text-dark: #3a3a44;
    --text-body: #6d6e78;
    --text-light: #ffffff;
    --bg-page: #f3f3f5;
    --bg-card: #ffffff;
    --border: #e4e4ea;
    --border-soft: #ededf2;
    --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
    --radius-sm: 8px;
    --radius-md: 14px;
    --text-muted: #6f7281;
    --bg-light: #f5f5f7;
    --white: #ffffff;
    --transition: all 0.3s ease;
}


* {
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    color: var(--text-dark);
    background: #ededf0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.topbar {
    background: linear-gradient(90deg, #7659ba 0%, #4e84de 100%);
    font-size: 12px;
}


.topbar a {
    color: rgba(255, 255, 255, 0.9);
    transition: 0.25s ease;
}

.topbar a:hover {
    color: var(--white);
}

.topbar .btn {
    --bs-btn-padding-y: 0.35rem;
    --bs-btn-padding-x: 0.9rem;
    --bs-btn-font-size: 12px;
    border-radius: 2px;
}

.navbar {
    background: var(--white);
}

.navbar-brand {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary) !important;
}

.navbar-brand img {
    width: 333px;
    height: 46px;
}

.brand-highlight {
    color: var(--primary-dark);
}

.nav-link {
    color: #50515c;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
}

.hero {
    background: linear-gradient(90deg, #5b3ab1 0%, #2b86df 100%);
    color: var(--white);
    overflow: hidden;
}

.hero .container {
    min-height: 560px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.hero .row {
    min-height: 560px;
}

.hero-content {
    max-width: 620px;
}

.hero-title {
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 1.45vw, 1.4rem);
    font-weight: 500;
    margin-bottom: 20px;
}

.search-box {
    max-width: 480px;
    background: #ececef;
    border-radius: 8px;
    padding: 0 14px 0 0;
    min-height: 64px;
    box-shadow: none;
}

.search-box .form-control {
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #5b5b61;
    font-size: clamp(1rem, 1.15vw, 1.2rem);
    padding-left: 14px;
}

.search-box .form-control::placeholder {
    color: #9a9a9e;
}

.search-box .form-control:focus {
    background: transparent;
}

.search-icon {
    min-width: 62px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #555557;
    font-size: 24px;
    border-right: 1px solid #bdbdc2;
    margin-left: 6px;
}

.search-icon i {
    line-height: 1;
}

.hero-figure {
    position: relative;
    min-height: 560px;
}


.hero-image {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: min(34vw, 455px);
    height: 500px;
    z-index: 1;
}

.section-space {
    padding: 85px 0;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.section-subtitle {
    color: var(--text-muted);
    max-width: 580px;
    font-size: 15px;
}

.category-nav {
    gap: 14px;
    flex-wrap: wrap;
}

.category-link {
    color: #5a5d6a;
    font-size: 14px;
    font-weight: 500;
}

.category-link.active,
.category-link:hover {
    color: var(--primary);
}

.course-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

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

.course-thumb {
    aspect-ratio: 1.2 / 1;
    object-fit: cover;
    width: 100%;
}

.course-meta {
    font-size: 11px;
    text-transform: uppercase;
    color: #a1a4b3;
    letter-spacing: 0.04em;
}

.course-title {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin: 8px 0 6px;
}

.rating {
    color: #ffb400;
    font-size: 12px;
}

.price-row {
    font-size: 13px;
    font-weight: 600;
}

.old-price {
    color: #a7aab5;
    text-decoration: line-through;
    font-weight: 500;
    margin-left: 4px;
}

.program-section {
    color: var(--text-dark);
}

.program-section .section-title {
    color: var(--text-dark);
    margin-bottom: 28px;
}

.program-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.program-category-nav {
    gap: 28px;
}

.program-section .category-link {
    color: var(--text-dark);
    font-weight: 600;
    font-size: 14px;
}

.program-section .category-link.active,
.program-section .category-link:hover {
    color: var(--text-dark);
}

.program-next-btn {
    width: 38px;
    height: 38px;
    border: 0;
    background: #ffffff;
    color: #1d2028;
    font-size: 36px;
    line-height: 1;
    display: grid;
    place-items: center;
    padding: 0;
    transition: transform 0.25s ease;
}

.program-next-btn:hover {
    transform: translateX(2px);
}

.program-slider-wrap {
    margin-top: 42px;
}

.program-slider .slick-track {
    display: flex;
}

.program-slider .slick-slide {
    height: inherit !important;
    padding: 0 16px;
}

.program-slider .slick-slide>div {
    height: 100%;
}

.program-section .course-card {
    background: transparent;
    border: 0;
}

.program-section .course-card:hover {
    transform: translateY(-6px);
    box-shadow: none;
}

.program-section .course-thumb {
    aspect-ratio: 1.3 / 1;
}

.program-section .course-meta {
    text-transform: none;
    letter-spacing: 0;
    color: var(--text-dark);
    font-size: 13px;
    line-height: 1.4;
}

.program-section .course-title {
    color: var(--text-dark);
    font-size: 14px;
    line-height: 1.45;
    margin: 8px 0 14px;
}

.program-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.program-rating .score {
    color: #9f4dff;
    font-size: 14px;
    font-weight: 500;
}

.program-rating .stars {
    color: #f7b400;
    letter-spacing: 1px;
    font-size: 13px;
}

.program-rating .enroll {
    color: #8f69d9;
    font-size: 13px;
    font-weight: 500;
}

.program-section .price-row {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 700;
}

.program-section .old-price {
    color: var(--text-dark);
    font-size: 13px;
}

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

.feature-box {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(90, 44, 160, 0.15);
    display: grid;
    place-items: center;
    color: var(--secondary);
    border-radius: 8px;
    flex-shrink: 0;
    font-size: 20px;
}

.feature-box p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #4e5160;
}

.highlight-band {
    background: var(--primary);
    color: var(--white);
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 10px;
}

.highlight-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    max-width: 480px;
    line-height: 1.3;
}

.highlight-text {
    max-width: 520px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.btn-custom-primary {
    background: #2ea7ff;
    border-color: #2ea7ff;
    color: var(--white);
}

.btn-custom-primary:hover {
    background: #1f98f0;
    border-color: #1f98f0;
    color: var(--white);
}

.btn-custom-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--white);
}

.btn-custom-outline:hover {
    background: var(--white);
    color: var(--primary);
}

.slider-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

.slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.slider-dots span.active {
    background: var(--white);
}

.split-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
}

.content-copy small {
    color: #7b7e8d;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.content-copy h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin: 14px 0 18px;
}

.content-copy p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.9;
    max-width: 520px;
}

.btn-brand {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    min-width: 140px;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 0;
}

.btn-brand:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
}

.image-frame {
    position: relative;
}

.image-frame img {
    width: 100%;
    object-fit: cover;
}

.instructor-card {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 10px;
    text-align: center;
    transition: 0.3s ease;
}

.instructor-card.active {
    border-color: transparent;
    box-shadow: inset 0 0 0 4px var(--primary);
}

.instructor-card img {
    width: 100%;
    aspect-ratio: 0.9 / 1;
    object-fit: cover;
    margin-bottom: 14px;
}

.instructor-card h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
}

.instructor-card p {
    font-size: 11px;
    color: var(--text-muted);
    margin: 0;
}

.laptop-mockup {
    background: transparent;
    padding: 24px;
}

.laptop-shell {
    border: 6px solid #2d2d34;
    border-bottom-width: 12px;
    border-radius: 18px 18px 8px 8px;
    overflow: hidden;
    background: #161821;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.laptop-base {
    width: 110%;
    height: 10px;
    background: linear-gradient(180deg, #d8d8df 0%, #bdbec8 100%);
    margin: 0 auto;
    transform: translateX(-4.5%);
    border-radius: 0 0 14px 14px;
}

.accent-stack {
    position: relative;
    min-height: 380px;
}

.accent-stack::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 58%;
    height: 78%;
    background: var(--primary);
}

.accent-stack img {
    position: absolute;
    left: 16%;
    bottom: 0;
    width: 64%;
    height: auto;
    box-shadow: var(--shadow-sm);
}

.blog-large img,
.blog-small img {
    width: 100%;
    object-fit: cover;
}

.blog-large img {
    aspect-ratio: 1.6 / 1;
}

.blog-small {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    border-bottom: 1px solid var(--border);
    padding: 0 0 16px;
    margin-bottom: 16px;
}

.blog-small:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.blog-small img {
    aspect-ratio: 1.2 / 1;
}

.post-date {
    font-size: 11px;
    color: #9b9eab;
    margin-bottom: 8px;
}

.post-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.post-excerpt {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

footer {
    background: var(--primary);
    color: rgba(255, 255, 255, 0.85);
}

footer .brand {
    color: var(--white);
    font-weight: 700;
    font-size: 22px;
}

footer p,
footer li,
footer a,
footer input {
    font-size: 13px;
}

footer a {
    color: rgba(255, 255, 255, 0.84);
}

footer a:hover {
    color: var(--white);
}

.footer-title {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
}

.newsletter-form .form-control {
    border: 0;
    border-radius: 0;
    min-height: 46px;
}

.newsletter-form .btn {
    border-radius: 0;
    min-height: 46px;
    background: #24a8ff;
    border-color: #24a8ff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.section-head-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 34px;
}

.arrow-link {
    color: #c1c3ce;
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 991.98px) {

    .split-content,
    .feature-strip {
        grid-template-columns: 1fr;
    }

    .hero .container {
        min-height: 550px;
        padding-top: 54px;
        padding-bottom: 18px;
    }

    .hero .row {
        min-height: auto;
    }

    .hero-content {
        max-width: 100%;
        padding-bottom: 22px;
    }

    .hero-title {
        font-size: clamp(2rem, 7.5vw, 3rem);
    }

    .hero-subtitle {
        font-size: clamp(1rem, 3.2vw, 1.3rem);
        margin-bottom: 18px;
    }

    .search-box {
        min-height: 58px;
        max-width: 100%;
    }

    .search-icon {
        min-width: 56px;
        height: 34px;
        font-size: 21px;
    }

    .search-box .form-control {
        font-size: clamp(0.95rem, 2.8vw, 1.15rem);
    }

    .hero-image {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -400px;
        width: min(66vw, 300px);
        margin: 0 auto;
        height: auto;
    }

    .hero-figure {
        min-height: auto;
    }

    .section-space {
        padding: 70px 0;
    }

    .program-category-nav {
        gap: 14px;
        justify-content: center;
    }

    .program-section .category-link {
        font-size: 13px;
    }

    .program-section .course-meta {
        font-size: 14px;
    }

    .program-section .course-title {
        font-size: 14px;
    }

    .program-section .price-row {
        font-size: 16px;
    }

    .accent-stack {
        min-height: 320px;
    }

    .accent-stack img {
        width: 70%;
    }
}

@media (max-width: 767.98px) {
    .hero .container {
        padding-top: 40px;
    }

    .search-box {
        min-height: 54px;
        padding-right: 12px;
    }

    .search-icon {
        min-width: 52px;
        font-size: 18px;
        height: 32px;
    }

    .search-box .form-control {
        padding-left: 12px;
        font-size: clamp(0.95rem, 4.3vw, 1.05rem);
    }

    .program-nav-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .program-category-nav {
        gap: 10px;
    }

    .program-next-btn {
        width: 32px;
        height: 32px;
        font-size: 28px;
    }

    .program-slider .slick-slide {
        padding: 0 8px;
    }

    .program-section .course-title {
        font-size: 14px;
    }

    .section-head-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-small {
        grid-template-columns: 1fr;
    }

    .feature-box {
        padding: 18px;
    }

    .content-copy h2,
    .section-title {
        font-size: 1.8rem;
    }
}

/* === WEB PAGES CENTRALIZED STYLES === */

/* Source: about.blade.php */
:root {
			--primary: #6f2dbd;
			--primary-dark: #4d148c;
			--secondary: #1f7ae0;
			--secondary-dark: #155fc3;
			--accent: #ffb703;
			--accent-dark: #f4a000;
			--text-dark: #3a3a44;
			--text-body: #6d6e78;
			--text-light: #ffffff;
			--bg-page: #f3f3f5;
			--bg-card: #ffffff;
			--border: #e4e4ea;
			--border-soft: #ededf2;
			--shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
			--radius-sm: 8px;
			--radius-md: 14px;
			--transition: all 0.3s ease;
		}

		* {
			box-sizing: border-box;
		}

		body {
			margin: 0;
			font-family: "Poppins", sans-serif;
			background: var(--bg-page);
			color: var(--text-dark);
		}

		img {
			max-width: 100%;
			display: block;
		}

		a {
			text-decoration: none;
		}

		.section-space {
			padding: 80px 0;
		}

		.gradient-banner {
			background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
			color: var(--text-light);
		}

		.breadcrumb-bar {
			padding: 28px 0;
			border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		}

		.breadcrumb-text {
			font-size: 13px;
			color: rgba(255, 255, 255, 0.9);
			margin: 0;
		}

		.search-pill {
			max-width: 320px;
			margin-left: auto;
			background: rgba(255, 255, 255, 0.96);
			border-radius: 999px;
			padding: 8px 12px 8px 18px;
		}

		.search-pill .form-control {
			border: 0;
			box-shadow: none;
			background: transparent;
			font-size: 14px;
			color: var(--text-dark);
		}

		.search-pill .search-icon {
			width: 38px;
			height: 38px;
			border-radius: 50%;
			display: grid;
			place-items: center;
			color: var(--text-body);
			font-size: 18px;
		}

		.course-hero {
			padding: 24px 0 30px;
		}

		.course-summary {
			display: grid;
			grid-template-columns: 160px 1fr auto;
			align-items: center;
			gap: 22px;
		}

		.course-thumb {
			border: 4px solid rgba(255, 255, 255, 0.75);
			box-shadow: var(--shadow-sm);
		}

		.status-badge {
			display: inline-flex;
			align-items: center;
			min-height: 34px;
			padding: 0 16px;
			background: var(--bg-card);
			color: var(--text-dark);
			border-radius: 999px;
			font-size: 12px;
			font-weight: 600;
			margin-bottom: 12px;
		}

		.course-hero-title {
			font-size: 2rem;
			line-height: 1.5;
			font-weight: 500;
			color: var(--text-light);
			max-width: 640px;
			margin-bottom: 10px;
		}

		.course-meta,
		.course-rating,
		.course-stats {
			font-size: 13px;
			color: rgba(255, 255, 255, 0.88);
		}

		.course-rating {
			margin: 6px 0;
		}

		.price-box {
			min-width: 180px;
			text-align: right;
		}

		.price-box .price {
			font-size: 2.2rem;
			font-weight: 700;
			color: var(--text-light);
			line-height: 1;
		}

		.price-box .old-price {
			font-size: 14px;
			color: rgba(255, 255, 255, 0.75);
			text-decoration: line-through;
			margin-left: 8px;
		}

		.btn-enroll,
		.btn-buy {
			width: 100%;
			min-height: 54px;
			border-radius: 0;
			font-weight: 600;
			border: 1px solid rgba(255, 255, 255, 0.45);
			transition: var(--transition);
		}

		.btn-enroll {
			background: var(--accent);
			border-color: var(--accent);
			color: var(--text-light);
			margin: 18px 0 10px;
		}

		.btn-enroll:hover {
			background: var(--accent-dark);
			border-color: var(--accent-dark);
			color: var(--text-light);
		}

		.btn-buy {
			background: transparent;
			color: var(--text-light);
		}

		.btn-buy:hover {
			background: rgba(255, 255, 255, 0.12);
			color: var(--text-light);
		}

		.content-layout {
			display: grid;
			grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
			gap: 28px;
		}

		.content-stack {
			display: grid;
			gap: 22px;
		}

		.info-card {
			background: var(--bg-card);
			border-radius: var(--radius-sm);
			padding: 34px 36px;
			box-shadow: var(--shadow-sm);
			border: 1px solid var(--border-soft);
		}

		.card-title {
			font-size: 2rem;
			font-weight: 600;
			margin-bottom: 18px;
		}

		.card-divider {
			height: 1px;
			background: var(--border);
			margin-bottom: 24px;
		}

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

		.list-link {
			color: var(--text-dark);
			font-size: 15px;
			font-weight: 500;
		}

		.list-link::before {
			content: "›";
			color: var(--text-body);
			margin-right: 8px;
		}

		.requirement-card {
			border: 1px dashed #bdbdc8;
			box-shadow: none;
		}

		.description-copy p {
			color: var(--text-body);
			font-size: 15px;
			line-height: 1.95;
			margin-bottom: 22px;
		}

		.description-copy ul {
			padding-left: 1.2rem;
			margin-bottom: 24px;
		}

		.description-copy li {
			color: var(--text-dark);
			font-size: 15px;
			line-height: 2;
			margin-bottom: 6px;
		}

		.sidebar-stack {
			display: grid;
			gap: 20px;
		}

		.features-card {
			background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
			color: var(--text-light);
		}

		.features-card .card-title {
			color: var(--text-light);
			font-size: 2rem;
		}

		.features-card .card-divider {
			background: rgba(255, 255, 255, 0.4);
		}

		.features-list {
			list-style: disc;
			padding-left: 1.4rem;
			margin: 0;
		}

		.features-list li {
			font-size: 15px;
			font-weight: 500;
			margin-bottom: 14px;
			color: rgba(255, 255, 255, 0.95);
		}

		.teacher-card {
			text-align: center;
		}

		.teacher-photo {
			width: 88px;
			height: 88px;
			border-radius: 50%;
			object-fit: cover;
			margin: 0 auto 18px;
		}

		.teacher-name {
			font-size: 1.8rem;
			font-weight: 600;
			margin-bottom: 6px;
		}

		.teacher-role,
		.teacher-university,
		.teacher-bio {
			color: var(--text-body);
			font-size: 13px;
		}

		.social-links {
			display: flex;
			justify-content: center;
			gap: 12px;
			margin: 18px 0;
		}

		.social-links a {
			width: 32px;
			height: 32px;
			border-radius: 50%;
			border: 1px solid var(--border);
			color: var(--secondary);
			display: grid;
			place-items: center;
			font-size: 13px;
			transition: var(--transition);
		}

		.social-links a:hover {
			background: var(--secondary);
			color: var(--text-light);
			border-color: var(--secondary);
		}

		.teacher-stats {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
			gap: 14px;
			padding: 14px 0;
			border-top: 1px solid var(--border);
			border-bottom: 1px solid var(--border);
			margin: 18px 0;
		}

		.teacher-stats span {
			font-size: 13px;
			font-weight: 500;
			color: var(--secondary-dark);
		}

		.related-title {
			font-size: 3rem;
			font-weight: 700;
			text-align: center;
			margin-bottom: 10px;
		}

		.related-divider {
			width: 320px;
			max-width: 100%;
			height: 1px;
			background: #ddddE3;
			margin: 0 auto 44px;
		}

		.custom-input {
			min-height: 50px;
			border: 0;
			border-radius: 0;
			background: #ffffff;
			color: var(--text-dark);
			font-size: 14px;
			box-shadow: none;
			padding: 12px 14px;
		}

		.custom-input::placeholder {
			color: #a5a6b1;
		}

		.custom-input:focus {
			background: #ffffff;
			color: var(--text-dark);
			box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
			border-color: transparent;
		}

		.custom-textarea {
			min-height: 92px;
			resize: none;
		}

		.form-btn {
			min-width: 140px;
		}

		.payment-tabs {
			margin-bottom: 26px;
		}

		.payment-tab {
			min-width: 150px;
			min-height: 46px;
			border-radius: 0;
			border: 1px solid #7d7d86;
			background: transparent;
			color: var(--text-dark);
			font-size: 14px;
			font-weight: 500;
		}

		.payment-tab.active {
			background: var(--primary);
			border-color: var(--primary);
			color: var(--text-light);
		}

		.field-label {
			font-size: 14px;
			font-weight: 600;
			color: var(--text-dark);
			margin-bottom: 8px;
		}

		.date-icon {
			position: absolute;
			top: 50%;
			right: 14px;
			transform: translateY(-50%);
			color: #8f9099;
			font-size: 16px;
			pointer-events: none;
		}

		.search-hero {
			background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
			color: var(--text-light);
			overflow: hidden;
			padding: 70px 0 0;
		}

		.search-hero .container {
			min-height: 520px;
		}

		.hero-title {
			font-size: clamp(2.2rem, 4vw, 3.6rem);
			font-weight: 700;
			line-height: 1.2;
			margin-bottom: 12px;
		}

		.hero-subtitle {
			font-size: 1.15rem;
			font-weight: 600;
			margin-bottom: 30px;
		}

		.hero-search-box {
			max-width: 470px;
			min-height: 72px;
			background: var(--bg-card);
			border-radius: 0;
			padding: 0 18px;
		}

		.hero-search-box .form-control {
			border: 0;
			box-shadow: none;
			font-size: 1rem;
			color: var(--text-dark);
		}

		.hero-search-box .form-control::placeholder {
			color: #b1b2ba;
		}

		.hero-search-icon {
			font-size: 2rem;
			color: #5d5e67;
			margin-right: 14px;
			line-height: 1;
		}

		.hero-person {
			max-height: 520px;
			width: auto;
			margin-left: auto;
		}

		.search-results-section {
			padding-top: 44px;
		}

		.filter-toolbar {
			padding-bottom: 14px;
			border-bottom: 1px solid #d8d8de;
		}

		.toolbar-label,
		.toolbar-sort {
			font-size: 1rem;
			font-weight: 600;
			color: var(--text-dark);
		}

		.toolbar-label span,
		.toolbar-sort span {
			color: var(--text-body);
			margin: 0 6px;
		}

		.search-layout {
			display: grid;
			grid-template-columns: 290px minmax(0, 1fr);
			gap: 20px;
		}

		.filter-card {
			background: transparent;
			border: 1px solid #9c9ca3;
			padding: 22px 18px;
		}

		.filter-title {
			font-size: 2rem;
			font-weight: 600;
			margin-bottom: 12px;
		}

		.filter-divider {
			height: 1px;
			background: #dadbe2;
			margin-bottom: 10px;
		}

		.category-list li+li {
			margin-top: 2px;
		}

		.category-list a {
			display: flex;
			align-items: center;
			justify-content: space-between;
			color: var(--text-dark);
			font-size: 1rem;
			font-weight: 500;
			padding: 14px 12px;
		}

		.category-list a.active {
			background: #efeff2;
		}

		.accordion-row {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 18px 0;
			border-bottom: 1px solid #dedee4;
			font-size: 1.05rem;
			font-weight: 600;
			color: var(--text-dark);
		}

		.results-list {
			display: grid;
			gap: 14px;
		}

		.result-card {
			display: grid;
			grid-template-columns: 190px 1fr;
			gap: 16px;
			align-items: center;
			border: 1px solid #8e8f97;
			background: transparent;
			padding: 14px;
		}

		.result-card img {
			width: 100%;
			height: 150px;
			object-fit: cover;
		}

		.result-badge {
			display: inline-flex;
			align-items: center;
			padding: 0 14px;
			height: 28px;
			border-radius: 999px;
			font-size: 12px;
			font-weight: 600;
			color: var(--text-light);
			background: var(--secondary);
			margin-bottom: 10px;
		}

		.result-badge.alt {
			background: #4b42b8;
		}

		.result-content h3 {
			font-size: 1.1rem;
			font-weight: 600;
			line-height: 1.5;
			margin-bottom: 10px;
		}

		.result-rating,
		.result-author {
			font-size: 12px;
			font-weight: 500;
			color: var(--text-body);
			margin-bottom: 6px;
		}

		.result-price {
			font-size: 2rem;
			font-weight: 700;
			line-height: 1.1;
		}

		.latest-blog-section {
			padding-top: 70px;
		}

		.blog-section-title {
			font-size: 2.2rem;
			font-weight: 700;
		}

		.blog-large-card img {
			width: 100%;
			aspect-ratio: 1.1 / 0.75;
			object-fit: cover;
			border: 1px solid #dedee4;
		}

		.post-title-large {
			font-size: 1.3rem;
			font-weight: 600;
			line-height: 1.45;
			margin-bottom: 12px;
		}

		.post-excerpt-large {
			font-size: 14px;
			line-height: 1.8;
			color: var(--text-body);
			margin: 0;
		}

		.mini-blog-card {
			display: grid;
			grid-template-columns: 140px 1fr;
			gap: 16px;
			border: 1px dashed #d5d6de;
			padding: 14px;
			margin-bottom: 18px;
			background: rgba(255, 255, 255, 0.3);
		}

		.mini-blog-card img {
			width: 100%;
			height: 100px;
			object-fit: cover;
		}

		.mini-blog-title {
			font-size: 1.2rem;
			font-weight: 600;
			margin-bottom: 8px;
		}

		.mini-blog-text {
			font-size: 14px;
			color: var(--text-body);
			line-height: 1.7;
			margin: 0;
		}

		@media (max-width: 991.98px) {
			.search-layout {
				grid-template-columns: 1fr;
			}

			.search-hero .container {
				min-height: auto;
				padding-bottom: 40px;
			}

			.hero-person {
				max-height: 380px;
				margin: 20px auto 0;
			}
		}

		@media (max-width: 767.98px) {

			.result-card,
			.mini-blog-card {
				grid-template-columns: 1fr;
			}

			.hero-search-box {
				min-height: 60px;
			}

			.result-price {
				font-size: 1.6rem;
			}
		}

		.services-hero {
			background: var(--bg-page);
		}

		.services-hero-grid {
			display: grid;
			grid-template-columns: 1.05fr 1fr;
			min-height: 420px;
		}

		.services-hero-image-wrap {
			position: relative;
			overflow: hidden;
		}

		.services-hero-image-wrap::after {
			content: "";
			position: absolute;
			inset: 0;
			background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
		}

		.services-hero-image {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.services-hero-content {
			background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
			color: var(--text-light);
			display: flex;
			flex-direction: column;
			justify-content: center;
			padding: 48px 56px;
		}

		.services-hero-content h1 {
			font-size: clamp(2rem, 3vw, 3rem);
			line-height: 1.35;
			font-weight: 500;
			text-transform: uppercase;
			margin-bottom: 28px;
		}

		.services-hero-content p {
			font-size: 1.7rem;
			line-height: 1.7;
			margin: 0;
		}

		.services-about-section {
			padding-top: 60px;
			padding-bottom: 80px;
		}

		.service-feature-wrap {
			position: relative;
			max-width: 920px;
			margin: 0 auto;
			min-height: 300px;
		}

		.service-feature-image-box {
			width: 52%;
		}

		.service-feature-image-box img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.service-feature-card {
			position: absolute;
			right: 0;
			top: 50px;
			width: 62%;
			background: var(--bg-card);
			box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
			padding: 28px 30px;
		}

		.service-feature-card h2 {
			font-size: 2rem;
			font-weight: 700;
			color: #23236e;
			margin-bottom: 16px;
		}

		.service-feature-card p {
			font-size: 14px;
			line-height: 1.8;
			color: var(--text-body);
			margin: 0;
		}

		.services-grid-section {
			background: #eef5f8;
			padding: 92px 0 100px;
		}

		.section-intro {
			margin-bottom: 54px;
		}

		.section-kicker {
			display: inline-flex;
			align-items: center;
			gap: 14px;
			color: #3e9bff;
			font-size: 12px;
			font-weight: 700;
			letter-spacing: 0.08em;
			margin-bottom: 16px;
		}

		.section-kicker span {
			width: 28px;
			height: 1px;
			background: #9bc8ff;
		}

		.section-heading {
			font-size: 2.8rem;
			font-weight: 700;
			color: #23236e;
			margin: 0;
		}

		.service-cards-row {
			row-gap: 44px;
		}

		.service-card {
			position: relative;
			background: var(--bg-card);
			box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
			height: 100%;
		}

		.service-card img {
			width: 100%;
			height: 170px;
			object-fit: cover;
		}

		.service-card-body {
			padding: 34px 28px 26px;
			text-align: center;
		}

		.service-card-body h3 {
			font-size: 1.5rem;
			color: var(--primary);
			font-weight: 700;
			margin-bottom: 16px;
		}

		.service-card-body p {
			font-size: 14px;
			line-height: 1.85;
			color: var(--text-body);
			margin: 0;
		}

		.service-icon-badge {
			position: absolute;
			left: 50%;
			top: 148px;
			transform: translateX(-50%);
			width: 54px;
			height: 54px;
			border-radius: 50%;
			background: var(--bg-card);
			border: 1px solid #dddfea;
			display: grid;
			place-items: center;
			color: var(--primary);
			font-size: 20px;
			box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
		}

		.service-card-offset {
			margin-top: -6px;
		}

		.platform-section {
			background: var(--bg-page);
		}

		.platform-copy {
			max-width: 1120px;
		}

		.platform-copy h2 {
			font-size: 2.2rem;
			font-weight: 700;
			margin-bottom: 18px;
		}

		.platform-copy p {
			font-size: 14px;
			line-height: 1.8;
			color: var(--text-body);
			margin-bottom: 18px;
		}

		.partner-section {
			background: var(--bg-page);
		}

		.partner-grid {
			display: grid;
			grid-template-columns: repeat(6, minmax(0, 1fr));
			gap: 18px;
			align-items: center;
		}

		.partner-card {
			min-height: 72px;
			background: var(--bg-card);
			border: 1px solid #ececf1;
			box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
			display: grid;
			place-items: center;
			color: #8a56b8;
			font-size: 14px;
			font-weight: 600;
			text-align: center;
			padding: 10px;
		}

		@media (max-width: 1199.98px) {
			.partner-grid {
				grid-template-columns: repeat(3, minmax(0, 1fr));
			}
		}

		@media (max-width: 991.98px) {

			.services-hero-grid,
			.service-feature-wrap {
				grid-template-columns: 1fr;
			}

			.services-hero-grid {
				display: block;
			}

			.services-hero-image-wrap {
				height: 280px;
			}

			.services-hero-content {
				padding: 36px 24px;
			}

			.service-feature-wrap {
				min-height: auto;
			}

			.service-feature-image-box,
			.service-feature-card {
				width: 100%;
				position: static;
			}

			.service-feature-card {
				margin-top: 20px;
			}

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

		@media (max-width: 767.98px) {
			.services-hero-content h1 {
				font-size: 1.5rem;
			}

			.services-hero-content p {
				font-size: 1.1rem;
			}

			.section-heading,
			.platform-copy h2,
			.service-feature-card h2 {
				font-size: 1.8rem;
			}

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

		.about-hero {
			background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
			color: var(--text-light);
			padding: 90px 0;
		}

		.about-hero-content h1 {
			font-size: clamp(2.8rem, 4vw, 4rem);
			font-weight: 700;
			margin-bottom: 14px;
		}

		.about-hero-content p {
			font-size: 1.5rem;
			font-weight: 600;
			margin: 0;
		}

		.about-story {
			background: var(--bg-page);
		}

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

		.about-story-image img {
			width: 100%;
			min-height: 360px;
			object-fit: cover;
		}

		.about-story-content h2 {
			font-size: 2.4rem;
			font-weight: 700;
			margin-bottom: 20px;
			color: var(--text-dark);
		}

		.about-story-content p {
			font-size: 14px;
			line-height: 2;
			color: var(--text-body);
			margin: 0;
		}

		.about-role-section {
			background: #eef5f8;
			padding: 86px 0 92px;
		}

		.role-card {
			position: relative;
			background: var(--bg-card);
			min-height: 200px;
			padding: 56px 26px 30px;
			text-align: center;
			box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
		}

		.role-card p {
			font-size: 14px;
			line-height: 1.9;
			color: var(--text-body);
			margin: 0;
		}

		.role-icon {
			position: absolute;
			top: -22px;
			left: 50%;
			transform: translateX(-50%);
			width: 56px;
			height: 56px;
			border-radius: 50%;
			background: #31a9ff;
			box-shadow: 0 10px 20px rgba(49, 169, 255, 0.28);
		}

		.role-icon::after {
			content: "";
			position: absolute;
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background: var(--bg-card);
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

		.about-partner-section {
			background: var(--bg-page);
			padding-top: 86px;
		}

		@media (max-width: 991.98px) {
			.about-story-grid {
				grid-template-columns: 1fr;
				gap: 28px;
			}
		}

		@media (max-width: 767.98px) {
			.about-hero {
				padding: 70px 0;
			}

			.about-hero-content h1,
			.about-story-content h2,
			.section-heading {
				font-size: 2rem;
			}

			.about-hero-content p {
				font-size: 1.1rem;
			}

			.role-card {
				min-height: auto;
			}
		}

		.course-card {
			background: transparent;
			border: 0;
			transition: var(--transition);
		}

		.course-card:hover {
			transform: translateY(-6px);
		}

		.course-card img {
			width: 100%;
			aspect-ratio: 1.08 / 1;
			object-fit: cover;
			margin-bottom: 12px;
		}

		.course-author {
			font-size: 12px;
			color: var(--text-body);
			margin-bottom: 8px;
		}

		.course-card-title {
			font-size: 15px;
			font-weight: 600;
			color: var(--text-dark);
			line-height: 1.6;
			margin-bottom: 8px;
		}

		.mini-rating,
		.mini-price {
			font-size: 13px;
		}

		.mini-rating {
			color: #8d4ddb;
			margin-bottom: 8px;
		}

		.mini-price {
			font-weight: 700;
			color: var(--text-dark);
		}

		.mini-price del {
			color: #b2b3bc;
			font-weight: 500;
			margin-left: 6px;
		}

		@media (max-width: 1199.98px) {
			.course-summary {
				grid-template-columns: 140px 1fr;
			}

			.price-box {
				grid-column: 1 / -1;
				text-align: left;
				max-width: 260px;
			}
		}

		@media (max-width: 991.98px) {
			.content-layout {
				grid-template-columns: 1fr;
			}

			.search-pill {
				margin-left: 0;
				margin-top: 16px;
			}
		}

		@media (max-width: 767.98px) {
			.section-space {
				padding: 60px 0;
			}

			.course-summary,
			.outline-grid,
			.requirement-grid {
				grid-template-columns: 1fr;
			}

			.info-card {
				padding: 24px 20px;
			}

			.card-title,
			.features-card .card-title {
				font-size: 1.8rem;
			}

			.course-hero-title {
				font-size: 1.5rem;
			}

			.related-title {
				font-size: 2.2rem;
			}
		}

/* Source: contact.blade.php, login.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .services-hero {
            background: var(--bg-page);
        }

        .services-hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            min-height: 420px;
        }

        .services-hero-image-wrap {
            position: relative;
            overflow: hidden;
        }

        .services-hero-image-wrap::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
        }

        .services-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .services-hero-content {
            background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .services-hero-content h1 {
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.35;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 28px;
        }

        .services-hero-content p {
            font-size: 1.7rem;
            line-height: 1.7;
            margin: 0;
        }

        .services-about-section {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service-feature-wrap {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            min-height: 300px;
        }

        .service-feature-image-box {
            width: 52%;
        }

        .service-feature-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-feature-card {
            position: absolute;
            right: 0;
            top: 50px;
            width: 62%;
            background: var(--bg-card);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
            padding: 28px 30px;
        }

        .service-feature-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #23236e;
            margin-bottom: 16px;
        }

        .service-feature-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .services-grid-section {
            background: #eef5f8;
            padding: 92px 0 100px;
        }

        .section-intro {
            margin-bottom: 54px;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            color: #3e9bff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }

        .section-kicker span {
            width: 28px;
            height: 1px;
            background: #9bc8ff;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: #23236e;
            margin: 0;
        }

        .service-cards-row {
            row-gap: 44px;
        }

        .service-card {
            position: relative;
            background: var(--bg-card);
            box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
            height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 34px 28px 26px;
            text-align: center;
        }

        .service-card-body h3 {
            font-size: 1.5rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .service-card-body p {
            font-size: 14px;
            line-height: 1.85;
            color: var(--text-body);
            margin: 0;
        }

        .service-icon-badge {
            position: absolute;
            left: 50%;
            top: 148px;
            transform: translateX(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--bg-card);
            border: 1px solid #dddfea;
            display: grid;
            place-items: center;
            color: var(--primary);
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .service-card-offset {
            margin-top: -6px;
        }

        .platform-section {
            background: var(--bg-page);
        }

        .platform-copy {
            max-width: 1120px;
        }

        .platform-copy h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .platform-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin-bottom: 18px;
        }

        .partner-section {
            background: var(--bg-page);
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .partner-card {
            min-height: 72px;
            background: var(--bg-card);
            border: 1px solid #ececf1;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
            display: grid;
            place-items: center;
            color: #8a56b8;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
        }

        @media (max-width: 1199.98px) {
            .partner-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991.98px) {

            .services-hero-grid,
            .service-feature-wrap {
                grid-template-columns: 1fr;
            }

            .services-hero-grid {
                display: block;
            }

            .services-hero-image-wrap {
                height: 280px;
            }

            .services-hero-content {
                padding: 36px 24px;
            }

            .service-feature-wrap {
                min-height: auto;
            }

            .service-feature-image-box,
            .service-feature-card {
                width: 100%;
                position: static;
            }

            .service-feature-card {
                margin-top: 20px;
            }

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

        @media (max-width: 767.98px) {
            .services-hero-content h1 {
                font-size: 1.5rem;
            }

            .services-hero-content p {
                font-size: 1.1rem;
            }

            .section-heading,
            .platform-copy h2,
            .service-feature-card h2 {
                font-size: 1.8rem;
            }

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

        .about-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 90px 0;
        }

        .about-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .about-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .about-story {
            background: var(--bg-page);
        }

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

        .about-story-image img {
            width: 100%;
            min-height: 360px;
            object-fit: cover;
        }

        .about-story-content h2 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .about-story-content p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .about-role-section {
            background: #eef5f8;
            padding: 86px 0 92px;
        }

        .role-card {
            position: relative;
            background: var(--bg-card);
            min-height: 200px;
            padding: 56px 26px 30px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .role-card p {
            font-size: 14px;
            line-height: 1.9;
            color: var(--text-body);
            margin: 0;
        }

        .role-icon {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #31a9ff;
            box-shadow: 0 10px 20px rgba(49, 169, 255, 0.28);
        }

        .role-icon::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bg-card);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .about-partner-section {
            background: var(--bg-page);
            padding-top: 86px;
        }

        .project-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .project-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .project-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .project-intro {
            background: var(--bg-page);
        }

        .project-intro-wrap {
            position: relative;
            max-width: 1120px;
            margin: 0 auto;
            min-height: 360px;
        }

        .project-intro-image {
            width: 48%;
        }

        .project-intro-image img {
            width: 100%;
            min-height: 330px;
            object-fit: cover;
        }

        .project-intro-card {
            position: absolute;
            right: 0;
            top: 34px;
            width: 62%;
            background: var(--bg-card);
            padding: 28px 34px;
            box-shadow: 0 14px 28px rgba(13, 20, 36, 0.12);
        }

        .project-intro-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .project-cards-section {
            background: #eef5f8;
            padding: 86px 0 96px;
        }

        .project-card {
            background: var(--bg-card);
            padding: 30px 26px;
            box-shadow: 0 12px 22px rgba(16, 23, 39, 0.1);
            height: 100%;
        }

        .project-card h3 {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .project-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .small-card {
            min-height: 250px;
        }

        .large-card {
            min-height: 460px;
        }

        .international-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .international-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .international-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .international-section {
            background: var(--bg-page);
        }

        .international-divider-section {
            padding-bottom: 92px;
        }

        .international-divider {
            height: 1px;
            background: #d7d8de;
            margin-bottom: 40px;
        }

        .international-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 28px 26px;
            min-height: 270px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .international-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .international-card p+p {
            margin-top: 18px;
        }

        .number-badge {
            position: absolute;
            top: -18px;
            left: 24px;
            width: 68px;
            height: 68px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            font-size: 2rem;
            font-weight: 700;
            box-shadow: 0 10px 20px rgba(24, 96, 195, 0.18);
        }

        .large-text {
            min-height: 330px;
        }

        .training-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .training-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .training-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.5;
            margin: 0;
        }

        .training-section {
            background: var(--bg-page);
        }

        .training-detail-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 24px 26px;
            min-height: 420px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .training-detail-card h3 {
            font-size: 1.7rem;
            line-height: 1.45;
            font-weight: 600;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .training-detail-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .training-support-section {
            background: #eef5f8;
            padding: 74px 0 88px;
        }

        .support-grid {
            display: grid;
            gap: 18px;
            justify-content: center;
        }

        .support-grid-top {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            margin-bottom: 38px;
        }

        .support-grid-bottom {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            max-width: 920px;
            margin: 0 auto;
        }

        .support-card {
            position: relative;
            background: var(--bg-card);
            min-height: 170px;
            padding: 54px 18px 24px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .support-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .contact-hero-section {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 76px 0 140px;
            position: relative;
        }

        .contact-hero-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 60px;
            margin-bottom: 42px;
        }

        .contact-info-block h1,
        .contact-info-block h2 {
            font-size: clamp(2.7rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .contact-line {
            width: 100%;
            height: 2px;
            background: rgba(255, 255, 255, 0.4);
            margin-bottom: 22px;
        }

        .contact-info-block p,
        .contact-list li {
            font-size: 15px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.95);
            font-weight: 500;
        }

        .contact-list {
            margin-top: 18px;
        }

        .contact-list li+li {
            margin-top: 8px;
        }

        .contact-form-card {
            background: #eef7fb;
            border-radius: var(--radius-sm);
            box-shadow: 0 16px 30px rgba(16, 23, 39, 0.16);
            padding: 72px 68px 52px;
            margin-top: 26px;
            transform: translateY(42px);
        }

        .contact-input {
            min-height: 62px;
            box-shadow: 0 8px 16px rgba(27, 31, 45, 0.1);
            font-size: 15px;
            padding-left: 18px;
        }

        .contact-textarea {
            min-height: 160px;
            padding-top: 18px;
            resize: none;
        }

        .contact-submit-btn {
            min-width: 160px;
            min-height: 58px;
            font-size: 1.05rem;
        }

        .contact-map-section {
            background: var(--bg-page);
            padding: 140px 0 100px;
        }

        .map-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 16px;
        }

        .map-divider {
            height: 1px;
            background: #d9dae1;
            margin-bottom: 34px;
        }

        .map-frame-wrap {
            border: 1px solid #d3d5dd;
            overflow: hidden;
            box-shadow: 0 10px 22px rgba(16, 23, 39, 0.08);
        }

        .map-frame-wrap img {
            width: 100%;
            height: 420px;
            object-fit: cover;
        }

        @media (max-width: 991.98px) {
            .project-intro-wrap {
                min-height: auto;
            }

            .project-intro-image,
            .project-intro-card {
                width: 100%;
                position: static;
            }

            .project-intro-card {
                margin-top: 22px;
            }

            .large-card,
            .small-card,
            .large-text,
            .international-card,
            .training-detail-card {
                min-height: auto;
            }

            .support-grid-top,
            .support-grid-bottom {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: none;
            }

            .contact-hero-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .contact-form-card {
                padding: 40px 26px 30px;
            }
        }

        @media (max-width: 767.98px) {

            .project-hero,
            .international-hero,
            .training-hero,
            .contact-hero-section {
                padding: 70px 0;
            }

            .project-hero-content h1,
            .project-card h3,
            .international-hero-content h1,
            .training-hero-content h1,
            .training-detail-card h3,
            .contact-info-block h1,
            .contact-info-block h2 {
                font-size: 2rem;
            }

            .project-hero-content p,
            .international-hero-content p,
            .training-hero-content p {
                font-size: 1.1rem;
            }

            .project-card,
            .international-card,
            .training-detail-card {
                padding: 24px 20px 22px;
            }

            .number-badge {
                width: 56px;
                height: 56px;
                font-size: 1.5rem;
                left: 20px;
            }

            .support-grid-top,
            .support-grid-bottom {
                grid-template-columns: 1fr;
            }

            .support-card {
                min-height: auto;
            }

            .contact-form-card {
                transform: none;
                padding: 28px 18px 24px;
            }

            .contact-map-section {
                padding-top: 70px;
            }

            .map-frame-wrap img {
                height: 280px;
            }
        }

/* Source: course-details.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ccccd4;
            margin: 0 auto 44px;
        }

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }

/* Source: enroll-now.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }

/* Source: international-training.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .services-hero {
            background: var(--bg-page);
        }

        .services-hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            min-height: 420px;
        }

        .services-hero-image-wrap {
            position: relative;
            overflow: hidden;
        }

        .services-hero-image-wrap::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
        }

        .services-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .services-hero-content {
            background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .services-hero-content h1 {
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.35;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 28px;
        }

        .services-hero-content p {
            font-size: 1.7rem;
            line-height: 1.7;
            margin: 0;
        }

        .services-about-section {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service-feature-wrap {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            min-height: 300px;
        }

        .service-feature-image-box {
            width: 52%;
        }

        .service-feature-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-feature-card {
            position: absolute;
            right: 0;
            top: 50px;
            width: 62%;
            background: var(--bg-card);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
            padding: 28px 30px;
        }

        .service-feature-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #23236e;
            margin-bottom: 16px;
        }

        .service-feature-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .services-grid-section {
            background: #eef5f8;
            padding: 92px 0 100px;
        }

        .section-intro {
            margin-bottom: 54px;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            color: #3e9bff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }

        .section-kicker span {
            width: 28px;
            height: 1px;
            background: #9bc8ff;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: #23236e;
            margin: 0;
        }

        .service-cards-row {
            row-gap: 44px;
        }

        .service-card {
            position: relative;
            background: var(--bg-card);
            box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
            height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 34px 28px 26px;
            text-align: center;
        }

        .service-card-body h3 {
            font-size: 1.5rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .service-card-body p {
            font-size: 14px;
            line-height: 1.85;
            color: var(--text-body);
            margin: 0;
        }

        .service-icon-badge {
            position: absolute;
            left: 50%;
            top: 148px;
            transform: translateX(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--bg-card);
            border: 1px solid #dddfea;
            display: grid;
            place-items: center;
            color: var(--primary);
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .service-card-offset {
            margin-top: -6px;
        }

        .platform-section {
            background: var(--bg-page);
        }

        .platform-copy {
            max-width: 1120px;
        }

        .platform-copy h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .platform-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin-bottom: 18px;
        }

        .partner-section {
            background: var(--bg-page);
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .partner-card {
            min-height: 72px;
            background: var(--bg-card);
            border: 1px solid #ececf1;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
            display: grid;
            place-items: center;
            color: #8a56b8;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
        }

        @media (max-width: 1199.98px) {
            .partner-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991.98px) {

            .services-hero-grid,
            .service-feature-wrap {
                grid-template-columns: 1fr;
            }

            .services-hero-grid {
                display: block;
            }

            .services-hero-image-wrap {
                height: 280px;
            }

            .services-hero-content {
                padding: 36px 24px;
            }

            .service-feature-wrap {
                min-height: auto;
            }

            .service-feature-image-box,
            .service-feature-card {
                width: 100%;
                position: static;
            }

            .service-feature-card {
                margin-top: 20px;
            }

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

        @media (max-width: 767.98px) {
            .services-hero-content h1 {
                font-size: 1.5rem;
            }

            .services-hero-content p {
                font-size: 1.1rem;
            }

            .section-heading,
            .platform-copy h2,
            .service-feature-card h2 {
                font-size: 1.8rem;
            }

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

        .about-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 90px 0;
        }

        .about-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .about-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .about-story {
            background: var(--bg-page);
        }

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

        .about-story-image img {
            width: 100%;
            min-height: 360px;
            object-fit: cover;
        }

        .about-story-content h2 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .about-story-content p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .about-role-section {
            background: #eef5f8;
            padding: 86px 0 92px;
        }

        .role-card {
            position: relative;
            background: var(--bg-card);
            min-height: 200px;
            padding: 56px 26px 30px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .role-card p {
            font-size: 14px;
            line-height: 1.9;
            color: var(--text-body);
            margin: 0;
        }

        .role-icon {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #31a9ff;
            box-shadow: 0 10px 20px rgba(49, 169, 255, 0.28);
        }

        .role-icon::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bg-card);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .about-partner-section {
            background: var(--bg-page);
            padding-top: 86px;
        }

        .project-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .project-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .project-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .project-intro {
            background: var(--bg-page);
        }

        .project-intro-wrap {
            position: relative;
            max-width: 1120px;
            margin: 0 auto;
            min-height: 360px;
        }

        .project-intro-image {
            width: 48%;
        }

        .project-intro-image img {
            width: 100%;
            min-height: 330px;
            object-fit: cover;
        }

        .project-intro-card {
            position: absolute;
            right: 0;
            top: 34px;
            width: 62%;
            background: var(--bg-card);
            padding: 28px 34px;
            box-shadow: 0 14px 28px rgba(13, 20, 36, 0.12);
        }

        .project-intro-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .project-cards-section {
            background: #eef5f8;
            padding: 86px 0 96px;
        }

        .project-card {
            background: var(--bg-card);
            padding: 30px 26px;
            box-shadow: 0 12px 22px rgba(16, 23, 39, 0.1);
            height: 100%;
        }

        .project-card h3 {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .project-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .small-card {
            min-height: 250px;
        }

        .large-card {
            min-height: 460px;
        }

        .international-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .international-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .international-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .international-section {
            background: var(--bg-page);
        }

        .international-divider-section {
            padding-bottom: 92px;
        }

        .international-divider {
            height: 1px;
            background: #d7d8de;
            margin-bottom: 40px;
        }

        .international-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 28px 26px;
            min-height: 270px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .international-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .international-card p+p {
            margin-top: 18px;
        }

        .number-badge {
            position: absolute;
            top: -18px;
            left: 24px;
            width: 68px;
            height: 68px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            font-size: 2rem;
            font-weight: 700;
            box-shadow: 0 10px 20px rgba(24, 96, 195, 0.18);
        }

        .large-text {
            min-height: 330px;
        }

        @media (max-width: 991.98px) {
            .project-intro-wrap {
                min-height: auto;
            }

            .project-intro-image,
            .project-intro-card {
                width: 100%;
                position: static;
            }

            .project-intro-card {
                margin-top: 22px;
            }

            .large-card,
            .small-card,
            .large-text,
            .international-card {
                min-height: auto;
            }
        }

        @media (max-width: 767.98px) {

            .project-hero,
            .international-hero {
                padding: 70px 0;
            }

            .project-hero-content h1,
            .project-card h3,
            .international-hero-content h1 {
                font-size: 2rem;
            }

            .project-hero-content p,
            .international-hero-content p {
                font-size: 1.1rem;
            }

            .project-card,
            .international-card {
                padding: 24px 20px 22px;
            }

            .number-badge {
                width: 56px;
                height: 56px;
                font-size: 1.5rem;
                left: 20px;
            }
        }

        @media (max-width: 991.98px) {
            .about-story-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
        }

        @media (max-width: 767.98px) {
            .about-hero {
                padding: 70px 0;
            }

            .about-hero-content h1,
            .about-story-content h2,
            .section-heading {
                font-size: 2rem;
            }

            .about-hero-content p {
                font-size: 1.1rem;
            }

            .role-card {
                min-height: auto;
            }
        }

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }

/* Source: project.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .services-hero {
            background: var(--bg-page);
        }

        .services-hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            min-height: 420px;
        }

        .services-hero-image-wrap {
            position: relative;
            overflow: hidden;
        }

        .services-hero-image-wrap::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
        }

        .services-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .services-hero-content {
            background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .services-hero-content h1 {
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.35;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 28px;
        }

        .services-hero-content p {
            font-size: 1.7rem;
            line-height: 1.7;
            margin: 0;
        }

        .services-about-section {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service-feature-wrap {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            min-height: 300px;
        }

        .service-feature-image-box {
            width: 52%;
        }

        .service-feature-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-feature-card {
            position: absolute;
            right: 0;
            top: 50px;
            width: 62%;
            background: var(--bg-card);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
            padding: 28px 30px;
        }

        .service-feature-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #23236e;
            margin-bottom: 16px;
        }

        .service-feature-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .services-grid-section {
            background: #eef5f8;
            padding: 92px 0 100px;
        }

        .section-intro {
            margin-bottom: 54px;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            color: #3e9bff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }

        .section-kicker span {
            width: 28px;
            height: 1px;
            background: #9bc8ff;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: #23236e;
            margin: 0;
        }

        .service-cards-row {
            row-gap: 44px;
        }

        .service-card {
            position: relative;
            background: var(--bg-card);
            box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
            height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 34px 28px 26px;
            text-align: center;
        }

        .service-card-body h3 {
            font-size: 1.5rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .service-card-body p {
            font-size: 14px;
            line-height: 1.85;
            color: var(--text-body);
            margin: 0;
        }

        .service-icon-badge {
            position: absolute;
            left: 50%;
            top: 148px;
            transform: translateX(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--bg-card);
            border: 1px solid #dddfea;
            display: grid;
            place-items: center;
            color: var(--primary);
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .service-card-offset {
            margin-top: -6px;
        }

        .platform-section {
            background: var(--bg-page);
        }

        .platform-copy {
            max-width: 1120px;
        }

        .platform-copy h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .platform-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin-bottom: 18px;
        }

        .partner-section {
            background: var(--bg-page);
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .partner-card {
            min-height: 72px;
            background: var(--bg-card);
            border: 1px solid #ececf1;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
            display: grid;
            place-items: center;
            color: #8a56b8;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
        }

        @media (max-width: 1199.98px) {
            .partner-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991.98px) {

            .services-hero-grid,
            .service-feature-wrap {
                grid-template-columns: 1fr;
            }

            .services-hero-grid {
                display: block;
            }

            .services-hero-image-wrap {
                height: 280px;
            }

            .services-hero-content {
                padding: 36px 24px;
            }

            .service-feature-wrap {
                min-height: auto;
            }

            .service-feature-image-box,
            .service-feature-card {
                width: 100%;
                position: static;
            }

            .service-feature-card {
                margin-top: 20px;
            }

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

        @media (max-width: 767.98px) {
            .services-hero-content h1 {
                font-size: 1.5rem;
            }

            .services-hero-content p {
                font-size: 1.1rem;
            }

            .section-heading,
            .platform-copy h2,
            .service-feature-card h2 {
                font-size: 1.8rem;
            }

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

        .about-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 90px 0;
        }

        .about-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .about-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .about-story {
            background: var(--bg-page);
        }

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

        .about-story-image img {
            width: 100%;
            min-height: 360px;
            object-fit: cover;
        }

        .about-story-content h2 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .about-story-content p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .about-role-section {
            background: #eef5f8;
            padding: 86px 0 92px;
        }

        .role-card {
            position: relative;
            background: var(--bg-card);
            min-height: 200px;
            padding: 56px 26px 30px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .role-card p {
            font-size: 14px;
            line-height: 1.9;
            color: var(--text-body);
            margin: 0;
        }

        .role-icon {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #31a9ff;
            box-shadow: 0 10px 20px rgba(49, 169, 255, 0.28);
        }

        .role-icon::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bg-card);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .about-partner-section {
            background: var(--bg-page);
            padding-top: 86px;
        }

        .project-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .project-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .project-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .project-intro {
            background: var(--bg-page);
        }

        .project-intro-wrap {
            position: relative;
            max-width: 1120px;
            margin: 0 auto;
            min-height: 360px;
        }

        .project-intro-image {
            width: 48%;
        }

        .project-intro-image img {
            width: 100%;
            min-height: 330px;
            object-fit: cover;
        }

        .project-intro-card {
            position: absolute;
            right: 0;
            top: 34px;
            width: 62%;
            background: var(--bg-card);
            padding: 28px 34px;
            box-shadow: 0 14px 28px rgba(13, 20, 36, 0.12);
        }

        .project-intro-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .project-cards-section {
            background: #eef5f8;
            padding: 86px 0 96px;
        }

        .project-card {
            background: var(--bg-card);
            padding: 30px 26px;
            box-shadow: 0 12px 22px rgba(16, 23, 39, 0.1);
            height: 100%;
        }

        .project-card h3 {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .project-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .small-card {
            min-height: 250px;
        }

        .large-card {
            min-height: 460px;
        }

        @media (max-width: 991.98px) {
            .project-intro-wrap {
                min-height: auto;
            }

            .project-intro-image,
            .project-intro-card {
                width: 100%;
                position: static;
            }

            .project-intro-card {
                margin-top: 22px;
            }

            .large-card,
            .small-card {
                min-height: auto;
            }
        }

        @media (max-width: 767.98px) {
            .project-hero {
                padding: 70px 0;
            }

            .project-hero-content h1,
            .project-card h3 {
                font-size: 2rem;
            }

            .project-hero-content p {
                font-size: 1.1rem;
            }

            .project-card {
                padding: 24px 20px;
            }
        }

        @media (max-width: 991.98px) {
            .about-story-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
        }

        @media (max-width: 767.98px) {
            .about-hero {
                padding: 70px 0;
            }

            .about-hero-content h1,
            .about-story-content h2,
            .section-heading {
                font-size: 2rem;
            }

            .about-hero-content p {
                font-size: 1.1rem;
            }

            .role-card {
                min-height: auto;
            }
        }

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }

/* Source: register.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .services-hero {
            background: var(--bg-page);
        }

        .services-hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            min-height: 420px;
        }

        .services-hero-image-wrap {
            position: relative;
            overflow: hidden;
        }

        .services-hero-image-wrap::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
        }

        .services-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .services-hero-content {
            background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .services-hero-content h1 {
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.35;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 28px;
        }

        .services-hero-content p {
            font-size: 1.7rem;
            line-height: 1.7;
            margin: 0;
        }

        .services-about-section {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service-feature-wrap {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            min-height: 300px;
        }

        .service-feature-image-box {
            width: 52%;
        }

        .service-feature-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-feature-card {
            position: absolute;
            right: 0;
            top: 50px;
            width: 62%;
            background: var(--bg-card);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
            padding: 28px 30px;
        }

        .service-feature-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #23236e;
            margin-bottom: 16px;
        }

        .service-feature-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .services-grid-section {
            background: #eef5f8;
            padding: 92px 0 100px;
        }

        .section-intro {
            margin-bottom: 54px;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            color: #3e9bff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }

        .section-kicker span {
            width: 28px;
            height: 1px;
            background: #9bc8ff;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: #23236e;
            margin: 0;
        }

        .service-cards-row {
            row-gap: 44px;
        }

        .service-card {
            position: relative;
            background: var(--bg-card);
            box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
            height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 34px 28px 26px;
            text-align: center;
        }

        .service-card-body h3 {
            font-size: 1.5rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .service-card-body p {
            font-size: 14px;
            line-height: 1.85;
            color: var(--text-body);
            margin: 0;
        }

        .service-icon-badge {
            position: absolute;
            left: 50%;
            top: 148px;
            transform: translateX(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--bg-card);
            border: 1px solid #dddfea;
            display: grid;
            place-items: center;
            color: var(--primary);
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .service-card-offset {
            margin-top: -6px;
        }

        .platform-section {
            background: var(--bg-page);
        }

        .platform-copy {
            max-width: 1120px;
        }

        .platform-copy h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .platform-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin-bottom: 18px;
        }

        .partner-section {
            background: var(--bg-page);
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .partner-card {
            min-height: 72px;
            background: var(--bg-card);
            border: 1px solid #ececf1;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
            display: grid;
            place-items: center;
            color: #8a56b8;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
        }

        @media (max-width: 1199.98px) {
            .partner-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991.98px) {

            .services-hero-grid,
            .service-feature-wrap {
                grid-template-columns: 1fr;
            }

            .services-hero-grid {
                display: block;
            }

            .services-hero-image-wrap {
                height: 280px;
            }

            .services-hero-content {
                padding: 36px 24px;
            }

            .service-feature-wrap {
                min-height: auto;
            }

            .service-feature-image-box,
            .service-feature-card {
                width: 100%;
                position: static;
            }

            .service-feature-card {
                margin-top: 20px;
            }

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

        @media (max-width: 767.98px) {
            .services-hero-content h1 {
                font-size: 1.5rem;
            }

            .services-hero-content p {
                font-size: 1.1rem;
            }

            .section-heading,
            .platform-copy h2,
            .service-feature-card h2 {
                font-size: 1.8rem;
            }

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

        .about-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 90px 0;
        }

        .about-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .about-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .about-story {
            background: var(--bg-page);
        }

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

        .about-story-image img {
            width: 100%;
            min-height: 360px;
            object-fit: cover;
        }

        .about-story-content h2 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .about-story-content p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .about-role-section {
            background: #eef5f8;
            padding: 86px 0 92px;
        }

        .role-card {
            position: relative;
            background: var(--bg-card);
            min-height: 200px;
            padding: 56px 26px 30px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .role-card p {
            font-size: 14px;
            line-height: 1.9;
            color: var(--text-body);
            margin: 0;
        }

        .role-icon {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #31a9ff;
            box-shadow: 0 10px 20px rgba(49, 169, 255, 0.28);
        }

        .role-icon::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bg-card);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .about-partner-section {
            background: var(--bg-page);
            padding-top: 86px;
        }

        .project-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .project-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .project-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .project-intro {
            background: var(--bg-page);
        }

        .project-intro-wrap {
            position: relative;
            max-width: 1120px;
            margin: 0 auto;
            min-height: 360px;
        }

        .project-intro-image {
            width: 48%;
        }

        .project-intro-image img {
            width: 100%;
            min-height: 330px;
            object-fit: cover;
        }

        .project-intro-card {
            position: absolute;
            right: 0;
            top: 34px;
            width: 62%;
            background: var(--bg-card);
            padding: 28px 34px;
            box-shadow: 0 14px 28px rgba(13, 20, 36, 0.12);
        }

        .project-intro-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .project-cards-section {
            background: #eef5f8;
            padding: 86px 0 96px;
        }

        .project-card {
            background: var(--bg-card);
            padding: 30px 26px;
            box-shadow: 0 12px 22px rgba(16, 23, 39, 0.1);
            height: 100%;
        }

        .project-card h3 {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .project-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .small-card {
            min-height: 250px;
        }

        .large-card {
            min-height: 460px;
        }

        .international-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .international-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .international-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .international-section {
            background: var(--bg-page);
        }

        .international-divider-section {
            padding-bottom: 92px;
        }

        .international-divider {
            height: 1px;
            background: #d7d8de;
            margin-bottom: 40px;
        }

        .international-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 28px 26px;
            min-height: 270px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .international-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .international-card p+p {
            margin-top: 18px;
        }

        .number-badge {
            position: absolute;
            top: -18px;
            left: 24px;
            width: 68px;
            height: 68px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            font-size: 2rem;
            font-weight: 700;
            box-shadow: 0 10px 20px rgba(24, 96, 195, 0.18);
        }

        .large-text {
            min-height: 330px;
        }

        .training-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .training-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .training-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.5;
            margin: 0;
        }

        .training-section {
            background: var(--bg-page);
        }

        .training-detail-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 24px 26px;
            min-height: 420px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .training-detail-card h3 {
            font-size: 1.7rem;
            line-height: 1.45;
            font-weight: 600;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .training-detail-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .training-support-section {
            background: #eef5f8;
            padding: 74px 0 88px;
        }

        .support-grid {
            display: grid;
            gap: 18px;
            justify-content: center;
        }

        .support-grid-top {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            margin-bottom: 38px;
        }

        .support-grid-bottom {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            max-width: 920px;
            margin: 0 auto;
        }

        .support-card {
            position: relative;
            background: var(--bg-card);
            min-height: 170px;
            padding: 54px 18px 24px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .support-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .contact-hero-section {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 76px 0 140px;
            position: relative;
        }

        .contact-hero-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 60px;
            margin-bottom: 42px;
        }

        .contact-info-block h1,
        .contact-info-block h2 {
            font-size: clamp(2.7rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .contact-line {
            width: 100%;
            height: 2px;
            background: rgba(255, 255, 255, 0.4);
            margin-bottom: 22px;
        }

        .contact-info-block p,
        .contact-list li {
            font-size: 15px;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.95);
            font-weight: 500;
        }

        .contact-list {
            margin-top: 18px;
        }

        .contact-list li+li {
            margin-top: 8px;
        }

        .contact-form-card {
            background: #eef7fb;
            border-radius: var(--radius-sm);
            box-shadow: 0 16px 30px rgba(16, 23, 39, 0.16);
            padding: 72px 68px 52px;
            margin-top: 26px;
            transform: translateY(42px);
        }

        .contact-input {
            min-height: 62px;
            box-shadow: 0 8px 16px rgba(27, 31, 45, 0.1);
            font-size: 15px;
            padding-left: 18px;
        }

        .contact-textarea {
            min-height: 160px;
            padding-top: 18px;
            resize: none;
        }

        .contact-submit-btn {
            min-width: 160px;
            min-height: 58px;
            font-size: 1.05rem;
        }

        .contact-map-section {
            background: var(--bg-page);
            padding: 140px 0 100px;
        }

        .map-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 16px;
        }

        .map-divider {
            height: 1px;
            background: #d9dae1;
            margin-bottom: 34px;
        }

        .map-frame-wrap {
            border: 1px solid #d3d5dd;
            overflow: hidden;
            box-shadow: 0 10px 22px rgba(16, 23, 39, 0.08);
        }

        .map-frame-wrap img {
            width: 100%;
            height: 420px;
            object-fit: cover;
        }

        @media (max-width: 991.98px) {
            .project-intro-wrap {
                min-height: auto;
            }

            .project-intro-image,
            .project-intro-card {
                width: 100%;
                position: static;
            }

            .project-intro-card {
                margin-top: 22px;
            }

            .large-card,
            .small-card,
            .large-text,
            .international-card,
            .training-detail-card {
                min-height: auto;
            }

            .support-grid-top,
            .support-grid-bottom {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: none;
            }

            .contact-hero-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .contact-form-card {
                padding: 40px 26px 30px;
            }
        }

        @media (max-width: 767.98px) {

            .project-hero,
            .international-hero,
            .training-hero,
            .contact-hero-section {
                padding: 70px 0;
            }

            .project-hero-content h1,
            .project-card h3,
            .international-hero-content h1,
            .training-hero-content h1,
            .training-detail-card h3,
            .contact-info-block h1,
            .contact-info-block h2 {
                font-size: 2rem;
            }

            .project-hero-content p,
            .international-hero-content p,
            .training-hero-content p {
                font-size: 1.1rem;
            }

            .project-card,
            .international-card,
            .training-detail-card {
                padding: 24px 20px 22px;
            }

            .number-badge {
                width: 56px;
                height: 56px;
                font-size: 1.5rem;
                left: 20px;
            }

            .support-grid-top,
            .support-grid-bottom {
                grid-template-columns: 1fr;
            }

            .support-card {
                min-height: auto;
            }

            .contact-form-card {
                transform: none;
                padding: 28px 18px 24px;
            }

            .contact-map-section {
                padding-top: 70px;
            }

            .map-frame-wrap img {
                height: 280px;
            }
        }

        .auth-page-section {
            background: var(--bg-page);
            padding: 90px 0 100px;
        }

        .signup-card {
            max-width: 920px;
            margin: 0 auto;
            background: linear-gradient(135deg, #1296db 0%, #6f2dbd 100%);
            border-radius: 12px;
            box-shadow: 0 16px 34px rgba(17, 25, 39, 0.14);
            padding: 62px 42px 46px;
        }

        .signup-card-inner {
            max-width: 760px;
            margin: 0 auto;
        }

        .signup-title {
            color: var(--text-light);
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 12px;
        }

        .signup-subtitle {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 44px;
        }

        .signup-input,
        .signup-select {
            min-height: 56px;
            border: 0;
            border-radius: 4px;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
            padding: 12px 16px;
            box-shadow: none;
        }

        .signup-input::placeholder,
        .signup-select {
            color: #7f9079;
        }

        .signup-input:focus,
        .signup-select:focus {
            box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.18);
            border-color: transparent;
        }

        .upload-box {
            background: #ffffff;
            border-radius: 4px;
            padding: 26px 20px 18px;
            text-align: center;
            min-height: 140px;
        }

        .upload-label {
            color: #7f9079;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .upload-icon {
            font-size: 2rem;
            color: var(--secondary);
            line-height: 1;
            margin-bottom: 10px;
        }

        .upload-text {
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 600;
        }

        .register-btn {
            min-height: 56px;
            border: 0;
            border-radius: 4px;
            background: #29a7f0;
            color: var(--text-light);
            font-size: 1.05rem;
            font-weight: 700;
        }

        .register-btn:hover {
            background: #1898e3;
            color: var(--text-light);
        }

        @media (max-width: 767.98px) {
            .auth-page-section {
                padding: 70px 0;
            }

            .signup-card {
                padding: 36px 18px 24px;
            }

            .signup-title {
                font-size: 2rem;
            }

            .signup-subtitle {
                font-size: 1rem;
                margin-bottom: 30px;
            }
        }

/* Source: search-result.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }

/* Source: service.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .services-hero {
            background: var(--bg-page);
        }

        .services-hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            min-height: 420px;
        }

        .services-hero-image-wrap {
            position: relative;
            overflow: hidden;
        }

        .services-hero-image-wrap::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
        }

        .services-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .services-hero-content {
            background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .services-hero-content h1 {
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.35;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 28px;
        }

        .services-hero-content p {
            font-size: 1.7rem;
            line-height: 1.7;
            margin: 0;
        }

        .services-about-section {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service-feature-wrap {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            min-height: 300px;
        }

        .service-feature-image-box {
            width: 52%;
        }

        .service-feature-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-feature-card {
            position: absolute;
            right: 0;
            top: 50px;
            width: 62%;
            background: var(--bg-card);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
            padding: 28px 30px;
        }

        .service-feature-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #23236e;
            margin-bottom: 16px;
        }

        .service-feature-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .services-grid-section {
            background: #eef5f8;
            padding: 92px 0 100px;
        }

        .section-intro {
            margin-bottom: 54px;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            color: #3e9bff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }

        .section-kicker span {
            width: 28px;
            height: 1px;
            background: #9bc8ff;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: #23236e;
            margin: 0;
        }

        .service-cards-row {
            row-gap: 44px;
        }

        .service-card {
            position: relative;
            background: var(--bg-card);
            box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
            height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 34px 28px 26px;
            text-align: center;
        }

        .service-card-body h3 {
            font-size: 1.5rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .service-card-body p {
            font-size: 14px;
            line-height: 1.85;
            color: var(--text-body);
            margin: 0;
        }

        .service-icon-badge {
            position: absolute;
            left: 50%;
            top: 148px;
            transform: translateX(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--bg-card);
            border: 1px solid #dddfea;
            display: grid;
            place-items: center;
            color: var(--primary);
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .service-card-offset {
            margin-top: -6px;
        }

        .platform-section {
            background: var(--bg-page);
        }

        .platform-copy {
            max-width: 1120px;
        }

        .platform-copy h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .platform-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin-bottom: 18px;
        }

        .partner-section {
            background: var(--bg-page);
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .partner-card {
            min-height: 72px;
            background: var(--bg-card);
            border: 1px solid #ececf1;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
            display: grid;
            place-items: center;
            color: #8a56b8;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
        }

        @media (max-width: 1199.98px) {
            .partner-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991.98px) {

            .services-hero-grid,
            .service-feature-wrap {
                grid-template-columns: 1fr;
            }

            .services-hero-grid {
                display: block;
            }

            .services-hero-image-wrap {
                height: 280px;
            }

            .services-hero-content {
                padding: 36px 24px;
            }

            .service-feature-wrap {
                min-height: auto;
            }

            .service-feature-image-box,
            .service-feature-card {
                width: 100%;
                position: static;
            }

            .service-feature-card {
                margin-top: 20px;
            }

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

        @media (max-width: 767.98px) {
            .services-hero-content h1 {
                font-size: 1.5rem;
            }

            .services-hero-content p {
                font-size: 1.1rem;
            }

            .section-heading,
            .platform-copy h2,
            .service-feature-card h2 {
                font-size: 1.8rem;
            }

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

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }

/* Source: training.blade.php */
:root {
            --primary: #6f2dbd;
            --primary-dark: #4d148c;
            --secondary: #1f7ae0;
            --secondary-dark: #155fc3;
            --accent: #ffb703;
            --accent-dark: #f4a000;
            --text-dark: #3a3a44;
            --text-body: #6d6e78;
            --text-light: #ffffff;
            --bg-page: #f3f3f5;
            --bg-card: #ffffff;
            --border: #e4e4ea;
            --border-soft: #ededf2;
            --shadow-sm: 0 10px 30px rgba(20, 23, 38, 0.06);
            --radius-sm: 8px;
            --radius-md: 14px;
            --transition: all 0.3s ease;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            background: var(--bg-page);
            color: var(--text-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        a {
            text-decoration: none;
        }

        .section-space {
            padding: 80px 0;
        }

        .gradient-banner {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .breadcrumb-bar {
            padding: 28px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        }

        .breadcrumb-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

        .search-pill {
            max-width: 320px;
            margin-left: auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 999px;
            padding: 8px 12px 8px 18px;
        }

        .search-pill .form-control {
            border: 0;
            box-shadow: none;
            background: transparent;
            font-size: 14px;
            color: var(--text-dark);
        }

        .search-pill .search-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: var(--text-body);
            font-size: 18px;
        }

        .course-hero {
            padding: 24px 0 30px;
        }

        .course-summary {
            display: grid;
            grid-template-columns: 160px 1fr auto;
            align-items: center;
            gap: 22px;
        }

        .course-thumb {
            border: 4px solid rgba(255, 255, 255, 0.75);
            box-shadow: var(--shadow-sm);
        }

        .status-badge {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 16px;
            background: var(--bg-card);
            color: var(--text-dark);
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .course-hero-title {
            font-size: 2rem;
            line-height: 1.5;
            font-weight: 500;
            color: var(--text-light);
            max-width: 640px;
            margin-bottom: 10px;
        }

        .course-meta,
        .course-rating,
        .course-stats {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.88);
        }

        .course-rating {
            margin: 6px 0;
        }

        .price-box {
            min-width: 180px;
            text-align: right;
        }

        .price-box .price {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--text-light);
            line-height: 1;
        }

        .price-box .old-price {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            text-decoration: line-through;
            margin-left: 8px;
        }

        .btn-enroll,
        .btn-buy {
            width: 100%;
            min-height: 54px;
            border-radius: 0;
            font-weight: 600;
            border: 1px solid rgba(255, 255, 255, 0.45);
            transition: var(--transition);
        }

        .btn-enroll {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--text-light);
            margin: 18px 0 10px;
        }

        .btn-enroll:hover {
            background: var(--accent-dark);
            border-color: var(--accent-dark);
            color: var(--text-light);
        }

        .btn-buy {
            background: transparent;
            color: var(--text-light);
        }

        .btn-buy:hover {
            background: rgba(255, 255, 255, 0.12);
            color: var(--text-light);
        }

        .content-layout {
            display: grid;
            grid-template-columns: minmax(0, 2fr) minmax(280px, 0.95fr);
            gap: 28px;
        }

        .content-stack {
            display: grid;
            gap: 22px;
        }

        .info-card {
            background: var(--bg-card);
            border-radius: var(--radius-sm);
            padding: 34px 36px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-soft);
        }

        .card-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .card-divider {
            height: 1px;
            background: var(--border);
            margin-bottom: 24px;
        }

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

        .list-link {
            color: var(--text-dark);
            font-size: 15px;
            font-weight: 500;
        }

        .list-link::before {
            content: "›";
            color: var(--text-body);
            margin-right: 8px;
        }

        .requirement-card {
            border: 1px dashed #bdbdc8;
            box-shadow: none;
        }

        .description-copy p {
            color: var(--text-body);
            font-size: 15px;
            line-height: 1.95;
            margin-bottom: 22px;
        }

        .description-copy ul {
            padding-left: 1.2rem;
            margin-bottom: 24px;
        }

        .description-copy li {
            color: var(--text-dark);
            font-size: 15px;
            line-height: 2;
            margin-bottom: 6px;
        }

        .sidebar-stack {
            display: grid;
            gap: 20px;
        }

        .features-card {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
        }

        .features-card .card-title {
            color: var(--text-light);
            font-size: 2rem;
        }

        .features-card .card-divider {
            background: rgba(255, 255, 255, 0.4);
        }

        .features-list {
            list-style: disc;
            padding-left: 1.4rem;
            margin: 0;
        }

        .features-list li {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.95);
        }

        .teacher-card {
            text-align: center;
        }

        .teacher-photo {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 18px;
        }

        .teacher-name {
            font-size: 1.8rem;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .teacher-role,
        .teacher-university,
        .teacher-bio {
            color: var(--text-body);
            font-size: 13px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin: 18px 0;
        }

        .social-links a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid var(--border);
            color: var(--secondary);
            display: grid;
            place-items: center;
            font-size: 13px;
            transition: var(--transition);
        }

        .social-links a:hover {
            background: var(--secondary);
            color: var(--text-light);
            border-color: var(--secondary);
        }

        .teacher-stats {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 14px;
            padding: 14px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin: 18px 0;
        }

        .teacher-stats span {
            font-size: 13px;
            font-weight: 500;
            color: var(--secondary-dark);
        }

        .related-title {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }

        .related-divider {
            width: 320px;
            max-width: 100%;
            height: 1px;
            background: #ddddE3;
            margin: 0 auto 44px;
        }

        .custom-input {
            min-height: 50px;
            border: 0;
            border-radius: 0;
            background: #ffffff;
            color: var(--text-dark);
            font-size: 14px;
            box-shadow: none;
            padding: 12px 14px;
        }

        .custom-input::placeholder {
            color: #a5a6b1;
        }

        .custom-input:focus {
            background: #ffffff;
            color: var(--text-dark);
            box-shadow: 0 0 0 0.15rem rgba(111, 45, 189, 0.12);
            border-color: transparent;
        }

        .custom-textarea {
            min-height: 92px;
            resize: none;
        }

        .form-btn {
            min-width: 140px;
        }

        .payment-tabs {
            margin-bottom: 26px;
        }

        .payment-tab {
            min-width: 150px;
            min-height: 46px;
            border-radius: 0;
            border: 1px solid #7d7d86;
            background: transparent;
            color: var(--text-dark);
            font-size: 14px;
            font-weight: 500;
        }

        .payment-tab.active {
            background: var(--primary);
            border-color: var(--primary);
            color: var(--text-light);
        }

        .field-label {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .date-icon {
            position: absolute;
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
            color: #8f9099;
            font-size: 16px;
            pointer-events: none;
        }

        .search-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            overflow: hidden;
            padding: 70px 0 0;
        }

        .search-hero .container {
            min-height: 520px;
        }

        .hero-title {
            font-size: clamp(2.2rem, 4vw, 3.6rem);
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .hero-search-box {
            max-width: 470px;
            min-height: 72px;
            background: var(--bg-card);
            border-radius: 0;
            padding: 0 18px;
        }

        .hero-search-box .form-control {
            border: 0;
            box-shadow: none;
            font-size: 1rem;
            color: var(--text-dark);
        }

        .hero-search-box .form-control::placeholder {
            color: #b1b2ba;
        }

        .hero-search-icon {
            font-size: 2rem;
            color: #5d5e67;
            margin-right: 14px;
            line-height: 1;
        }

        .hero-person {
            max-height: 520px;
            width: auto;
            margin-left: auto;
        }

        .search-results-section {
            padding-top: 44px;
        }

        .filter-toolbar {
            padding-bottom: 14px;
            border-bottom: 1px solid #d8d8de;
        }

        .toolbar-label,
        .toolbar-sort {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .toolbar-label span,
        .toolbar-sort span {
            color: var(--text-body);
            margin: 0 6px;
        }

        .search-layout {
            display: grid;
            grid-template-columns: 290px minmax(0, 1fr);
            gap: 20px;
        }

        .filter-card {
            background: transparent;
            border: 1px solid #9c9ca3;
            padding: 22px 18px;
        }

        .filter-title {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .filter-divider {
            height: 1px;
            background: #dadbe2;
            margin-bottom: 10px;
        }

        .category-list li+li {
            margin-top: 2px;
        }

        .category-list a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: var(--text-dark);
            font-size: 1rem;
            font-weight: 500;
            padding: 14px 12px;
        }

        .category-list a.active {
            background: #efeff2;
        }

        .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 0;
            border-bottom: 1px solid #dedee4;
            font-size: 1.05rem;
            font-weight: 600;
            color: var(--text-dark);
        }

        .results-list {
            display: grid;
            gap: 14px;
        }

        .result-card {
            display: grid;
            grid-template-columns: 190px 1fr;
            gap: 16px;
            align-items: center;
            border: 1px solid #8e8f97;
            background: transparent;
            padding: 14px;
        }

        .result-card img {
            width: 100%;
            height: 150px;
            object-fit: cover;
        }

        .result-badge {
            display: inline-flex;
            align-items: center;
            padding: 0 14px;
            height: 28px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-light);
            background: var(--secondary);
            margin-bottom: 10px;
        }

        .result-badge.alt {
            background: #4b42b8;
        }

        .result-content h3 {
            font-size: 1.1rem;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 10px;
        }

        .result-rating,
        .result-author {
            font-size: 12px;
            font-weight: 500;
            color: var(--text-body);
            margin-bottom: 6px;
        }

        .result-price {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.1;
        }

        .latest-blog-section {
            padding-top: 70px;
        }

        .blog-section-title {
            font-size: 2.2rem;
            font-weight: 700;
        }

        .blog-large-card img {
            width: 100%;
            aspect-ratio: 1.1 / 0.75;
            object-fit: cover;
            border: 1px solid #dedee4;
        }

        .post-title-large {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.45;
            margin-bottom: 12px;
        }

        .post-excerpt-large {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .mini-blog-card {
            display: grid;
            grid-template-columns: 140px 1fr;
            gap: 16px;
            border: 1px dashed #d5d6de;
            padding: 14px;
            margin-bottom: 18px;
            background: rgba(255, 255, 255, 0.3);
        }

        .mini-blog-card img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .mini-blog-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .mini-blog-text {
            font-size: 14px;
            color: var(--text-body);
            line-height: 1.7;
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .search-layout {
                grid-template-columns: 1fr;
            }

            .search-hero .container {
                min-height: auto;
                padding-bottom: 40px;
            }

            .hero-person {
                max-height: 380px;
                margin: 20px auto 0;
            }
        }

        @media (max-width: 767.98px) {

            .result-card,
            .mini-blog-card {
                grid-template-columns: 1fr;
            }

            .hero-search-box {
                min-height: 60px;
            }

            .result-price {
                font-size: 1.6rem;
            }
        }

        .services-hero {
            background: var(--bg-page);
        }

        .services-hero-grid {
            display: grid;
            grid-template-columns: 1.05fr 1fr;
            min-height: 420px;
        }

        .services-hero-image-wrap {
            position: relative;
            overflow: hidden;
        }

        .services-hero-image-wrap::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(18, 16, 44, 0.72) 0%, rgba(111, 45, 189, 0.18) 62%, rgba(111, 45, 189, 0) 100%);
        }

        .services-hero-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .services-hero-content {
            background: linear-gradient(135deg, var(--primary) 0%, #9626c7 100%);
            color: var(--text-light);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 48px 56px;
        }

        .services-hero-content h1 {
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1.35;
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 28px;
        }

        .services-hero-content p {
            font-size: 1.7rem;
            line-height: 1.7;
            margin: 0;
        }

        .services-about-section {
            padding-top: 60px;
            padding-bottom: 80px;
        }

        .service-feature-wrap {
            position: relative;
            max-width: 920px;
            margin: 0 auto;
            min-height: 300px;
        }

        .service-feature-image-box {
            width: 52%;
        }

        .service-feature-image-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-feature-card {
            position: absolute;
            right: 0;
            top: 50px;
            width: 62%;
            background: var(--bg-card);
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
            padding: 28px 30px;
        }

        .service-feature-card h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #23236e;
            margin-bottom: 16px;
        }

        .service-feature-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        .services-grid-section {
            background: #eef5f8;
            padding: 92px 0 100px;
        }

        .section-intro {
            margin-bottom: 54px;
        }

        .section-kicker {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            color: #3e9bff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
            margin-bottom: 16px;
        }

        .section-kicker span {
            width: 28px;
            height: 1px;
            background: #9bc8ff;
        }

        .section-heading {
            font-size: 2.8rem;
            font-weight: 700;
            color: #23236e;
            margin: 0;
        }

        .service-cards-row {
            row-gap: 44px;
        }

        .service-card {
            position: relative;
            background: var(--bg-card);
            box-shadow: 0 12px 22px rgba(15, 21, 37, 0.12);
            height: 100%;
        }

        .service-card img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }

        .service-card-body {
            padding: 34px 28px 26px;
            text-align: center;
        }

        .service-card-body h3 {
            font-size: 1.5rem;
            color: var(--primary);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .service-card-body p {
            font-size: 14px;
            line-height: 1.85;
            color: var(--text-body);
            margin: 0;
        }

        .service-icon-badge {
            position: absolute;
            left: 50%;
            top: 148px;
            transform: translateX(-50%);
            width: 54px;
            height: 54px;
            border-radius: 50%;
            background: var(--bg-card);
            border: 1px solid #dddfea;
            display: grid;
            place-items: center;
            color: var(--primary);
            font-size: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .service-card-offset {
            margin-top: -6px;
        }

        .platform-section {
            background: var(--bg-page);
        }

        .platform-copy {
            max-width: 1120px;
        }

        .platform-copy h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .platform-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin-bottom: 18px;
        }

        .partner-section {
            background: var(--bg-page);
        }

        .partner-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 18px;
            align-items: center;
        }

        .partner-card {
            min-height: 72px;
            background: var(--bg-card);
            border: 1px solid #ececf1;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
            display: grid;
            place-items: center;
            color: #8a56b8;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
        }

        @media (max-width: 1199.98px) {
            .partner-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991.98px) {

            .services-hero-grid,
            .service-feature-wrap {
                grid-template-columns: 1fr;
            }

            .services-hero-grid {
                display: block;
            }

            .services-hero-image-wrap {
                height: 280px;
            }

            .services-hero-content {
                padding: 36px 24px;
            }

            .service-feature-wrap {
                min-height: auto;
            }

            .service-feature-image-box,
            .service-feature-card {
                width: 100%;
                position: static;
            }

            .service-feature-card {
                margin-top: 20px;
            }

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

        @media (max-width: 767.98px) {
            .services-hero-content h1 {
                font-size: 1.5rem;
            }

            .services-hero-content p {
                font-size: 1.1rem;
            }

            .section-heading,
            .platform-copy h2,
            .service-feature-card h2 {
                font-size: 1.8rem;
            }

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

        .about-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 90px 0;
        }

        .about-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .about-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .about-story {
            background: var(--bg-page);
        }

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

        .about-story-image img {
            width: 100%;
            min-height: 360px;
            object-fit: cover;
        }

        .about-story-content h2 {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

        .about-story-content p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .about-role-section {
            background: #eef5f8;
            padding: 86px 0 92px;
        }

        .role-card {
            position: relative;
            background: var(--bg-card);
            min-height: 200px;
            padding: 56px 26px 30px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .role-card p {
            font-size: 14px;
            line-height: 1.9;
            color: var(--text-body);
            margin: 0;
        }

        .role-icon {
            position: absolute;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #31a9ff;
            box-shadow: 0 10px 20px rgba(49, 169, 255, 0.28);
        }

        .role-icon::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--bg-card);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .about-partner-section {
            background: var(--bg-page);
            padding-top: 86px;
        }

        .project-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .project-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .project-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .project-intro {
            background: var(--bg-page);
        }

        .project-intro-wrap {
            position: relative;
            max-width: 1120px;
            margin: 0 auto;
            min-height: 360px;
        }

        .project-intro-image {
            width: 48%;
        }

        .project-intro-image img {
            width: 100%;
            min-height: 330px;
            object-fit: cover;
        }

        .project-intro-card {
            position: absolute;
            right: 0;
            top: 34px;
            width: 62%;
            background: var(--bg-card);
            padding: 28px 34px;
            box-shadow: 0 14px 28px rgba(13, 20, 36, 0.12);
        }

        .project-intro-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .project-cards-section {
            background: #eef5f8;
            padding: 86px 0 96px;
        }

        .project-card {
            background: var(--bg-card);
            padding: 30px 26px;
            box-shadow: 0 12px 22px rgba(16, 23, 39, 0.1);
            height: 100%;
        }

        .project-card h3 {
            font-size: 1.7rem;
            font-weight: 600;
            line-height: 1.4;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .project-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .small-card {
            min-height: 250px;
        }

        .large-card {
            min-height: 460px;
        }

        .international-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .international-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .international-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0;
        }

        .international-section {
            background: var(--bg-page);
        }

        .international-divider-section {
            padding-bottom: 92px;
        }

        .international-divider {
            height: 1px;
            background: #d7d8de;
            margin-bottom: 40px;
        }

        .international-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 28px 26px;
            min-height: 270px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .international-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .international-card p+p {
            margin-top: 18px;
        }

        .number-badge {
            position: absolute;
            top: -18px;
            left: 24px;
            width: 68px;
            height: 68px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            font-size: 2rem;
            font-weight: 700;
            box-shadow: 0 10px 20px rgba(24, 96, 195, 0.18);
        }

        .large-text {
            min-height: 330px;
        }

        .training-hero {
            background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
            color: var(--text-light);
            padding: 86px 0;
        }

        .training-hero-content h1 {
            font-size: clamp(2.8rem, 4vw, 4rem);
            font-weight: 700;
            margin-bottom: 14px;
        }

        .training-hero-content p {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.5;
            margin: 0;
        }

        .training-section {
            background: var(--bg-page);
        }

        .training-detail-card {
            position: relative;
            background: #eef7fb;
            padding: 62px 24px 26px;
            min-height: 420px;
            box-shadow: 0 12px 24px rgba(18, 26, 44, 0.1);
        }

        .training-detail-card h3 {
            font-size: 1.7rem;
            line-height: 1.45;
            font-weight: 600;
            margin-bottom: 18px;
            color: var(--text-dark);
        }

        .training-detail-card p {
            font-size: 14px;
            line-height: 2;
            color: var(--text-body);
            margin: 0;
        }

        .training-support-section {
            background: #eef5f8;
            padding: 74px 0 88px;
        }

        .support-grid {
            display: grid;
            gap: 18px;
            justify-content: center;
        }

        .support-grid-top {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            margin-bottom: 38px;
        }

        .support-grid-bottom {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            max-width: 920px;
            margin: 0 auto;
        }

        .support-card {
            position: relative;
            background: var(--bg-card);
            min-height: 170px;
            padding: 54px 18px 24px;
            text-align: center;
            box-shadow: 0 12px 24px rgba(16, 23, 39, 0.1);
        }

        .support-card p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--text-body);
            margin: 0;
        }

        @media (max-width: 991.98px) {
            .project-intro-wrap {
                min-height: auto;
            }

            .project-intro-image,
            .project-intro-card {
                width: 100%;
                position: static;
            }

            .project-intro-card {
                margin-top: 22px;
            }

            .large-card,
            .small-card,
            .large-text,
            .international-card,
            .training-detail-card {
                min-height: auto;
            }

            .support-grid-top,
            .support-grid-bottom {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                max-width: none;
            }
        }

        @media (max-width: 767.98px) {

            .project-hero,
            .international-hero,
            .training-hero {
                padding: 70px 0;
            }

            .project-hero-content h1,
            .project-card h3,
            .international-hero-content h1,
            .training-hero-content h1,
            .training-detail-card h3 {
                font-size: 2rem;
            }

            .project-hero-content p,
            .international-hero-content p,
            .training-hero-content p {
                font-size: 1.1rem;
            }

            .project-card,
            .international-card,
            .training-detail-card {
                padding: 24px 20px 22px;
            }

            .number-badge {
                width: 56px;
                height: 56px;
                font-size: 1.5rem;
                left: 20px;
            }

            .support-grid-top,
            .support-grid-bottom {
                grid-template-columns: 1fr;
            }

            .support-card {
                min-height: auto;
            }
        }

        @media (max-width: 991.98px) {
            .about-story-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
        }

        @media (max-width: 767.98px) {
            .about-hero {
                padding: 70px 0;
            }

            .about-hero-content h1,
            .about-story-content h2,
            .section-heading {
                font-size: 2rem;
            }

            .about-hero-content p {
                font-size: 1.1rem;
            }

            .role-card {
                min-height: auto;
            }
        }

        .course-card {
            background: transparent;
            border: 0;
            transition: var(--transition);
        }

        .course-card:hover {
            transform: translateY(-6px);
        }

        .course-card img {
            width: 100%;
            aspect-ratio: 1.08 / 1;
            object-fit: cover;
            margin-bottom: 12px;
        }

        .course-author {
            font-size: 12px;
            color: var(--text-body);
            margin-bottom: 8px;
        }

        .course-card-title {
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            line-height: 1.6;
            margin-bottom: 8px;
        }

        .mini-rating,
        .mini-price {
            font-size: 13px;
        }

        .mini-rating {
            color: #8d4ddb;
            margin-bottom: 8px;
        }

        .mini-price {
            font-weight: 700;
            color: var(--text-dark);
        }

        .mini-price del {
            color: #b2b3bc;
            font-weight: 500;
            margin-left: 6px;
        }

        @media (max-width: 1199.98px) {
            .course-summary {
                grid-template-columns: 140px 1fr;
            }

            .price-box {
                grid-column: 1 / -1;
                text-align: left;
                max-width: 260px;
            }
        }

        @media (max-width: 991.98px) {
            .content-layout {
                grid-template-columns: 1fr;
            }

            .search-pill {
                margin-left: 0;
                margin-top: 16px;
            }
        }

        @media (max-width: 767.98px) {
            .section-space {
                padding: 60px 0;
            }

            .course-summary,
            .outline-grid,
            .requirement-grid {
                grid-template-columns: 1fr;
            }

            .info-card {
                padding: 24px 20px;
            }

            .card-title,
            .features-card .card-title {
                font-size: 1.8rem;
            }

            .course-hero-title {
                font-size: 1.5rem;
            }

            .related-title {
                font-size: 2.2rem;
            }
        }
/* === END WEB PAGES CENTRALIZED STYLES === */
