:root {
  --cc-primary: #0b4edb;
  --cc-secondary: #ffb703;
  --cc-navy: #062d6d;
  --cc-body-text: #24324a;
  --cc-heading: #082f6b;
  --cc-font: "Ruposhi Bangla", "Noto Sans Bengali", sans-serif;
  --cc-page-bg: #f5f8fd;
  --cc-card-bg: #ffffff;
  --cc-border: #dfe7f2;
  --cc-muted: #67748a;
  --cc-shadow: 0 10px 30px rgba(7, 45, 105, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.cc-theme-body {
  margin: 0;
  background: var(--cc-page-bg);
  color: var(--cc-body-text);
  font-family: var(--cc-font) !important;
  line-height: 1.55;
}
body.cc-theme-body h1,
body.cc-theme-body h2,
body.cc-theme-body h3,
body.cc-theme-body h4,
body.cc-theme-body p,
body.cc-theme-body a,
body.cc-theme-body span,
body.cc-theme-body button,
body.cc-theme-body input,
body.cc-theme-body textarea,
body.cc-theme-body select { font-family: var(--cc-font) !important; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button { font: inherit; }
.cc-site-shell { min-height: 100vh; background: var(--cc-page-bg); overflow: hidden; }
.cc-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

/* Top bar */
.cc-topbar { background: var(--cc-navy); color: #fff; font-size: 13px; }
.cc-topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.cc-topbar-contact, .cc-topbar-actions { display: flex; align-items: center; gap: 12px; }
.cc-topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .96; transition: opacity .2s ease; }
.cc-topbar a:hover { opacity: .78; }
.cc-topbar-divider { width: 1px; height: 17px; background: rgba(255,255,255,.22); }
.cc-topbar-actions > a.cc-social-link { width: 24px; justify-content: center; }
.cc-portal-login-link { font-weight: 700; white-space: nowrap; }
.cc-portal-login-link i { color: var(--cc-secondary); }

/* Header */
.cc-header { background: var(--cc-card-bg); box-shadow: 0 2px 14px rgba(12, 48, 103, .06); position: relative; z-index: 100; }
.cc-header-inner { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.cc-brand { display: inline-flex; align-items: center; flex: 0 0 auto; min-width: 190px; }
.cc-logo-wrap { display: block; flex: 0 0 auto; }
.cc-logo-wrap .custom-logo-link { display: block; }
.cc-logo-wrap .custom-logo, .cc-logo-wrap .cc-header-logo { width: auto; max-width: 190px; max-height: 64px; object-fit: contain; }
.cc-brand-icon { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: linear-gradient(145deg, var(--cc-navy), var(--cc-primary)); color: #fff; font-size: 24px; margin-right: 10px; }
.cc-brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.cc-brand-copy strong { color: var(--cc-primary); font-size: 22px; }
.cc-brand-copy small { color: #f28c00; margin-top: 5px; }
.cc-main-nav { flex: 1; }
.cc-nav-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 5px; }
.cc-nav-list > li { position: relative; }
.cc-nav-list > li > a { display: block; padding: 27px 10px 23px; color: #111827; font-size: 15px; font-weight: 700; border-bottom: 3px solid transparent; transition: all .2s ease; }
.cc-nav-list > li.current-menu-item > a,
.cc-nav-list > li > a:hover { color: var(--cc-primary); border-bottom-color: var(--cc-primary); }
.cc-nav-list .sub-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff; list-style: none; margin: 0; padding: 8px; border-radius: 0 0 10px 10px; box-shadow: var(--cc-shadow); }
.cc-nav-list li:hover > .sub-menu { display: block; }
.cc-nav-list .sub-menu a { display: block; padding: 9px 12px; border-radius: 7px; color: #26344b; }
.cc-nav-list .sub-menu a:hover { background: #edf3ff; color: var(--cc-primary); }
.cc-header-tools { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.cc-tool-button { border: 1px solid var(--cc-border); background: #fff; color: var(--cc-navy); border-radius: 8px; min-width: 36px; height: 36px; padding: 0 8px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 4px; font-weight: 700; }
.cc-tool-button:hover { border-color: var(--cc-primary); color: var(--cc-primary); }
.cc-admission-button { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 9px 18px; border-radius: 8px; background: var(--cc-secondary); color: #111827; font-weight: 800; box-shadow: 0 7px 18px rgba(255,183,3,.23); }
.cc-admission-button:hover { filter: brightness(.96); transform: translateY(-1px); }
.cc-guardian-header-button { display: inline-flex; justify-content: center; align-items: center; gap: 7px; min-height: 42px; padding: 9px 14px; border: 1px solid #c7d8ff; border-radius: 8px; background: linear-gradient(135deg,#eef4ff,#ffffff); color: var(--cc-primary); font-weight: 800; white-space: nowrap; box-shadow: 0 6px 16px rgba(11,78,219,.10); transition: all .2s ease; }
.cc-guardian-header-button i { color: #f59e0b; }
.cc-guardian-header-button:hover { border-color: var(--cc-primary); transform: translateY(-1px); box-shadow: 0 9px 20px rgba(11,78,219,.16); }
.cc-mobile-toggle { display: none; border: 0; background: transparent; font-size: 22px; color: var(--cc-navy); cursor: pointer; }
.cc-mobile-menu { display: none; background: #fff; border-top: 1px solid var(--cc-border); box-shadow: var(--cc-shadow); }
.cc-mobile-menu.is-open { display: block; }
.cc-mobile-nav-list { list-style: none; margin: 0; padding: 10px 0; }
.cc-mobile-nav-list li { border-bottom: 1px solid #eef2f7; }
.cc-mobile-nav-list a { display: block; padding: 11px 2px; font-weight: 700; }
.cc-mobile-portal-title { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--cc-heading); font-weight: 900; font-size: 14px; }
.cc-mobile-portal-title i { color: var(--cc-primary); }
.cc-mobile-portal-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 11px 0 6px; }
.cc-mobile-portal-links a { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; border: 1px solid var(--cc-border); border-radius: 8px; color: var(--cc-primary); background: #f5f8ff; font-weight: 800; }
.cc-mobile-portal-links a i { color: var(--cc-secondary); }
.cc-mobile-admission { margin: 8px 0 16px; width: 100%; }
.cc-mobile-settings { display: none; grid-template-columns: 1fr 1fr; gap: 9px; margin: 12px 0 6px; }
.cc-mobile-setting-button { min-width: 0; min-height: 44px; border: 1px solid var(--cc-border); border-radius: 9px; background: #f5f8ff; color: var(--cc-navy); padding: 9px 11px; display: flex; align-items: center; justify-content: center; gap: 7px; font-weight: 800; cursor: pointer; }
.cc-mobile-setting-button i { color: var(--cc-primary); }
.cc-mobile-setting-button strong { margin-left: auto; color: var(--cc-primary); font-size: 12px; }

/* Home layout */
.cc-home { padding: 18px 0 0; }
.cc-home-layout { display: grid; grid-template-columns: minmax(0, 3fr) minmax(235px, 1fr); gap: 20px; align-items: start; }
.cc-main-column { min-width: 0; }
.cc-sidebar { display: flex; flex-direction: column; gap: 18px; min-width: 0; }

/* Hero */
.cc-hero-card { min-height: 350px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 0; background: linear-gradient(110deg, #062c6a 0%, #063c91 58%, #0954c7 100%); color: #fff; position: relative; }
.cc-hero-card::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.04); left: -140px; top: 90px; }
.cc-hero-copy { padding: 48px 18px 42px 38px; position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; }
.cc-hero-copy h1 { margin: 0 0 18px; font-size: var(--cc-hero-title-size, 48px); line-height: 1.18; color: #fff; font-weight: 800; letter-spacing: -.5px; }
.cc-hero-copy h1 span, .cc-hero-copy h1 strong { display: block; }
.cc-hero-copy h1 strong { color: var(--cc-secondary); margin-top: 6px; }
.cc-hero-copy p { margin: 0; color: rgba(255,255,255,.92); line-height: 1.8; max-width: 510px; font-size: 16px; }
.cc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cc-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; min-height: 44px; padding: 10px 18px; font-weight: 800; transition: all .2s ease; }
.cc-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.16); }
.cc-btn-yellow { background: var(--cc-secondary); color: #0b2556; }
.cc-btn-white { background: #fff; color: var(--cc-primary); }
.cc-btn-blue { background: var(--cc-primary); color: #fff; }
.cc-hero-image-wrap { min-width: 0; align-self: stretch; display: flex; align-items: flex-end; justify-content: flex-end; overflow: hidden; }
.cc-hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: normal; }

/* Feature strip */
.cc-feature-strip { margin: -38px 0 28px; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(6, 1fr); background: var(--cc-card-bg); border: 1px solid var(--cc-border); border-radius: 20px; box-shadow: var(--cc-shadow); padding: 18px 12px; }
.cc-feature-item { text-align: center; padding: 0 10px; min-width: 0; border-right: 1px solid var(--cc-border); }
.cc-feature-item:last-child { border-right: 0; }
.cc-feature-item > i { color: var(--cc-primary); font-size: 31px; margin-bottom: 8px; }
.cc-feature-item h3 { color: var(--cc-heading); margin: 0 0 5px; font-size: 16px; font-weight: 800; }
.cc-feature-item p { color: var(--cc-muted); font-size: 12px; line-height: 1.55; margin: 0; }

/* Sections */
.cc-section { padding: 6px 0 24px; }
.cc-section-heading { text-align: center; margin: 0 0 20px; }
.cc-section-heading h2 { color: var(--cc-heading); font-size: var(--cc-section-title-size, 30px); line-height: 1.25; font-weight: 800; margin: 0; }
.cc-section-heading > span { display: block; width: 58px; height: 3px; background: var(--cc-primary); border-radius: 9px; margin: 8px auto 0; position: relative; }
.cc-section-heading > span::after { content: ""; width: 7px; height: 7px; border: 2px solid var(--cc-primary); border-radius: 50%; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.cc-section-heading-left { text-align: left; }
.cc-section-heading-left > span { margin-left: 0; }

/* Courses */
.cc-course-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.cc-course-card { --course-color: var(--cc-primary); min-height: 205px; padding: 20px 12px 16px; border: 1px solid color-mix(in srgb, var(--course-color) 42%, white); border-radius: 8px; background: linear-gradient(160deg, #fff, color-mix(in srgb, var(--course-color) 5%, white)); text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: 0 6px 18px rgba(5,44,101,.04); transition: transform .2s ease, box-shadow .2s ease; }
.cc-course-card:hover { transform: translateY(-5px); box-shadow: 0 13px 28px rgba(5,44,101,.11); }
.cc-course-card > i { font-size: 38px; color: var(--course-color); margin-bottom: 10px; }
.cc-course-card h3 { margin: 0 0 8px; font-size: 16px; color: var(--course-color); font-weight: 800; line-height: 1.25; }
.cc-course-card p { margin: 0 0 13px; font-size: 13px; color: #44516a; line-height: 1.5; flex: 1; }
.cc-course-card a { border-radius: 5px; background: var(--course-color); color: #fff; font-size: 13px; font-weight: 700; padding: 7px 13px; }

/* Stats */
.cc-stats-bar { display: grid; grid-template-columns: repeat(4,1fr); background: linear-gradient(105deg, #062b67, #073d92); border-radius: 11px; color: #fff; padding: 18px 14px; margin: 2px 0 24px; box-shadow: 0 10px 28px rgba(6,45,109,.18); }
.cc-stats-bar article { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 3px 12px; border-right: 1px solid rgba(255,255,255,.18); }
.cc-stats-bar article:last-child { border-right: 0; }
.cc-stats-bar article > i { font-size: 32px; color: #fff; opacity: .9; }
.cc-stats-bar article div { display: flex; flex-direction: column; }
.cc-stats-bar strong { font-size: 25px; line-height: 1; color: var(--cc-secondary); }
.cc-stats-bar span { font-size: 12px; margin-top: 5px; }

/* About */
.cc-about-section { width: 100%; max-width: 100%; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: 26px; border-top: 1px solid #edf1f7; padding: 10px 0 25px; overflow: hidden; }
.cc-about-image { min-width: 0; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 24px rgba(6,45,109,.12); }
.cc-about-image img { width: 100%; height: 220px; object-fit: cover; display: block; }
.cc-about-copy { min-width: 0; max-width: 100%; overflow: hidden; }
.cc-about-copy p { max-width: 100%; margin: 0 0 17px; color: #34425b; line-height: 1.85; text-align: justify; overflow-wrap: anywhere; word-break: normal; }

/* Teachers */
.cc-teachers-section { border-top: 1px solid #edf1f7; padding-top: 8px; }
.cc-teacher-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.cc-teacher-card { text-align: center; background: var(--cc-card-bg); border: 1px solid var(--cc-border); border-radius: 9px; padding: 11px 8px 9px; box-shadow: 0 5px 15px rgba(7,45,105,.05); transition: transform .2s ease; }
.cc-teacher-card:hover { transform: translateY(-4px); }
.cc-teacher-card img { width: 78px; height: 78px; object-fit: cover; object-position: top center; border-radius: 50%; background: #eef4ff; margin: 0 auto 7px; border: 3px solid #f1f5fb; }
.cc-teacher-card h3 { font-size: 14px; color: var(--cc-heading); font-weight: 800; margin: 0 0 1px; line-height: 1.25; }
.cc-teacher-card p { color: #128a4b; font-size: 11px; margin: 0 0 7px; }
.cc-teacher-card div { display: flex; justify-content: center; gap: 6px; color: var(--cc-primary); }
.cc-teacher-card div i { width: 19px; height: 19px; display: grid; place-items: center; font-size: 9px; border: 1px solid #d5ddea; border-radius: 50%; }

/* Sidebar */
.cc-sidebar-card { background: var(--cc-card-bg); border: 1px solid var(--cc-border); border-radius: 12px; overflow: hidden; box-shadow: 0 7px 21px rgba(7,45,105,.07); }
.cc-sidebar-title { min-height: 45px; display: flex; align-items: center; gap: 9px; padding: 9px 14px; color: #fff; background: linear-gradient(105deg, var(--cc-navy), #073d91); }
.cc-sidebar-title i { font-size: 17px; }
.cc-sidebar-title h2 { margin: 0; font-size: 18px; color: #fff; font-weight: 800; }
.cc-notice-list { padding: 8px 14px 2px; }
.cc-notice-list a { display: flex; justify-content: space-between; gap: 8px; align-items: center; padding: 11px 0; border-bottom: 1px solid #e8edf4; }
.cc-notice-list a:last-child { border-bottom: 0; }
.cc-notice-list span { min-width: 0; display: flex; flex-direction: column; }
.cc-notice-list strong { color: #303b4f; font-size: 13px; line-height: 1.35; font-weight: 700; }
.cc-notice-list small { color: #818da0; font-size: 10px; margin-top: 4px; }
.cc-notice-list em { background: #f21d2d; color: #fff; font-size: 8px; font-style: normal; border-radius: 3px; padding: 2px 5px; }
.cc-sidebar-button { display: flex; align-items: center; justify-content: center; margin: 10px 14px 14px; background: linear-gradient(105deg, var(--cc-navy), #073d91); color: #fff; border-radius: 6px; min-height: 36px; padding: 7px 10px; font-weight: 700; font-size: 13px; }
.cc-sidebar-button:hover { filter: brightness(1.12); }
.cc-chairman-body { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 18px 14px 8px; align-items: start; }
.cc-chairman-body img { width: 88px; height: 88px; object-fit: cover; object-position: top; border-radius: 50%; background: #edf3fd; }
.cc-chairman-body p { margin: 0; color: #444f62; font-size: 12px; line-height: 1.75; }
.cc-chairman-body p > i { color: var(--cc-primary); font-size: 20px; margin-right: 7px; }
.cc-chairman-sign { display: flex; flex-direction: column; padding: 3px 14px 2px 114px; }
.cc-chairman-sign strong { color: #232d3f; font-size: 13px; }
.cc-chairman-sign small { color: #66748a; font-size: 11px; }
.cc-facebook-preview { position: relative; margin: 10px 10px 0; overflow: hidden; background: #e9eff9; min-height: 125px; }
.cc-facebook-preview img, .cc-facebook-preview iframe { display: block; width: 100%; min-height: 125px; object-fit: cover; border: 0; }
.cc-facebook-preview > span { position: absolute; top: 8px; left: 8px; display: flex; align-items: center; gap: 5px; color: #fff; background: rgba(15,27,48,.72); border-radius: 3px; font-size: 10px; padding: 2px 6px; }
.cc-facebook-preview b { background: #f00; padding: 1px 4px; border-radius: 2px; }
.cc-facebook-card > p { margin: 8px 10px 0; text-align: center; font-size: 12px; color: #303b4e; }
.cc-facebook-button { background: #0a54e2; }
.cc-important-links { padding: 6px 13px 10px; }
.cc-important-links a { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid #e8edf4; color: #303b4f; font-size: 12px; }
.cc-important-links a:last-child { border-bottom: 0; }
.cc-important-links a span { display: flex; gap: 7px; align-items: center; }
.cc-important-links a span i { color: var(--cc-primary); }
.cc-important-links a > i { color: #8d98a8; font-size: 9px; }

/* Footer */
.cc-footer { margin-top: 12px; background: linear-gradient(105deg, #062b67, #073a86); color: rgba(255,255,255,.85); }
.cc-footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr 1.25fr; gap: 28px; padding: 36px 0 28px; }
.cc-footer h3 { color: #fff; font-size: 16px; margin: 0 0 14px; font-weight: 800; }
.cc-footer p { font-size: 12px; line-height: 1.75; margin: 0; }
.cc-footer ul { list-style: none; margin: 0; padding: 0; }
.cc-footer li { margin-bottom: 7px; font-size: 12px; }
.cc-footer a:hover { color: var(--cc-secondary); }
.cc-footer-brand { font-size: 17px; color: #fff; font-weight: 800; margin-bottom: 10px; display: block; }
.cc-footer-social { display: flex; gap: 8px; margin-top: 14px; }
.cc-footer-social a { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 5px; background: rgba(255,255,255,.12); color: #fff; }
.cc-contact-list li { display: flex; gap: 8px; align-items: flex-start; }
.cc-contact-list i { margin-top: 3px; width: 14px; }
.cc-newsletter-form { display: flex; margin-top: 12px; }
.cc-newsletter-form input { width: 100%; min-width: 0; border: 0; padding: 9px 10px; border-radius: 5px 0 0 5px; color: #16213a; background: #fff; }
.cc-newsletter-form button { width: 42px; border: 0; background: #1261e9; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; }
.cc-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 10px 0; }
.cc-footer-bottom-inner { display: flex; justify-content: space-between; gap: 16px; font-size: 11px; }

/* Dark mode */
html[data-cc-theme="dark"] {
  --cc-page-bg: #0d1523;
  --cc-card-bg: #151f2f;
  --cc-border: #29364a;
  --cc-body-text: #d9e2ef;
  --cc-heading: #f1f6ff;
  --cc-muted: #a9b5c7;
  color-scheme: dark;
}
html[data-cc-theme="dark"] .cc-header,
html[data-cc-theme="dark"] .cc-mobile-menu { background: #111b2b; }
html[data-cc-theme="dark"] .cc-mobile-setting-button { background: #182335; border-color: #334155; color: #e5e7eb; }
html[data-cc-theme="dark"] .cc-mobile-setting-button strong { color: #93c5fd; }
html[data-cc-theme="dark"] .cc-guardian-header-button,
html[data-cc-theme="dark"] .cc-mobile-portal-links a { background: #182335; border-color: #334155; color: #eaf1fb; }
html[data-cc-theme="dark"] .cc-mobile-portal-title { color: #eaf1fb; }
html[data-cc-theme="dark"] .cc-nav-list > li > a,
html[data-cc-theme="dark"] .cc-mobile-nav-list a,
html[data-cc-theme="dark"] .cc-tool-button { color: #eaf1fb; }
html[data-cc-theme="dark"] .cc-tool-button { background: #151f2f; }
html[data-cc-theme="dark"] .cc-course-card { background: #151f2f; }
html[data-cc-theme="dark"] .cc-course-card p,
html[data-cc-theme="dark"] .cc-about-copy p,
html[data-cc-theme="dark"] .cc-notice-list strong,
html[data-cc-theme="dark"] .cc-facebook-card > p,
html[data-cc-theme="dark"] .cc-important-links a,
html[data-cc-theme="dark"] .cc-chairman-body p,
html[data-cc-theme="dark"] .cc-chairman-sign strong { color: #d7e0ee; }
html[data-cc-theme="dark"] .cc-section-heading > span::after { background: #151f2f; }

/* Responsive */
@media (max-width: 1080px) and (min-width: 901px) {
  .cc-header-tools .cc-tool-button { display: none; }
  .cc-guardian-header-button,
  .cc-admission-button { padding-inline: 10px; font-size: 13px; }
  .cc-header-inner { gap: 10px; }
}

@media (max-width: 1080px) {
  .cc-nav-list > li > a { padding-inline: 7px; font-size: 14px; }
  .cc-header-inner { gap: 14px; }
  .cc-admission-button { padding-inline: 13px; }
  .cc-feature-item { padding-inline: 6px; }
  .cc-feature-item h3 { font-size: 14px; }
  .cc-course-grid { grid-template-columns: repeat(3,1fr); }
  .cc-teacher-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .cc-main-nav { display: none; }
  .cc-header-tools { display: none; }
  .cc-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; flex: 0 0 44px; width: 44px; height: 44px; min-width: 44px; padding: 0; border-radius: 10px; background: #f3f7ff; position: relative; z-index: 3; }
  .cc-mobile-settings { display: grid; }
  .cc-header-inner { min-height: 68px; min-width: 0; overflow: visible; }
  .cc-brand { flex: 1 1 auto; min-width: 0; max-width: calc(100% - 58px); overflow: hidden; }
  .cc-logo-wrap, .cc-logo-wrap .custom-logo-link { display: block; max-width: 100%; overflow: hidden; }
  .cc-logo-wrap .custom-logo, .cc-logo-wrap .cc-header-logo { max-width: 100%; }
  .cc-mobile-menu .cc-container { overflow: visible; }
  .cc-home-layout { grid-template-columns: 1fr; }
  .cc-sidebar { display: grid; grid-template-columns: repeat(2,1fr); }
  .cc-notice-card { grid-column: span 2; }
  .cc-feature-strip { grid-template-columns: repeat(3,1fr); margin-top: -25px; }
  .cc-feature-item { padding: 10px; border-bottom: 1px solid var(--cc-border); }
  .cc-feature-item:nth-child(3) { border-right: 0; }
  .cc-feature-item:nth-child(n+4) { border-bottom: 0; }
  .cc-footer-main { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 680px) {
  .cc-container { width: min(100% - 22px, 1180px); }
  .cc-topbar-inner { min-height: 34px; }
  .cc-topbar-contact a span { display: none; }
  .cc-topbar-contact { gap: 9px; }
  .cc-topbar-actions { gap: 7px; }
  .cc-portal-login-link { font-size: 11px; }
  .cc-portal-login-link i { display: inline-block; }
  .cc-social-divider, .cc-social-link { display: none !important; }
  .cc-brand { min-width: 0; }
  .cc-logo-wrap .custom-logo, .cc-logo-wrap .cc-header-logo { max-width: 145px; max-height: 52px; }
  .cc-brand-copy strong { font-size: 17px; }
  .cc-brand-copy small { font-size: 10px; }
  .cc-mobile-setting-button { font-size: 13px; padding-inline: 9px; }
  .cc-home { padding-top: 10px; }
  .cc-hero-card { grid-template-columns: 1fr; min-height: auto; border-radius: 10px; }
  .cc-hero-copy { padding: 32px 22px 16px; text-align: center; align-items: center; }
  .cc-hero-copy h1 { font-size: clamp(33px, 9vw, 48px); }
  .cc-hero-copy p { font-size: 14px; }
  .cc-hero-actions { justify-content: center; }
  .cc-hero-image-wrap { height: 265px; }
  .cc-feature-strip { grid-template-columns: repeat(2,1fr); margin: 12px 0 24px; border-radius: 12px; }
  .cc-feature-item:nth-child(2n) { border-right: 0; }
  .cc-feature-item:nth-child(3) { border-right: 1px solid var(--cc-border); }
  .cc-feature-item:nth-child(n+5) { border-bottom: 0; }
  .cc-course-grid { grid-template-columns: 1fr 1fr; }
  .cc-course-card:last-child { grid-column: 1 / -1; }
  .cc-stats-bar { grid-template-columns: 1fr 1fr; }
  .cc-stats-bar article:nth-child(2) { border-right: 0; }
  .cc-stats-bar article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 13px; margin-bottom: 13px; }
  .cc-about-section { grid-template-columns: 1fr; }
  .cc-about-copy { text-align: center; }
  .cc-section-heading-left { text-align: center; }
  .cc-section-heading-left > span { margin-left: auto; }
  .cc-teacher-grid { grid-template-columns: repeat(2,1fr); }
  .cc-sidebar { grid-template-columns: 1fr; }
  .cc-notice-card { grid-column: auto; }
  .cc-footer-main { grid-template-columns: 1fr 1fr; }
  .cc-footer-main > div:first-child,
  .cc-footer-main > div:last-child { grid-column: 1 / -1; }
  .cc-footer-bottom-inner { flex-direction: column; text-align: center; align-items: center; }
}

@media (max-width: 420px) {
  .cc-course-grid { grid-template-columns: 1fr; }
  .cc-course-card:last-child { grid-column: auto; }
  .cc-feature-strip { grid-template-columns: 1fr; }
  .cc-feature-item { border-right: 0 !important; border-bottom: 1px solid var(--cc-border) !important; }
  .cc-feature-item:last-child { border-bottom: 0 !important; }
  .cc-stats-bar { grid-template-columns: 1fr; }
  .cc-stats-bar article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); margin: 0 !important; padding: 12px 0 !important; }
  .cc-stats-bar article:last-child { border-bottom: 0; }
  .cc-teacher-grid { grid-template-columns: 1fr 1fr; }
  .cc-footer-main { grid-template-columns: 1fr; }
  .cc-footer-main > div { grid-column: auto !important; }
}

@media (max-width: 420px) {
  .cc-container { width: calc(100% - 18px); }
  .cc-header-inner { gap: 8px; }
  .cc-mobile-toggle { flex-basis: 42px; width: 42px; min-width: 42px; height: 42px; }
  .cc-brand { max-width: calc(100% - 50px); }
  .cc-logo-wrap .custom-logo, .cc-logo-wrap .cc-header-logo { max-height: 50px; }
  .cc-mobile-settings { grid-template-columns: 1fr; }
}
.cc-mobile-portal-links .cc-guardian-mobile-link,
.cc-mobile-portal-links .cc-mobile-guardian-login { grid-column: 1 / -1; min-height: 48px; border-color: #9ebcff; background: linear-gradient(135deg,#eaf2ff,#ffffff); color: #073d91; box-shadow: 0 7px 18px rgba(11,78,219,.10); }
.cc-mobile-portal-links .cc-guardian-mobile-link i,
.cc-mobile-portal-links .cc-mobile-guardian-login i,
.cc-guardian-login i { color: #fbbf24; }
@media(max-width:720px){.cc-topbar-actions .cc-portal-login-link span{display:none}.cc-topbar-actions .cc-topbar-divider{display:none}.cc-topbar-actions .cc-portal-login-link{width:30px;height:30px;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08)}.cc-topbar-actions{flex-shrink:0}.cc-topbar-inner{padding-left:12px!important;padding-right:12px!important}}


/* v4.1: dynamic notice ticker below the header */
.cc-scroll-notice{background:var(--notice-bg);color:var(--notice-text);border-bottom:1px solid rgba(0,0,0,.08);overflow:hidden}
.cc-scroll-notice-inner{min-height:44px;display:flex;align-items:stretch;padding:0}
.cc-scroll-notice-label{flex:0 0 auto;display:flex;align-items:center;gap:8px;background:var(--notice-label-bg);color:var(--notice-label-text);font-weight:800;padding:0 18px;position:relative;z-index:2}
.cc-scroll-notice-label:after{content:"";position:absolute;right:-13px;top:0;border-top:22px solid transparent;border-bottom:22px solid transparent;border-left:13px solid var(--notice-label-bg)}
.cc-scroll-notice-track-wrap{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center}
.cc-scroll-notice-track{display:flex;align-items:center;width:max-content;white-space:nowrap;animation:ccNoticeTicker 34s linear infinite}
.cc-scroll-notice:hover .cc-scroll-notice-track{animation-play-state:paused}
.cc-scroll-notice-track a{display:inline-flex;align-items:center;gap:9px;padding:0 26px;color:var(--notice-text);font-weight:700;font-size:14px;text-decoration:none}
.cc-scroll-notice-track a i{font-size:6px;color:var(--notice-label-bg)}
.cc-scroll-notice-track a small{opacity:.7;font-size:11px;font-weight:500}
.cc-scroll-notice-all{flex:0 0 auto;display:flex;align-items:center;padding:0 15px;background:rgba(255,255,255,.32);color:var(--notice-text);font-size:12px;font-weight:800;text-decoration:none}
@keyframes ccNoticeTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:700px){.cc-scroll-notice-inner{min-height:40px}.cc-scroll-notice-label{padding:0 12px;font-size:12px}.cc-scroll-notice-label:after{border-top-width:20px;border-bottom-width:20px}.cc-scroll-notice-track a{font-size:12px;padding:0 18px}.cc-scroll-notice-all{display:none}}
@media(prefers-reduced-motion:reduce){.cc-scroll-notice-track{animation:none}}

/* Current homepage integration for legacy gallery and multimedia modules */
.home-gal-section,.multimedia-section{width:100%;margin:0}
.home-gal-section>.container,.multimedia-section>.container{width:min(1180px,calc(100% - 32px));max-width:1180px;margin-left:auto;margin-right:auto}

/* v4.2 sidebar notice board and Google map */
.cc-notice-empty { margin: 0; padding: 18px 4px; text-align: center; color: #7b8798; font-size: 13px; }
.cc-map-frame { line-height: 0; background: #eef3f9; }
.cc-map-frame iframe { display: block; width: 100%; }
html[data-cc-theme="dark"] .cc-notice-empty { color: #aeb8c8; }
@media (max-width: 1050px) {
  .cc-map-card { min-width: 0; }
}


/* v4.4 redesigned admission contact card */
.cc-admission-contact-card {
    position: relative;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--cc-admission-accent) 25%, #dbe7ff);
    box-shadow: 0 16px 36px rgba(10, 54, 120, .10);
}
.cc-admission-contact-card::before,
.cc-admission-contact-card::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}
.cc-admission-contact-card::before {
    width: 140px;
    height: 140px;
    right: -46px;
    top: 52px;
    background: radial-gradient(circle, color-mix(in srgb, var(--cc-admission-accent) 30%, transparent), transparent 68%);
}
.cc-admission-contact-card::after {
    width: 110px;
    height: 110px;
    left: -42px;
    bottom: -38px;
    background: radial-gradient(circle, color-mix(in srgb, var(--cc-admission-header) 22%, transparent), transparent 70%);
}
.cc-admission-contact-title {
    position: relative;
    z-index: 2;
    background: linear-gradient(120deg, var(--cc-admission-header), color-mix(in srgb, var(--cc-admission-header) 72%, #2aa4ff));
}
.cc-admission-contact-body {
    position: relative;
    z-index: 2;
    padding: 18px 16px 18px;
    text-align: left;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--cc-admission-accent) 6%, #fff) 0%, #fff 100%);
}
.cc-admission-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.cc-admission-contact-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(140deg, var(--cc-admission-accent), var(--cc-admission-header));
    box-shadow: 0 12px 26px color-mix(in srgb, var(--cc-admission-header) 22%, transparent);
}
.cc-admission-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--cc-admission-accent) 85%, #fff), var(--cc-admission-accent));
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: .2px;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--cc-admission-accent) 22%, transparent);
}
.cc-admission-contact-body p {
    margin: 0 0 14px;
    color: #364152;
    line-height: 1.7;
    font-size: 14px;
}
.cc-admission-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    margin: 0 0 12px;
    background: #fff;
    border: 1px solid #e6edf8;
    box-shadow: 0 10px 24px rgba(20, 64, 139, .08);
    color: var(--cc-navy);
}
.cc-admission-phone:hover { color: var(--cc-navy); }
.cc-admission-phone-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, color-mix(in srgb, var(--cc-admission-accent) 16%, #fff), color-mix(in srgb, var(--cc-admission-header) 10%, #fff));
    color: var(--cc-admission-header);
    font-size: 18px;
}
.cc-admission-phone-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.cc-admission-phone-meta strong {
    font-size: 12px;
    line-height: 1.3;
    color: #5b6b84;
    font-weight: 700;
}
.cc-admission-phone-meta em {
    font-style: normal;
    font-size: 22px;
    line-height: 1.35;
    color: #102a56;
    font-weight: 900;
    word-break: break-word;
}
.cc-admission-contact-body small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--cc-admission-header) 6%, #fff);
    color: #51627b;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 600;
}
.cc-admission-contact-body small i { color: var(--cc-admission-accent); }
.cc-admission-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.cc-admission-actions a {
    min-height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 10px 22px rgba(7,45,105,.14);
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.cc-admission-actions a:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 12px 24px rgba(7,45,105,.18);
}
.cc-admission-whatsapp { background: linear-gradient(135deg, color-mix(in srgb, var(--cc-whatsapp) 78%, #fff), var(--cc-whatsapp)); }
.cc-admission-call { background: linear-gradient(135deg, color-mix(in srgb, var(--cc-call) 82%, #fff), var(--cc-call)); }
html[data-cc-theme="dark"] .cc-admission-contact-body {
    background: linear-gradient(180deg, color-mix(in srgb, var(--cc-admission-header) 16%, #0c1728) 0%, #111f33 100%);
}
html[data-cc-theme="dark"] .cc-admission-contact-body p,
html[data-cc-theme="dark"] .cc-admission-phone,
html[data-cc-theme="dark"] .cc-admission-phone:hover { color: #eef5ff; }
html[data-cc-theme="dark"] .cc-admission-phone {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.10);
}
html[data-cc-theme="dark"] .cc-admission-phone-meta strong,
html[data-cc-theme="dark"] .cc-admission-contact-body small { color: #ccdbf2; }
html[data-cc-theme="dark"] .cc-admission-phone-meta em { color: #fff; }
@media (max-width: 480px) {
    .cc-admission-topline { align-items: flex-start; }
    .cc-admission-badge { font-size: 11px; padding: 7px 10px; }
    .cc-admission-phone-meta em { font-size: 19px; }
    .cc-admission-actions { grid-template-columns: 1fr; }
}


/* v4.7 notice archive and configurable sidebar count */
.cc-notice-archive { padding: 46px 0 70px; background: #f5f8fd; min-height: 70vh; }
.cc-notice-archive-head { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; }
.cc-notice-archive-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, #ffb000, #ff6a00); color: #fff; font-size: 24px; box-shadow: 0 12px 28px rgba(255,126,0,.22); }
.cc-notice-archive-head h1 { margin: 0 0 4px; color: #0a397f; font-size: clamp(28px, 4vw, 40px); }
.cc-notice-archive-head p { margin: 0; color: #66758d; }
.cc-notice-archive-grid { display: grid; gap: 14px; }
.cc-notice-archive-item { position: relative; display: grid; grid-template-columns: 82px minmax(0,1fr); gap: 18px; align-items: center; padding: 18px; background: #fff; border: 1px solid #e2eaf6; border-radius: 18px; box-shadow: 0 10px 26px rgba(20,58,110,.06); }
.cc-notice-archive-date { min-height: 72px; border-radius: 14px; background: linear-gradient(145deg, #0b4ea2, #073477); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.cc-notice-archive-date strong { font-size: 25px; line-height: 1; }
.cc-notice-archive-date span { margin-top: 7px; font-size: 11px; opacity: .88; }
.cc-notice-archive-content { min-width: 0; padding-right: 44px; }
.cc-notice-archive-content h2 { margin: 0 0 7px; font-size: 18px; line-height: 1.45; }
.cc-notice-archive-content h2 a { color: #112a4d; }
.cc-notice-archive-content p { margin: 0 0 9px; color: #68768b; line-height: 1.65; }
.cc-notice-archive-link { display: inline-flex; align-items: center; gap: 7px; color: #0758c9; font-weight: 800; font-size: 13px; }
.cc-notice-pdf-badge { position: absolute; right: 16px; top: 16px; border-radius: 8px; padding: 5px 8px; background: #e11d48; color: #fff; font-weight: 900; font-size: 10px; }
.cc-notice-archive-empty { padding: 32px; text-align: center; background: #fff; border-radius: 18px; color: #65738a; }
.cc-notice-archive .nav-links { display: flex; justify-content: center; gap: 7px; margin-top: 26px; }
.cc-notice-archive .page-numbers { min-width: 38px; height: 38px; padding: 0 12px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #dce6f3; color: #174474; font-weight: 700; }
.cc-notice-archive .page-numbers.current { background: #0b4ea2; color: #fff; border-color: #0b4ea2; }
html[data-cc-theme="dark"] .cc-notice-archive { background: #081322; }
html[data-cc-theme="dark"] .cc-notice-archive-item, html[data-cc-theme="dark"] .cc-notice-archive-empty { background: #111f33; border-color: rgba(255,255,255,.08); }
html[data-cc-theme="dark"] .cc-notice-archive-content h2 a { color: #fff; }
html[data-cc-theme="dark"] .cc-notice-archive-content p, html[data-cc-theme="dark"] .cc-notice-archive-head p { color: #b8c7dc; }
@media (max-width: 560px) {
    .cc-notice-archive { padding-top: 28px; }
    .cc-notice-archive-item { grid-template-columns: 64px minmax(0,1fr); gap: 12px; padding: 13px; border-radius: 15px; }
    .cc-notice-archive-date { min-height: 64px; }
    .cc-notice-archive-content { padding-right: 0; }
    .cc-notice-pdf-badge { position: static; justify-self: end; grid-column: 2; }
}

/* v4.8 unlimited course manager, wrapping cards and modern course details */
.cc-dynamic-courses { overflow: hidden; }
.cc-dynamic-courses .cc-course-grid,
.cc-course-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
.cc-dynamic-courses .cc-course-card,
.cc-course-archive-grid .cc-course-card {
    position: relative;
    min-width: 0;
    min-height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--course-color) 26%, #dfe8f5);
    border-radius: 18px;
    background: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 12px 30px rgba(8, 50, 110, .07);
}
.cc-dynamic-courses .cc-course-card:hover,
.cc-course-archive-grid .cc-course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(8, 50, 110, .13);
}
.cc-course-card-visual {
    position: relative;
    min-height: 128px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 10%, color-mix(in srgb, var(--course-color) 28%, transparent), transparent 42%),
        linear-gradient(135deg, color-mix(in srgb, var(--course-color) 10%, #fff), #f7faff);
}
.cc-course-card-visual.has-image { min-height: 150px; }
.cc-course-card-visual img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}
.cc-course-card:hover .cc-course-card-visual img { transform: scale(1.045); }
.cc-course-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--course-color);
    color: #fff;
    font-size: 20px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--course-color) 30%, transparent);
}
.cc-course-card-visual.has-image .cc-course-card-icon {
    position: absolute;
    left: 14px;
    bottom: 12px;
    border: 3px solid rgba(255,255,255,.92);
}
.cc-course-card-icon-large {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    font-size: 31px;
}
.cc-course-card-content {
    padding: 18px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}
.cc-dynamic-courses .cc-course-card h3,
.cc-course-archive-grid .cc-course-card h2 {
    margin: 0 0 9px;
    color: #102d59;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
}
.cc-dynamic-courses .cc-course-card p,
.cc-course-archive-grid .cc-course-card p {
    margin: 0 0 17px;
    color: #617088;
    font-size: 13px;
    line-height: 1.65;
    flex: 1;
}
.cc-course-details-button {
    width: 100%;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--course-color) 88%, #fff), var(--course-color));
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-sizing: border-box;
}
.cc-course-details-button:hover { color: #fff; filter: brightness(1.05); }
.cc-course-details-button i { transition: transform .2s ease; }
.cc-course-details-button:hover i { transform: translateX(3px); }
.cc-course-details-button.is-disabled { opacity: .7; cursor: default; }
.cc-dynamic-courses .cc-course-card:last-child,
.cc-course-archive-grid .cc-course-card:last-child { grid-column: auto; }

/* Single course */
.cc-course-single { background: #f4f7fc; min-height: 70vh; }
.cc-course-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 62px;
    background: linear-gradient(135deg, #062e6e 0%, color-mix(in srgb, var(--course-accent) 58%, #063675) 62%, #061f4e 100%);
    color: #fff;
}
.cc-course-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.11) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .36;
}
.cc-course-hero-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -190px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--course-accent) 38%, transparent);
    filter: blur(6px);
}
.cc-course-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
    gap: 52px;
    align-items: center;
}
.cc-course-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
}
.cc-course-breadcrumb a { color: rgba(255,255,255,.88); }
.cc-course-breadcrumb a:hover { color: #fff; }
.cc-course-hero-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin-bottom: 17px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.20);
    backdrop-filter: blur(7px);
    color: #fff;
    font-size: 24px;
}
.cc-course-hero-copy h1 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.17;
    font-weight: 950;
}
.cc-course-hero-copy > p {
    max-width: 680px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.84);
    font-size: 17px;
    line-height: 1.75;
}
.cc-course-quick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.cc-course-quick-meta > span {
    min-width: 180px;
    padding: 12px 15px;
    border-radius: 14px;
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 8px;
    align-items: center;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(7px);
    color: #fff;
    font-size: 13px;
}
.cc-course-quick-meta i { grid-row: 1 / 3; font-size: 19px; color: #ffd166; }
.cc-course-quick-meta b { font-size: 11px; opacity: .72; font-weight: 700; }
.cc-course-hero-media {
    position: relative;
    min-width: 0;
    padding: 10px;
    border-radius: 28px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 30px 70px rgba(0,0,0,.24);
    transform: rotate(1.3deg);
}
.cc-course-hero-media img,
.cc-course-hero-placeholder {
    width: 100%;
    height: 340px;
    display: block;
    border-radius: 21px;
    object-fit: cover;
}
.cc-course-hero-placeholder {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, color-mix(in srgb, var(--course-accent) 68%, #fff), #fff);
    color: var(--course-accent);
    font-size: 92px;
}
.cc-course-details-area { padding: 46px 0 72px; }
.cc-course-content-card {
    max-width: 1020px;
    margin: 0 auto;
    padding: clamp(24px, 5vw, 52px);
    border: 1px solid #e1e9f5;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(12, 54, 112, .07);
}
.cc-course-content-entry {
    color: #334158;
    font-size: 17px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}
.cc-course-content-entry > *:first-child { margin-top: 0; }
.cc-course-content-entry > *:last-child { margin-bottom: 0; }
.cc-course-content-entry h2,
.cc-course-content-entry h3,
.cc-course-content-entry h4 {
    color: #0b356f;
    line-height: 1.38;
    margin: 1.5em 0 .65em;
}
.cc-course-content-entry h2 { font-size: clamp(25px, 3.2vw, 34px); }
.cc-course-content-entry h3 { font-size: clamp(21px, 2.7vw, 28px); }
.cc-course-content-entry p { margin: 0 0 1.2em; }
.cc-course-content-entry ul,
.cc-course-content-entry ol { padding-left: 1.35em; margin: 0 0 1.35em; }
.cc-course-content-entry li { margin-bottom: .45em; }
.cc-course-content-entry img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 13px 32px rgba(10, 49, 105, .10);
}
.cc-course-content-entry figure { max-width: 100%; margin: 28px auto; }
.cc-course-content-entry .alignleft { float: left; margin: 8px 24px 18px 0; }
.cc-course-content-entry .alignright { float: right; margin: 8px 0 18px 24px; }
.cc-course-content-entry .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.cc-course-content-entry::after { content: ""; display: table; clear: both; }
.cc-course-content-entry blockquote {
    margin: 26px 0;
    padding: 20px 24px;
    border-left: 5px solid var(--course-accent);
    border-radius: 0 14px 14px 0;
    background: color-mix(in srgb, var(--course-accent) 6%, #fff);
}
.cc-course-content-entry table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.cc-course-content-entry th,
.cc-course-content-entry td { padding: 12px; border: 1px solid #dfe7f2; text-align: left; }


/* v6.2 Course details dual pricing cards */
.cc-course-pricing-section {
    max-width: 1100px;
    margin: 32px auto 0;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #dfe9f6;
    border-radius: 28px;
    background: linear-gradient(145deg, #fafdff, #eef5ff);
    box-shadow: 0 18px 46px rgba(12, 54, 112, .08);
}
.cc-course-pricing-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.cc-course-pricing-heading > span { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 17px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--course-accent), #073f91); font-size: 21px; box-shadow: 0 10px 24px color-mix(in srgb, var(--course-accent) 20%, transparent); }
.cc-course-pricing-heading small { display: block; margin-bottom: 2px; color: #718098; font-size: 12px; font-weight: 750; }
.cc-course-pricing-heading h2 { margin: 0; color: #0b356f; font-size: clamp(25px, 3vw, 34px); line-height: 1.25; }
.cc-course-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.cc-course-price-card { position: relative; overflow: hidden; min-width: 0; padding: 24px; border-radius: 23px; border: 1px solid #e0e9f5; background: #fff; box-shadow: 0 14px 34px rgba(10, 51, 108, .08); }
.cc-course-price-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -72px; top: -72px; border-radius: 50%; opacity: .12; background: currentColor; }
.cc-course-price-offline { color: #0b8a5a; }
.cc-course-price-online { color: #1769d3; }
.cc-course-price-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.cc-course-price-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: #fff; font-size: 21px; }
.cc-course-price-offline .cc-course-price-icon { background: linear-gradient(135deg,#079669,#32c884); }
.cc-course-price-online .cc-course-price-icon { background: linear-gradient(135deg,#1557c4,#27a9ff); }
.cc-course-price-badge { padding: 7px 11px; border-radius: 999px; background: color-mix(in srgb, currentColor 10%, #fff); color: currentColor; font-size: 11px; font-weight: 850; }
.cc-course-price-card h3 { position: relative; z-index: 2; margin: 18px 0 10px; color: #102f60; font-size: 21px; }
.cc-course-price-amount { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 2px; margin-bottom: 17px; }
.cc-course-price-amount strong { color: currentColor; font-size: clamp(32px, 4vw, 45px); line-height: 1.1; font-weight: 950; letter-spacing: -.5px; }
.cc-course-price-amount small { color: #75839a; font-size: 12px; }
.cc-course-price-card ul { position: relative; z-index: 2; list-style: none; margin: 0 0 21px; padding: 0; display: grid; gap: 10px; }
.cc-course-price-card li { display: flex; align-items: flex-start; gap: 9px; color: #4a5b73; font-size: 13px; line-height: 1.5; }
.cc-course-price-card li i { margin-top: 3px; color: currentColor; }
.cc-course-price-card > a { position: relative; z-index: 2; min-height: 48px; padding: 11px 15px; border-radius: 14px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; font-size: 13px; font-weight: 850; box-shadow: 0 10px 22px rgba(8, 50, 112, .13); transition: transform .2s ease, filter .2s ease; }
.cc-course-price-card > a:hover { color: #fff; transform: translateY(-2px); filter: brightness(1.04); }
.cc-course-price-offline > a { background: linear-gradient(135deg,#079669,#24b877); }
.cc-course-price-online > a { background: linear-gradient(135deg,#1459c7,#168cf1); }
html[data-cc-theme="dark"] .cc-course-pricing-section { background: linear-gradient(145deg,#101e32,#0c1829); border-color: rgba(255,255,255,.08); }
html[data-cc-theme="dark"] .cc-course-price-card { background: #13233a; border-color: rgba(255,255,255,.08); }
html[data-cc-theme="dark"] .cc-course-pricing-heading h2,
html[data-cc-theme="dark"] .cc-course-price-card h3 { color: #fff; }
html[data-cc-theme="dark"] .cc-course-price-card li { color: #c6d3e6; }
html[data-cc-theme="dark"] .cc-course-price-badge { background: rgba(255,255,255,.08); }
@media (max-width: 700px) {
    .cc-course-pricing-section { padding: 20px 16px; border-radius: 21px; }
    .cc-course-price-grid { grid-template-columns: 1fr; }
    .cc-course-price-card { padding: 20px 17px; border-radius: 19px; }
}

.cc-course-admission-cta {
    max-width: 1100px;
    margin: 32px auto 0;
    padding: 28px;
    border-radius: 26px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    position: relative;
    color: #fff;
    background: linear-gradient(120deg, #072d69, color-mix(in srgb, var(--course-accent) 66%, #073576));
    box-shadow: 0 20px 46px rgba(6, 43, 104, .18);
}
.cc-course-admission-cta::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -85px;
    top: -110px;
    border-radius: 50%;
    background: rgba(255,255,255,.09);
}
.cc-course-admission-copy {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 17px;
}
.cc-course-admission-icon {
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    border-radius: 21px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.20);
    font-size: 29px;
}
.cc-course-admission-copy small { color: #ffda72; font-weight: 800; }
.cc-course-admission-copy h2 { margin: 4px 0 6px; color: #fff; font-size: clamp(22px, 3vw, 31px); line-height: 1.3; }
.cc-course-admission-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.55; }
.cc-course-admission-actions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 9px;
}
.cc-course-admission-actions a {
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 10px 22px rgba(0,0,0,.12);
    transition: transform .2s ease, filter .2s ease;
}
.cc-course-admission-actions a:hover { color: #fff; transform: translateY(-2px); filter: brightness(1.05); }
.cc-course-cta-whatsapp { background: #16a34a; }
.cc-course-cta-call { background: #1672df; }
.cc-course-cta-admission { background: linear-gradient(135deg, #ffb400, #ff7600); }

.cc-related-courses { max-width: 1100px; margin: 50px auto 0; }
.cc-related-course-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.cc-related-course-card {
    min-width: 0;
    padding: 17px;
    display: grid;
    grid-template-columns: 52px minmax(0,1fr) 22px;
    gap: 13px;
    align-items: center;
    border: 1px solid #dfe8f4;
    border-radius: 17px;
    background: #fff;
    color: #12305d;
    box-shadow: 0 9px 24px rgba(12, 53, 110, .06);
}
.cc-related-course-card > span {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--course-color) 12%, #fff);
    color: var(--course-color);
    font-size: 21px;
}
.cc-related-course-card h3 { margin: 0 0 5px; color: #102d59; font-size: 15px; line-height: 1.4; }
.cc-related-course-card p { margin: 0; color: #68768c; font-size: 11px; line-height: 1.5; }
.cc-related-course-card > i { color: var(--course-color); }

/* Course archive */
.cc-course-archive { min-height: 70vh; background: #f4f7fc; }
.cc-course-archive-hero { padding: 44px 0; background: linear-gradient(135deg, #062d6d, #0b57b7); color: #fff; }
.cc-course-archive-hero .cc-container { display: flex; align-items: center; gap: 18px; }
.cc-course-archive-hero .cc-container > span { width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center; background: rgba(255,255,255,.14); font-size: 29px; }
.cc-course-archive-hero h1 { margin: 0 0 5px; color: #fff; font-size: clamp(30px, 4vw, 44px); }
.cc-course-archive-hero p { margin: 0; color: rgba(255,255,255,.78); }
.cc-course-archive-body { padding: 44px 0 70px; }
.cc-course-archive-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.cc-course-pagination .nav-links { display: flex; justify-content: center; gap: 7px; margin-top: 28px; }
.cc-course-pagination .page-numbers { min-width: 40px; height: 40px; padding: 0 12px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #dce6f3; color: #174474; font-weight: 800; }
.cc-course-pagination .page-numbers.current { background: #0b4ea2; color: #fff; border-color: #0b4ea2; }
.cc-course-empty { padding: 42px; border-radius: 20px; background: #fff; text-align: center; color: #64748b; }

html[data-cc-theme="dark"] .cc-course-single,
html[data-cc-theme="dark"] .cc-course-archive { background: #081322; }
html[data-cc-theme="dark"] .cc-course-content-card,
html[data-cc-theme="dark"] .cc-dynamic-courses .cc-course-card,
html[data-cc-theme="dark"] .cc-course-archive-grid .cc-course-card,
html[data-cc-theme="dark"] .cc-related-course-card,
html[data-cc-theme="dark"] .cc-course-empty { background: #111f33; border-color: rgba(255,255,255,.08); }
html[data-cc-theme="dark"] .cc-course-content-entry { color: #d8e3f2; }
html[data-cc-theme="dark"] .cc-course-content-entry h2,
html[data-cc-theme="dark"] .cc-course-content-entry h3,
html[data-cc-theme="dark"] .cc-course-content-entry h4,
html[data-cc-theme="dark"] .cc-dynamic-courses .cc-course-card h3,
html[data-cc-theme="dark"] .cc-course-archive-grid .cc-course-card h2,
html[data-cc-theme="dark"] .cc-related-course-card h3 { color: #fff; }
html[data-cc-theme="dark"] .cc-dynamic-courses .cc-course-card p,
html[data-cc-theme="dark"] .cc-course-archive-grid .cc-course-card p,
html[data-cc-theme="dark"] .cc-related-course-card p { color: #b8c7dc; }
html[data-cc-theme="dark"] .cc-course-card-visual { background: #14243a; }

@media (max-width: 1120px) {
    .cc-course-archive-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .cc-course-hero-grid { grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: 32px; }
    .cc-course-admission-cta { grid-template-columns: 1fr; }
    .cc-course-admission-actions { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .cc-dynamic-courses .cc-course-grid,
    .cc-course-archive-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .cc-course-hero { padding: 42px 0 46px; }
    .cc-course-hero-grid { grid-template-columns: 1fr; }
    .cc-course-hero-media { max-width: 620px; transform: none; }
    .cc-related-course-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
    .cc-dynamic-courses .cc-course-grid,
    .cc-course-archive-grid { grid-template-columns: 1fr; }
    .cc-course-card-visual.has-image,
    .cc-course-card-visual img { height: 185px; }
    .cc-course-hero-grid { gap: 26px; }
    .cc-course-hero-media img,
    .cc-course-hero-placeholder { height: 245px; }
    .cc-course-details-area { padding: 28px 0 48px; }
    .cc-course-content-card { padding: 22px 17px; border-radius: 19px; }
    .cc-course-content-entry { font-size: 15px; line-height: 1.82; }
    .cc-course-content-entry .alignleft,
    .cc-course-content-entry .alignright { float: none; display: block; margin: 22px auto; }
    .cc-course-admission-cta { padding: 21px 17px; border-radius: 20px; }
    .cc-course-admission-copy { align-items: flex-start; }
    .cc-course-admission-icon { width: 54px; height: 54px; flex-basis: 54px; border-radius: 16px; font-size: 22px; }
    .cc-course-admission-actions { grid-template-columns: 1fr; }
    .cc-course-archive-hero .cc-container { align-items: flex-start; }
    .cc-course-archive-hero .cc-container > span { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 16px; font-size: 22px; }
}


/* v4.9 compact homepage course cards — unlimited courses retain the original five-card design */
.cc-dynamic-courses { overflow: visible; }
.cc-dynamic-courses .cc-course-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.cc-dynamic-courses .cc-course-card {
    --course-color: var(--cc-primary);
    min-width: 0;
    min-height: 205px;
    padding: 20px 12px 16px;
    overflow: visible;
    border: 1px solid color-mix(in srgb, var(--course-color) 42%, white);
    border-radius: 8px;
    background: linear-gradient(160deg, #fff, color-mix(in srgb, var(--course-color) 5%, white));
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 6px 18px rgba(5,44,101,.04);
    transition: transform .2s ease, box-shadow .2s ease;
}
.cc-dynamic-courses .cc-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 13px 28px rgba(5,44,101,.11);
}
.cc-dynamic-courses .cc-course-card > i {
    display: block;
    font-size: 38px;
    line-height: 1;
    color: var(--course-color);
    margin: 0 0 10px;
}
.cc-dynamic-courses .cc-course-card h3 {
    margin: 0 0 8px;
    color: var(--course-color);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}
.cc-dynamic-courses .cc-course-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 13px;
    color: #44516a;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    flex: 1;
}
.cc-dynamic-courses .cc-course-card > a,
.cc-dynamic-courses .cc-course-home-disabled {
    width: auto;
    min-height: 0;
    margin-top: auto;
    padding: 7px 13px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--course-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: none;
}
.cc-dynamic-courses .cc-course-card > a:hover {
    color: #fff;
    filter: brightness(1.06);
}
.cc-dynamic-courses .cc-course-home-disabled { opacity: .7; }
.cc-dynamic-courses .cc-course-card:last-child { grid-column: auto; }
html[data-cc-theme="dark"] .cc-dynamic-courses .cc-course-card {
    background: linear-gradient(160deg, #151f2f, color-mix(in srgb, var(--course-color) 8%, #151f2f));
    border-color: color-mix(in srgb, var(--course-color) 38%, #2b3b53);
}
html[data-cc-theme="dark"] .cc-dynamic-courses .cc-course-card p { color: #c2cee0; }
@media (max-width: 1200px) {
    .cc-dynamic-courses .cc-course-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .cc-dynamic-courses .cc-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cc-dynamic-courses .cc-course-card:last-child { grid-column: auto; }
}
@media (max-width: 560px) {
    .cc-dynamic-courses .cc-course-grid { grid-template-columns: 1fr; }
    .cc-dynamic-courses .cc-course-card { min-height: 190px; }
}

/* v5.9 Management Board dropdown navigation */
.cc-nav-list > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cc-submenu-arrow {
  font-size: 10px;
  transition: transform .2s ease;
}
.cc-nav-list > li.menu-item-has-children:hover > a .cc-submenu-arrow {
  transform: rotate(180deg);
}
.cc-nav-list .sub-menu li {
  position: relative;
}
.cc-nav-list .sub-menu a {
  white-space: nowrap;
}
.cc-mobile-nav-list .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cc-mobile-nav-list .sub-menu {
  display: block;
  list-style: none;
  margin: 0 0 8px 12px;
  padding: 5px 0 5px 12px;
  border-left: 3px solid var(--cc-primary);
  background: #f7f9fd;
}
.cc-mobile-nav-list .sub-menu li {
  border-bottom: 0;
}
.cc-mobile-nav-list .sub-menu a {
  padding: 9px 10px;
  border-radius: 8px;
  color: #3f5069;
  font-size: 14px;
}
.cc-mobile-nav-list .sub-menu a:hover {
  background: #eaf1ff;
  color: var(--cc-primary);
}
html[data-cc-theme="dark"] .cc-mobile-nav-list .sub-menu {
  background: rgba(255,255,255,.04);
}
html[data-cc-theme="dark"] .cc-mobile-nav-list .sub-menu a {
  color: #dce8fa;
}


/* v6.3 Strong modern offline/online fee cards */
.cc-course-pricing-section-v63 {
    position: relative;
    overflow: hidden;
}
.cc-course-pricing-section-v63::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(22, 95, 220, 0.08), transparent 34%), radial-gradient(circle at bottom left, rgba(14, 182, 122, 0.09), transparent 32%);
    pointer-events: none;
}
.cc-course-pricing-heading-v63,
.cc-modern-fee-grid,
.cc-course-pricing-section-v63 > * { position: relative; z-index: 2; }
.cc-modern-fee-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.cc-modern-fee-card {
    position: relative;
    padding: 26px;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dfe9f6;
    box-shadow: 0 20px 45px rgba(16, 47, 96, 0.10);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.cc-modern-fee-card::before {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    opacity: 0.14;
}
.cc-modern-fee-offline::before { background: linear-gradient(135deg,#0ea76b,#7df0bf); }
.cc-modern-fee-online::before { background: linear-gradient(135deg,#1462d7,#7bd0ff); }
.cc-modern-fee-ribbon {
    align-self: flex-start;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
}
.cc-modern-fee-offline .cc-modern-fee-ribbon { background: #e8fbf3; color: #0b8a5a; }
.cc-modern-fee-online .cc-modern-fee-ribbon { background: #eaf3ff; color: #1668d6; }
.cc-modern-fee-head {
    display: flex;
    align-items: center;
    gap: 16px;
}
.cc-modern-fee-icon {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 14px 24px rgba(0,0,0,0.12);
}
.cc-modern-fee-offline .cc-modern-fee-icon { background: linear-gradient(135deg,#0ea76b,#36cf8d); }
.cc-modern-fee-online .cc-modern-fee-icon { background: linear-gradient(135deg,#155dd1,#2bb0ff); }
.cc-modern-fee-head h3 {
    margin: 0 0 4px;
    font-size: 27px;
    line-height: 1.2;
    color: #102f60;
}
.cc-modern-fee-head p {
    margin: 0;
    color: #66768f;
    font-size: 14px;
}
.cc-modern-fee-price-wrap {
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid #e8eff8;
    background: linear-gradient(145deg,#fafdff,#f3f7fd);
}
.cc-modern-fee-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.cc-modern-fee-offline .cc-modern-fee-label { color: #0b8a5a; }
.cc-modern-fee-online .cc-modern-fee-label { color: #1668d6; }
.cc-modern-fee-price {
    font-size: clamp(34px, 5vw, 50px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.8px;
    color: #102f60;
}
.cc-modern-fee-subtitle {
    margin-top: 8px;
    color: #71819a;
    font-size: 13px;
}
.cc-modern-fee-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}
.cc-modern-fee-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #485a76;
    font-size: 14px;
    line-height: 1.55;
}
.cc-modern-fee-list li i { margin-top: 4px; }
.cc-modern-fee-offline .cc-modern-fee-list li i { color: #0b8a5a; }
.cc-modern-fee-online .cc-modern-fee-list li i { color: #1668d6; }
.cc-modern-fee-btn {
    margin-top: auto;
    min-height: 54px;
    padding: 14px 18px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 16px 28px rgba(15, 41, 85, 0.16);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.cc-modern-fee-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.02);
    box-shadow: 0 18px 34px rgba(15, 41, 85, 0.22);
}
.cc-modern-fee-offline .cc-modern-fee-btn { background: linear-gradient(135deg,#0ea76b,#28bf7c); }
.cc-modern-fee-online .cc-modern-fee-btn { background: linear-gradient(135deg,#155dd1,#2599f8); }
html[data-cc-theme="dark"] .cc-modern-fee-card {
    background: #12233a;
    border-color: rgba(255,255,255,.08);
}
html[data-cc-theme="dark"] .cc-modern-fee-head h3,
html[data-cc-theme="dark"] .cc-modern-fee-price { color: #ffffff; }
html[data-cc-theme="dark"] .cc-modern-fee-head p,
html[data-cc-theme="dark"] .cc-modern-fee-subtitle,
html[data-cc-theme="dark"] .cc-modern-fee-list li { color: #c3d1e5; }
html[data-cc-theme="dark"] .cc-modern-fee-price-wrap {
    background: linear-gradient(145deg,#162941,#102133);
    border-color: rgba(255,255,255,.08);
}
@media (max-width: 900px) {
    .cc-modern-fee-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .cc-modern-fee-card { padding: 20px 18px; border-radius: 22px; }
    .cc-modern-fee-head { gap: 12px; }
    .cc-modern-fee-icon { width: 56px; height: 56px; flex-basis: 56px; font-size: 22px; border-radius: 18px; }
    .cc-modern-fee-head h3 { font-size: 23px; }
    .cc-modern-fee-price { font-size: 34px; }
    .cc-modern-fee-price-wrap { padding: 16px; border-radius: 18px; }
    .cc-modern-fee-btn { min-height: 50px; font-size: 13px; }
}


/* v6.8 Courses archive must exactly reuse homepage compact cards */
.cc-course-archive-v68 .cc-course-archive-body {
    padding-top: 32px;
}
.cc-course-archive-v68 .cc-course-page-compact,
.cc-course-archive-v68 .cc-dynamic-courses {
    overflow: visible;
}
.cc-course-archive-v68 .cc-course-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}
.cc-course-archive-v68 .cc-course-card {
    --course-color: var(--cc-primary);
    min-width: 0;
    min-height: 205px;
    padding: 20px 12px 16px;
    overflow: visible;
    border: 1px solid color-mix(in srgb, var(--course-color) 42%, white);
    border-radius: 8px;
    background: linear-gradient(160deg, #fff, color-mix(in srgb, var(--course-color) 5%, white));
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 6px 18px rgba(5,44,101,.04);
    transition: transform .2s ease, box-shadow .2s ease;
}
.cc-course-archive-v68 .cc-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 13px 28px rgba(5,44,101,.11);
}
.cc-course-archive-v68 .cc-course-card > i {
    display: block;
    margin: 0 0 10px;
    color: var(--course-color);
    font-size: 38px;
    line-height: 1;
}
.cc-course-archive-v68 .cc-course-card h3 {
    margin: 0 0 8px;
    color: var(--course-color);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}
.cc-course-archive-v68 .cc-course-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 13px;
    color: #44516a;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    flex: 1;
}
.cc-course-archive-v68 .cc-course-card > a {
    width: auto;
    min-height: 0;
    margin-top: auto;
    padding: 7px 13px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--course-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: none;
}
.cc-course-archive-v68 .cc-course-card > a:hover {
    color: #fff;
    filter: brightness(1.06);
}
.cc-course-archive-v68 .cc-course-card:last-child { grid-column: auto; }
html[data-cc-theme="dark"] .cc-course-archive-v68 .cc-course-card {
    background: linear-gradient(160deg, #151f2f, color-mix(in srgb, var(--course-color) 8%, #151f2f));
    border-color: color-mix(in srgb, var(--course-color) 38%, #2b3b53);
}
html[data-cc-theme="dark"] .cc-course-archive-v68 .cc-course-card p { color: #c2cee0; }
@media (max-width: 1200px) {
    .cc-course-archive-v68 .cc-course-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .cc-course-archive-v68 .cc-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
    .cc-course-archive-v68 .cc-course-grid { grid-template-columns: 1fr; }
    .cc-course-archive-v68 .cc-course-card { min-height: 190px; }
}

/* -------------------------------------------------------
   Training Center - alternative modern single course page
-------------------------------------------------------- */
.dftc-course-single {
    background: linear-gradient(180deg, #f4f7fd 0%, #eef3fb 100%);
    min-height: 70vh;
}
.dftc-course-hero {
    position: relative;
    overflow: hidden;
    padding: 46px 0 54px;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 30%),
        radial-gradient(circle at left bottom, rgba(255,255,255,.12), transparent 30%),
        linear-gradient(135deg, #082f88 0%, #0b4edb 58%, #1c77ff 100%);
}
.dftc-course-hero::before,
.dftc-course-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    filter: blur(4px);
}
.dftc-course-hero::before { width: 190px; height: 190px; right: -40px; top: -30px; }
.dftc-course-hero::after { width: 220px; height: 220px; left: -70px; bottom: -80px; }
.dftc-course-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: 38px;
    align-items: center;
}
.dftc-course-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
}
.dftc-course-breadcrumb a,
.dftc-course-breadcrumb span { color: rgba(255,255,255,.88); }
.dftc-course-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: 16px;
}
.dftc-course-title-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}
.dftc-course-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    flex: 0 0 68px;
}
.dftc-course-title-row h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
}
.dftc-course-excerpt {
    margin: 0;
    max-width: 760px;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.75;
}
.dftc-course-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.dftc-course-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 13px;
    line-height: 1.45;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 30px rgba(4, 18, 55, .12);
}
.dftc-course-chip strong { margin-right: 4px; font-size: 13px; }
.dftc-course-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}
.dftc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.dftc-btn:hover { transform: translateY(-2px); }
.dftc-btn-primary {
    color: #082b6e;
    background: #ffd24d;
    box-shadow: 0 12px 30px rgba(255, 210, 77, .24);
}
.dftc-btn-secondary {
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
}
.dftc-btn-light {
    color: #0d4bc2;
    background: #eef4ff;
}
.dftc-course-hero-visual { position: relative; }
.dftc-visual-frame {
    position: relative;
    padding: 22px;
    border-radius: 32px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
    box-shadow: 0 26px 70px rgba(3, 16, 48, .22);
}
.dftc-visual-frame img,
.dftc-course-placeholder {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
    border-radius: 26px;
    background: linear-gradient(145deg, #f7fbff, #d9e8ff);
}
.dftc-course-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dftc-accent);
    font-size: 120px;
}
.dftc-visual-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 14px 16px;
    background: #fff;
    color: #12305f;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(11, 37, 84, .18);
}
.dftc-visual-badge i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--dftc-accent), #7fb0ff);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dftc-visual-badge strong {
    display: block;
    font-size: 14px;
    color: #0b2f73;
}
.dftc-visual-badge span {
    display: block;
    color: #6b7a92;
    font-size: 12px;
    line-height: 1.45;
}
.dftc-visual-badge-top { top: 18px; right: -18px; }
.dftc-visual-badge-bottom { left: -18px; bottom: 22px; }

.dftc-course-body { padding: 42px 0 70px; }
.dftc-course-body-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}
.dftc-course-main { display: flex; flex-direction: column; gap: 24px; }
.dftc-surface-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 52px rgba(15, 36, 84, .08);
    border: 1px solid rgba(11, 78, 219, .06);
}
.dftc-section-head { margin-bottom: 18px; }
.dftc-section-head > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dftc-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .25px;
}
.dftc-section-head h2 {
    margin: 0;
    color: #0f2f68;
    font-size: 30px;
    line-height: 1.2;
}
.dftc-overview-entry {
    color: #42526a;
    font-size: 16px;
    line-height: 1.9;
}
.dftc-overview-entry > :first-child { margin-top: 0; }
.dftc-overview-entry h2,
.dftc-overview-entry h3,
.dftc-overview-entry h4 {
    color: #0c356f;
    margin-top: 24px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.dftc-overview-entry p,
.dftc-overview-entry ul,
.dftc-overview-entry ol { margin-bottom: 16px; }
.dftc-overview-entry ul,
.dftc-overview-entry ol { padding-left: 22px; }
.dftc-overview-entry img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 8px 0 16px;
}

.dftc-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
}
.dftc-mode-card {
    position: relative;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid #e7edf8;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
}
.dftc-mode-offline { box-shadow: inset 0 0 0 1px rgba(16, 167, 109, .05); }
.dftc-mode-online  { box-shadow: inset 0 0 0 1px rgba(21, 93, 209, .05); }
.dftc-mode-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}
.dftc-mode-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.dftc-mode-offline .dftc-mode-icon { background: linear-gradient(135deg, #08a564, #46d896); }
.dftc-mode-online .dftc-mode-icon { background: linear-gradient(135deg, #1562d7, #37b1ff); }
.dftc-mode-top small { display: block; margin-bottom: 4px; color: #7687a1; font-size: 12px; font-weight: 700; }
.dftc-mode-top h3 { margin: 0; color: #12366e; font-size: 24px; }
.dftc-mode-price { color: #0f2f68; font-size: 34px; line-height: 1; }
.dftc-mode-card ul { margin: 0 0 20px; padding-left: 20px; color: #4c607d; line-height: 1.85; }
.dftc-mode-card ul li::marker { color: var(--dftc-accent); }
.dftc-mode-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
    padding: 0 18px;
    border-radius: 16px;
    color: #fff;
    font-weight: 700;
}
.dftc-mode-offline .dftc-mode-btn { background: linear-gradient(135deg, #08a564, #23bf7b); }
.dftc-mode-online .dftc-mode-btn  { background: linear-gradient(135deg, #1562d7, #299ef9); }

.dftc-course-banner-cta {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #082f84 0%, #0b4edb 60%, #f29c1a 130%);
    color: #fff;
    box-shadow: 0 22px 60px rgba(10, 48, 120, .18);
}
.dftc-course-banner-cta > div > span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    font-size: 12px;
    font-weight: 700;
}
.dftc-course-banner-cta h2 { margin: 0 0 10px; font-size: 31px; line-height: 1.2; color: #fff; }
.dftc-course-banner-cta p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.75; }
.dftc-course-banner-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}
.dftc-course-banner-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.16);
}

.dftc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
}
.dftc-related-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid #e7eef8;
    background: #f9fbff;
    transition: transform .2s ease, box-shadow .2s ease;
}
.dftc-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(16, 43, 95, .10);
}
.dftc-related-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--dftc-related), color-mix(in srgb, var(--dftc-related) 55%, white));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}
.dftc-related-card h3 { margin: 0 0 6px; color: #12356d; font-size: 18px; line-height: 1.35; }
.dftc-related-card p { margin: 0; color: #677890; font-size: 13px; line-height: 1.65; }
.dftc-related-card > i { color: #93a2bb; margin-top: 6px; }

.dftc-course-sidebar { position: sticky; top: 100px; }
.dftc-sidebar-card { padding: 0; overflow: hidden; }
.dftc-sidebar-price {
    padding: 26px;
    background: linear-gradient(160deg, #0c398b 0%, #0b4edb 70%, #2a82ff 100%);
    color: #fff;
}
.dftc-sidebar-price small {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    font-size: 12px;
    font-weight: 700;
}
.dftc-sidebar-price h3 { margin: 0 0 18px; color: #fff; font-size: 24px; line-height: 1.3; }
.dftc-sidebar-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
}
.dftc-sidebar-price-grid div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
}
.dftc-sidebar-price-grid span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgba(255,255,255,.82);
}
.dftc-sidebar-price-grid strong { display: block; font-size: 26px; color: #fff; }
.dftc-sidebar-info {
    margin: 0;
    padding: 22px 26px 10px;
    list-style: none;
}
.dftc-sidebar-info li {
    display: grid;
    grid-template-columns: 22px auto 1fr;
    gap: 10px;
    align-items: start;
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d7e1ef;
    color: #54667f;
    font-size: 14px;
}
.dftc-sidebar-info li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.dftc-sidebar-info i { color: var(--dftc-accent); margin-top: 3px; }
.dftc-sidebar-info span { font-weight: 600; }
.dftc-sidebar-info strong { color: #17386f; text-align: right; }
.dftc-sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px 26px 26px;
}

html[data-cc-theme="dark"] .dftc-course-single { background: linear-gradient(180deg, #071121, #0b1730); }
html[data-cc-theme="dark"] .dftc-surface-card,
html[data-cc-theme="dark"] .dftc-related-card,
html[data-cc-theme="dark"] .dftc-mode-card { background: #0f1d33; border-color: rgba(255,255,255,.06); box-shadow: none; }
html[data-cc-theme="dark"] .dftc-section-head h2,
html[data-cc-theme="dark"] .dftc-related-card h3,
html[data-cc-theme="dark"] .dftc-overview-entry h2,
html[data-cc-theme="dark"] .dftc-overview-entry h3,
html[data-cc-theme="dark"] .dftc-overview-entry h4,
html[data-cc-theme="dark"] .dftc-mode-top h3,
html[data-cc-theme="dark"] .dftc-mode-price,
html[data-cc-theme="dark"] .dftc-sidebar-info strong { color: #fff; }
html[data-cc-theme="dark"] .dftc-overview-entry,
html[data-cc-theme="dark"] .dftc-related-card p,
html[data-cc-theme="dark"] .dftc-sidebar-info,
html[data-cc-theme="dark"] .dftc-mode-card ul,
html[data-cc-theme="dark"] .dftc-mode-top small { color: #bfd0e8; }
html[data-cc-theme="dark"] .dftc-sidebar-info li { border-bottom-color: rgba(255,255,255,.08); }
html[data-cc-theme="dark"] .dftc-btn-light { background: rgba(255,255,255,.08); color: #fff; }

@media (max-width: 1199px) {
    .dftc-course-body-grid { grid-template-columns: 1fr; }
    .dftc-course-sidebar { position: static; }
}
@media (max-width: 991px) {
    .dftc-course-hero-grid { grid-template-columns: 1fr; }
    .dftc-visual-frame { max-width: 620px; margin: 0 auto; }
    .dftc-course-banner-cta,
    .dftc-mode-grid,
    .dftc-related-grid { grid-template-columns: 1fr; }
    .dftc-course-banner-actions { justify-content: flex-start; }
}
@media (max-width: 767px) {
    .dftc-course-hero { padding: 36px 0 42px; }
    .dftc-course-title-row { align-items: center; }
    .dftc-course-icon { width: 56px; height: 56px; border-radius: 18px; font-size: 22px; flex-basis: 56px; }
    .dftc-course-excerpt { font-size: 15px; }
    .dftc-visual-frame { padding: 16px; border-radius: 24px; }
    .dftc-visual-frame img,
    .dftc-course-placeholder { height: 280px; border-radius: 18px; }
    .dftc-visual-badge { position: static; margin-top: 12px; width: 100%; }
    .dftc-course-body { padding: 28px 0 58px; }
    .dftc-surface-card { padding: 22px 18px; border-radius: 22px; }
    .dftc-section-head h2 { font-size: 24px; }
    .dftc-course-banner-cta { padding: 22px 18px; }
    .dftc-course-banner-cta h2 { font-size: 24px; }
    .dftc-mode-top { grid-template-columns: auto 1fr; }
    .dftc-mode-price { grid-column: 1 / -1; font-size: 30px; }
    .dftc-sidebar-price,
    .dftc-sidebar-info,
    .dftc-sidebar-actions { padding-left: 18px; padding-right: 18px; }
}

/* v4.2 - Course archive cards with selectable cover image */
.cc-course-archive-v68 .cc-course-card.cc-course-card-with-image,
.cc-course-page-compact .cc-course-card.cc-course-card-with-image{
    min-height:0;
    padding:0;
    overflow:hidden;
    border-radius:22px;
    align-items:stretch;
    text-align:left;
    background:#fff;
    border:1px solid #e1e9f5;
    box-shadow:0 14px 36px rgba(18,48,99,.08);
}
.cc-course-card-cover{
    position:relative;
    height:168px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,color-mix(in srgb,var(--course-color) 90%,#071b45),var(--course-color));
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.cc-course-card-cover:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(5,18,50,.02),rgba(5,18,50,.66));
}
.cc-course-card-cover:after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    border-radius:50%;
    right:-58px;
    top:-70px;
    background:rgba(255,255,255,.10);
}
.cc-course-card-cover>span{
    position:absolute;
    z-index:2;
    left:17px;
    bottom:16px;
    width:56px;
    height:56px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:rgba(255,255,255,.95);
    color:var(--course-color);
    font-size:23px;
    border:3px solid rgba(255,255,255,.82);
    box-shadow:0 13px 28px rgba(3,18,52,.22);
}
.cc-course-card-cover>em{
    position:absolute;
    z-index:2;
    top:13px;
    right:13px;
    padding:6px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    color:#17345f;
    font-size:11px;
    font-style:normal;
    font-weight:800;
}
.cc-course-card-inner{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:20px;
}
.cc-course-archive-v68 .cc-course-card.cc-course-card-with-image h3,
.cc-course-page-compact .cc-course-card.cc-course-card-with-image h3{
    margin:0 0 9px;
    color:#112f63;
    font-size:20px;
    line-height:1.35;
    text-align:left;
}
.cc-course-archive-v68 .cc-course-card.cc-course-card-with-image p,
.cc-course-page-compact .cc-course-card.cc-course-card-with-image p{
    margin:0 0 18px;
    color:#667791;
    font-size:13px;
    line-height:1.7;
    text-align:left;
}
.cc-course-archive-v68 .cc-course-card.cc-course-card-with-image a,
.cc-course-page-compact .cc-course-card.cc-course-card-with-image a{
    width:100%;
    min-height:46px;
    margin-top:auto;
    padding:0 15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-radius:13px;
    color:#fff;
    background:linear-gradient(135deg,color-mix(in srgb,var(--course-color) 82%,#fff),var(--course-color));
    font-size:13px;
    font-weight:800;
}
.cc-course-archive-v68 .cc-course-card.cc-course-card-with-image:hover,
.cc-course-page-compact .cc-course-card.cc-course-card-with-image:hover{
    transform:translateY(-7px);
    box-shadow:0 24px 50px rgba(18,48,99,.15);
}
html[data-cc-theme="dark"] .cc-course-archive-v68 .cc-course-card.cc-course-card-with-image,
html[data-cc-theme="dark"] .cc-course-page-compact .cc-course-card.cc-course-card-with-image{background:#101d31;border-color:rgba(255,255,255,.07)}
html[data-cc-theme="dark"] .cc-course-archive-v68 .cc-course-card.cc-course-card-with-image h3,
html[data-cc-theme="dark"] .cc-course-page-compact .cc-course-card.cc-course-card-with-image h3{color:#fff}
html[data-cc-theme="dark"] .cc-course-archive-v68 .cc-course-card.cc-course-card-with-image p,
html[data-cc-theme="dark"] .cc-course-page-compact .cc-course-card.cc-course-card-with-image p{color:#bdcbe0}
@media(max-width:560px){.cc-course-card-cover{height:190px}}
