:root {
  --sunny: #ff7418;
  --sunny-dark: #e95d00;
  --sunny-soft: #fff1e6;
  --ink: #2d2422;
  --muted: #68605d;
  --line: rgba(255, 116, 24, 0.32);
  --paper: #fffaf5;
  --aqua: #17b7a6;
  --shadow: 0 20px 50px rgba(255, 116, 24, 0.16);
  --brand-1-rgb: 255, 116, 24;
  --brand-2-rgb: 242, 84, 0;
  --font-main: "Google Sans Flex", "Google Sans", "Segoe UI", Arial, sans-serif;
  --leading-tight: 1.2;
  --leading-snug: 1.35;
  --leading-normal: 1.5;
  --leading-relaxed: 1.65;
  /* Fallback trÆ°á»›c khi JS Ä‘o: ~topbar + ~header */
  --site-top-offset: 152px;
  /* Chá»«a chá»— cho dots + khoáº£ng cÃ¡ch dÆ°á»›i slide (controls absolute, khÃ´ng chiáº¿m flow) */
  --hero-chrome: 52px;
  --hero-slide-min: calc(100svh - var(--site-top-offset) - var(--hero-chrome));
  --section-strip-bg: linear-gradient(
    90deg,
    rgba(var(--brand-1-rgb), 0.1),
    rgba(var(--brand-2-rgb), 0.1)
  );
}

html {
  /* Cháº·n trÃ n ngang tá»« full-bleed (100vw + margin Ã¢m). KhÃ´ng Ä‘áº·t overflow-x trÃªn body Ä‘á»ƒ khÃ´ng lÃ m sticky (lá»™ trÃ¬nh khÃ³a há»c)
     máº¥t chá»— neo theo cá»­a sá»• nhÆ° cÃ¡c trÆ°á»ng há»£p overflow trÃªn ancestor. */
  overflow-x: hidden;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  /* KhÃ´ng Ä‘áº·t overflow-x: hidden á»Ÿ body â€” ancestor Ä‘Ã³ lÃ m position:sticky (lá»™ trÃ¬nh khÃ³a há»c) khÃ´ng dÃ­nh. */
  overflow-x: visible;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 116, 24, 0.11), transparent 28rem),
    radial-gradient(circle at 18% 18%, rgba(23, 183, 166, 0.08), transparent 18rem),
    linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

strong,
b {
  font-weight: 600;
}

/* Ná»n gradient nháº¹, xen káº½ giá»¯a cÃ¡c section â€” intro xem rule sau .intro-sunny-section */

main.page > .section-strip {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-left: clamp(20px, 4vw, 42px);
  padding-right: clamp(20px, 4vw, 42px);
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(28px, 3.5vw, 48px);
  background: var(--section-strip-bg);
}

.page {
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 0;
}

/* Trang LiÃªn há»‡: hero dÃ­nh sÃ¡t header (bá» lá» trÃªn cá»§a main) */
.page.page-contact {
  padding-top: 0;
}

main.page.page-contact > .contact-page-hero.section-strip {
  padding-top: clamp(10px, 1.6vw, 20px);
}

/* LiÃªn há»‡ / Test trÃ¬nh Ä‘á»™ nhÃºng qua Blocks (CMS): .page náº±m trong article chá»© khÃ´ng pháº£i main.page â€” full-bleed section-strip giá»‘ng trang Ä‘á»™c láº­p */
.site-main .site-block--flex > .page.page-contact,
article.page-content > .site-block--flex > .page.page-contact,
.site-main .site-block--flex > .page.page-test-level,
article.page-content > .site-block--flex > .page.page-test-level {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.site-main .site-block--flex .page.page-contact > .section-strip,
article.page-content > .site-block--flex .page.page-contact > .section-strip,
.site-main .site-block--flex .page.page-test-level > .section-strip,
article.page-content > .site-block--flex .page.page-test-level > .section-strip {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-left: clamp(20px, 4vw, 42px);
  padding-right: clamp(20px, 4vw, 42px);
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(28px, 3.5vw, 48px);
  background: var(--section-strip-bg);
}

.site-main .site-block--flex .page.page-contact > .contact-page-hero.section-strip,
article.page-content > .site-block--flex .page.page-contact > .contact-page-hero.section-strip,
.site-main .site-block--flex .page.page-test-level > .contact-page-hero.section-strip,
article.page-content > .site-block--flex .page.page-test-level > .contact-page-hero.section-strip {
  padding-top: clamp(10px, 1.6vw, 20px);
}

/* LiÃªn há»‡ nhÃºng (block flex): chá»‰ cÃ³ .contact-section.section-strip â†’ bá»• sung lá» Ä‘áº§u/Ä‘uÃ´i + ná»n strip */
.site-main .site-block--flex > .contact-section.section-strip,
article.page-content > .site-block--flex > .contact-section.section-strip {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-left: clamp(20px, 4vw, 42px);
  padding-right: clamp(20px, 4vw, 42px);
  padding-top: clamp(44px, 5.5vw, 72px);
  padding-bottom: clamp(40px, 5vw, 56px);
  background: var(--section-strip-bg);
}

/* Trang KhÃ³a há»c */
.page.page-courses {
  padding-top: 0;
  padding-bottom: 0;
}

.page.page-courses.news-hub .course-roadmap-visual {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  background: #fffdf9;
  border-top: 1px solid rgba(var(--brand-1-rgb), 0.1);
}

/* Cuá»™n tá»›i Ä‘oáº¡n lá»™ trÃ¬nh: khung cá»‘ Ä‘á»‹nh (sticky), áº£nh trÆ°á»£t dáº§n lÃªn trong khung */
.page.page-courses.news-hub .course-roadmap-visual--scrub {
  --course-roadmap-header-offset: clamp(72px, 18vw, 104px);
  /* min-height do JS Ä‘áº·t theo chiá»u cao áº£nh & khung */
  min-height: 0;
}

.page.page-courses.news-hub .course-roadmap-sticky {
  position: sticky;
  top: var(--course-roadmap-header-offset);
  z-index: 1;
  /* Trá»« pháº§n header sticky: má»™t mÃ n hÃ¬nh cÃ²n láº¡i cho khung áº£nh */
  box-sizing: border-box;
  height: calc(100vh - var(--course-roadmap-header-offset));
  height: calc(100svh - var(--course-roadmap-header-offset));
  min-height: 0;
  overflow: hidden;
  background: #fffdf9;
}

.page.page-courses.news-hub .course-roadmap-visual--scrub .course-roadmap-figure-img {
  height: 100%;
  margin: 0;
}

.page.page-courses.news-hub .course-roadmap-pan-layer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 0;
  transform: translateY(0);
  will-change: transform;
}

.page.page-courses.news-hub .course-roadmap-scroll-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  vertical-align: bottom;
}

/* Má»‘c sá»‘ 1 trÃªn infographic â€” chá»‰nh % hoáº·c --course-mascot-marker-* náº¿u Ä‘á»•i asset */
.page.page-courses.news-hub .course-roadmap-mascot {
  position: absolute;
  left: var(--course-mascot-marker-x, 47%);
  top: var(--course-mascot-marker-y, 10.5%);
  width: clamp(56px, 11vw, 120px);
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 10px 20px rgba(55, 35, 20, 0.2));
  transform: translate(-50%, -50%) translateX(calc(-1 * min(125vw, 980px)));
  transition: transform 1.08s cubic-bezier(0.22, 1, 0.36, 1);
}

.page.page-courses.news-hub .course-roadmap-mascot img {
  display: block;
  width: 100%;
  height: auto;
}

.page.page-courses.news-hub .course-roadmap-mascot--arrived {
  transform: translate(-50%, -50%) translateX(0);
}

@media (max-width: 991.98px) {
  .page.page-courses.news-hub .course-roadmap-visual--scrub {
    --course-roadmap-header-offset: clamp(64px, 16vw, 88px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page.page-courses.news-hub .course-roadmap-visual--scrub {
    min-height: 0 !important;
  }

  .page.page-courses.news-hub .course-roadmap-sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }

  .page.page-courses.news-hub .course-roadmap-visual--scrub .course-roadmap-figure-img {
    height: auto;
  }

  .page.page-courses.news-hub .course-roadmap-pan-layer {
    transform: none !important;
    will-change: auto;
  }

  .page.page-courses.news-hub .course-roadmap-mascot {
    transform: translate(-50%, -50%) !important;
    transition: none !important;
  }
}

.course-overview-section {
  padding: clamp(48px, 5.5vw, 76px) 0;
  font-family: var(--font-main);
  background: #fff;
}

.course-section-title {
  margin: 0 0 14px;
  color: var(--sunny-dark);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.course-section-title span {
  color: var(--sunny);
}

.course-section-title--light {
  color: #fff;
}

.course-section-title--light span {
  color: #ffe0c8;
}

.course-section-lead {
  margin: 0 0 18px;
  color: #2c2624;
  font-size: clamp(14.5px, 1.12vw, 17px);
  line-height: 1.68;
  max-width: 40rem;
}

.course-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.55;
  color: #1a1615;
}

.course-checklist i {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--sunny);
}

.course-overview-panel {
  border-radius: 20px;
  padding: clamp(20px, 2.4vw, 28px);
  background: linear-gradient(165deg, rgba(var(--brand-1-rgb), 0.07) 0%, #fff 55%);
  border: 1px solid rgba(var(--brand-1-rgb), 0.18);
  box-shadow: 0 14px 36px rgba(55, 40, 30, 0.06);
}

.course-overview-panel-title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sunny-dark);
}

.course-overview-facts {
  margin: 0;
}

.course-overview-facts > div {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(var(--brand-1-rgb), 0.12);
}

.course-overview-facts > div:last-of-type {
  border-bottom: none;
  padding-bottom: 4px;
}

.course-overview-facts dt {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sunny);
}

.course-overview-facts dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #2c2624;
}

.course-overview-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--sunny-dark);
  text-decoration: none;
}

.course-overview-link:hover {
  color: var(--sunny);
}

.course-roadmap-section {
  padding: clamp(52px, 6vw, 88px) 0;
  font-family: var(--font-main);
  background: linear-gradient(180deg, #2a2420 0%, #3d322c 48%, #2a2420 100%);
}

.course-roadmap-header {
  margin-bottom: clamp(28px, 3.5vw, 40px);
}

.course-roadmap-sub {
  margin: 12px auto 0;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.course-roadmap-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.course-roadmap-step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: clamp(14px, 2.5vw, 22px);
  padding: clamp(20px, 2.5vw, 26px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.course-roadmap-step:last-child {
  border-bottom: none;
}

.course-roadmap-marker {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #2a2420;
  background: linear-gradient(145deg, #ffc48a 0%, var(--sunny) 100%);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.course-roadmap-body h3 {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  font-weight: 700;
  color: #fff;
}

.course-roadmap-body p {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 1.02vw, 15.5px);
  line-height: 1.62;
}

.course-roadmap-meta {
  margin: 0 !important;
  font-size: 0.88rem !important;
  color: rgba(255, 224, 200, 0.92) !important;
}

.course-modules-section {
  padding: clamp(48px, 5.5vw, 80px) 0;
  font-family: var(--font-main);
  background: var(--sunny-soft);
}

.course-modules-intro {
  margin: -4px auto 28px;
  max-width: 40rem;
  color: #2c2624;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
}

.course-module-card {
  height: 100%;
  padding: clamp(20px, 2.2vw, 26px);
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(var(--brand-1-rgb), 0.14);
  box-shadow: 0 8px 28px rgba(55, 40, 30, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-module-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(var(--brand-1-rgb), 0.12);
}

.course-module-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 12px;
  font-size: 1.35rem;
  color: var(--sunny-dark);
  background: rgba(var(--brand-1-rgb), 0.1);
}

.course-module-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sunny-dark);
}

.course-module-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.58;
  color: #3d3633;
}

.course-format-section {
  padding: clamp(48px, 5.5vw, 76px) 0;
  font-family: var(--font-main);
  background: #fff;
}

.course-format-card {
  height: 100%;
  padding: clamp(24px, 2.8vw, 30px);
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffbf7 0%, #fff 100%);
  border: 1px solid rgba(var(--brand-1-rgb), 0.16);
  box-shadow: 0 10px 32px rgba(55, 40, 30, 0.05);
}

.course-format-icon {
  display: block;
  margin: 0 auto 14px;
  font-size: 1.85rem;
  color: var(--sunny);
}

.course-format-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--sunny-dark);
}

.course-format-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.58;
  color: #453d3a;
}

.course-cta-section {
  padding: clamp(48px, 5.5vw, 80px) 0;
  font-family: var(--font-main);
  background: linear-gradient(120deg, var(--sunny) 0%, #e95d00 55%, #c2410c 100%);
}

.course-cta-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.course-cta-title span {
  color: #ffe8d4;
}

.course-cta-lead {
  margin: 14px auto 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(14px, 1.08vw, 16.5px);
  line-height: 1.58;
}

.course-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

.course-cta-actions .btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255, 255, 255, 0.65);
  --bs-btn-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .course-roadmap-step {
    grid-template-columns: 44px 1fr;
  }

  .course-roadmap-marker {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

.topbar {
  position: relative;
  z-index: 20;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 1px rgba(62, 28, 12, 0.14);
  background: #f06408;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.topbar-inner {
  width: min(1600px, calc(100% - 48px));
  min-height: 32px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.topbar-list,
.topbar-socials {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.topbar-list {
  flex-wrap: nowrap;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
}

.topbar-socials {
  gap: 5px;
  flex-shrink: 0;
}

.topbar-item {
  display: flex;
  align-items: center;
}

.topbar-item__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 0;
  border-radius: 0;
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
  transition: opacity 0.2s ease;
}

.topbar-item__link:hover {
  opacity: 0.9;
}

.topbar-item__link:focus-visible {
  outline: none;
  border-radius: 4px;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 0 0 4px rgba(0, 0, 0, 0.25);
}

.topbar-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  box-shadow: none;
}

.topbar-item__icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.topbar-item__value {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  min-width: 0;
  line-height: 1.2;
}

.topbar-item--email .topbar-item__value {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@media (max-width: 960px) {
  .topbar-item--email .topbar-item__value {
    max-width: min(168px, 36vw);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.topbar-social-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 11px;
}

.topbar .social-link {
  width: 28px;
  height: 28px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.95);
  border-width: 1.25px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
}

.topbar .social-link:hover {
  color: var(--sunny-dark);
  background: #fff;
  border-color: #fff;
}

.topbar .social-link svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.65;
  fill: none;
}

.social-icon-dot {
  fill: currentColor;
  stroke: none;
}

.social-link {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1.5px solid rgba(var(--brand-1-rgb), 0.35);
  border-radius: 50%;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.social-link svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  stroke-width: 2.5;
}

.social-link:hover {
  color: var(--sunny-dark);
  background: rgba(var(--brand-1-rgb), 0.14);
  border-color: rgba(var(--brand-1-rgb), 0.5);
  transform: translateY(-2px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 19;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(39, 28, 20, 0.08);
  backdrop-filter: blur(14px);
}

.site-nav {
  width: min(1600px, calc(100% - 48px));
  min-height: 96px;
  margin: 0 auto;
  padding: 0;
}

/* CÃ¹ng lá» ngang vá»›i thanh Ä‘iá»u hÆ°á»›ng (.site-nav), khÃ´ng dÃ¹ng .container */
.footer-inner {
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.sunny-brand {
  display: inline-flex;
  align-items: center;
  color: var(--sunny-dark);
  text-decoration: none;
}

.sunny-logo {
  width: 60px;
  height: auto;
  display: block;
  object-fit: contain;
}

.navbar-toggler {
  border: 1px solid rgba(255, 116, 24, 0.32);
  border-radius: 12px;
  padding: 10px 12px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(255, 116, 24, 0.14);
}

.main-menu {
  gap: 0;
  column-gap: 3px;
  row-gap: 4px;
  margin-inline: auto;
}

/* Giá»‘ng trungtamduhocsunny: gÃ³c vuÃ´ng vá»«a (0.5rem), active = ná»n gradient + gáº¡ch dÆ°á»›i â€” khÃ´ng dáº¡ng pill */
.main-menu .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px !important;
  border-radius: 8px;
  border: 1px solid transparent;
  color: var(--ink) !important;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

@media (min-width: 992px) {
  .main-menu .nav-link {
    padding: 8px 9px !important;
    letter-spacing: 0.04em;
  }
}

.main-menu .nav-link:hover:not(.active) {
  color: var(--sunny-dark) !important;
  background: var(--sunny-soft);
}

.main-menu .nav-link.active {
  color: var(--sunny-dark) !important;
  font-weight: 600;
  background: linear-gradient(
    155deg,
    rgba(255, 247, 237, 0.98) 0%,
    rgba(245, 137, 31, 0.14) 48%,
    rgba(255, 247, 237, 0.75) 100%
  );
  border-color: rgba(245, 137, 31, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 14px rgba(245, 137, 31, 0.15);
}

.main-menu .nav-link.active:hover {
  color: var(--sunny-dark) !important;
  filter: brightness(1.02);
}

/* Gáº¡ch dÆ°á»›i active â€” khÃ´ng Ã¡p dropdown-toggle (Bootstrap dÃ¹ng ::after cho mÅ©i tÃªn) */
.main-menu .nav-link.active:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.35rem;
  transform: translateX(-50%);
  width: 40%;
  min-width: 1.75rem;
  max-width: 3rem;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--sunny), #fdba74);
  box-shadow: 0 1px 4px rgba(245, 137, 31, 0.45);
}

.main-menu .nav-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 137, 31, 0.35);
}

@media (min-width: 992px) {
  .site-nav {
    position: relative;
  }

  .site-nav .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
  }

  .site-nav .main-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 1;
  }

  .site-nav .header-actions {
    margin-left: 0;
    flex-shrink: 0;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1.5px solid rgba(233, 93, 0, 0.52);
  border-radius: 999px;
  color: var(--sunny-dark);
  background: #ffffff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    filter 0.18s ease;
}

.header-btn.primary {
  min-width: 0;
  padding-inline: 18px;
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #ff9324 0%, #ff7418 38%, #e95d00 100%);
  box-shadow:
    0 8px 22px rgba(233, 93, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.header-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

.header-btn:not(.primary):hover {
  transform: translateY(-1px);
  background: rgba(255, 116, 24, 0.07);
  border-color: var(--sunny-dark);
  box-shadow: 0 6px 18px rgba(255, 116, 24, 0.14);
}

.header-btn.primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 10px 26px rgba(233, 93, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.header-btn:focus-visible {
  outline: 2px solid var(--sunny);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .main-menu .nav-link,
  .header-btn {
    transition: none;
  }

  .header-btn:not(.primary):hover,
  .header-btn.primary:hover {
    transform: none;
  }

  .sunny-call-float__waves > span {
    animation: none;
    opacity: 0 !important;
  }

  .sunny-call-float {
    transition: none;
  }

  .sunny-call-float:hover {
    transform: none;
    filter: none;
  }

  .sunny-social-float__btn {
    transition: none;
  }

  .sunny-social-float__btn:hover {
    transform: none;
    filter: none;
  }
}

/* NÃºt gá»i cá»‘ Ä‘á»‹nh gÃ³c dÆ°á»›i trÃ¡i (hotline + hiá»‡u á»©ng ring) */
.sunny-call-float {
  position: fixed;
  left: max(12px, env(safe-area-inset-left, 0px));
  bottom: calc(34px + env(safe-area-inset-bottom, 0px));
  z-index: 1040;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(150deg, #ff9324 0%, var(--sunny) 42%, var(--sunny-dark) 100%);
  box-shadow:
    0 8px 22px rgba(233, 93, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.sunny-call-float:hover {
  color: #fff;
  transform: scale(1.06);
  filter: brightness(1.04);
  box-shadow:
    0 10px 26px rgba(233, 93, 0, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.sunny-call-float:focus-visible {
  outline: 2px solid rgba(255, 116, 24, 0.45);
  outline-offset: 2px;
}

.sunny-call-float__waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sunny-call-float__waves > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 140, 60, 0.5);
  box-sizing: border-box;
  transform: translate(-50%, -50%) scale(0.92);
  animation: sunny-call-float-wave 2.1s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

.sunny-call-float__waves > span:nth-child(2) {
  animation-delay: 1.05s;
}

@keyframes sunny-call-float-wave {
  0% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.65;
  }
  85% {
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.05);
    opacity: 0;
  }
}

.sunny-call-float__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.sunny-call-float__icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* Cá»¥m nÃºt MXH cá»‘ Ä‘á»‹nh gÃ³c dÆ°á»›i pháº£i (Facebook, TikTok, Zalo) */
.sunny-social-float {
  position: fixed;
  right: max(12px, env(safe-area-inset-right, 0px));
  bottom: calc(34px + env(safe-area-inset-bottom, 0px));
  z-index: 1040;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}

.sunny-social-float__btn {
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: none;
  text-decoration: none;
  box-shadow:
    0 6px 18px rgba(22, 32, 50, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.sunny-social-float__btn:hover {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.06);
}

.sunny-social-float__btn:focus-visible {
  outline: 2px solid rgba(255, 116, 24, 0.45);
  outline-offset: 2px;
}

.sunny-social-float__btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.sunny-social-float__btn--facebook {
  background: #0866ff;
}

.sunny-social-float__btn--facebook svg {
  width: 20px;
  height: 20px;
}

.sunny-social-float__btn--tiktok {
  background: radial-gradient(circle at 30% 30%, #25f4ee 0%, #181818 52%, #fe2c55 138%);
}

.sunny-social-float__btn--tiktok svg {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.sunny-social-float__btn--zalo {
  background: #0180ce;
}

.sunny-social-float__btn--zalo svg path {
  fill: #fff;
}

.hero-section {
  position: relative;
  overflow: visible;
  min-height: calc(100svh - var(--site-top-offset));
  border-bottom: 1px solid rgba(255, 116, 24, 0.2);
  background:
    linear-gradient(180deg, transparent 0%, transparent 78%, rgba(45, 36, 34, 0.04) 100%),
    radial-gradient(circle at 0% 8%, rgba(255, 116, 24, 0.12), transparent 13rem),
    radial-gradient(circle at 96% 98%, rgba(255, 116, 24, 0.14), transparent 14rem),
    linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
  box-shadow: 0 14px 36px rgba(39, 28, 20, 0.09);
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.hero-section::before {
  left: -64px;
  top: -30px;
  width: 168px;
  aspect-ratio: 1;
  background: rgba(255, 116, 24, 0.1);
}

.hero-section::after {
  right: -52px;
  bottom: -52px;
  width: 200px;
  aspect-ratio: 1;
  background: rgba(255, 116, 24, 0.11);
}

.hero-carousel {
  position: relative;
  z-index: 1;
  min-height: var(--hero-slide-min);
}

.hero-carousel .carousel-inner {
  min-height: var(--hero-slide-min);
}

.hero-carousel .carousel-item {
  min-height: var(--hero-slide-min);
}

.hero-slide {
  width: min(1600px, calc(100% - 48px));
  min-height: var(--hero-slide-min);
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: stretch;
  margin: 0 auto;
  padding: clamp(28px, 4vh, 56px) 0 clamp(24px, 3vh, 40px);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--sunny-dark);
  font-size: clamp(15px, 1.15vw, 17.6px);
  font-weight: 600;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.hero-title {
  margin: 0;
  color: #07070a;
  font-size: clamp(28px, 3.05vw, 44px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

.hero-title span {
  color: var(--sunny-dark);
}

.hero-copy {
  margin: 28px 0 0;
  max-width: 650px;
  color: #5c5558;
  font-size: clamp(15.8px, 1.242vw, 20.2px);
  line-height: 1.62;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.hero-btn {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 28px;
  border: 1.8px solid var(--sunny-dark);
  border-radius: 8px;
  color: var(--sunny-dark);
  background: #ffffff;
  text-decoration: none;
  font-size: clamp(15px, 1.15vw, 17.6px);
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff7f12 0%, #f45a00 100%);
  box-shadow: 0 18px 34px rgba(255, 116, 24, 0.22);
}

.hero-btn svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(255, 116, 24, 0.16);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 0;
  max-width: 690px;
  margin-top: clamp(24px, 3.5vh, 40px);
}

.hero-stat {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
  padding: 0 18px;
}

.hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 0;
  width: 1px;
  background: rgba(111, 98, 91, 0.25);
}

.hero-stat-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 116, 24, 0.35);
  border-radius: 50%;
  color: var(--sunny-dark);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(255, 116, 24, 0.13);
}

.hero-stat-icon svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero-stat strong {
  color: #121014;
  font-size: 19.4px;
  line-height: 1;
  font-weight: 600;
}

.hero-stat span {
  color: #4f474a;
  font-size: 12.3px;
  line-height: 1.35;
  font-weight: 500;
}

.hero-media {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 36px 0 0 18px;
  border-radius: 999px 0 0 999px;
  background: rgba(255, 116, 24, 0.1);
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: min(58vh, calc(100svh - var(--site-top-offset) - var(--hero-chrome) - 4rem));
  display: block;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 36px rgba(255, 116, 24, 0.12));
}

.hero-control {
  width: 68px;
  height: 68px;
  top: 52%;
  bottom: auto;
  border-radius: 50%;
  color: var(--sunny-dark);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(40, 27, 18, 0.13);
  opacity: 1;
  transform: translateY(-50%);
  z-index: 5;
}

.hero-control.carousel-control-prev,
.hero-control.carousel-control-next,
.hero-control.carousel-control-prev:hover,
.hero-control.carousel-control-prev:focus,
.hero-control.carousel-control-next:hover,
.hero-control.carousel-control-next:focus {
  color: var(--sunny-dark);
  opacity: 1;
  background: rgba(255, 255, 255, 0.94);
}

.hero-control.carousel-control-prev:focus-visible,
.hero-control.carousel-control-next:focus-visible {
  outline: 2px solid rgba(255, 116, 24, 0.45);
  outline-offset: 2px;
}

.hero-control.carousel-control-prev {
  left: 20px;
}

.hero-control.carousel-control-next {
  right: 20px;
}

.hero-control svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero-indicators {
  gap: 10px;
  margin-bottom: 28px;
}

.hero-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(87, 71, 63, 0.16);
  opacity: 1;
}

.hero-indicators .active {
  background: var(--sunny-dark);
}

/* Giá»›i thiá»‡u â€” layout theo trang chá»§ trungtamduhocsunny */

.intro-sunny-section {
  position: relative;
  overflow: hidden;
  background: transparent;
}

.intro-sunny-section.section-strip {
  background: #ffffff;
  box-shadow:
    0 18px 42px rgba(39, 28, 20, 0.07),
    0 6px 18px rgba(var(--brand-1-rgb), 0.06);
}

.intro-sunny-section.bg-white {
  background: #ffffff;
}

.intro-sunny-section > .container {
  position: relative;
  z-index: 1;
}

.intro-sunny-watermark {
  position: absolute;
  left: 48%;
  bottom: clamp(0.75rem, 7vw, 3.25rem);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  font-size: clamp(3.25rem, 17vw, 10.5rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 0.88;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: clamp(1.5px, 0.22vw, 2.5px) rgba(26, 26, 46, 0.14);
  text-shadow: none;
  paint-order: stroke fill;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .intro-sunny-watermark {
    display: none;
  }
}

@media (min-width: 992px) {
  .intro-sunny-watermark {
    font-size: clamp(5.5rem, 16vw, 11rem);
    left: 44%;
    bottom: clamp(1.25rem, 9vh, 4rem);
    -webkit-text-stroke: clamp(2px, 0.18vw, 3px) rgba(26, 26, 46, 0.12);
  }
}

.intro-sunny-section .title-line {
  width: 64px;
  height: 4px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--sunny) 0%, var(--sunny-dark) 55%, rgba(253, 186, 116, 0.85) 100%);
  box-shadow: 0 2px 14px rgba(255, 116, 24, 0.35);
}

.intro-sunny-section .section-title {
  font-weight: 600;
  font-size: clamp(1.38rem, 2.75vw, 1.95rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.intro-sunny-section .sunny-tagline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1.15rem 0.85rem 1.25rem;
  position: relative;
  border-radius: 0.75rem;
  background: linear-gradient(
    115deg,
    rgba(255, 116, 24, 0.1) 0%,
    rgba(255, 247, 237, 0.65) 45%,
    rgba(255, 255, 255, 0.4) 100%
  );
  border: 1px solid rgba(255, 116, 24, 0.2);
  box-shadow: 0 6px 28px rgba(255, 116, 24, 0.09);
}

.intro-sunny-section .sunny-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  bottom: 0.65rem;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--sunny), #fdba74);
}

.intro-sunny-section .sunny-tagline__part {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: var(--ink);
}

.intro-sunny-section .sunny-tagline__part--accent {
  background: linear-gradient(120deg, var(--sunny) 0%, var(--sunny-dark) 55%, #c2410c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--sunny-dark);
}

@supports not (background-clip: text) {
  .intro-sunny-section .sunny-tagline__part--accent {
    -webkit-text-fill-color: unset;
    color: var(--sunny-dark);
    background: none;
  }
}

.intro-sunny-section .sunny-tagline__sep {
  display: inline-block;
  width: 1.75rem;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 116, 24, 0.45), var(--sunny), rgba(255, 116, 24, 0.45), transparent);
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .intro-sunny-section .sunny-tagline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .intro-sunny-section .sunny-tagline__sep {
    width: 2.5rem;
    margin: 0.1rem 0;
  }
}

.intro-sunny-section .intro-section-bg {
  width: 100%;
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  min-height: 0;
  max-height: none;
  display: block;
  vertical-align: middle;
  background-color: var(--sunny-soft);
}

/* Legacy: div nền CSS (HTML cũ trong CMS chưa đổi sang img) */
.intro-sunny-section div.intro-section-bg {
  height: clamp(300px, 36vw, 400px);
  min-height: 300px;
  background-image: url("../img/gioi-thieu.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.intro-sunny-section .intro-ceo-block {
  max-width: 78%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  padding: 1.1rem 1.25rem 1.25rem;
  text-align: center;
  border-radius: 0.85rem;
  background: linear-gradient(
    145deg,
    rgba(255, 247, 237, 0.95) 0%,
    rgba(255, 255, 255, 0.88) 50%,
    rgba(255, 116, 24, 0.06) 100%
  );
  border: 1px solid rgba(255, 116, 24, 0.2);
  box-shadow: 0 8px 28px rgba(255, 116, 24, 0.08);
}

.intro-sunny-section .intro-ceo-label {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sunny-dark);
}

.intro-sunny-section .intro-ceo-line {
  width: 3rem;
  height: 2px;
  margin: 0 auto 0.75rem;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--sunny-dark), #fdba74, transparent);
  opacity: 0.85;
}

.intro-sunny-section .intro-ceo-name {
  margin: 0;
  font-size: clamp(1.08rem, 2.1vw, 1.38rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

.intro-sunny-section .btn-sunny {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--sunny);
  --bs-btn-border-color: var(--sunny);
  --bs-btn-hover-bg: var(--sunny-dark);
  --bs-btn-hover-border-color: var(--sunny-dark);
  --bs-btn-active-bg: var(--sunny-dark);
  --bs-btn-active-border-color: var(--sunny-dark);
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  border-radius: 0.5rem;
}

.intro-sunny-section .btn-sunny-pulse {
  position: relative;
  padding: 0.45rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.45rem;
  transform-origin: center center;
  animation: sunny-intro-tilt 3.5s ease-in-out infinite;
  overflow: visible;
}

.intro-sunny-section .btn-sunny-pulse::before,
.intro-sunny-section .btn-sunny-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  animation: sunny-intro-ring-pulse 2.4s ease-out infinite;
}

.intro-sunny-section .btn-sunny-pulse::after {
  animation-delay: 1.2s;
}

@keyframes sunny-intro-ring-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 116, 24, 0.55);
  }
  65% {
    box-shadow: 0 0 0 12px rgba(255, 116, 24, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 116, 24, 0);
  }
}

@keyframes sunny-intro-tilt {
  0%,
  100% {
    transform: rotate(-1.4deg);
  }
  50% {
    transform: rotate(1.4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-sunny-section .btn-sunny-pulse::before,
  .intro-sunny-section .btn-sunny-pulse::after {
    animation: none;
  }

  .intro-sunny-section .btn-sunny-pulse {
    animation: none;
    transform: none;
    box-shadow: 0 0 0 2px rgba(255, 116, 24, 0.35);
  }
}

.intro-sunny-section .col-lg-7 > p.text-black {
  font-size: clamp(14px, 1.08vw, 16.5px);
  line-height: 1.68;
  max-width: 40rem;
}


.headline {
  text-align: center;
  margin-bottom: 42px;
}

.headline h1 {
  margin: 0;
  font-size: clamp(29.9px, 3.68vw, 54.6px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.headline h1 span {
  color: var(--sunny);
}

.headline p {
  margin: 14px auto 0;
  max-width: 980px;
  font-size: clamp(15px, 1.426vw, 22px);
  line-height: 1.52;
  color: var(--muted);
}

/* CÃ¹ng nhá»‹p rá»™ng vá»›i block Giá»›i thiá»‡u (Bootstrap .container) */
.why-sunny-block .headline {
  margin-bottom: clamp(26px, 3.2vw, 36px);
}

.why-sunny-block .headline h1 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.why-sunny-block .headline p {
  max-width: 42rem;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.why-sunny-block .copy p {
  font-size: clamp(12.4px, 0.94vw, 14.8px);
  line-height: 1.65;
  font-weight: 400;
  color: #141110;
}

.why-sunny-block .copy h2 {
  font-size: clamp(17px, 1.38vw, 22px);
}

.why-sunny-block .core .six {
  font-size: clamp(52px, 5vw, 82px);
}

.why-sunny-block .core .label {
  font-weight: 400;
  font-size: clamp(22px, 2.55vw, 35px);
}

.why-sunny-block .core .sub {
  font-weight: 400;
  font-size: clamp(12px, 1.18vw, 17.5px);
  letter-spacing: 0.04em;
}

.why-sunny-block .sunny-stats-grid {
  margin: 0 auto clamp(32px, 4.5vw, 56px);
  max-width: 1180px;
}

/* Mobile: 2 stat-card / mÃ n hÃ¬nh â€” cuá»™n ngang */
@media (max-width: 767.98px) {
  .why-sunny-block .sunny-stats-grid__row {
    --sunny-stats-gap: 12px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: var(--sunny-stats-gap);
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4px;
  }

  .why-sunny-block .sunny-stats-grid__row::-webkit-scrollbar {
    display: none;
  }

  .why-sunny-block .sunny-stats-grid__row > .col {
    flex: 0 0 calc(50% - var(--sunny-stats-gap) * 0.5);
    width: calc(50% - var(--sunny-stats-gap) * 0.5);
    max-width: calc(50% - var(--sunny-stats-gap) * 0.5);
    scroll-snap-align: start;
    padding-left: 0;
    padding-right: 0;
  }

  .home-page .why-sunny-block .stat-card {
    padding: 14px 12px 16px;
  }

  .home-page .why-sunny-block .stat-card__figure .js-home-stat-counter {
    font-size: 1.4rem;
  }

  .home-page .why-sunny-block .stat-card__suffix,
  .home-page .why-sunny-block .stat-card__mid,
  .home-page .why-sunny-block .stat-card__unit {
    font-size: 1.12rem;
  }

  .home-page .why-sunny-block .stat-card__title {
    font-size: 0.84rem;
    margin-bottom: 6px;
  }

  .home-page .why-sunny-block .stat-card__desc {
    font-size: 11px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.home-page .stat-card {
  --stat-card-accent: rgba(255, 135, 64, 0.55);
  position: relative;
  height: 100%;
  margin: 0;
  padding: clamp(20px, 2.6vw, 28px) clamp(18px, 2.2vw, 24px) clamp(22px, 2.8vw, 28px);
  border-radius: 18px;
  border: 1px solid rgba(42, 32, 28, 0.06);
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 1px 2px rgba(42, 32, 28, 0.04),
    0 8px 28px rgba(42, 32, 28, 0.04);
  overflow: hidden;
  transition:
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease;
}

.home-page .stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 90% at 8% -10%, rgba(255, 150, 80, 0.06), transparent 48%);
  pointer-events: none;
}

.home-page .stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 116, 24, 0.12);
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 2px 4px rgba(42, 32, 28, 0.05),
    0 14px 36px rgba(255, 116, 24, 0.08);
}

.home-page .stat-card--highlight {
  border-color: rgba(255, 116, 24, 0.13);
  background: rgba(255, 252, 248, 0.85);
}

.home-page .stat-card--highlight:hover {
  background: rgba(255, 254, 250, 0.96);
}

.home-page .stat-card__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(255, 145, 72, 0.75) 0%, rgba(255, 169, 120, 0.35) 100%);
  border-radius: 18px 0 0 18px;
}

.home-page .stat-card__figure {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.06em;
  margin: 0 0 8px;
}

.home-page .stat-card__prefix {
  opacity: 0.55;
  font-size: 0.55em;
  font-weight: 700;
  margin-right: 0.03em;
  transform: translateY(-0.15em);
  color: rgba(216, 88, 0, 0.55);
}

.home-page .stat-card__figure .js-home-stat-counter {
  font-size: clamp(1.75rem, 4.6vw, 2.65rem);
  line-height: 1.12;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
  color: rgba(216, 88, 0, 0.92);
}

.home-page .stat-card__suffix,
.home-page .stat-card__mid,
.home-page .stat-card__unit {
  font-size: calc(clamp(1.75rem, 4.6vw, 2.65rem) * 0.8);
  line-height: 1.12;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: rgba(216, 88, 0, 0.92);
}

.home-page .stat-card__unit {
  margin-left: 0.04em;
}

.home-page .stat-card__title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: clamp(0.97rem, 1.14vw, 1.0625rem);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #3a3633;
}

.home-page .stat-card__desc {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(12.75px, 1.02vw, 14px);
  line-height: 1.65;
  font-weight: 400;
  color: rgba(90, 80, 75, 0.88);
}

@media (prefers-reduced-motion: reduce) {
  .home-page .stat-card {
    transition: none;
  }
  .home-page .stat-card:hover {
    transform: none;
  }
}

/* KhÃ³a há»c â€” cÃ¹ng container + nhá»‹p chá»¯ nhÆ° block VÃ¬ sao SUNNY */
.course-block .course-heading {
  margin-bottom: clamp(26px, 3.2vw, 36px);
}

.course-block .course-heading h2 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.course-block .course-heading p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.course-block .course-info h3 {
  font-size: clamp(20px, 2.05vw, 32px);
  color: #141110;
}

.course-block .course-intro {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.94vw, 15px);
  line-height: 1.65;
}

.course-block .course-features li {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
  line-height: 1.55;
}

/* Äá»™i ngÅ© giáº£ng viÃªn â€” cÃ¹ng container + nhá»‹p chá»¯ nhÆ° KhÃ³a há»c */
.teachers-block .teachers-heading {
  margin-bottom: clamp(26px, 3.2vw, 36px);
}

.teachers-block .teachers-heading h2 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.teachers-block .teachers-heading h2 span {
  color: var(--sunny-dark);
}

.teachers-block .teachers-heading p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.teachers-block .teacher-name {
  font-size: clamp(16.5px, 1.68vw, 25.5px);
  color: #141110;
}

.teachers-block .teacher-role {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.94vw, 15px);
}

.teachers-block .teacher-points li {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
  line-height: 1.55;
}

/* Há»c viÃªn nÃ³i gÃ¬ */
.students-block .students-heading {
  margin-bottom: clamp(26px, 3.2vw, 36px);
}

.students-block .students-heading h2 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.students-block .students-heading h2 span {
  color: var(--sunny-dark);
}

.students-block .students-heading p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.students-block .student-name {
  font-size: clamp(20px, 2.05vw, 32px);
  color: #141110;
}

.students-block .student-role {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.94vw, 15px);
}

.students-block .student-quote {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.94vw, 15px);
  line-height: 1.65;
}

.students-block .student-card.preview .student-name {
  font-size: clamp(14px, 1.05vw, 17.5px);
}

.students-block .student-card.preview .student-role {
  color: #141110;
  font-weight: 400;
  font-size: clamp(10.5px, 0.82vw, 13px);
}

.students-block .student-card.preview .student-quote {
  font-size: clamp(10.5px, 0.82vw, 13px);
  line-height: 1.6;
}

/* Tin tá»©c */
.news-block .news-heading {
  margin-bottom: clamp(26px, 3.2vw, 36px);
}

.news-block .news-heading h2 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.news-block .news-heading p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.news-block .news-meta {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.5px);
}

.news-block .news-card h3 {
  font-size: clamp(15px, 1.28vw, 20px);
  line-height: 1.28;
  color: #141110;
}

.news-block .news-card h3 .news-card__title-link {
  color: #141110;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-block .news-card h3 .news-card__title-link:hover {
  color: var(--sunny, #ff7418);
}

.news-block .news-card p {
  margin: 20px 0 0;
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
  line-height: 1.55;
}

.news-block .news-link {
  margin-top: 22px;
  color: #141110;
  font-weight: 600;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
}

.news-block .news-link svg {
  stroke: #141110;
}

/* LiÃªn há»‡ â€” cÃ¹ng container + nhá»‹p chá»¯ nhÆ° KhÃ³a há»c; chá»«a má»™t Ä‘oáº¡n trÆ°á»›c khung (.contact-shell) cÃ³ viá»n */
.contact-block .contact-heading {
  margin-bottom: clamp(48px, 6vw, 84px);
}

.contact-block .contact-heading h2 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.contact-block .contact-heading h2 span {
  color: var(--sunny-dark);
}

.contact-block .contact-heading p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.contact-block .contact-copy p {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.94vw, 15px);
  line-height: 1.65;
}

.contact-block .contact-copy strong {
  color: var(--sunny-dark);
  font-weight: 600;
}

.contact-block .contact-info-label {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.5px);
}

.contact-block .contact-info-value {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
}

.contact-block .contact-form .form-label {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
}

.contact-block .contact-form .form-control,
.contact-block .contact-form .form-select {
  color: #141110;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
}

.contact-block .contact-note {
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
  line-height: 1.55;
}

.course-section {
  position: relative;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.course-section::before,
.course-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.course-section::before {
  right: 8px;
  top: 22px;
  width: 82px;
  height: 82px;
  background-image: radial-gradient(rgba(255, 116, 24, 0.58) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.75;
}

.course-section::after {
  left: -74px;
  top: 142px;
  width: 180px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 116, 24, 0.25);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 22px rgba(255, 116, 24, 0.035),
    inset 0 0 0 48px rgba(255, 116, 24, 0.055),
    inset 0 0 0 78px rgba(255, 116, 24, 0.08);
}

.course-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 42px;
}

.course-heading h2 {
  margin: 0;
  color: #101014;
  font-size: clamp(31.7px, 3.91vw, 59.8px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.course-heading h2 span {
  color: var(--sunny-dark);
}

.course-heading p {
  margin: 18px auto 0;
  max-width: 1080px;
  color: #5f5a5d;
  font-size: clamp(15px, 1.242vw, 21.1px);
  line-height: 1.52;
}

.course-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(420px, 0.95fr);
  gap: clamp(38px, 5vw, 70px);
  align-items: stretch;
  padding: 28px clamp(34px, 4vw, 66px) 28px 18px;
  border: none;
  border-radius: 36px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.92) 47%, rgba(255, 255, 255, 0.98) 100%),
    radial-gradient(circle at 32% 52%, rgba(255, 116, 24, 0.12), transparent 34rem);
  box-shadow: 0 26px 70px rgba(255, 116, 24, 0.12);
  overflow: hidden;
}

.course-card::after {
  content: "";
  position: absolute;
  right: -110px;
  top: 20%;
  width: 230px;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 116, 24, 0.35);
  border-radius: 50%;
  pointer-events: none;
}

/* Lịch khai giảng — section riêng (nền trắng, accent cam) */
main.page > .opening-schedule-section,
.site-main .site-block--flex main.page > .opening-schedule-section,
article.page-content > .site-block--flex main.page > .opening-schedule-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-top: clamp(28px, 3.5vw, 44px);
  padding-bottom: clamp(52px, 6.5vw, 88px);
  padding-left: clamp(20px, 4vw, 42px);
  padding-right: clamp(20px, 4vw, 42px);
  background: #fff;
}

.opening-schedule-section {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(54px, 7vw, 92px);
  border-bottom: 1px solid rgba(var(--brand-1-rgb), 0.22);
}

.opening-schedule-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(72px, 11vw, 128px);
  background: linear-gradient(
    0deg,
    rgba(var(--brand-1-rgb), 0.14) 0%,
    rgba(var(--brand-1-rgb), 0.05) 42%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

.opening-schedule-section > .container {
  position: relative;
  z-index: 1;
}

.opening-schedule-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(26px, 3.2vw, 42px);
}

.opening-schedule-heading h2 {
  margin: 0;
  color: #101014;
  font-size: clamp(31.7px, 3.91vw, 59.8px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.opening-schedule-heading h2 span {
  color: var(--sunny-dark);
}

.opening-schedule-heading p {
  margin: 18px auto 0;
  max-width: 1080px;
  color: #5f5a5d;
  font-size: clamp(15px, 1.242vw, 21.1px);
  line-height: 1.52;
}

.opening-schedule-block .opening-schedule-heading,
.learning-platform-block .opening-schedule-heading {
  margin-bottom: clamp(26px, 3.2vw, 36px);
}

.opening-schedule-block .opening-schedule-heading h2,
.learning-platform-block .opening-schedule-heading h2 {
  font-size: clamp(22.5px, 2.85vw, 40px);
  color: #141110;
}

.opening-schedule-block .opening-schedule-heading p,
.learning-platform-block .opening-schedule-heading p {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11.5px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 400;
  color: #141110;
}

.opening-schedule__panel {
  position: relative;
  z-index: 1;
  border: 2px solid var(--sunny);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(255, 116, 24, 0.12);
}

.opening-schedule__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.opening-schedule__table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: clamp(15px, 1.2vw, 18px);
  text-align: center;
}

.opening-schedule__table thead th {
  padding: clamp(0.85rem, 1.4vw, 1.1rem) clamp(0.55rem, 1vw, 0.75rem);
  background: var(--sunny);
  color: #fff;
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.opening-schedule__table thead th:last-child {
  border-right: none;
}

.opening-schedule__table tbody td {
  padding: clamp(0.9rem, 1.5vw, 1.2rem) clamp(0.6rem, 1vw, 0.85rem);
  color: #1a1a1a;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.opening-schedule__table tbody tr:last-child td {
  border-bottom: none;
}

.opening-schedule__btn {
  display: inline-block;
  min-width: 5.25rem;
  padding: 0.5rem 1.1rem;
  border: none;
  border-radius: 5px;
  background: var(--sunny);
  color: #fff;
  font-family: inherit;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.opening-schedule__btn:hover {
  background: var(--sunny-dark);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .opening-schedule__table-wrap {
    overflow-x: visible;
  }

  .opening-schedule__table {
    min-width: 0;
    table-layout: fixed;
  }

  .opening-schedule__table .opening-schedule__col--desktop {
    display: none;
  }

  .opening-schedule__table thead th:nth-child(3),
  .opening-schedule__table tbody td:nth-child(3) {
    width: 58%;
  }

  .opening-schedule__table thead th:nth-child(4),
  .opening-schedule__table tbody td:nth-child(4) {
    width: 42%;
  }
}

/* Nền tảng học tập 4.0 — stats dưới lịch khai giảng */
main.page > .learning-platform-section,
.site-main .site-block--flex main.page > .learning-platform-section,
article.page-content > .site-block--flex main.page > .learning-platform-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.opening-schedule-section:has(+ .learning-platform-section) {
  margin-bottom: 0;
  border-bottom: none;
}

.opening-schedule-section:has(+ .learning-platform-section)::after {
  display: none;
}

.learning-platform-section {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 4.5vw, 56px) clamp(20px, 4vw, 42px) clamp(52px, 6.5vw, 88px);
  background: linear-gradient(
    90deg,
    rgba(var(--brand-1-rgb), 0.1),
    rgba(var(--brand-2-rgb), 0.1)
  );
}

.learning-platform-section::before,
.learning-platform-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.07;
  z-index: 0;
}

.learning-platform-section::before {
  left: clamp(-20px, 2vw, 40px);
  top: clamp(12px, 3vw, 36px);
  width: clamp(180px, 24vw, 320px);
  height: clamp(120px, 16vw, 210px);
  background:
    radial-gradient(circle at 28% 42%, rgba(42, 32, 28, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 28%, rgba(42, 32, 28, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 58%, rgba(42, 32, 28, 0.55) 0 2px, transparent 3px),
    radial-gradient(ellipse 90% 70% at 50% 50%, transparent 58%, rgba(42, 32, 28, 0.45) 59% 61%, transparent 62%);
}

.learning-platform-section::after {
  right: clamp(-10px, 3vw, 48px);
  top: clamp(8px, 2.5vw, 28px);
  width: clamp(150px, 20vw, 260px);
  height: clamp(130px, 17vw, 220px);
  background:
    radial-gradient(circle at 50% 22%, rgba(42, 32, 28, 0.5) 0 18px, transparent 19px),
    linear-gradient(145deg, transparent 42%, rgba(42, 32, 28, 0.35) 43% 47%, transparent 48%),
    linear-gradient(-145deg, transparent 52%, rgba(42, 32, 28, 0.35) 53% 57%, transparent 58%);
}

.learning-platform-section > .container {
  position: relative;
  z-index: 1;
}

.learning-platform-stats {
  max-width: 1080px;
  margin: 0 auto;
}

.learning-platform-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
}

.platform-stat-card {
  --platform-accent: var(--sunny);
  --platform-accent-soft: rgba(var(--brand-1-rgb), 0.12);
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: clamp(220px, 22vw, 260px);
  padding: clamp(24px, 2.8vw, 32px) clamp(22px, 2.5vw, 28px) clamp(26px, 3vw, 32px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 252, 248, 0.94) 55%, rgba(255, 247, 240, 0.9) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 16px 36px rgba(42, 32, 28, 0.06),
    0 4px 12px rgba(var(--brand-1-rgb), 0.05);
  overflow: hidden;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.platform-stat-card__accent {
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff9a3c 0%, var(--sunny) 48%, var(--sunny-dark) 100%);
  box-shadow: 0 0 12px rgba(var(--brand-1-rgb), 0.35);
}

.platform-stat-card__glow {
  position: absolute;
  top: -28%;
  right: -18%;
  width: 58%;
  aspect-ratio: 1;
  background: radial-gradient(circle, var(--platform-accent-soft) 0%, transparent 68%);
  pointer-events: none;
}

.platform-stat-card__ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 5px 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff8a15, #ff5d00);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(255, 93, 0, 0.28);
}

.platform-stat-card__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: clamp(50px, 5.5vw, 56px);
  height: clamp(50px, 5.5vw, 56px);
  margin: 0 0 clamp(18px, 2vw, 22px);
  border-radius: 16px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 26px);
  background: linear-gradient(145deg, #ff9a3c 0%, var(--sunny) 50%, var(--sunny-dark) 100%);
  box-shadow:
    0 10px 22px rgba(var(--brand-1-rgb), 0.28),
    0 0 0 6px rgba(var(--brand-1-rgb), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms ease;
}

.platform-stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--brand-1-rgb), 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 24px 48px rgba(42, 32, 28, 0.08),
    0 10px 24px rgba(var(--brand-1-rgb), 0.12);
}

.platform-stat-card:hover .platform-stat-card__icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 14px 28px rgba(var(--brand-1-rgb), 0.32),
    0 0 0 8px rgba(var(--brand-1-rgb), 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.platform-stat-card--featured {
  transform: translateY(-4px);
  border-color: rgba(var(--brand-1-rgb), 0.22);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 243, 0.96) 52%, rgba(255, 241, 230, 0.92) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 22px 44px rgba(42, 32, 28, 0.07),
    0 8px 22px rgba(var(--brand-1-rgb), 0.14);
}

.platform-stat-card--featured:hover {
  transform: translateY(-10px);
}

.platform-stat-card--students {
  --platform-accent-soft: rgba(255, 116, 24, 0.1);
}

.platform-stat-card--hours {
  --platform-accent-soft: rgba(255, 132, 52, 0.14);
}

.platform-stat-card--topics {
  --platform-accent-soft: rgba(242, 84, 0, 0.1);
}

.platform-stat-card__figure {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.08em;
  margin: 0 0 clamp(10px, 1.2vw, 14px);
  font-size: clamp(2.35rem, 5vw, 3.15rem);
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
}

.platform-stat-card__figure .js-home-stat-counter,
.platform-stat-card__unit {
  background: linear-gradient(135deg, #ff8a3d 0%, var(--sunny-dark) 55%, #c2410c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.platform-stat-card__unit {
  font-size: 0.62em;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translateY(-0.06em);
}

.platform-stat-card__label {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 16rem;
  color: #4a4441;
  font-size: clamp(14px, 1.05vw, 15.5px);
  line-height: 1.6;
  font-weight: 500;
  text-wrap: balance;
}

@media (max-width: 991.98px) {
  .learning-platform-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .platform-stat-card {
    min-height: 210px;
    padding: 20px 16px 22px;
  }

  .platform-stat-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 14px;
    font-size: 20px;
  }

  .platform-stat-card__figure {
    font-size: clamp(1.85rem, 4.2vw, 2.35rem);
  }

  .platform-stat-card__label {
    font-size: 13px;
    line-height: 1.5;
  }

  .platform-stat-card__ribbon {
    top: 12px;
    right: 12px;
    padding: 4px 8px;
    font-size: 9px;
  }

  .platform-stat-card--featured {
    transform: none;
  }

  .platform-stat-card--featured:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 767.98px) {
  .learning-platform-stats__grid {
    --platform-stats-gap: 14px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: var(--platform-stats-gap);
    max-width: none;
    margin: 0 calc(-1 * clamp(12px, 3vw, 20px));
    padding: 4px clamp(12px, 3vw, 20px) 8px;
  }

  .learning-platform-stats__grid::-webkit-scrollbar {
    display: none;
  }

  .platform-stat-card {
    flex: 0 0 min(78vw, 300px);
    width: min(78vw, 300px);
    min-height: 228px;
    scroll-snap-align: start;
  }

  .platform-stat-card--featured {
    flex-basis: min(82vw, 320px);
    width: min(82vw, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-stat-card,
  .platform-stat-card--featured,
  .platform-stat-card__icon {
    transition: none;
  }

  .platform-stat-card:hover,
  .platform-stat-card--featured,
  .platform-stat-card--featured:hover {
    transform: none;
  }

  .platform-stat-card:hover .platform-stat-card__icon {
    transform: none;
  }
}

.modal-register__header {
  background: linear-gradient(120deg, var(--sunny) 0%, var(--sunny-dark) 55%, #c2410c 100%);
}

.form-register__submit {
  border: none;
  background: var(--sunny);
  color: #fff;
  font-weight: 600;
}

.form-register__submit:hover {
  background: var(--sunny-dark);
  color: #fff;
}

.course-visual {
  position: relative;
  margin: 0;
  min-height: clamp(450px, 42vw, 650px);
  border-radius: 28px;
  overflow: hidden;
  background: var(--sunny-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 116, 24, 0.1);
}

.course-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.course-info {
  align-self: center;
  padding: 36px 0;
}

.course-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  box-shadow: 0 10px 24px rgba(255, 116, 24, 0.22);
  font-size: 15px;
  font-weight: 600;
}

.course-info h3 {
  margin: 28px 0 16px;
  color: #121216;
  font-size: clamp(28.2px, 2.76vw, 42.2px);
  line-height: 1.16;
  font-weight: 600;
  text-wrap: balance;
}

.course-intro {
  margin: 0 0 26px;
  max-width: 720px;
  color: #5b5658;
  font-size: clamp(15px, 1.242vw, 20.2px);
  line-height: 1.55;
}

.course-features {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-features li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 78px;
  border-top: 1px dashed rgba(255, 116, 24, 0.33);
  color: #282326;
  font-size: clamp(15px, 1.104vw, 18.5px);
  line-height: 1.4;
  font-weight: 500;
}

.feature-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 116, 24, 0.36);
  border-radius: 50%;
  color: var(--sunny);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(255, 116, 24, 0.1);
}

.feature-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.course-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}

.course-btn {
  min-width: 248px;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 30px;
  border: 2px solid var(--sunny-dark);
  border-radius: 999px;
  color: var(--sunny-dark);
  background: #ffffff;
  text-decoration: none;
  font-size: clamp(15.8px, 1.15vw, 19.4px);
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.course-btn.primary {
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a13 0%, #ff5d00 100%);
  box-shadow: 0 18px 34px rgba(255, 116, 24, 0.24);
}

.course-btn svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

.course-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255, 116, 24, 0.18);
}

.teachers-section {
  position: relative;
  margin-top: clamp(64px, 7vw, 104px);
  padding-bottom: 12px;
}

.teachers-section::before,
.teachers-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.teachers-section::before {
  right: 12px;
  top: 20px;
  width: 86px;
  height: 86px;
  background-image: radial-gradient(rgba(255, 116, 24, 0.62) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.78;
}

.teachers-section::after {
  left: -80px;
  top: 112px;
  width: 176px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 116, 24, 0.25);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 20px rgba(255, 116, 24, 0.035),
    inset 0 0 0 44px rgba(255, 116, 24, 0.055),
    inset 0 0 0 78px rgba(255, 116, 24, 0.08);
}

.teachers-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 36px;
}

.teachers-heading h2 {
  margin: 0;
  color: #101014;
  font-size: clamp(33.4px, 3.91vw, 61.6px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.teachers-heading h2 span {
  color: var(--sunny-dark);
}

.teachers-heading p {
  margin: 18px auto 0;
  max-width: 1050px;
  color: #5f5a5d;
  font-size: clamp(15px, 1.196vw, 20.2px);
  line-height: 1.52;
}

.teachers-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.teacher-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.08fr);
  min-height: 320px;
  border: none;
  border-radius: 30px;
  background:
    linear-gradient(90deg, rgba(255, 251, 247, 0.78) 0%, rgba(255, 255, 255, 0.98) 57%),
    radial-gradient(circle at 30% 48%, rgba(255, 116, 24, 0.11), transparent 17rem);
  box-shadow: 0 20px 52px rgba(255, 116, 24, 0.1);
  overflow: hidden;
}

.teacher-photo {
  margin: 0;
  min-height: 100%;
  background: #fff5eb;
  overflow: hidden;
}

.teacher-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center bottom;
}

.teacher-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px 28px 24px;
}

.teacher-topline {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
}

.teacher-badge {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 116, 24, 0.32);
  border-radius: 50%;
  color: var(--sunny);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 30px rgba(255, 116, 24, 0.16);
}

.teacher-badge svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.teacher-name {
  margin: 0;
  color: #0f0f14;
  font-size: clamp(18.5px, 1.78vw, 27.5px);
  line-height: 1.08;
  font-weight: 600;
}

.teacher-role {
  margin: 8px 0 0;
  color: var(--sunny-dark);
  font-size: clamp(15.8px, 1.242vw, 21.1px);
  line-height: 1.2;
  font-weight: 600;
}

.teacher-points {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px dashed rgba(255, 116, 24, 0.38);
}

.teacher-points li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  color: #2e2829;
  font-size: clamp(13.2px, 0.92vw, 15.8px);
  line-height: 1.45;
  font-weight: 500;
}

.teacher-point-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 116, 24, 0.3);
  border-radius: 50%;
  color: var(--sunny);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(255, 116, 24, 0.09);
}

.teacher-point-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.teachers-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 30px;
}

.students-section {
  position: relative;
  margin-top: clamp(70px, 8vw, 116px);
  padding-bottom: 20px;
}

.students-section::before,
.students-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.students-section::before {
  right: 10px;
  top: 18px;
  width: 88px;
  height: 88px;
  background-image: radial-gradient(rgba(255, 116, 24, 0.62) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.76;
}

.students-section::after {
  left: -84px;
  top: 86px;
  width: 178px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 116, 24, 0.26);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 20px rgba(255, 116, 24, 0.035),
    inset 0 0 0 44px rgba(255, 116, 24, 0.055),
    inset 0 0 0 78px rgba(255, 116, 24, 0.08);
}

.students-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 42px;
}

.students-heading h2 {
  margin: 0;
  color: #101014;
  font-size: clamp(33.4px, 4.002vw, 63.4px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.students-heading h2 span {
  color: var(--sunny-dark);
}

.students-heading p {
  margin: 18px auto 0;
  max-width: 1160px;
  color: #5f5a5d;
  font-size: clamp(15px, 1.214vw, 20.2px);
  line-height: 1.52;
}

.students-carousel {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: min(1420px, 100%);
}

.student-rotator {
  position: relative;
  overflow: visible;
}

.student-slide {
  padding: 30px clamp(14px, 3.5vw, 36px) 0;
}

.student-slot {
  position: relative;
  min-height: 1px;
}

.student-card {
  height: 100%;
  border: none;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(255, 116, 24, 0.1);
  overflow: hidden;
}

.student-card.featured {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.2vw, 28px);
  padding: clamp(22px, 3vw, 38px);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.98) 52%),
    radial-gradient(circle at 50% 16%, rgba(255, 116, 24, 0.1), transparent 20rem);
  box-shadow: 0 26px 72px rgba(255, 116, 24, 0.14);
  overflow: visible;
}

.student-featured-top {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(18px, 2.6vw, 32px);
  align-items: center;
  min-width: 0;
}

.student-featured-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.student-featured-meta .student-name {
  margin: 0;
}

.student-featured-meta .student-role {
  margin: 8px 0 12px;
}

.student-featured-meta .stars {
  margin-top: 2px;
}

.student-card.featured .student-photo {
  width: 100%;
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  align-self: stretch;
}

.student-featured-bottom {
  min-width: 0;
  padding-top: clamp(6px, 1vw, 14px);
  border-top: 1px dashed rgba(255, 116, 24, 0.35);
}

.student-featured-bottom .student-quote {
  margin-top: clamp(10px, 1.4vw, 18px);
}

.student-card.featured .student-tag {
  margin-top: clamp(20px, 2.4vw, 36px);
}

.student-card.preview {
  padding: 18px;
  opacity: 0.94;
  transform: scale(0.95);
  transform-origin: center;
}

.student-photo {
  margin: 0;
  overflow: hidden;
  background: #fff3e9;
}

.student-card.preview .student-photo {
  aspect-ratio: 1.05 / 1;
  border-radius: 16px;
}

.student-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.student-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.student-card.preview .student-content {
  padding: 18px 10px 10px;
}

.student-name {
  margin: 0;
  color: #101014;
  font-size: clamp(21.1px, 2.116vw, 37px);
  line-height: 1.08;
  font-weight: 600;
}

.student-role {
  margin: 10px 0 16px;
  color: var(--sunny-dark);
  font-size: clamp(16.7px, 1.426vw, 24.6px);
  line-height: 1.2;
  font-weight: 500;
}

.student-card.preview .student-name {
  font-size: 20.2px;
}

.student-card.preview .student-role {
  margin: 8px 0 8px;
  font-size: 15px;
}

.stars {
  display: flex;
  gap: 9px;
  color: var(--sunny-dark);
  font-size: clamp(19.4px, 2.024vw, 33.4px);
  line-height: 1;
  letter-spacing: 0;
}

.student-card.preview .stars {
  gap: 6px;
  font-size: 15.8px;
}

.student-quote {
  position: relative;
  margin: 34px 0 0;
  padding-left: 44px;
  color: #242024;
  font-size: clamp(15.8px, 1.214vw, 20.2px);
  line-height: 1.65;
  font-weight: 500;
}

.student-quote::before {
  content: "â€œ";
  position: absolute;
  left: 0;
  top: -18px;
  color: var(--sunny-dark);
  font-size: 66.9px;
  line-height: 1;
  font-weight: 600;
}

.student-card.featured .student-quote {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.student-card.preview .student-quote {
  margin-top: 16px;
  padding-left: 28px;
  font-size: 11.4px;
  line-height: 1.65;
}

.student-card.preview .student-quote::before {
  top: -8px;
  font-size: 33.4px;
}

.student-tag {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 52px;
  min-height: 64px;
  padding: 0 28px;
  border-radius: 999px;
  color: var(--sunny-dark);
  background: linear-gradient(135deg, #fff0e0 0%, #ffe5d1 100%);
  font-size: clamp(16.7px, 1.426vw, 24.6px);
  font-weight: 600;
}

.student-tag svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.student-nav {
  position: absolute;
  z-index: 2;
  width: 52px;
  height: 52px;
  top: 53%;
  bottom: auto;
  margin: 0;
  padding: 0;
  border: none;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px rgba(20, 16, 14, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.student-nav-prev {
  left: clamp(10px, 2.2vw, 22px);
}

.student-nav-next {
  right: clamp(10px, 2.2vw, 22px);
}

.student-nav svg {
  width: 26px;
  height: 26px;
  stroke: var(--sunny-dark);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.student-nav:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 14px 32px rgba(255, 116, 24, 0.15);
}

.student-indicators {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 24px 0 0;
}

.student-indicators button {
  width: 16px;
  height: 16px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 116, 24, 0.25);
  opacity: 1;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.student-indicators .active {
  background: var(--sunny-dark);
  transform: scale(1.2);
}

.student-slot--center.student-slot--enter-next .student-card.featured {
  animation: studentFeaturedFromRight 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.student-slot--center.student-slot--enter-prev .student-card.featured {
  animation: studentFeaturedFromLeft 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes studentFeaturedFromRight {
  from {
    opacity: 0.55;
    transform: translateX(min(18vw, 120px));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes studentFeaturedFromLeft {
  from {
    opacity: 0.55;
    transform: translateX(max(-18vw, -120px));
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .student-slot--center.student-slot--enter-next .student-card.featured,
  .student-slot--center.student-slot--enter-prev .student-card.featured {
    animation: none;
  }
}

.students-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 32px;
}

.news-section {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(46px, 5vw, 70px) 0 44px;
  border: 1px solid rgba(22, 20, 19, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 116, 24, 0.08), transparent 34rem),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 80px rgba(54, 39, 29, 0.08);
  overflow: hidden;
}

/* TrÃ n chiá»u ngang viewport; ná»™i dung váº«n trong .container.news-block */
main.page > .news-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}

.news-section::before,
.news-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.news-section::before {
  left: -118px;
  top: -166px;
  width: 300px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 116, 24, 0.25);
  box-shadow:
    inset 0 0 0 24px rgba(255, 116, 24, 0.035),
    inset 0 0 0 52px rgba(255, 116, 24, 0.045),
    inset 0 0 0 86px rgba(255, 116, 24, 0.055),
    inset 0 0 0 120px rgba(255, 116, 24, 0.065);
}

.news-section::after {
  right: -106px;
  bottom: -150px;
  width: 270px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 116, 24, 0.28);
  box-shadow:
    inset 0 0 0 32px rgba(255, 116, 24, 0.04),
    inset 0 0 0 62px rgba(255, 116, 24, 0.055),
    0 0 0 66px rgba(255, 116, 24, 0.06);
}

.news-dots {
  position: absolute;
  width: 116px;
  height: 80px;
  background-image: radial-gradient(rgba(255, 116, 24, 0.42) 3px, transparent 3px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.72;
}

.news-dots.top {
  right: 64px;
  top: 38px;
}

.news-dots.bottom {
  left: 78px;
  bottom: 38px;
}

.news-float-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffb174, var(--sunny-dark));
  box-shadow: 0 0 0 8px rgba(255, 116, 24, 0.14);
  pointer-events: none;
}

.news-float-dot.left {
  left: 122px;
  top: 132px;
}

.news-float-dot.right {
  right: 48px;
  top: 145px;
}

.news-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 42px;
}

.news-icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a15 0%, #ff5d00 100%);
  box-shadow: 0 16px 34px rgba(255, 116, 24, 0.24);
}

.news-icon svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.news-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.news-title-row::before,
.news-title-row::after {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 116, 24, 0.72));
}

.news-title-row::after {
  background: linear-gradient(90deg, rgba(255, 116, 24, 0.72), transparent);
}

.news-heading h2 {
  margin: 0;
  color: var(--sunny-dark);
  font-size: clamp(33.4px, 3.68vw, 54.6px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.news-heading p {
  margin: 16px auto 0;
  max-width: 760px;
  color: #393235;
  font-size: clamp(15px, 1.15vw, 19.4px);
  line-height: 1.52;
  font-weight: 500;
}

.news-grid {
  position: relative;
  z-index: 1;
}

.news-card {
  height: 100%;
  border: none;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(37, 25, 18, 0.1);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 62px rgba(255, 116, 24, 0.16);
}

/* Gá»¡ viá»n máº·c Ä‘á»‹nh cá»§a Bootstrap .card */
.card.news-card {
  border: none;
}

.news-card-img {
  height: 270px;
  margin: 12px 12px 0;
  overflow: hidden;
  background: var(--sunny-soft);
  border-radius: clamp(14px, 2vw, 20px);
}

.news-card-img .news-card__img-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.news-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.35s ease;
}

.news-card-img .news-card__img-link:hover img {
  transform: scale(1.04);
}

.news-card-body {
  padding: 26px 28px 28px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: #4d4648;
  font-size: 15px;
  font-weight: 600;
}

.news-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 16px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a15 0%, #ff5d00 100%);
  font-size: 13.2px;
  font-weight: 600;
}

.news-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.news-date svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.news-card h3 {
  margin: 0;
  color: #111014;
  font-size: clamp(19.4px, 1.564vw, 25.5px);
  line-height: 1.24;
  font-weight: 600;
}

.news-card h3 .news-card__title-link {
  color: #141110;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-card h3 .news-card__title-link:hover {
  color: var(--sunny, #ff7418);
}

.news-card p {
  margin: 20px 0 0;
  color: #595154;
  font-size: clamp(15px, 1.104vw, 18.5px);
  line-height: 1.58;
  font-weight: 450;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--sunny-dark);
  text-decoration: none;
  font-size: clamp(15px, 1.058vw, 17.6px);
  font-weight: 600;
}

.news-link svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: transform 160ms ease;
}

.news-link:hover svg {
  transform: translateX(4px);
}

.news-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.contact-section {
  position: relative;
  margin-top: 0;
  /* Khi khÃ´ng náº±m trong strip full-bleed á»Ÿ trÃªn, váº«n giá»¯ tÃ­ lá» Ä‘Ã¡y so vá»›i ná»™i dung káº¿ */
  padding-bottom: clamp(28px, 3.8vw, 44px);
}

.contact-section::before,
.contact-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.contact-section::before {
  left: -94px;
  top: -62px;
  width: 220px;
  aspect-ratio: 1;
  background: rgba(255, 116, 24, 0.1);
}

.contact-section::after {
  right: -86px;
  bottom: -64px;
  width: 210px;
  aspect-ratio: 1;
  background: rgba(255, 116, 24, 0.12);
  box-shadow: 0 0 0 54px rgba(255, 116, 24, 0.04);
}

.contact-dots {
  position: absolute;
  width: 130px;
  height: 88px;
  background-image: radial-gradient(rgba(255, 116, 24, 0.48) 2.5px, transparent 2.5px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.68;
}

.contact-dots.top {
  right: 12px;
  top: 28px;
}

.contact-dots.bottom {
  left: -68px;
  bottom: 38px;
}

.contact-ring {
  position: absolute;
  width: 76px;
  aspect-ratio: 1;
  border: 2px solid var(--sunny);
  border-radius: 50%;
  pointer-events: none;
}

.contact-ring.left {
  left: -18px;
  top: 28px;
}

.contact-ring.right {
  right: -74px;
  top: 160px;
  width: 110px;
  border-color: rgba(255, 116, 24, 0.36);
}

.contact-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

.contact-heading h2 {
  margin: 0;
  color: #101014;
  font-size: clamp(37px, 4.232vw, 66.9px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.contact-heading h2 span {
  color: var(--sunny-dark);
}

.contact-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 14px auto 0;
  color: var(--sunny-dark);
}

.contact-mark::before,
.contact-mark::after {
  content: "";
  width: 70px;
  height: 2px;
  background: currentColor;
}

.contact-mark span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
}

.contact-heading p {
  margin: 18px auto 0;
  max-width: 900px;
  color: #5a5356;
  font-size: clamp(15px, 1.242vw, 21.1px);
  line-height: 1.52;
  font-weight: 500;
}

.contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(440px, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(34px, 4vw, 56px);
  padding: 12px;
  border: 1.5px solid rgba(255, 116, 24, 0.55);
  border-radius: 36px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.98) 55%),
    radial-gradient(circle at 30% 55%, rgba(255, 116, 24, 0.08), transparent 26rem);
  box-shadow: 0 28px 80px rgba(255, 116, 24, 0.12);
  overflow: hidden;
}

.contact-visual {
  position: relative;
  min-height: 620px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 48%, rgba(255, 116, 24, 0.14), transparent 20rem),
    linear-gradient(135deg, #fff3e5 0%, #fffaf3 100%);
}

.contact-visual::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 116, 24, 0.52);
}

.contact-advisor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(68%, 500px);
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.98;
}

/* Cá»™t trÃ¡i chá»‰ cÃ²n áº£nh (vd. block LiÃªn há»‡ trang chá»§) */
.contact-visual.contact-visual--image-only {
  min-height: clamp(280px, 40vw, 480px);
}

/* áº¢nh full width â€” background cover toÃ n khung cá»™t trÃ¡i (khÃ´ng text overlay) */
.contact-visual.contact-visual--bg-full {
  width: 100%;
  min-height: clamp(300px, 42vw, 540px);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.contact-visual.contact-visual--image-only.contact-visual--bg-full {
  min-height: clamp(300px, 42vw, 540px);
}

/* Banner liÃªn há»‡ (áº£nh promo) */
.contact-visual.contact-visual--promo {
  padding: 0;
  overflow: hidden;
  background: #fff3e5;
}

.contact-visual__cover {
  display: block;
  width: 100%;
  min-height: clamp(300px, 42vw, 540px);
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.contact-visual.contact-visual--bg-full .contact-advisor,
.contact-visual.contact-visual--bg-full .contact-plane,
.contact-visual.contact-visual--bg-full .contact-copy,
.contact-visual.contact-visual--bg-full .contact-info-list {
  display: none !important;
}

.contact-visual.contact-visual--image-only .contact-advisor {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  width: min(94%, 520px);
  height: auto;
  max-height: min(520px, 100%);
  transform: translateX(-50%);
  object-fit: contain;
  object-position: center bottom;
}

.contact-copy {
  position: relative;
  z-index: 2;
  max-width: 300px;
  padding: 60px 0 0 46px;
}

.contact-copy p {
  margin: 0;
  color: #272226;
  font-size: clamp(17.6px, 1.426vw, 22.9px);
  line-height: 1.45;
  font-weight: 600;
}

.contact-copy strong {
  color: var(--sunny-dark);
  font-weight: 600;
}

.contact-copy::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 22px;
  background: var(--sunny-dark);
}

.contact-info-list {
  position: absolute;
  z-index: 3;
  left: 38px;
  top: 250px;
  display: grid;
  gap: 16px;
  width: min(270px, calc(100% - 76px));
}

.contact-info-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 116, 24, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(45, 36, 34, 0.11);
  backdrop-filter: blur(10px);
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--sunny-dark);
  border-radius: 50%;
  color: var(--sunny-dark);
  background: rgba(255, 255, 255, 0.92);
}

.contact-info-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-info-label {
  display: block;
  color: #1f1b1f;
  font-size: 13.2px;
  line-height: 1.2;
  font-weight: 600;
}

.contact-info-value {
  display: block;
  margin-top: 4px;
  color: var(--sunny-dark);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word;
}

.contact-plane {
  position: absolute;
  z-index: 2;
  right: 36px;
  top: 40px;
  width: 86px;
  height: 58px;
  color: var(--sunny-dark);
  opacity: 0.9;
}

.contact-form-panel {
  align-self: center;
  padding: clamp(22px, 3vw, 42px) clamp(20px, 3vw, 44px) clamp(22px, 3vw, 38px) 0;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form .form-label {
  margin-bottom: 8px;
  color: #1f1b1f;
  font-size: 14.1px;
  font-weight: 600;
}

.contact-form .required {
  color: #ff3f18;
}

.contact-input-wrap {
  position: relative;
}

.contact-input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: #747780;
  transform: translateY(-50%);
  pointer-events: none;
}

.contact-input-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-input-wrap.textarea .contact-input-icon {
  top: 24px;
  transform: none;
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 48px;
  padding: 12px 18px 12px 58px;
  border: 1.5px solid rgba(92, 98, 112, 0.26);
  border-radius: 10px;
  color: #1f1b1f;
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 14.1px;
  font-weight: 500;
}

.contact-form textarea.form-control {
  min-height: 90px;
  resize: vertical;
}

.contact-form .form-control::placeholder {
  color: #8b909c;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(255, 116, 24, 0.78);
  box-shadow: 0 0 0 4px rgba(255, 116, 24, 0.13);
}

.contact-submit {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin-top: 2px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7e13 0%, #ff5d00 100%);
  box-shadow: 0 18px 38px rgba(255, 116, 24, 0.22);
  font-size: clamp(17.6px, 1.38vw, 22.9px);
  font-weight: 600;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(255, 116, 24, 0.28);
}

.contact-submit svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 0 0;
  color: #77727a;
  font-size: 13.2px;
  font-weight: 500;
}

.contact-note svg {
  width: 18px;
  height: 18px;
  stroke: var(--sunny-dark);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  flex: 0 0 auto;
}

/* Trang LiÃªn há»‡ riÃªng â€” hero, lá»i há»©a, báº£n Ä‘á»“ */
.contact-page-hero {
  position: relative;
  text-align: left;
  padding: clamp(52px, 6.5vw, 96px) 0;
  overflow: hidden;
}

.contact-page-hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  left: -120px;
  top: -90px;
  border: 1px solid rgba(255, 116, 24, 0.22);
  box-shadow:
    inset 0 0 0 20px rgba(255, 116, 24, 0.04),
    inset 0 0 0 48px rgba(255, 116, 24, 0.05);
}

.contact-page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -40px;
  bottom: -50px;
  background: radial-gradient(circle, rgba(255, 116, 24, 0.12) 0%, transparent 68%);
}

.contact-page-hero-inner {
  position: relative;
  z-index: 1;
}

.contact-page-breadcrumb {
  display: flex;
  justify-content: flex-start;
  margin-bottom: clamp(14px, 2vw, 20px);
}

.contact-page-breadcrumb-track {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 4px 8px 4px 6px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 248, 242, 0.94) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 116, 24, 0.2);
  border-radius: 999px;
  box-shadow:
    0 6px 22px rgba(43, 31, 22, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.98) inset;
}

.contact-page-breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.contact-page-breadcrumb-item:first-child {
  padding-right: 2px;
}

.contact-page-breadcrumb-item:first-child::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 10px 0 5px;
  border-right: 1.5px solid rgba(233, 93, 0, 0.4);
  border-bottom: 1.5px solid rgba(233, 93, 0, 0.4);
  transform: rotate(-45deg) translateY(0.5px);
  flex-shrink: 0;
  opacity: 0.88;
}

.contact-page-breadcrumb-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--sunny-dark);
}

.contact-page-breadcrumb-icon svg {
  width: 13px;
  height: 13px;
}

.contact-page-breadcrumb-icon--inverse {
  color: rgba(255, 255, 255, 0.96);
}

.contact-page-breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px 5px 7px;
  border-radius: 999px;
  color: #393235;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.contact-page-breadcrumb-link:hover {
  color: var(--sunny-dark);
  background: rgba(255, 116, 24, 0.11);
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(255, 116, 24, 0.12);
}

.contact-page-breadcrumb-link:focus-visible {
  outline: 2px solid var(--sunny);
  outline-offset: 3px;
}

.contact-page-breadcrumb-current {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px 5px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: linear-gradient(135deg, #ff931f 0%, #ff7418 38%, #e95d00 100%);
  box-shadow:
    0 8px 20px rgba(233, 93, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .contact-page-breadcrumb-link {
    transition: none;
  }

  .contact-page-breadcrumb-link:hover {
    transform: none;
  }
}

.contact-page-hero h1 {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #101014;
  text-wrap: balance;
}

.contact-page-hero h1 span {
  color: var(--sunny-dark);
}

.contact-page-hero .contact-page-intro {
  margin: 14px 0 0;
  max-width: min(34rem, 100%);
  color: #5f5a5d;
  font-size: clamp(14.5px, 1.08vw, 17px);
  line-height: 1.62;
  font-weight: 450;
}

.contact-page-promises-wrap {
  padding: clamp(36px, 4.5vw, 56px) 0;
}

.contact-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 26px);
}

.contact-promise-card {
  border-radius: 22px;
  padding: clamp(24px, 2.8vw, 30px) clamp(20px, 2.4vw, 26px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 20, 19, 0.08);
  box-shadow: 0 18px 46px rgba(37, 25, 18, 0.07);
  height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-promise-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(255, 116, 24, 0.11);
}

.contact-promise-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  background: linear-gradient(145deg, rgba(255, 138, 45, 0.26), rgba(255, 93, 0, 0.08));
  color: var(--sunny-dark);
}

.contact-promise-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-promise-card h2 {
  margin: 0 0 10px;
  font-size: clamp(17px, 1.35vw, 19.5px);
  font-weight: 600;
  color: #141110;
}

.contact-promise-card p {
  margin: 0;
  color: #595154;
  font-size: 14.4px;
  line-height: 1.55;
  font-weight: 450;
}

.contact-map-frame.contact-map-frame--embed {
  min-height: 0;
  padding: 0;
  background: #e9eef2;
}

.contact-map-frame--embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: min(420px, 65vw);
  height: clamp(280px, 52vw, 480px);
  border: 0;
}

.contact-map-section {
  padding: clamp(28px, 3.5vw, 44px) 0 clamp(40px, 5vw, 64px);
}

.contact-map-inner {
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
  box-sizing: border-box;
}

.contact-map-heading {
  text-align: center;
  margin-bottom: clamp(20px, 2.6vw, 30px);
}

.contact-map-heading h2 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #141110;
}

.contact-map-heading h2 span {
  color: var(--sunny-dark);
}

.contact-map-heading p {
  margin: 10px auto 0;
  max-width: 36rem;
  color: #5f5a5d;
  font-size: 14.6px;
  line-height: 1.55;
}

.contact-map-frame {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: min(320px, 42vw);
  border: 1px solid rgba(22, 20, 19, 0.12);
  box-shadow: 0 24px 72px rgba(43, 31, 22, 0.09);
  background:
    radial-gradient(ellipse 80% 70% at 30% 40%, rgba(255, 230, 212, 0.65) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 75%, rgba(255, 213, 186, 0.45) 0%, transparent 50%),
    linear-gradient(180deg, rgba(255, 251, 248, 0.98) 0%, rgba(255, 255, 255, 0.99) 100%);
}

.contact-map-frame a {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: var(--sunny-dark);
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 18px);
  transition: background 160ms ease;
}

.contact-map-frame a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.contact-map-frame a span.contact-map-sub {
  font-size: 14px;
  font-weight: 500;
  color: #5f5a5d;
  max-width: 26rem;
  text-align: center;
  line-height: 1.45;
  padding: 0 16px;
}

.contact-map-pin {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(255, 116, 24, 0.35);
  box-shadow: 0 12px 32px rgba(255, 116, 24, 0.15);
}

.contact-map-pin svg {
  width: 30px;
  height: 30px;
  stroke: var(--sunny-dark);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .contact-promise-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }

  .contact-promise-grid.contact-promise-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-inline: 0;
  }
}

.contact-promise-grid.contact-promise-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: none;
  margin-inline: 0;
}

@media (max-width: 1199.98px) {
  .contact-promise-grid.contact-promise-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .contact-promise-grid.contact-promise-grid--4 {
    grid-template-columns: 1fr;
  }
}

.site-footer-main {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1.5px solid rgba(255, 116, 24, 0.45);
  border-radius: 0;
  background:
    radial-gradient(circle at 3% 6%, rgba(255, 116, 24, 0.12), transparent 13rem),
    radial-gradient(circle at 97% 78%, rgba(255, 116, 24, 0.12), transparent 14rem),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 82px rgba(43, 31, 22, 0.09);
  overflow: hidden;
}

.site-footer-main::before,
.site-footer-main::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.site-footer-main::before {
  left: -72px;
  top: 34px;
  width: 160px;
  aspect-ratio: 1;
  background: rgba(255, 116, 24, 0.1);
}

.site-footer-main::after {
  right: -72px;
  top: 455px;
  width: 160px;
  aspect-ratio: 1;
  border: 1.5px solid rgba(255, 116, 24, 0.38);
}

.footer-ring {
  position: absolute;
  left: 70px;
  top: -26px;
  width: 74px;
  aspect-ratio: 1;
  border: 2px solid var(--sunny);
  border-radius: 50%;
  pointer-events: none;
}

.footer-dot {
  position: absolute;
  left: 182px;
  top: 62px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 116, 24, 0.55);
  pointer-events: none;
}

.footer-dots {
  position: absolute;
  width: 116px;
  height: 82px;
  background-image: radial-gradient(rgba(255, 116, 24, 0.42) 2.8px, transparent 2.8px);
  background-size: 24px 24px;
  pointer-events: none;
  opacity: 0.65;
}

.footer-dots.left {
  left: 80px;
  bottom: 142px;
}

.footer-dots.right {
  right: 110px;
  bottom: 154px;
}

.footer-plane {
  position: absolute;
  left: 236px;
  bottom: 130px;
  width: 240px;
  height: 70px;
  color: var(--sunny-dark);
  opacity: 0.72;
  pointer-events: none;
}

.footer-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.28fr 1.05fr 1.32fr 1.68fr;
  gap: clamp(28px, 3.2vw, 56px);
  padding: clamp(72px, 7vw, 118px) 0 66px;
}

.footer-brand {
  max-width: 310px;
}

.footer-logo {
  width: 82px;
  height: auto;
  display: block;
  margin-bottom: 22px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  color: #4f484b;
  font-size: clamp(14.1px, 1.012vw, 16.7px);
  line-height: 1.58;
  font-weight: 500;
}

.footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}

.footer-social {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 116, 24, 0.25);
  border-radius: 50%;
  color: var(--sunny-dark);
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0;
  box-shadow: 0 10px 26px rgba(255, 116, 24, 0.08);
  transition: transform 160ms ease, color 160ms ease, background 160ms ease;
}

.footer-social svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-social:hover {
  color: #ffffff;
  background: var(--sunny-dark);
  transform: translateY(-2px);
}

.footer-heading {
  margin: 0 0 24px;
  color: var(--sunny-dark);
  font-size: clamp(19.4px, 1.518vw, 24.6px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.footer-heading::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 22px;
  background: var(--sunny-dark);
  box-shadow: 72px 0 0 -1px var(--sunny-dark);
}

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

.footer-list li {
  border-bottom: 1px dashed rgba(118, 103, 98, 0.28);
}

.footer-list a {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #4b4448;
  text-decoration: none;
  font-size: clamp(14.1px, 0.938vw, 15.8px);
  font-weight: 500;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-list a::before {
  content: "\203A";
  color: var(--sunny-dark);
  font-size: 26.4px;
  line-height: 1;
  font-weight: 400;
}

.footer-list a:hover {
  color: var(--sunny-dark);
  transform: translateX(4px);
}

.footer-contact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact {
  margin: 0;
  font-style: normal;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(118, 103, 98, 0.28);
  color: #4b4448;
}

.footer-contact-icon {
  color: var(--sunny-dark);
}

.footer-contact-icon svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-contact-label {
  display: block;
  color: #211d20;
  font-size: 13.2px;
  line-height: 1.25;
  font-weight: 600;
}

.footer-contact-value {
  display: block;
  margin-top: 7px;
  color: #4f484b;
  font-size: clamp(13.2px, 0.92vw, 15px);
  line-height: 1.45;
  font-weight: 500;
}

.footer-contact-value.accent {
  color: var(--sunny-dark);
  font-size: clamp(15px, 1.104vw, 17.6px);
  font-weight: 600;
}

.newsletter-card {
  position: relative;
  align-self: start;
  padding: 34px 26px 32px;
  border: none;
  border-radius: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 116, 24, 0.16), transparent 15rem),
    rgba(255, 248, 240, 0.92);
  box-shadow: 0 22px 58px rgba(255, 116, 24, 0.15);
  overflow: hidden;
}

.newsletter-icon {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a15 0%, #ff5d00 100%);
  box-shadow: 0 14px 30px rgba(255, 116, 24, 0.28);
}

.newsletter-icon svg {
  width: 35px;
  height: 35px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.newsletter-card h3 {
  margin: 0;
  color: #1f1b1f;
  font-size: clamp(21.1px, 1.564vw, 26.4px);
  line-height: 1.2;
  font-weight: 600;
}

.newsletter-card h3::after {
  content: "";
  display: block;
  width: 62px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--sunny-dark);
  box-shadow: 70px 0 0 -1px var(--sunny-dark);
}

.newsletter-card p {
  margin: 18px auto 24px;
  max-width: 300px;
  color: #494246;
  font-size: clamp(13.2px, 0.92vw, 15px);
  line-height: 1.55;
  font-weight: 500;
}

.newsletter-field {
  position: relative;
  margin-bottom: 18px;
}

.newsletter-field svg {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  color: #7c8290;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transform: translateY(-50%);
  pointer-events: none;
}

.newsletter-field input {
  width: 100%;
  min-height: 54px;
  padding: 12px 18px 12px 56px;
  border: 1.5px solid rgba(115, 122, 138, 0.22);
  border-radius: 13px;
  color: #211d20;
  background: rgba(255, 255, 255, 0.88);
  font-size: 14.1px;
  font-weight: 500;
  outline: 0;
}

.newsletter-field input:focus {
  border-color: rgba(255, 116, 24, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 116, 24, 0.13);
}

.newsletter-btn {
  width: 100%;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff8a15 0%, #ff5d00 100%);
  box-shadow: 0 16px 34px rgba(255, 116, 24, 0.23);
  font-size: clamp(15.8px, 1.104vw, 19.4px);
  font-weight: 600;
}

.newsletter-btn svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0 36px;
  border-top: 1px solid rgba(255, 116, 24, 0.35);
  color: #5f585b;
  font-size: 14.1px;
  font-weight: 500;
}

.footer-bottom strong {
  color: var(--sunny-dark);
  font-weight: 600;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-legal li:not(:last-child)::after {
  content: "|";
  margin-left: 28px;
  color: rgba(82, 74, 76, 0.55);
}

.footer-legal a {
  color: #5f585b;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-legal a:hover {
  color: var(--sunny-dark);
}

.infographic {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(460px, 620px) minmax(320px, 1fr);
  gap: clamp(26px, 3vw, 54px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.reason-column {
  display: grid;
  gap: 28px;
}

.reason {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 130px;
  padding: 0 0 26px;
}

.reason::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(255, 116, 24, 0.36) 45%, transparent 0%);
  background-size: 10px 1px;
}

.reason:last-child::after {
  display: none;
}

.reason.right {
  grid-template-columns: 82px 1fr;
}

.number {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 116, 24, 0.23);
  border-radius: 12px;
  color: var(--sunny);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(255, 116, 24, 0.08);
  font-size: 22.9px;
  font-weight: 600;
}

.copy h2 {
  margin: -3px 0 8px;
  color: var(--sunny);
  font-size: clamp(19.4px, 1.656vw, 25.5px);
  line-height: 1.22;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.copy p {
  margin: 0;
  max-width: 470px;
  color: #4e4542;
  font-size: clamp(14.1px, 1.086vw, 17.6px);
  line-height: 1.62;
  font-weight: 500;
}

.center-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 410px;
  isolation: isolate;
}

.orbit {
  position: absolute;
  width: min(92vw, 440px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 116, 24, 0.24);
  box-shadow:
    inset 0 0 0 28px rgba(255, 116, 24, 0.035),
    inset 0 0 0 34px rgba(255, 255, 255, 0.9);
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  inset: -28px;
  border: 1px dashed rgba(255, 116, 24, 0.28);
  border-radius: inherit;
}

.orbit::after {
  inset: 27px;
  border-style: solid;
  opacity: 0.55;
}

.core {
  position: relative;
  z-index: 2;
  width: min(82vw, 320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  text-align: center;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 37%, rgba(255, 116, 24, 0.22), transparent 54%),
    linear-gradient(180deg, #fff7ef 0%, #ffe9d3 100%);
  box-shadow:
    var(--shadow),
    inset 0 -16px 28px rgba(255, 116, 24, 0.08);
}

.core::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(255, 116, 24, 0.15);
  border-radius: inherit;
}

.core-content {
  position: relative;
  z-index: 1;
}

.core .six {
  display: block;
  color: var(--sunny);
  font-size: clamp(60px, 5.75vw, 94px);
  line-height: 0.72;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.core .label {
  display: block;
  margin-top: 8px;
  color: var(--sunny-dark);
  font-size: clamp(28px, 3.32vw, 47.5px);
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.core .sub {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(13.8px, 1.44vw, 21.2px);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.icon-node {
  --x: 50%;
  --y: 50%;
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border: 3px solid var(--sunny);
  border-radius: 50%;
  color: var(--sunny);
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 18px 42px rgba(255, 116, 24, 0.18),
    inset 0 0 0 9px #fff8f1;
  transform: translate(-50%, -50%);
}

.icon-node svg {
  width: 46px;
  height: 46px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-node.fill svg .filled {
  fill: currentColor;
  stroke: none;
}

.icon-node::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 116, 24, 0.55), transparent);
  transform: rotate(var(--angle));
  z-index: -1;
}

.icon-node::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sunny);
  box-shadow: 0 0 0 5px rgba(255, 116, 24, 0.12);
  transform: translate(var(--dot-x), var(--dot-y));
}

.node-1 { --x: 17%; --y: 18%; --angle: 27deg; --dot-x: 73px; --dot-y: 36px; }
.node-2 { --x: 10%; --y: 50%; --angle: 0deg; --dot-x: 77px; --dot-y: 0; }
.node-3 { --x: 17%; --y: 82%; --angle: -27deg; --dot-x: 73px; --dot-y: -36px; }
.node-4 { --x: 83%; --y: 18%; --angle: -27deg; --dot-x: -73px; --dot-y: 36px; }
.node-5 { --x: 90%; --y: 50%; --angle: 0deg; --dot-x: -77px; --dot-y: 0; }
.node-6 { --x: 83%; --y: 82%; --angle: 27deg; --dot-x: -73px; --dot-y: -36px; }

.spark {
  position: absolute;
  z-index: 4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aqua);
  opacity: 0.65;
}

.spark.one { left: 49%; top: 3%; }
.spark.two { left: 5%; top: 64%; }
.spark.three { right: 8%; bottom: 12%; }

@media (max-width: 1180px) {
  .site-nav {
    min-height: 88px;
  }

  .main-menu {
    gap: 0;
    column-gap: 3px;
    row-gap: 6px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-btn {
    padding-inline: 14px;
    min-height: 38px;
    font-size: 13.2px;
  }

  .header-btn svg {
    width: 17px;
    height: 17px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    min-height: var(--hero-slide-min);
    padding-top: 48px;
    text-align: center;
  }

  .hero-copy,
  .hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-media {
    min-height: 0;
    max-height: min(48vh, 420px);
  }

  .hero-media img {
    max-height: min(48vh, 420px);
  }

  .course-card {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
  }

  .course-info {
    padding: 0 18px 24px;
  }

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

  .teacher-card {
    grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1fr);
  }

  .student-slide {
    padding-inline: clamp(12px, 3vw, 32px);
  }

  .student-card.featured {
    padding: 28px 32px;
    gap: 22px;
    min-height: 0;
  }

  .news-card-img {
    height: 230px;
  }

  .contact-shell {
    grid-template-columns: 1fr;
  }

  .contact-visual {
    min-height: 560px;
  }

  .contact-form-panel {
    padding: 4px 28px 28px;
  }

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

  .newsletter-card {
    grid-column: 1 / -1;
    max-width: 560px;
    justify-self: center;
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

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

  .why-sunny-block .infographic {
    grid-template-columns: 1fr;
  }

  .center-stage {
    order: -1;
    min-height: 435px;
  }

  .reason-column {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 26px 34px;
  }

  .reason,
  .reason.right {
    grid-template-columns: 66px 1fr;
  }

  .reason:last-child::after {
    display: block;
  }
}

@media (max-width: 720px) {
  .page {
    width: min(100% - 28px, 640px);
    padding-top: 28px;
  }

  .page.page-contact {
    padding-top: 0;
  }

  main.page.page-contact > .contact-page-hero.section-strip {
    padding-top: 8px;
  }

  .site-main .site-block--flex .page.page-contact > .contact-page-hero.section-strip,
  article.page-content > .site-block--flex .page.page-contact > .contact-page-hero.section-strip,
  .site-main .site-block--flex .page.page-test-level > .contact-page-hero.section-strip,
  article.page-content > .site-block--flex .page.page-test-level > .contact-page-hero.section-strip {
    padding-top: 8px;
  }

  .site-main .site-block--flex > .page.page-contact,
  article.page-content > .site-block--flex > .page.page-contact,
  .site-main .site-block--flex > .page.page-test-level,
  article.page-content > .site-block--flex > .page.page-test-level {
    width: 100%;
    max-width: none;
  }

  .page.page-test-level {
    padding-top: 0;
  }

  main.page.page-test-level > .contact-page-hero.section-strip {
    padding-top: 8px;
  }

  .topbar {
    font-size: 11.5px;
  }

  .topbar-inner {
    width: min(100% - 28px, 640px);
    min-height: auto;
    gap: 8px;
    padding: 2px 0;
  }

  .topbar-list {
    gap: 6px;
  }

  .topbar-social-label {
    display: none;
  }

  .topbar .social-link {
    font-size: 0;
  }

  .social-link {
    width: 32px;
    height: 32px;
    font-size: 13.2px;
  }

  .site-nav {
    width: min(100% - 28px, 640px);
    min-height: 84px;
  }

  .footer-inner {
    width: min(100% - 28px, 640px);
  }

  .sunny-logo {
    width: 56px;
  }

  .navbar-collapse {
    padding: 16px 0 22px;
  }

  .main-menu {
    align-items: center;
    width: 100%;
    gap: 0;
    column-gap: 0;
    row-gap: 8px;
    margin: 0 0 18px;
  }

  .main-menu .nav-link {
    padding: 10px 16px !important;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    max-width: min(100%, 340px);
    margin-inline: auto;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .header-btn {
    width: 100%;
    min-height: 44px;
  }

  .hero-slide {
    width: min(100% - 28px, 640px);
    gap: 28px;
    padding: 34px 0 58px;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }

  .hero-title {
    font-size: 27px;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 14.5px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .hero-btn {
    width: 100%;
    min-height: 56px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 24px 0;
    margin-top: 36px;
  }

  .hero-stat:nth-child(2)::after {
    display: none;
  }

  .hero-media {
    min-height: 0;
    max-height: min(40vh, 340px);
  }

  .hero-media img {
    max-height: min(40vh, 340px);
  }

  .hero-control {
    width: 50px;
    height: 50px;
    top: 58%;
  }

  .hero-control.carousel-control-prev {
    left: 8px;
  }

  .hero-control.carousel-control-next {
    right: 8px;
  }

  .hero-control svg {
    width: 25px;
    height: 25px;
  }

  .hero-indicators {
    gap: 8px;
    margin-bottom: 16px;
  }

  .hero-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .course-section::before,
  .course-section::after,
  .course-card::after {
    display: none;
  }

  .course-heading {
    margin-bottom: 24px;
  }

  .course-heading h2 {
    font-size: 31.7px;
  }

  .course-block .course-heading h2 {
    font-size: clamp(19.5px, 4.2vw, 23.5px);
  }

  .course-block .course-heading p {
    font-size: 11.8px;
  }

  .opening-schedule-block .opening-schedule-heading h2 {
    font-size: clamp(19.5px, 4.2vw, 23.5px);
  }

  .opening-schedule-block .opening-schedule-heading p {
    font-size: 11.8px;
  }

  .course-card {
    border-radius: 26px;
    padding: 14px;
  }

  .course-visual {
    min-height: 360px;
    border-radius: 20px;
  }

  .course-info {
    padding: 4px 4px 18px;
  }

  .course-pill {
    min-height: 34px;
    font-size: 12.3px;
  }

  .course-info h3 {
    margin-top: 18px;
  }

  .course-block .course-info h3 {
    font-size: clamp(17px, 4.5vw, 22px);
  }

  .course-features li {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    min-height: 72px;
  }

  .feature-icon {
    width: 48px;
    height: 48px;
  }

  .feature-icon svg {
    width: 27px;
    height: 27px;
  }

  .course-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .course-btn {
    width: 100%;
    min-width: 0;
  }

  .teachers-section {
    margin-top: 54px;
  }

  .teachers-section::before,
  .teachers-section::after {
    display: none;
  }

  .teachers-heading {
    margin-bottom: 24px;
  }

  .teachers-heading h2 {
    font-size: 31.7px;
  }

  .teachers-block .teachers-heading h2 {
    font-size: clamp(19.5px, 4.2vw, 23.5px);
  }

  .teachers-block .teachers-heading p {
    font-size: 11.8px;
  }

  .teachers-block .teacher-name {
    font-size: clamp(14.5px, 4vw, 19px);
  }

  .teachers-block .teacher-role {
    font-size: 12.4px;
  }

  .teachers-block .teacher-points li {
    font-size: 12.4px;
  }

  .teacher-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .teacher-photo {
    min-height: 310px;
  }

  .teacher-detail {
    padding: 24px 22px 28px;
  }

  .teacher-topline {
    grid-template-columns: 62px 1fr;
    gap: 14px;
  }

  .teacher-badge {
    width: 54px;
    height: 54px;
  }

  .teacher-badge svg {
    width: 31px;
    height: 31px;
  }

  .teacher-points {
    margin-top: 20px;
  }

  .teachers-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .students-section {
    margin-top: 58px;
  }

  .students-section::before,
  .students-section::after {
    display: none;
  }

  .students-heading {
    margin-bottom: 24px;
  }

  .students-heading h2 {
    font-size: 31.7px;
  }

  .students-block .students-heading h2 {
    font-size: clamp(19.5px, 4.2vw, 23.5px);
  }

  .students-block .students-heading p {
    font-size: 11.8px;
  }

  .students-block .student-name {
    font-size: clamp(17px, 4.5vw, 22px);
  }

  .students-block .student-role {
    font-size: 12.4px;
  }

  .students-block .student-quote {
    font-size: 12.4px;
  }

  .students-block .student-card.preview .student-name {
    font-size: 14px;
  }

  .students-block .student-card.preview .student-role {
    font-size: 11px;
  }

  .students-block .student-card.preview .student-quote {
    font-size: 10.5px;
  }

  .student-slide {
    padding: 8px 4px 0;
  }

  .student-card.featured {
    gap: 16px;
    min-height: auto;
    padding: 16px;
    border-radius: 26px;
  }

  .student-featured-top {
    grid-template-columns: 1fr;
    gap: 14px;
    justify-items: center;
    text-align: center;
  }

  .student-featured-meta {
    align-items: center;
    text-align: center;
  }

  .student-card.featured .student-photo {
    max-width: min(280px, 88vw);
    border-radius: 20px;
  }

  .student-featured-bottom {
    padding-top: 4px;
  }

  .student-featured-bottom .student-quote {
    margin-top: 14px;
  }

  .student-content {
    padding: 0 4px 12px;
  }

  .student-quote {
    margin-top: 24px;
    padding-left: 34px;
    font-size: 14.5px;
  }

  .student-quote::before {
    top: -12px;
    font-size: 49.3px;
  }

  .student-tag {
    min-height: 52px;
    margin-top: 26px;
    padding: 0 20px;
    font-size: 15.8px;
  }

  .student-nav {
    width: 44px;
    height: 44px;
    top: 42%;
  }

  .student-nav-prev {
    left: clamp(8px, 2.5vw, 16px);
  }

  .student-nav-next {
    right: clamp(8px, 2.5vw, 16px);
  }

  .student-nav svg {
    width: 22px;
    height: 22px;
  }

  .student-indicators {
    gap: 12px;
    margin-top: 18px;
  }

  .student-indicators button {
    width: 12px;
    height: 12px;
  }

  .students-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .news-section {
    margin-top: 0;
    margin-bottom: 0;
    padding: 34px 0 28px;
    border-radius: 0;
  }

  .news-block .news-link {
    font-size: 12.4px;
  }

  .news-section::before,
  .news-section::after,
  .news-dots,
  .news-float-dot {
    display: none;
  }

  .news-heading {
    margin-bottom: 26px;
  }

  .news-heading h2 {
    font-size: 31.7px;
  }

  .news-block .news-heading h2 {
    font-size: clamp(19.5px, 4.2vw, 23.5px);
  }

  .news-block .news-heading p {
    font-size: 11.8px;
  }

  .news-block .news-card h3 {
    font-size: clamp(14.5px, 3.6vw, 17.5px);
    line-height: 1.3;
  }

  .news-block .news-card p {
    font-size: 12.4px;
  }

  .news-block .news-meta {
    font-size: 12.4px;
  }

  .news-title-row {
    gap: 16px;
  }

  .news-title-row::before,
  .news-title-row::after {
    width: 42px;
  }

  .news-card {
    border-radius: 18px;
  }

  .news-card-img {
    height: 220px;
  }

  .news-card-body {
    padding: 22px 22px 24px;
  }

  .news-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .contact-section {
    margin-top: 0;
  }

  .contact-section::before,
  .contact-section::after,
  .contact-dots,
  .contact-ring {
    display: none;
  }

  .contact-page-hero::before,
  .contact-page-hero::after {
    display: none;
  }

  .contact-map-inner {
    width: min(100% - 28px, 640px);
  }

  .contact-page-breadcrumb-track {
    padding: 3px 6px 3px 5px;
  }

  .contact-page-breadcrumb-link,
  .contact-page-breadcrumb-current {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .contact-page-breadcrumb-link {
    padding-right: 10px;
    padding-left: 6px;
  }

  .contact-page-breadcrumb-current {
    padding-right: 11px;
    padding-left: 7px;
  }

  .contact-page-breadcrumb-item:first-child::after {
    margin: 0 8px 0 3px;
  }

  .contact-page-breadcrumb-icon {
    width: 16px;
    height: 16px;
  }

  .contact-page-breadcrumb-icon svg {
    width: 12px;
    height: 12px;
  }

  .contact-heading {
    margin-bottom: clamp(36px, 8vw, 44px);
  }

  .contact-block .contact-heading {
    margin-bottom: clamp(40px, 8vw, 56px);
  }

  .contact-heading h2 {
    font-size: 31.7px;
  }

  .contact-block .contact-heading h2 {
    font-size: clamp(19.5px, 4.2vw, 23.5px);
  }

  .contact-block .contact-heading p {
    font-size: 11.8px;
  }

  .contact-block .contact-copy p {
    font-size: 12.4px;
  }

  .contact-block .contact-info-label {
    font-size: 12.4px;
  }

  .contact-block .contact-info-value {
    font-size: 12.4px;
  }

  .contact-block .contact-form .form-label {
    font-size: 12.4px;
  }

  .contact-block .contact-form .form-control,
  .contact-block .contact-form .form-select {
    font-size: 12.4px;
  }

  .contact-block .contact-note {
    font-size: 12.4px;
  }

  .contact-shell {
    padding: 10px;
    border-radius: 26px;
  }

  .contact-visual {
    min-height: 520px;
    border-radius: 20px;
  }

  .contact-visual.contact-visual--image-only {
    min-height: clamp(260px, 72vw, 400px);
  }

  .contact-visual.contact-visual--bg-full {
    min-height: clamp(260px, 58vw, 440px);
    width: 100%;
    background-size: cover;
    background-position: center bottom;
  }

  .contact-visual::after {
    display: none;
  }

  .contact-advisor {
    width: 70%;
  }

  .contact-copy {
    max-width: 260px;
    padding: 34px 0 0 26px;
  }

  .contact-copy p {
    font-size: 17.6px;
  }

  .contact-info-list {
    left: 22px;
    top: 210px;
    width: min(270px, calc(100% - 44px));
  }

  .contact-form-panel {
    padding: 6px 8px 18px;
  }

  .site-footer-main {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }

  .site-footer-main::before,
  .site-footer-main::after,
  .footer-ring,
  .footer-dot,
  .footer-dots,
  .footer-plane {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 0 34px;
  }

  .footer-brand {
    max-width: none;
    text-align: center;
  }

  .footer-logo {
    width: 74px;
    margin-inline: auto;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-heading {
    margin-bottom: 16px;
  }

  .footer-list a {
    min-height: 54px;
  }

  .newsletter-card {
    grid-column: auto;
    max-width: none;
  }

  .footer-bottom {
    padding: 24px 0 28px;
  }

  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
  }

  .footer-legal li:not(:last-child)::after {
    margin-left: 18px;
  }

  .headline {
    margin-bottom: 26px;
  }

  .center-stage {
    min-height: 338px;
  }

  .orbit {
    width: min(86vw, 298px);
  }

  .core {
    width: min(68vw, 224px);
    border-width: 3px;
  }

  .icon-node {
    width: 60px;
    height: 60px;
    border-width: 2px;
    box-shadow:
      0 12px 26px rgba(255, 116, 24, 0.16),
      inset 0 0 0 6px #fff8f1;
  }

  .icon-node svg {
    width: 28px;
    height: 28px;
  }

  .icon-node::before {
    width: 48px;
  }

  .icon-node::after {
    width: 8px;
    height: 8px;
  }

  .node-1 { --x: 18%; --y: 19%; --dot-x: 44px; --dot-y: 21px; }
  .node-2 { --x: 9%; --y: 50%; --dot-x: 47px; --dot-y: 0; }
  .node-3 { --x: 18%; --y: 81%; --dot-x: 44px; --dot-y: -21px; }
  .node-4 { --x: 82%; --y: 19%; --dot-x: -44px; --dot-y: 21px; }
  .node-5 { --x: 91%; --y: 50%; --dot-x: -47px; --dot-y: 0; }
  .node-6 { --x: 82%; --y: 81%; --dot-x: -44px; --dot-y: -21px; }

  .reason-column {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .reason,
  .reason.right {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    min-height: auto;
    padding-bottom: 22px;
  }

  .number {
    width: 50px;
    height: 50px;
    font-size: 20.2px;
    border-radius: 11px;
  }
}

@media (max-width: 460px) {
  .topbar-item--email {
    display: none;
  }

  .sunny-logo {
    width: 52px;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-copy {
    font-size: 13.6px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 0;
    max-width: 100%;
  }

  .hero-stat {
    padding: 0 10px;
  }

  .hero-stat:nth-child(2)::after {
    display: none;
  }

  .hero-media {
    min-height: 0;
    max-height: min(38vh, 300px);
  }

  .hero-media img {
    max-height: min(38vh, 300px);
  }

  .course-heading h2 {
    font-size: 27.3px;
  }

  .course-block .course-heading h2 {
    font-size: 22px;
  }

  .course-heading p {
    font-size: 14.1px;
  }

  .course-block .course-heading p {
    font-size: 11.2px;
  }

  .opening-schedule-block .opening-schedule-heading h2 {
    font-size: 22px;
  }

  .opening-schedule-block .opening-schedule-heading p {
    font-size: 11.2px;
  }

  .course-visual {
    min-height: 300px;
  }

  .course-info h3 {
    font-size: 23.8px;
  }

  .course-block .course-info h3 {
    font-size: 20px;
  }

  .course-intro {
    font-size: 14.1px;
  }

  .course-block .course-intro {
    font-size: 12.6px;
  }

  .course-features li {
    font-size: 13.6px;
  }

  .course-block .course-features li {
    font-size: 12.6px;
  }

  .course-btn {
    min-height: 56px;
    font-size: 15px;
  }

  .teachers-heading h2 {
    font-size: 27.3px;
  }

  .teachers-block .teachers-heading h2 {
    font-size: 22px;
  }

  .teachers-block .teachers-heading p {
    font-size: 11.2px;
  }

  .teachers-heading p {
    font-size: 14.1px;
  }

  .teachers-block .teacher-name {
    font-size: 17px;
  }

  .teachers-block .teacher-role {
    font-size: 12.6px;
  }

  .teachers-block .teacher-points li {
    font-size: 12.6px;
  }

  .teacher-photo {
    min-height: 270px;
  }

  .teacher-detail {
    padding: 22px 18px 24px;
  }

  .teacher-name {
    font-size: 18.5px;
  }

  .teacher-role {
    font-size: 15px;
  }

  .teacher-points li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    font-size: 13.2px;
  }

  .teacher-point-icon {
    width: 34px;
    height: 34px;
  }

  .students-heading h2 {
    font-size: 27.3px;
  }

  .students-block .students-heading h2 {
    font-size: 22px;
  }

  .students-block .students-heading p {
    font-size: 11.2px;
  }

  .students-heading p {
    font-size: 14.1px;
  }

  .student-card.featured .student-photo {
    max-width: min(260px, 88vw);
  }

  .students-block .student-name {
    font-size: 20px;
  }

  .students-block .student-role {
    font-size: 12.6px;
  }

  .students-block .student-quote {
    font-size: 12.6px;
  }

  .students-block .student-card.preview .student-name {
    font-size: 13px;
  }

  .students-block .student-card.preview .student-role {
    font-size: 10.5px;
  }

  .students-block .student-card.preview .student-quote {
    font-size: 10px;
  }

  .student-name {
    font-size: 22px;
  }

  .student-role {
    font-size: 15px;
  }

  .stars {
    gap: 6px;
    font-size: 19.4px;
  }

  .student-quote {
    font-size: 13.6px;
  }

  .student-tag {
    width: 100%;
    justify-content: center;
  }

  .news-icon {
    width: 50px;
    height: 50px;
  }

  .news-heading h2 {
    font-size: 27.3px;
  }

  .news-block .news-heading h2 {
    font-size: 22px;
  }

  .news-heading p {
    font-size: 14.1px;
  }

  .news-block .news-heading p {
    font-size: 11.2px;
  }

  .news-title-row::before,
  .news-title-row::after {
    display: none;
  }

  .news-card-img {
    height: 190px;
  }

  .news-meta {
    gap: 12px;
    font-size: 13.2px;
  }

  .news-card h3 {
    font-size: 18.5px;
  }

  .news-block .news-card h3 {
    font-size: 16.5px;
    line-height: 1.3;
  }

  .news-card p {
    font-size: 13.6px;
  }

  .news-block .news-card p {
    font-size: 12.6px;
  }

  .news-block .news-meta {
    font-size: 12.6px;
  }

  .contact-heading h2 {
    font-size: 27.3px;
  }

  .contact-block .contact-heading h2 {
    font-size: 22px;
  }

  .contact-heading p {
    font-size: 14.1px;
  }

  .contact-block .contact-heading p {
    font-size: 11.2px;
  }

  .contact-mark::before,
  .contact-mark::after {
    width: 48px;
  }

  .contact-visual {
    min-height: 620px;
  }

  .contact-advisor {
    width: 100%;
    height: 410px;
    top: auto;
    bottom: 0;
    opacity: 0.62;
  }

  .contact-copy {
    max-width: none;
    padding: 28px 22px 0;
  }

  .contact-copy p {
    font-size: 15.8px;
  }

  .contact-info-list {
    top: 180px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .contact-info-item {
    min-height: 68px;
    grid-template-columns: 48px 1fr;
  }

  .contact-info-icon {
    width: 42px;
    height: 42px;
  }

  .contact-form .form-control,
  .contact-form .form-select {
    font-size: 13.2px;
  }

  .contact-submit {
    min-height: 56px;
    font-size: 15.8px;
  }

  .footer-content {
    padding: 34px 0 28px;
  }

  .footer-logo {
    width: 66px;
  }

  .footer-social {
    width: 44px;
    height: 44px;
    font-size: 0;
  }

  .footer-heading {
    font-size: 19.4px;
  }

  .footer-heading::after,
  .newsletter-card h3::after {
    box-shadow: none;
  }

  .footer-list a {
    font-size: 13.6px;
  }

  .footer-contact-item {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .newsletter-card {
    padding: 28px 18px 24px;
    border-radius: 22px;
  }

  .newsletter-icon {
    width: 54px;
    height: 54px;
  }

  .newsletter-btn {
    min-height: 54px;
    font-size: 15px;
  }

  .footer-bottom {
    font-size: 12.3px;
  }

  .footer-legal li:not(:last-child)::after {
    display: none;
  }

  .headline h1 {
    font-size: 27.3px;
  }

  .why-sunny-block .headline h1 {
    font-size: 22px;
  }

  .headline p {
    font-size: 14.1px;
  }

  .why-sunny-block .headline p {
    font-size: 11.8px;
  }

  .center-stage {
    min-height: 282px;
  }

  .orbit {
    width: 250px;
    max-width: 86vw;
  }

  .orbit::before {
    inset: -16px;
  }

  .core {
    width: 178px;
    max-width: 62vw;
  }

  .icon-node {
    width: 48px;
    height: 48px;
  }

  .icon-node svg {
    width: 23px;
    height: 23px;
  }

  .icon-node::before,
  .icon-node::after {
    display: none;
  }

  .copy h2 {
    font-size: 17.6px;
  }

  .why-sunny-block .copy h2 {
    font-size: 16px;
  }

  .copy p {
    font-size: 13.6px;
    line-height: 1.62;
  }

  .why-sunny-block .copy p {
    font-size: 12.6px;
    font-weight: 400;
  }
}

/* Trang chá»§: giáº£m há»a tiáº¿t ná»n â€” hÃ¬nh trÃ²n / radial lá»›n (body.home-page trÃªn index) */
body.home-page {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

body.home-page .hero-section {
  background: linear-gradient(180deg, #ffe8d6 0%, #fff6ec 44%, #ffffff 100%);
  box-shadow: none;
  border-bottom: none;
}

body.home-page .hero-section::before,
body.home-page .hero-section::after {
  display: none;
}

body.home-page .hero-media::before {
  display: none;
}

body.home-page .hero-media img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(255, 116, 24, 0.14), 0 4px 12px rgba(26, 26, 46, 0.06);
  filter: none;
}

body.home-page .course-section::before,
body.home-page .course-section::after {
  display: none;
}

body.home-page .course-card {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.56) 0%,
    rgba(255, 255, 255, 0.92) 47%,
    rgba(255, 255, 255, 0.98) 100%
  );
}

body.home-page .course-card::after {
  display: none;
}

body.home-page .teachers-section::before,
body.home-page .teachers-section::after {
  display: none;
}

body.home-page .teacher-card {
  background: linear-gradient(90deg, rgba(255, 251, 247, 0.78) 0%, rgba(255, 255, 255, 0.98) 57%);
}

body.home-page .students-section::before,
body.home-page .students-section::after {
  display: none;
}

body.home-page .student-card.featured {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.98) 52%);
}

body.home-page .news-section {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(54, 39, 29, 0.06);
}

body.home-page .news-section::before,
body.home-page .news-section::after {
  display: none;
}

body.home-page .news-dots,
body.home-page .news-float-dot {
  display: none;
}

body.home-page .contact-section::before,
body.home-page .contact-section::after {
  display: none;
}

body.home-page .contact-dots,
body.home-page .contact-ring {
  display: none;
}

body.home-page .contact-shell {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.98) 55%);
}

body.home-page .contact-visual {
  background-color: #fff6ec;
}

body.home-page .contact-visual.contact-visual--bg-full {
  min-height: clamp(320px, 40vw, 560px);
  background-color: #fff3e5;
}

body.home-page .site-footer-main {
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(43, 31, 22, 0.06);
}

body.home-page .site-footer-main::before,
body.home-page .site-footer-main::after {
  display: none;
}

body.home-page .footer-ring,
body.home-page .footer-dot,
body.home-page .footer-dots,
body.home-page .footer-plane {
  display: none;
}

body.home-page .orbit::before,
body.home-page .orbit::after {
  display: none;
}

body.home-page .orbit {
  border-color: rgba(255, 116, 24, 0.16);
  box-shadow: inset 0 0 0 14px rgba(255, 116, 24, 0.02);
}

body.home-page .core {
  background: linear-gradient(180deg, #fff7ef 0%, #ffe9d3 100%);
  box-shadow: var(--shadow), inset 0 -8px 16px rgba(255, 116, 24, 0.05);
}

/* Trang chuyÃªn má»¥c tin tá»©c */
.page-news {
  padding-bottom: 0;
}

.page-news .news-page-hero.section-strip {
  margin-bottom: 0;
}

.page-news .news-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--muted);
}

.page-news .news-page-breadcrumb a {
  color: var(--sunny-dark);
  font-weight: 600;
  text-decoration: none;
}

.page-news .news-page-breadcrumb a:hover {
  text-decoration: underline;
}

.page-news .news-page-title {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: var(--ink);
}

.page-news .news-page-lead {
  margin: 14px 0 0;
  max-width: 42rem;
  font-size: clamp(14px, 1.12vw, 16.5px);
  line-height: 1.62;
  color: var(--muted);
}

.page-news .news-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}

.page-news .news-filter a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #3d3633;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 116, 24, 0.28);
  transition:
    color 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.page-news .news-filter a:hover {
  border-color: var(--sunny);
  color: var(--sunny-dark);
}

.page-news .news-filter a.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  border-color: transparent;
}

.page-news .news-section--archive .news-heading {
  text-align: left;
  margin-bottom: 20px;
}

.page-news .news-section--archive .news-heading h2 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: var(--sunny-dark);
  font-weight: 600;
}

.page-news .news-section--archive .news-heading p {
  margin-top: 8px !important;
  color: var(--muted);
  font-size: clamp(13.5px, 1vw, 15.5px);
  max-width: 40rem;
}

/* Chuyên mục tin — lưới card giống trang chủ (không layout 2 cột nh-lead-grid) */
.news-hub .nh-feed .news-section.nh-news-list {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.news-hub .nh-feed .news-section.nh-news-list::before,
.news-hub .nh-feed .news-section.nh-news-list::after {
  display: none;
}

.news-hub .nh-feed .news-section.nh-news-list .news-block {
  padding: 0;
}

.news-hub .nh-feed .news-section.nh-news-list .news-grid {
  margin-top: 0;
}

.news-hub .nh-feed .nh-feed-main {
  max-width: 100%;
}

/* Card chuyên mục tin: assets/css/news-archive-cards.css (load sau sunny.css) */

.resource-scope .resource-main-section .resource-main-col {
  max-width: 100%;
}

.resource-scope .resource-main-section .news-section.nh-news-list {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.resource-scope .resource-main-section .news-section.nh-news-list::before,
.resource-scope .resource-main-section .news-section.nh-news-list::after {
  display: none;
}

.resource-scope .resource-main-section .news-section.nh-news-list .news-block {
  padding: 0;
}

.resource-scope .resource-main-section .news-section.nh-news-list .news-grid {
  margin-top: 0;
}

.page-news .news-pagination .page-link {
  color: var(--sunny-dark);
  border-color: rgba(255, 116, 24, 0.35);
}

.page-news .news-pagination .page-item.active .page-link {
  background: var(--sunny-dark);
  border-color: var(--sunny-dark);
  color: #fff;
}

.page-news .news-pagination .page-item.disabled .page-link {
  color: var(--muted);
  border-color: rgba(111, 98, 91, 0.2);
}

/* Trang chi tiáº¿t tin tá»©c */
.page-news-detail .news-article-hero.section-strip {
  margin-bottom: 0;
}

.page-news-detail .news-page-breadcrumb-current {
  color: var(--muted);
  font-weight: 500;
}

.page-news-detail .news-article-meta {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.page-news-detail .news-reading-time {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}

.page-news-detail .news-article-title {
  margin: 0;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink);
  max-width: 42rem;
}

.page-news-detail .news-article-deck {
  margin: 16px 0 0;
  max-width: 40rem;
  font-size: clamp(14.5px, 1.15vw, 17px);
  line-height: 1.65;
  color: var(--muted);
}

.page-news-detail .news-article-body-wrap {
  padding: 36px 0 8px;
}

.page-news-detail .news-article-cover {
  margin: 0 0 32px;
  border-radius: var(--radius-lg, 18px);
  overflow: hidden;
  background: rgba(255, 116, 24, 0.06);
  box-shadow: 0 20px 48px rgba(43, 31, 22, 0.08);
}

.page-news-detail .news-article-cover img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.page-news-detail .news-article-caption {
  margin: 0;
  padding: 12px 16px 14px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.92);
}

.page-news-detail .news-article-prose {
  max-width: 44rem;
  margin: 0 auto;
  font-size: clamp(15px, 1.08vw, 17px);
  line-height: 1.72;
  color: #3d3633;
}

.page-news-detail .news-article-prose .lead {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
  margin-bottom: 1.75rem;
  color: var(--ink);
}

.page-news-detail .news-article-prose h2 {
  margin: 2rem 0 0.75rem;
  font-size: clamp(1.15rem, 1.9vw, 1.35rem);
  font-weight: 600;
  color: var(--sunny-dark);
  letter-spacing: -0.02em;
}

.page-news-detail .news-article-prose h2:first-of-type {
  margin-top: 0.5rem;
}

.page-news-detail .news-article-prose p {
  margin: 0 0 1rem;
}

.page-news-detail .news-article-prose ul,
.page-news-detail .news-article-prose ol {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.page-news-detail .news-pullquote {
  margin: 1.75rem 0 2rem;
  padding: 20px 22px;
  border-left: 4px solid var(--sunny);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(90deg, rgba(255, 116, 24, 0.09) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.page-news-detail .news-pullquote p {
  margin: 0 0 8px;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 500;
  font-style: italic;
  color: var(--ink);
}

.page-news-detail .news-pullquote footer {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}

.page-news-detail .news-article-cta {
  margin: 2rem 0 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255, 116, 24, 0.1);
  border: 1px solid rgba(255, 116, 24, 0.22);
}

.page-news-detail .news-article-cta a {
  font-weight: 600;
  color: var(--sunny-dark);
}

.page-news-detail .news-article-actions {
  margin-top: 2.5rem;
  padding-top: 8px;
}

.page-news-detail .news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: var(--sunny-dark);
}

.page-news-detail .news-back-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-news-detail .news-back-link:hover {
  text-decoration: underline;
}

.page-news-detail .news-section--related {
  margin-top: 1rem;
}

.page-news-detail .news-section--related .news-heading {
  text-align: left;
}

/* Trang Giá»›i thiá»‡u */
.page.page-about {
  padding-top: 0;
}

.about-banner {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.about-banner-img {
  display: block;
  width: 100%;
  height: clamp(360px, 62vw, 700px);
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

/* Táº§m nhÃ¬n â€” trang Giá»›i thiá»‡u */
.vision-section {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 6vw, 86px) 0 clamp(48px, 5vw, 74px);
  font-family: var(--font-main);
  background:
    radial-gradient(
      circle at 68% 48%,
      rgba(var(--brand-1-rgb), 0.08) 0 250px,
      transparent 252px
    ),
    linear-gradient(180deg, var(--sunny-soft) 0%, #fffdfb 100%);
}

/* Full bleed ná»n section khi náº±m trong main.page bá»‹ giá»›i háº¡n bá» ngang */
.page.page-about .vision-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.vision-section .container {
  position: relative;
  z-index: 1;
}

.vision-copy {
  max-width: 600px;
}

.vision-copy h2 {
  margin: 0;
  color: var(--sunny-dark);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
}

.vision-title-line {
  position: relative;
  width: min(560px, 100%);
  height: 4px;
  margin: clamp(20px, 2.5vw, 32px) 0 clamp(22px, 2.8vw, 34px);
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    var(--sunny) 0 70px,
    rgba(var(--brand-1-rgb), 0.35) 70px 100%
  );
  box-shadow: 0 2px 14px rgba(var(--brand-1-rgb), 0.28);
}

.vision-title-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(var(--brand-1-rgb), 0.45);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.vision-copy p {
  margin: 0;
  color: #000;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.72;
}

.vision-dots {
  position: absolute;
  width: 118px;
  height: 86px;
  background-image: radial-gradient(rgba(var(--brand-1-rgb), 0.5) 2px, transparent 2px);
  background-size: 18px 18px;
  pointer-events: none;
}

.vision-dots-left {
  left: clamp(12px, 3vw, 48px);
  top: 38px;
}

.vision-dots-right {
  right: clamp(16px, 5vw, 120px);
  top: 280px;
  opacity: 0.35;
}

.vision-dots-bottom {
  left: 46%;
  bottom: 42px;
  opacity: 0.25;
}

.vision-corner-arc {
  position: absolute;
  left: -96px;
  bottom: -118px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(var(--brand-1-rgb), 0.22);
  border-radius: 50%;
  box-shadow:
    18px -18px 0 -17px rgba(var(--brand-1-rgb), 0.12),
    34px -34px 0 -33px rgba(var(--brand-1-rgb), 0.08);
}

.vision-illustration {
  position: relative;
  min-height: 500px;
}

.vision-main-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(470px, 58vw);
  height: min(470px, 58vw);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 50% 47%,
      rgba(var(--brand-1-rgb), 0.18),
      rgba(255, 248, 242, 0.95) 58%,
      rgba(255, 240, 226, 0.55) 59%,
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(180deg, var(--sunny-soft), #fff);
  transform: translate(-50%, -50%);
}

.vision-main-circle::before {
  content: "";
  position: absolute;
  inset: -26px;
  border: 1px solid rgba(var(--brand-1-rgb), 0.2);
  border-radius: 50%;
}

.vision-main-circle::after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(var(--brand-1-rgb), 0.12);
  border-radius: 50%;
}

.vision-orbit {
  position: absolute;
  left: 14%;
  right: 6%;
  top: 18px;
  height: 220px;
  border-top: 2px solid rgba(var(--brand-1-rgb), 0.3);
  border-radius: 50% 50% 0 0;
  transform: rotate(-5deg);
}

.orbit-two {
  top: 50px;
  left: 18%;
  right: 9%;
  opacity: 0.5;
}

.orbit-dot {
  position: absolute;
  z-index: 3;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sunny);
  box-shadow: 0 0 0 5px rgba(var(--brand-1-rgb), 0.14);
}

.dot-one {
  top: 20px;
  left: 58%;
}

.dot-two {
  left: 31%;
  bottom: 115px;
}

.dot-three {
  right: 28%;
  bottom: 52px;
}

.vision-icon-card {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  color: var(--sunny);
  font-size: 56px;
  border: 2px solid rgba(var(--brand-1-rgb), 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 28px rgba(var(--brand-1-rgb), 0.12);
}

.icon-lightbulb {
  left: 12%;
  top: 110px;
}

.icon-growth {
  right: 8%;
  top: 122px;
}

.icon-target {
  left: 2%;
  top: 315px;
}

.icon-flag {
  right: 2%;
  top: 340px;
}

.vision-eye {
  position: absolute;
  left: 50%;
  top: 155px;
  width: 270px;
  height: 118px;
  transform: translateX(-50%);
}

.eye-line {
  position: absolute;
  inset: 18px 0;
  border: 5px solid var(--sunny);
  border-radius: 80% 0 80% 0;
  transform: rotate(45deg);
}

.eye-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border: 4px solid var(--sunny);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.eye-pupil {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 25%, #fff 0 12px, transparent 13px),
    linear-gradient(180deg, #ffc978, var(--sunny-dark));
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 18px rgba(var(--brand-1-rgb), 0.28);
}

.eye-ray {
  position: absolute;
  width: 5px;
  height: 38px;
  background: var(--sunny);
  border-radius: 999px;
}

.ray-one {
  left: 50%;
  top: -2px;
}

.ray-two {
  left: 28%;
  top: 10px;
  transform: rotate(-25deg);
}

.ray-three {
  right: 28%;
  top: 10px;
  transform: rotate(25deg);
}

.ray-four {
  right: 8%;
  top: 42px;
  transform: rotate(45deg);
}

.vision-skyline {
  position: absolute;
  left: 118px;
  right: 80px;
  bottom: 154px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 78px;
  opacity: 0.23;
}

.vision-skyline span {
  display: block;
  flex: 1;
  background: rgba(var(--brand-1-rgb), 0.55);
  border-radius: 8px 8px 0 0;
}

.vision-skyline span:nth-child(1) {
  height: 42px;
}

.vision-skyline span:nth-child(2) {
  height: 66px;
}

.vision-skyline span:nth-child(3) {
  height: 88px;
  border-radius: 50% 50% 0 0;
}

.vision-skyline span:nth-child(4) {
  height: 58px;
}

.vision-skyline span:nth-child(5) {
  height: 78px;
}

.vision-road {
  position: absolute;
  left: 165px;
  bottom: 30px;
  width: 184px;
  height: 200px;
  border-left: 54px solid rgba(255, 255, 255, 0.95);
  border-radius: 55% 0 0 0;
  transform: skewX(-13deg) rotate(18deg);
  box-shadow: -58px 40px 0 18px rgba(var(--brand-1-rgb), 0.28);
}

.vision-road-light {
  position: absolute;
  left: 250px;
  bottom: 48px;
  width: 140px;
  height: 84px;
  border-bottom: 2px solid rgba(var(--brand-1-rgb), 0.4);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.vision-goal-flag {
  position: absolute;
  right: 122px;
  bottom: 110px;
  color: var(--sunny-dark);
  font-size: 46px;
}

.vision-goal-flag::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 38px;
  width: 5px;
  height: 74px;
  background: var(--sunny-dark);
  border-radius: 999px;
}

.vision-cloud {
  position: absolute;
  width: 92px;
  height: 26px;
  background: rgba(var(--brand-1-rgb), 0.2);
  border-radius: 999px;
}

.vision-cloud::before,
.vision-cloud::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  background: inherit;
}

.vision-cloud::before {
  left: 16px;
  width: 34px;
  height: 34px;
}

.vision-cloud::after {
  right: 17px;
  width: 44px;
  height: 44px;
}

.cloud-one {
  left: -6px;
  top: 235px;
}

.cloud-two {
  right: 4%;
  top: 44px;
}

.vision-arrow-line {
  position: absolute;
  left: 20%;
  top: 290px;
  width: 120px;
  height: 1px;
  background: rgba(var(--brand-1-rgb), 0.4);
}

.vision-arrow-line::before,
.vision-arrow-line::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--sunny);
  border-right: 2px solid var(--sunny);
}

.vision-arrow-line::before {
  left: 0;
  transform: rotate(-135deg);
}

.vision-arrow-line::after {
  right: 0;
  transform: rotate(45deg);
}

.vision-triangles {
  position: absolute;
  right: 6%;
  bottom: 86px;
  display: flex;
  gap: 8px;
}

.vision-triangles span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid rgba(var(--brand-1-rgb), 0.55);
}

@media (max-width: 1199.98px) {
  .vision-illustration {
    min-height: 440px;
  }

  .vision-icon-card {
    width: 92px;
    height: 92px;
    font-size: 46px;
  }
}

@media (max-width: 991.98px) {
  .vision-section {
    padding: 48px 0 56px;
  }

  .vision-copy {
    max-width: none;
  }

  .vision-illustration {
    min-height: 520px;
  }
}

@media (max-width: 767.98px) {
  .vision-copy h2 {
    font-size: 1.85rem;
  }

  .vision-copy p {
    font-size: 16px;
  }

  .vision-illustration {
    min-height: 420px;
  }

  .vision-main-circle {
    width: 340px;
    height: 340px;
  }

  .vision-eye {
    top: 112px;
    width: 205px;
    height: 94px;
  }

  .eye-pupil,
  .eye-line::before {
    width: 52px;
    height: 52px;
  }

  .vision-icon-card {
    width: 72px;
    height: 72px;
    font-size: 34px;
  }

  .icon-lightbulb {
    left: 8%;
    top: 58px;
  }

  .icon-growth {
    right: 4%;
    top: 72px;
  }

  .icon-target {
    left: 1%;
    top: 265px;
  }

  .icon-flag {
    right: 1%;
    top: 278px;
  }

  .vision-cloud,
  .vision-arrow-line,
  .vision-triangles {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .vision-section {
    padding: 40px 0 48px;
  }

  .vision-copy h2 {
    font-size: 1.65rem;
  }

  .vision-title-line {
    margin: 18px 0 22px;
  }

  .vision-copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vision-illustration {
    min-height: 330px;
  }

  .vision-main-circle {
    width: 275px;
    height: 275px;
  }

  .vision-icon-card {
    width: 58px;
    height: 58px;
    font-size: 27px;
  }

  .vision-eye {
    top: 84px;
    width: 168px;
    height: 78px;
  }

  .eye-line {
    border-width: 4px;
  }

  .vision-road,
  .vision-road-light,
  .vision-skyline {
    transform: scale(0.72);
    transform-origin: center bottom;
  }
}

/* Sá»© má»‡nh â€” trang Giá»›i thiá»‡u */
.mission-section {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5.5vw, 80px) 0 clamp(52px, 6vw, 88px);
  font-family: var(--font-main);
  background:
    radial-gradient(ellipse 130% 70% at 50% -10%, rgba(var(--brand-1-rgb), 0.07) 0%, transparent 52%),
    radial-gradient(circle at 8% 90%, rgba(var(--brand-1-rgb), 0.06) 0 140px, transparent 142px),
    radial-gradient(circle at 94% 8%, rgba(var(--brand-1-rgb), 0.06) 0 128px, transparent 130px),
    linear-gradient(180deg, #fffdfb 0%, var(--sunny-soft) 38%, #fef8f1 100%);
}

.page.page-about .mission-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.mission-section .container {
  position: relative;
  z-index: 1;
}

.mission-dots {
  position: absolute;
  width: 96px;
  height: 70px;
  background-image: radial-gradient(rgba(var(--brand-1-rgb), 0.42) 2px, transparent 2px);
  background-size: 16px 16px;
  pointer-events: none;
}

.mission-dots-tl {
  left: clamp(8px, 2.5vw, 36px);
  top: clamp(14px, 2.8vw, 40px);
  opacity: 0.85;
}

.mission-dots-br {
  right: clamp(10px, 2.5vw, 42px);
  bottom: clamp(18px, 3vw, 48px);
  opacity: 0.42;
}

.mission-header {
  margin: 0 auto clamp(28px, 3.5vw, 44px);
  max-width: 920px;
}

.mission-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.8vw, 22px);
  flex-wrap: wrap;
}

.mission-heading {
  margin: 0;
  padding: 0 2px;
  color: var(--sunny);
  font-size: clamp(1.75rem, 3.1vw, 2.6rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.08;
}

.mission-deco {
  display: inline-flex;
  align-items: center;
}

.mission-deco-dot {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--sunny);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
}

.mission-deco-line {
  display: block;
  width: clamp(24px, 5.5vw, 68px);
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    var(--sunny) 0%,
    rgba(var(--brand-1-rgb), 0.38) 100%
  );
}

.mission-deco--left .mission-deco-dot {
  margin-right: 10px;
}

.mission-deco--right .mission-deco-line {
  margin-right: 10px;
  background: linear-gradient(
    90deg,
    rgba(var(--brand-1-rgb), 0.38) 0%,
    var(--sunny) 100%
  );
}

.mission-lead {
  margin: clamp(12px, 2vw, 20px) auto 0;
  max-width: 720px;
  color: #000;
  font-size: clamp(15px, 1.22vw, 18px);
  line-height: 1.65;
  text-align: center;
}

.mission-card {
  height: 100%;
  padding: clamp(22px, 2.4vw, 30px) clamp(17px, 1.9vw, 22px) clamp(24px, 2.6vw, 32px);
  border-radius: 20px;
  background: #fff;
  box-shadow:
    0 4px 26px rgba(55, 40, 30, 0.07),
    0 1px 3px rgba(var(--brand-1-rgb), 0.08);
  text-align: center;
}

.mission-card__icon-wrap {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto clamp(15px, 2vw, 21px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-card__icon-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(var(--brand-1-rgb), 0.34);
  border-radius: 50%;
}

.mission-card__icon-wrap::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(var(--brand-1-rgb), 0.22);
  border-radius: 50%;
}

.mission-card__icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  color: var(--sunny);
}

.mission-card__title {
  margin: 0 0 12px;
  color: var(--sunny);
  font-size: clamp(1rem, 1.12vw, 1.125rem);
  font-weight: 700;
  line-height: 1.28;
}

.mission-card__rule {
  width: 38px;
  height: 2px;
  margin: 0 auto 14px;
  border-radius: 1px;
  background: rgba(var(--brand-1-rgb), 0.42);
}

.mission-card__text {
  margin: 0;
  color: #000;
  font-size: clamp(14px, 1.04vw, 15px);
  line-height: 1.66;
  text-align: center;
}

@media (max-width: 575.98px) {
  .mission-section {
    padding: 40px 0 44px;
  }

  .mission-title-row {
    gap: 8px;
  }

  .mission-heading {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }

  .mission-deco-line {
    width: 20px;
  }

  .mission-lead {
    font-size: 14px;
  }

  .mission-card {
    padding: 20px 16px 24px;
  }

  .mission-card__icon-wrap {
    width: 78px;
    height: 78px;
  }

  .mission-card__icon {
    width: 40px;
    height: 40px;
  }
}

.page.page-about .page-about-why-sunny {
  background: #fff;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: clamp(12px, 2vw, 28px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

.page.page-about .page-about-why-sunny .infographic {
  margin-bottom: 0;
}

.page.page-about .page-about-teachers {
  margin-top: clamp(24px, 3.5vw, 48px);
}

/* Äá»‘i tÃ¡c doanh nghiá»‡p â€” trang Giá»›i thiá»‡u */
.partners-section.page-about-partners {
  position: relative;
  padding: clamp(44px, 5.5vw, 76px) 0 clamp(52px, 6vw, 84px);
  font-family: var(--font-main);
  background: #fff;
}

.page.page-about .partners-section.page-about-partners {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.partners-section .container {
  position: relative;
  z-index: 1;
}

.partners-header {
  margin: 0 auto clamp(28px, 3.5vw, 40px);
  max-width: 820px;
}

.partners-heading {
  margin: 0;
  color: var(--sunny-dark);
  font-size: clamp(1.65rem, 2.9vw, 2.35rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.partners-heading span {
  color: var(--sunny);
}

.partners-lead {
  margin: 14px auto 0;
  max-width: 52rem;
  color: #000;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.65;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: clamp(14px, 2vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 128px;
  padding: 18px 16px;
  border: 1px solid rgba(var(--brand-1-rgb), 0.2);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(55, 40, 30, 0.05);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.partner-card:hover {
  border-color: rgba(var(--brand-1-rgb), 0.45);
  box-shadow: 0 8px 28px rgba(var(--brand-1-rgb), 0.12);
  transform: translateY(-2px);
}

.partner-card:focus-visible {
  outline: 2px solid var(--sunny);
  outline-offset: 3px;
}

.partner-card__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sunny-dark);
  background: linear-gradient(145deg, rgba(var(--brand-1-rgb), 0.12), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(var(--brand-1-rgb), 0.22);
}

.partner-card__name {
  font-size: clamp(13px, 1vw, 14.5px);
  font-weight: 600;
  line-height: 1.4;
  color: #2c2624;
}

@media (max-width: 575.98px) {
  .partners-section.page-about-partners {
    padding: 38px 0 48px;
  }

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

main.page.page-about > .contact-page-hero.section-strip {
  padding-top: clamp(10px, 1.6vw, 20px);
}

.page-about .about-stats-wrap {
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(20px, 3vw, 36px) 0 clamp(8px, 1.5vw, 16px);
  display: flex;
  justify-content: center;
}

.page-about .about-stats.hero-stats {
  margin-top: 0;
  max-width: min(920px, 100%);
  width: 100%;
}

.page-about .about-vision-card {
  position: relative;
  height: 100%;
  padding: clamp(22px, 2.5vw, 28px);
  border-radius: 18px;
  border: 1px solid rgba(255, 116, 24, 0.22);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 242, 0.9) 100%);
  box-shadow: 0 14px 36px rgba(43, 31, 22, 0.06);
}

.page-about .about-vision-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 12px;
  color: var(--sunny-dark);
  background: rgba(255, 116, 24, 0.12);
  border: 1px solid rgba(255, 116, 24, 0.2);
}

.page-about .about-vision-icon svg {
  width: 22px;
  height: 22px;
}

.page-about .about-vision-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 600;
  color: var(--sunny-dark);
}

.page-about .about-vision-card p {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 15.5px);
  line-height: 1.65;
  color: var(--muted);
}

.page-about .about-page-cta .section-title {
  margin-bottom: 0.5rem;
}

.page-about .about-page-cta-lead {
  max-width: 36rem;
  margin-bottom: 1.5rem;
  font-size: clamp(14.5px, 1.1vw, 16.5px);
  line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 699px) {
  .page-about .about-stats.hero-stats {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }

  .page-about .hero-stat:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 460px) {
  .page-about .about-stats.hero-stats {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }

  .page-about .hero-stat::after {
    display: none;
  }
}

/* Trang test trÃ¬nh Ä‘á»™ tiáº¿ng HÃ n */
.page.page-test-quiz {
  padding-top: 0;
}

main.page.page-test-quiz > .contact-page-hero.section-strip {
  padding-top: clamp(10px, 1.6vw, 20px);
}

.page-test-quiz .quiz-flow {
  padding: clamp(28px, 4vw, 52px) 0 clamp(48px, 6vw, 80px);
}

.page-test-quiz .quiz-aside {
  position: sticky;
  top: calc(var(--site-top-offset, 100px) + 16px);
  padding: clamp(20px, 2.5vw, 26px);
  border-radius: 18px;
  border: 1px solid rgba(255, 116, 24, 0.2);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 246, 238, 0.92) 100%);
  box-shadow: 0 18px 42px rgba(43, 31, 22, 0.07);
}

.page-test-quiz .quiz-aside-title {
  margin: 0 0 12px;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 600;
  color: var(--sunny-dark);
}

.page-test-quiz .quiz-aside-steps {
  margin: 0 0 14px;
  padding-left: 1.15rem;
  font-size: 14.5px;
  line-height: 1.65;
  color: #3d3633;
}

.page-test-quiz .quiz-aside-steps li + li {
  margin-top: 6px;
}

.page-test-quiz .quiz-aside-note {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--muted);
}

.page-test-quiz .quiz-card {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 20px;
  border: 1px solid rgba(255, 116, 24, 0.22);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 56px rgba(43, 31, 22, 0.08);
}

.page-test-quiz .quiz-card-title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2.1vw, 1.5rem);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.page-test-quiz .quiz-card-lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
}

.page-test-quiz .quiz-field {
  margin-bottom: 16px;
}

.page-test-quiz .quiz-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.page-test-quiz .quiz-field input {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border-radius: 12px;
  border: 1.5px solid rgba(111, 98, 91, 0.28);
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.page-test-quiz .quiz-field input:focus {
  outline: none;
  border-color: var(--sunny);
  box-shadow: 0 0 0 3px rgba(255, 116, 24, 0.18);
}

.page-test-quiz .quiz-form-error {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
  color: #b42318;
}

.page-test-quiz .quiz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.page-test-quiz .quiz-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  box-shadow: 0 10px 28px rgba(255, 116, 24, 0.28);
}

.page-test-quiz .quiz-btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255, 116, 24, 0.32);
}

.page-test-quiz .quiz-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.page-test-quiz .quiz-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.page-test-quiz .quiz-progress-track {
  flex: 1 1 140px;
  height: 8px;
  border-radius: 99px;
  background: rgba(255, 116, 24, 0.12);
  overflow: hidden;
}

.page-test-quiz .quiz-progress-bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  transition: width 0.28s ease;
}

.page-test-quiz .quiz-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--sunny-dark);
}

.page-test-quiz .quiz-question-text {
  margin: 0 0 18px;
  font-size: clamp(1.05rem, 1.85vw, 1.22rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}

.page-test-quiz .quiz-question-text [lang="ko"],
.page-test-quiz .quiz-option-text [lang="ko"] {
  font-family: var(--font-main);
  font-weight: 600;
}

.page-test-quiz .quiz-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-test-quiz .quiz-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  text-align: left;
  border-radius: 14px;
  border: 1.5px solid rgba(111, 98, 91, 0.22);
  background: rgba(255, 255, 255, 0.95);
  color: inherit;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    background 0.15s ease,
    box-shadow 0.15s ease;
}

.page-test-quiz .quiz-option:hover {
  border-color: rgba(255, 116, 24, 0.45);
  box-shadow: 0 8px 22px rgba(255, 116, 24, 0.1);
}

.page-test-quiz .quiz-option.is-selected {
  border-color: var(--sunny-dark);
  background: linear-gradient(90deg, rgba(255, 116, 24, 0.12) 0%, rgba(255, 255, 255, 0.95) 100%);
  box-shadow: 0 8px 24px rgba(255, 116, 24, 0.14);
}

.page-test-quiz .quiz-option-label {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sunny-dark);
  background: rgba(255, 116, 24, 0.14);
}

.page-test-quiz .quiz-option.is-selected .quiz-option-label {
  background: var(--sunny-dark);
  color: #fff;
}

.page-test-quiz .quiz-option-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 2px;
}

.page-test-quiz .quiz-actions {
  margin-top: 22px;
}

.page-test-quiz .quiz-result-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--sunny-dark);
  background: rgba(255, 116, 24, 0.14);
  border: 1px solid rgba(255, 116, 24, 0.25);
}

.page-test-quiz .quiz-result-icon svg {
  width: 30px;
  height: 30px;
}

.page-test-quiz .quiz-score {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--sunny-dark);
}

.page-test-quiz .quiz-result-level {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--ink);
}

@media (max-width: 991px) {
  .page-test-quiz .quiz-aside {
    position: static;
  }
}

/* Trang test trÃ¬nh Ä‘á»™ 10 cÃ¢u â€” Ä‘á»“ng bá»™ hero / tháº» vá»›i LiÃªn há»‡ */
.page.page-test-level {
  padding-top: 0;
}

main.page.page-test-level,
.site-main .site-block--flex > .page.page-test-level,
article.page-content > .site-block--flex > .page.page-test-level {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
}

main.page.page-test-level > .contact-page-hero.section-strip,
.site-main .site-block--flex > .page.page-test-level > .contact-page-hero.section-strip,
article.page-content > .site-block--flex > .page.page-test-level > .contact-page-hero.section-strip {
  padding-top: clamp(10px, 1.6vw, 20px);
}

.test-level-body {
  padding: 0 0 clamp(36px, 5vw, 56px);
}

.level-test-picker-card {
  margin-bottom: clamp(20px, 3vw, 28px);
  padding: clamp(22px, 3vw, 32px);
  border-radius: 18px;
  border: 1px solid rgba(42, 32, 28, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(42, 32, 28, 0.05);
}

.level-test-picker-card h2 {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  color: #141110;
}

.level-test-picker-lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.55;
  color: #4f474a;
}

.level-test-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.level-test-pick-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  padding: 18px 16px;
  border: 1.5px solid rgba(255, 116, 24, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}

.level-test-pick-card:hover,
.level-test-pick-card:focus-visible {
  border-color: rgba(255, 116, 24, 0.45);
  box-shadow: 0 10px 24px rgba(255, 116, 24, 0.12);
  transform: translateY(-2px);
  outline: none;
}

.level-test-pick-card__badge {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(216, 88, 0, 0.85);
}

.level-test-pick-card__title {
  font-size: 15px;
  line-height: 1.35;
  color: #141110;
}

.level-test-pick-card__sub {
  font-size: 12.5px;
  line-height: 1.45;
  color: #6b625c;
}

.level-test-pick-card__cta {
  margin-top: 4px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--sunny-dark, #c05800);
}

.level-test-active-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.level-test-active-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(216, 88, 0, 0.8);
}

.level-test-active-title {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 600;
  color: #141110;
}

.level-test-change-btn {
  flex-shrink: 0;
}

.test-level-form-card {
  display: grid;
  gap: clamp(22px, 3vw, 28px);
  padding: clamp(22px, 3vw, 32px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 20, 19, 0.08);
  box-shadow: 0 22px 56px rgba(43, 31, 22, 0.08);
}

.test-level-form-card .personal-section {
  padding-bottom: clamp(18px, 2.5vw, 26px);
  border-bottom: 1px dashed rgba(255, 116, 24, 0.28);
}

.test-level-form-card .personal-section h2,
.test-level-form-card .quiz-section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.test-level-form-card .personal-section .form-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.test-level-form-card .personal-section .form-label span {
  color: var(--sunny-dark);
}

.test-level-form-card .personal-section .form-control {
  min-height: 48px;
  border-color: rgba(22, 20, 19, 0.12);
  border-radius: 12px;
}

.test-level-form-card .quiz-section > p {
  margin: -6px 0 16px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.test-level-form-card .question-card {
  margin: 0 0 16px;
  padding: 18px 20px;
  border: 1px solid rgba(22, 20, 19, 0.08);
  border-radius: 16px;
  background: #fff;
}

.test-level-form-card .question-card legend {
  float: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.test-level-form-card .question-card legend > span:first-of-type {
  display: inline-grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sunny) 0%, var(--sunny-dark) 100%);
}

.test-level-form-card .answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.test-level-form-card .answer-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  color: #3d3633;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(22, 20, 19, 0.1);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

.test-level-form-card .answer-grid label:hover,
.test-level-form-card .answer-grid label:has(input:checked) {
  color: var(--sunny-dark);
  border-color: rgba(255, 116, 24, 0.55);
  background: rgba(255, 246, 238, 0.85);
}

.test-level-form-card .answer-grid input {
  width: 16px;
  height: 16px;
  accent-color: var(--sunny);
}

.test-level-action-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 4px;
  padding-top: clamp(20px, 2.5vw, 28px);
  border-top: 1px solid rgba(22, 20, 19, 0.08);
}

.test-level-submit {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  background: linear-gradient(135deg, #ff931f 0%, #ff7418 38%, #e95d00 100%);
  box-shadow:
    0 10px 28px rgba(233, 93, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    filter 0.18s ease;
  flex-shrink: 0;
}

.test-level-submit:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow:
    0 14px 34px rgba(233, 93, 0, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.test-level-form-card .test-level-privacy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 246, 238, 0.55);
  border: 1px solid rgba(255, 116, 24, 0.18);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  max-width: 100%;
  box-sizing: border-box;
}

.test-level-form-card .test-level-privacy-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sunny-dark);
  font-size: 14px;
}

.test-level-form-card .test-level-privacy-text {
  flex: 1;
  min-width: 0;
  text-wrap: balance;
}

/* Káº¿t quáº£ bÃ i test â€” tháº» káº¿t quáº£ */
.test-level-form-card .test-result.test-result-card {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.test-level-form-card .test-result-card__inner {
  position: relative;
  padding: clamp(22px, 3vw, 28px) clamp(20px, 2.5vw, 26px) clamp(20px, 2.5vw, 24px);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 252, 249, 0.98) 100%);
  border: 1px solid rgba(255, 116, 24, 0.22);
  box-shadow:
    0 20px 50px rgba(233, 93, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.test-level-form-card .test-result-card__inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--sunny) 0%, var(--sunny-dark) 50%, #ff9a4a 100%);
  opacity: 0.92;
}

.test-level-form-card .test-result-card--show.test-result--band-low .test-result-card__inner::before {
  background: linear-gradient(90deg, #b87a00 0%, #e95d00 100%);
}

.test-level-form-card .test-result-card--show.test-result--band-mid .test-result-card__inner::before {
  background: linear-gradient(90deg, #ff8318 0%, #e95d00 55%, #ff9a4a 100%);
}

.test-level-form-card .test-result-card--show.test-result--band-high .test-result-card__inner::before {
  background: linear-gradient(90deg, #ff7418 0%, #00a36c 100%);
}

.test-level-form-card .test-result-card--show.test-result--band-top .test-result-card__inner::before {
  background: linear-gradient(90deg, #e95d00 0%, #00a36c 45%, #0d9488 100%);
}

.test-level-form-card .test-result-card__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.test-level-form-card .test-result-card__head-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 1.35rem;
  color: var(--sunny-dark);
  background: linear-gradient(145deg, rgba(255, 138, 45, 0.22), rgba(255, 93, 0, 0.08));
  border: 1px solid rgba(255, 116, 24, 0.25);
}

.test-level-form-card .test-result-card__head-text {
  min-width: 0;
  padding-top: 2px;
}

.test-level-form-card .test-result-card__kicker {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sunny-dark);
  opacity: 0.88;
}

.test-level-form-card .test-result-card__heading {
  margin: 0;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.test-level-form-card .test-result-card__heading em {
  font-style: normal;
  color: var(--sunny-dark);
  font-weight: 700;
}

.test-level-form-card .test-result-card__score-row {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  background:
    radial-gradient(ellipse 100% 80% at 30% 0%, rgba(255, 220, 198, 0.35) 0%, transparent 55%),
    rgba(255, 251, 248, 0.82);
  border: 1px solid rgba(255, 116, 24, 0.16);
}

.test-level-form-card .test-result-card__score-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  line-height: 1;
}

.test-level-form-card .test-result-card__score-num {
  font-size: clamp(2.5rem, 6vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--sunny-dark);
  font-variant-numeric: tabular-nums;
}

.test-level-form-card .test-result-card__score-slash {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 600;
  color: rgba(22, 20, 19, 0.35);
  margin: 0 1px;
}

.test-level-form-card .test-result-card__score-den {
  font-size: clamp(1.25rem, 2.8vw, 1.6rem);
  font-weight: 600;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.test-level-form-card .test-result-card__score-note {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.test-level-form-card .test-result-card__meter {
  height: 8px;
  border-radius: 999px;
  background: rgba(22, 20, 19, 0.08);
  overflow: hidden;
}

.test-level-form-card .test-result-card__meter-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  transition: width 0.45s ease;
}

.test-level-form-card .test-result-card__blocks {
  display: grid;
  gap: 12px;
}

@media (min-width: 576px) {
  .test-level-form-card .test-result-card__blocks {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

.test-level-form-card .test-result-card__block {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(22, 20, 19, 0.07);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 24px rgba(43, 31, 22, 0.04);
}

.test-level-form-card .test-result-card__block--level {
  border-color: rgba(255, 116, 24, 0.2);
  background: linear-gradient(180deg, rgba(255, 251, 248, 0.95) 0%, #fff 100%);
}

.test-level-form-card .test-result-card__block--hint {
  border-color: rgba(13, 148, 136, 0.22);
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.5) 0%, #fff 100%);
}

.test-level-form-card .test-result-card__block-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.test-level-form-card .test-result-card__block-ico {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 14px;
  color: var(--sunny-dark);
  background: rgba(255, 116, 24, 0.12);
}

.test-level-form-card .test-result-card__block--hint .test-result-card__block-ico {
  color: #0d9488;
  background: rgba(13, 148, 136, 0.14);
}

.test-level-form-card .test-result-card__block-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.test-level-form-card .test-result-card__block-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #49454a;
  font-weight: 450;
}

.test-level-form-card .test-result-card__footnote {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(255, 116, 24, 0.25);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--muted);
  text-align: center;
}

.test-level-form-card .test-result.success {
  background: transparent;
  border: none;
}

.test-level-form-card .test-result.warning {
  background: transparent;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  .test-level-form-card .test-result-card__meter-fill {
    transition: none;
  }
}

.test-level-sidebar {
  display: grid;
  gap: clamp(18px, 2.5vw, 22px);
}

@media (min-width: 992px) {
  .test-level-sidebar {
    position: sticky;
    top: calc(var(--site-top-offset, 100px) + 16px);
    align-self: start;
  }
}

.test-level-sidebar .test-level-panel {
  position: relative;
  min-width: 0;
  padding: clamp(22px, 2.8vw, 28px);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(22, 20, 19, 0.08);
  box-shadow: 0 18px 46px rgba(37, 25, 18, 0.07);
}

.test-level-sidebar .test-level-panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 600;
  color: var(--ink);
}

.test-level-sidebar .test-level-panel h2 i {
  color: var(--sunny-dark);
}

.test-level-sidebar .test-info-list {
  display: grid;
  gap: 18px;
}

.test-level-sidebar .test-info-list div {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
}

.test-level-sidebar .test-info-list i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--sunny-dark);
  border: 1px solid rgba(255, 116, 24, 0.32);
  border-radius: 50%;
  background: rgba(255, 251, 248, 0.95);
  font-size: 1rem;
}

.test-level-sidebar .test-info-list span {
  color: var(--muted);
  font-size: 14px;
}

.test-level-sidebar .test-info-list strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.test-level-progress-block {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 116, 24, 0.28);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.test-level-progress-block .progress {
  height: 9px;
  margin-top: 12px;
  background: rgba(22, 20, 19, 0.08);
  border-radius: 999px;
}

.test-level-progress-block .progress-bar {
  background: linear-gradient(90deg, var(--sunny) 0%, var(--sunny-dark) 100%);
}

.test-level-progress-block .progress-percent {
  margin-top: 8px;
  text-align: right;
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
}

.test-level-sidebar .course-advice-panel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.test-level-sidebar .course-advice-panel .test-level-advice-media {
  margin: 16px 0 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(22, 20, 19, 0.08);
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(255, 230, 212, 0.5) 0%, transparent 55%),
    rgba(255, 251, 248, 0.75);
}

.test-level-sidebar .course-advice-panel .test-level-advice-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.test-level-sidebar .course-advice-panel ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: #3d3633;
  font-size: 14px;
  font-weight: 500;
}

.test-level-sidebar .course-advice-panel li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.test-level-sidebar .course-advice-panel li i {
  color: var(--sunny-dark);
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .test-level-form-card .answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .test-level-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .test-level-sidebar {
    grid-template-columns: 1fr;
  }

  .test-level-form-card {
    padding: 20px 18px;
  }
}

@media (max-width: 575.98px) {
  .level-test-picker-grid {
    grid-template-columns: 1fr;
  }

  .test-level-form-card .answer-grid {
    grid-template-columns: 1fr;
  }

  .test-level-form-card .question-card legend {
    align-items: flex-start;
    font-size: 15px;
  }

  .test-level-sidebar .test-info-list div {
    grid-template-columns: 34px 1fr;
  }

  .test-level-sidebar .test-info-list strong {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .test-level-submit {
    transition: none;
  }

  .test-level-submit:hover {
    transform: none;
  }
}

/* --------------------------------------------------------------------------
   Trang TÃ i nguyÃªn (tai-nguyen.html) â€” layout template, scope main.resource-page
   -------------------------------------------------------------------------- */

main.resource-page {
  --rs-line: #f1d8ca;
  --rs-shadow-sm: 0 10px 30px rgba(var(--brand-1-rgb), 0.08);
  --rs-shadow-md: 0 18px 45px rgba(36, 22, 16, 0.1);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background:
    radial-gradient(circle at 1% 14%, rgba(255, 226, 211, 0.78) 0 44px, transparent 45px),
    radial-gradient(circle at 95% 49%, rgba(255, 226, 211, 0.62) 0 43px, transparent 44px),
    #fff;
}

main.resource-page .resource-hero-section {
  position: relative;
  overflow: hidden;
  padding: 42px 0 30px;
  background: linear-gradient(180deg, #fff 0%, #fff9f5 100%);
  border-bottom: 1px solid #fae4d8;
}

main.resource-page .resource-hero-section .container-xl {
  position: relative;
  z-index: 1;
}

main.resource-page .resource-hero-section .decor {
  position: absolute;
  pointer-events: none;
}

main.resource-page .resource-hero-section .decor-left {
  left: -22px;
  top: 142px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 225, 208, 0.78);
}

main.resource-page .resource-hero-section .decor-dots {
  width: 82px;
  height: 82px;
  background-image: radial-gradient(rgba(var(--brand-1-rgb), 0.34) 1.3px, transparent 1.3px);
  background-size: 11px 11px;
}

main.resource-page .resource-hero-dots {
  left: 0;
  top: 102px;
}

main.resource-page .resource-circle {
  position: absolute;
  right: -24px;
  top: 118px;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 116, 24, 0.32);
  border-radius: 50%;
}

main.resource-page .soft-breadcrumb {
  font-size: 13px;
  font-weight: 600;
}

main.resource-page .soft-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

main.resource-page .soft-breadcrumb .active {
  color: var(--sunny);
}

main.resource-page .resource-hero-section h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(36px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

main.resource-page .resource-hero-section p {
  max-width: 610px;
  margin-bottom: 28px;
  color: #5b6066;
  font-size: 16px;
}

main.resource-page .hero-badges.resource-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
  justify-content: center;
  padding: 12px 17px;
  color: #45484c;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #f5ded2;
  border-radius: 8px;
  box-shadow: var(--rs-shadow-sm);
}

main.resource-page .hero-badges.resource-badges i {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--sunny);
  border: 1px solid #ffd4bf;
  border-radius: 50%;
  background: var(--sunny-soft);
}

main.resource-page .resource-hero-visual {
  position: relative;
  margin-left: auto;
  min-height: 0;
  height: auto;
  overflow: visible;
  width: min(560px, 100%);
  border-radius: clamp(14px, 2vw, 20px);
}

main.resource-page .resource-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 0;
  border-radius: clamp(14px, 2vw, 20px);
  box-shadow: 0 14px 36px rgba(255, 116, 24, 0.14), 0 4px 12px rgba(26, 26, 46, 0.06);
}

main.resource-page .badge-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: var(--sunny-dark);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff0e9;
  border: 1px solid #ffd3bf;
  border-radius: 999px;
}

main.resource-page .resource-category-section {
  padding: 18px 0 16px;
}

main.resource-page .resource-tabs {
  padding-bottom: 2px;
  scrollbar-width: none;
}

main.resource-page .resource-tabs::-webkit-scrollbar {
  display: none;
}

main.resource-page .resource-tab {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 22px;
  color: #2f3337;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #e7e0dc;
  border-radius: 8px;
  background: #fff;
  white-space: nowrap;
  transition: 0.2s ease;
}

main.resource-page .resource-tab:hover,
main.resource-page .resource-tab.active {
  color: #fff;
  border-color: var(--sunny);
  background: var(--sunny);
  box-shadow: 0 8px 18px rgba(var(--brand-1-rgb), 0.2);
}

main.resource-page a.resource-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

main.resource-page .resource-main-section {
  padding: 0 0 38px;
}

main.resource-page .resource-feature-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 16px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(39, 28, 22, 0.04);
}

main.resource-page .resource-feature-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #fff5ef;
}

main.resource-page .resource-feature-image img {
  width: 100%;
  aspect-ratio: 1.06 / 1;
  object-fit: cover;
}

main.resource-page .resource-feature-body {
  position: relative;
  min-height: 210px;
  padding: 10px 0 0;
}

main.resource-page .resource-feature-body time {
  display: block;
  margin: 14px 0 9px;
  color: #6d7278;
  font-size: 14px;
  font-weight: 600;
}

main.resource-page .resource-feature-body time i {
  margin-right: 8px;
}

main.resource-page .resource-feature-body h2 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

main.resource-page .resource-feature-body h2 a {
  color: inherit;
  text-decoration: none;
}

main.resource-page .resource-feature-body h2 a:hover {
  color: var(--sunny);
}

main.resource-page .resource-feature-body p {
  max-width: 460px;
  margin-bottom: 28px;
  color: #5f646a;
  font-size: 15px;
}

main.resource-page .resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #6e7379;
  font-size: 13px;
  font-weight: 600;
}

main.resource-page .resource-meta i,
main.resource-page .resource-card-footer i {
  margin-right: 6px;
  color: var(--sunny);
}

main.resource-page .download-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 144px;
}

main.resource-page .resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

main.resource-page .resource-card {
  display: grid;
  min-height: 330px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(39, 28, 22, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

main.resource-page .resource-card:hover {
  transform: translateY(-3px);
  border-color: #ffc1a8;
  box-shadow: var(--rs-shadow-md);
}

main.resource-page .resource-card.resource-wide {
  grid-column: span 2;
  grid-template-columns: 156px 1fr;
  min-height: 124px;
}

main.resource-page .resource-thumb {
  display: block;
  overflow: hidden;
  background: #fff4ee;
}

main.resource-page .resource-card:not(.resource-wide) .resource-thumb {
  aspect-ratio: 1.24 / 1;
}

main.resource-page .resource-card.resource-wide .resource-thumb {
  min-height: 100%;
}

main.resource-page .resource-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

main.resource-page .resource-card:hover .resource-thumb img {
  transform: scale(1.035);
}

main.resource-page .resource-card-body {
  display: grid;
  align-content: start;
  padding: 14px;
}

main.resource-page .resource-card .meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  font-size: 11px;
  color: #72777d;
}

main.resource-page .resource-card .badge-label {
  min-height: 22px;
  padding: 2px 7px;
  font-size: 10px;
}

main.resource-page .resource-card h3 {
  min-height: 42px;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

main.resource-page .resource-card h3 a {
  color: inherit;
  text-decoration: none;
}

main.resource-page .resource-card.resource-wide h3 {
  min-height: auto;
  font-size: 18px;
}

main.resource-page .resource-card h3 a:hover {
  color: var(--sunny);
}

main.resource-page .resource-card p {
  margin-bottom: 14px;
  color: #646970;
  font-size: 12px;
  line-height: 1.55;
}

main.resource-page .resource-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: #777c82;
  font-size: 11px;
  font-weight: 600;
}

main.resource-page .resource-card-footer a {
  margin-left: auto;
  padding: 8px 13px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid var(--sunny);
  border-radius: 999px;
  background: var(--sunny);
  text-decoration: none;
}

main.resource-page .resource-card-footer a.outline {
  color: var(--sunny);
  background: #fff;
}

main.resource-page .resource-card-footer a:hover {
  color: #fff;
  background: var(--sunny-dark);
  border-color: var(--sunny-dark);
}

main.resource-page .news-pagination.resource-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding-top: 24px;
}

main.resource-page .news-pagination.resource-pagination a,
main.resource-page .news-pagination.resource-pagination span {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #6c7176;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--rs-line);
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
}

main.resource-page .news-pagination.resource-pagination span {
  border-color: transparent;
  background: transparent;
}

main.resource-page .news-pagination.resource-pagination a:hover,
main.resource-page .news-pagination.resource-pagination a.active {
  color: #fff;
  border-color: var(--sunny);
  background: var(--sunny);
}

main.resource-page .resource-sidebar {
  display: grid;
  gap: 22px;
}

main.resource-page .resource-sidebar .side-panel {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  box-shadow: var(--rs-shadow-sm);
}

main.resource-page .resource-sidebar .side-panel h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

main.resource-page .side-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

main.resource-page .side-heading-row h2 {
  margin: 0;
}

main.resource-page .side-heading-row a {
  flex: 0 0 auto;
  color: var(--sunny);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

main.resource-page .side-heading-row a:hover {
  color: var(--sunny-dark);
}

main.resource-page .search-form {
  display: grid;
  grid-template-columns: 1fr 56px;
  gap: 0;
}

main.resource-page .search-form .form-control {
  min-height: 46px;
  border-radius: 8px 0 0 8px;
  border-color: #f1cdbc;
  color: var(--ink);
  font-size: 14px;
}

main.resource-page .search-form .form-control:focus {
  border-color: var(--sunny);
  box-shadow: 0 0 0 0.2rem rgba(var(--brand-1-rgb), 0.13);
}

main.resource-page .search-form .btn {
  min-height: 46px;
  padding: 0;
  border-radius: 0 8px 8px 0;
}

main.resource-page .btn-orange {
  border-radius: 8px;
  font-weight: 600;
  min-height: 42px;
  padding: 10px 20px;
  color: #fff;
  border-color: var(--sunny);
  background: linear-gradient(90deg, var(--sunny) 0%, #ff701f 100%);
  box-shadow: 0 9px 20px rgba(var(--brand-1-rgb), 0.22);
}

main.resource-page .btn-orange:hover,
main.resource-page .btn-orange:focus {
  color: #fff;
  border-color: var(--sunny-dark);
  background: var(--sunny-dark);
}

main.resource-page .resource-mini {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 13px;
  padding: 12px 0;
  border-top: 1px solid #f3e1d8;
  color: inherit;
  text-decoration: none;
}

main.resource-page .resource-mini:first-of-type {
  border-top: 0;
}

main.resource-page .resource-mini img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 7px;
}

main.resource-page .resource-mini strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

main.resource-page .resource-mini em {
  color: #7b8086;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

main.resource-page .resource-mini em i {
  margin-right: 5px;
  color: var(--sunny);
}

main.resource-page .resource-mini:hover strong {
  color: var(--sunny);
}

main.resource-page .download-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: downloads;
}

main.resource-page .download-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  color: #2e3338;
  font-size: 13px;
  font-weight: 600;
  counter-increment: downloads;
}

main.resource-page .download-list li::before {
  content: counter(downloads);
  display: inline-grid;
  grid-column: 1;
  grid-row: 1;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  background: var(--sunny);
}

main.resource-page .download-list span {
  grid-column: 1;
  grid-row: 1;
  padding-left: 34px;
}

main.resource-page .download-list em {
  color: #7c8288;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

main.resource-page .resource-tags-panel {
  overflow: hidden;
}

main.resource-page .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

main.resource-page .tags-list a {
  padding: 8px 12px;
  color: #666b70;
  font-size: 13px;
  font-weight: 600;
  background: #fff5ef;
  border: 1px solid #f5ded2;
  border-radius: 6px;
  text-decoration: none;
}

main.resource-page .tags-list a:hover {
  color: #fff;
  background: var(--sunny);
  border-color: var(--sunny);
}

main.resource-page .compact-tags a {
  text-transform: lowercase;
}

main.resource-page .resource-newsletter {
  background: #fff8f4;
}

main.resource-page .resource-newsletter .newsletter-form {
  display: grid;
  gap: 12px;
  margin: 18px 0 10px;
}

main.resource-page .resource-newsletter .newsletter-form .form-control {
  min-height: 46px;
  border-color: #f1cdbc;
  border-radius: 8px;
}

main.resource-page .resource-newsletter p,
main.resource-page .resource-newsletter small {
  color: #6a6f75;
  font-size: 14px;
}

main.resource-page .resource-consult-section {
  padding: 0 0 40px;
}

main.resource-page .resource-consult-band {
  overflow: hidden;
  padding: 24px 42px;
  background:
    linear-gradient(90deg, rgba(255, 246, 241, 0.98), rgba(255, 255, 255, 0.94)),
    #fff8f4;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
}

main.resource-page .resource-consult-band h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

main.resource-page .resource-consult-band p {
  margin-bottom: 20px;
  color: #5f646a;
}

main.resource-page .resource-consult-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

main.resource-page .resource-consult-points span {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  color: #4e5359;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

main.resource-page .resource-consult-points i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--sunny);
  border-radius: 50%;
}

main.resource-page .resource-consult-img {
  width: 230px;
  max-width: 100%;
  margin-left: auto;
}

main.resource-page .btn-orange.btn-consult {
  min-width: 200px;
}

@media (max-width: 1199.98px) {
  main.resource-page .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main.resource-page .resource-card.resource-wide {
    grid-column: span 2;
  }

  main.resource-page .resource-feature-card {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 991.98px) {
  main.resource-page .resource-hero-visual {
    margin-left: 0;
    border-radius: 8px;
  }

  main.resource-page .resource-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main.resource-page .resource-sidebar .search-panel,
  main.resource-page .resource-sidebar .resource-newsletter {
    grid-column: 1 / -1;
  }

  main.resource-page .resource-consult-points {
    grid-template-columns: 1fr;
  }

  main.resource-page .resource-consult-img {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  main.resource-page .resource-hero-section h1 {
    font-size: clamp(28px, 6vw, 36px);
  }

  main.resource-page .resource-feature-card,
  main.resource-page .resource-card.resource-wide {
    grid-template-columns: 1fr;
  }

  main.resource-page .download-btn {
    position: static;
    margin-top: 20px;
  }

  main.resource-page .resource-feature-body {
    min-height: auto;
  }

  main.resource-page .resource-grid,
  main.resource-page .resource-sidebar {
    grid-template-columns: 1fr;
  }

  main.resource-page .resource-card.resource-wide {
    grid-column: auto;
  }

  main.resource-page .resource-card.resource-wide .resource-thumb {
    aspect-ratio: 1.8 / 1;
  }

  main.resource-page .download-list li {
    grid-template-columns: 1fr;
  }

  main.resource-page .download-list em {
    padding-left: 34px;
  }

  main.resource-page .resource-consult-band {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  main.resource-page .resource-hero-section {
    padding-top: 34px;
  }

  main.resource-page .resource-feature-card {
    padding: 14px;
  }

  main.resource-page .resource-meta {
    gap: 12px;
  }

  main.resource-page .resource-card {
    min-height: auto;
  }

  main.resource-page .resource-consult-points span {
    grid-template-columns: 36px 1fr;
  }
}

/* --------------------------------------------------------------------------
   Trang Chi tiáº¿t tÃ i nguyÃªn (chi-tiet-tai-nguyen.html) â€” main.resource-detail-root
   -------------------------------------------------------------------------- */

main.resource-detail-root {
  --rs-line: #f1d8ca;
  --rs-shadow-sm: 0 10px 30px rgba(var(--brand-1-rgb), 0.08);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background:
    radial-gradient(circle at 0 13%, rgba(255, 226, 211, 0.76) 0 42px, transparent 43px),
    radial-gradient(circle at 97% 8%, rgba(255, 226, 211, 0.64) 0 24px, transparent 25px),
    #fff;
}

main.resource-detail-root .container-xl {
  max-width: 1240px;
}

main.resource-detail-root img {
  max-width: 100%;
  height: auto;
}

main.resource-detail-root .decor {
  position: absolute;
  pointer-events: none;
}

main.resource-detail-root .decor-left {
  left: -22px;
  top: 142px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 225, 208, 0.78);
}

main.resource-detail-root .decor-dots {
  position: absolute;
  width: 82px;
  height: 82px;
  background-image: radial-gradient(rgba(var(--brand-1-rgb), 0.34) 1.3px, transparent 1.3px);
  background-size: 11px 11px;
}

main.resource-detail-root .resource-detail-dots {
  right: min(300px, 18vw);
  top: 72px;
}

main.resource-detail-root .resource-detail-header {
  position: relative;
  overflow: hidden;
  padding: 36px 0 14px;
  background: linear-gradient(180deg, #fff 0%, #fffaf7 100%);
}

main.resource-detail-root .resource-detail-header .container-xl {
  position: relative;
  z-index: 1;
}

main.resource-detail-root .soft-breadcrumb {
  --bs-breadcrumb-divider: "";
  font-size: 13px;
  font-weight: 600;
}

main.resource-detail-root .soft-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "â€º";
  padding: 0 8px 0 0;
  color: #b8bdc2;
  float: none;
  font-weight: 400;
}

main.resource-detail-root .soft-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

main.resource-detail-root .soft-breadcrumb a:hover {
  color: var(--sunny);
}

main.resource-detail-root .soft-breadcrumb .active {
  color: var(--ink);
}

main.resource-detail-root .hero-label {
  margin-bottom: 4px;
}

main.resource-detail-root .badge-label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: var(--sunny-dark);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff0e9;
  border: 1px solid #ffd3bf;
  border-radius: 999px;
}

main.resource-detail-root .resource-detail-header h1 {
  max-width: 690px;
  margin: 14px 0 14px;
  color: var(--ink);
  font-size: clamp(36px, 4.7vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

main.resource-detail-root .resource-detail-header p {
  max-width: 720px;
  margin-bottom: 0;
  color: #5d6268;
  font-size: 15px;
}

main.resource-detail-root .resource-detail-header .resource-hero-visual {
  overflow: hidden;
  border-radius: clamp(14px, 2vw, 20px);
  border: none;
  box-shadow: 0 14px 36px rgba(255, 116, 24, 0.14), 0 4px 12px rgba(26, 26, 46, 0.06);
  background: var(--sunny-soft, #fff1e6);
}

main.resource-detail-root .resource-detail-header .resource-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: clamp(14px, 2vw, 20px);
}

main.resource-detail-root .resource-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-bottom: 18px;
  color: #5c6268;
  font-size: 13px;
  font-weight: 600;
}

main.resource-detail-root .resource-detail-meta i {
  margin-right: 7px;
  color: var(--sunny);
  font-size: 17px;
}

main.resource-detail-root .resource-detail-main {
  padding: 18px 0 36px;
}

main.resource-detail-root .resource-detail-main > .container-xl > .row > [class*="col-"] {
  min-width: 0;
}

main.resource-detail-root .resource-detail-content {
  display: grid;
  gap: 22px;
  min-width: 0;
  max-width: 100%;
}

main.resource-detail-root .resource-hero-download {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(250px, 0.9fr);
  gap: 18px;
  align-items: stretch;
}

main.resource-detail-root .resource-hero-download > img {
  width: 100%;
  height: 100%;
  min-height: 276px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(39, 28, 22, 0.08);
}

main.resource-detail-root .download-panel {
  display: grid;
  align-content: center;
  gap: 15px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
}

main.resource-detail-root .download-panel h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

main.resource-detail-root .download-panel ul {
  display: grid;
  gap: 13px;
  margin: 0 0 8px;
  padding: 0;
  color: #555b61;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

main.resource-detail-root .download-panel li {
  display: flex;
  gap: 9px;
  align-items: center;
}

main.resource-detail-root .download-panel li i {
  color: var(--sunny);
}

main.resource-detail-root .download-panel .btn {
  min-height: 50px;
  font-size: 16px;
  font-weight: 600;
}

main.resource-detail-root .resource-preview-section {
  min-width: 0;
  max-width: 100%;
}

main.resource-detail-root .resource-info-section > h2,
main.resource-detail-root .resource-included-section > h2,
main.resource-detail-root .resource-preview-section > h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

main.resource-detail-root .resource-info-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
}

main.resource-detail-root .resource-info-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 16px 20px;
  border-top: 1px solid #f1ded5;
}

main.resource-detail-root .resource-info-row:first-child {
  border-top: 0;
}

main.resource-detail-root .resource-info-row > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--sunny);
  font-size: 24px;
  background: #fff2eb;
  border-radius: 50%;
}

main.resource-detail-root .resource-info-row h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

main.resource-detail-root .resource-info-row p {
  margin: 0;
  color: #5e646a;
  font-size: 13px;
  line-height: 1.55;
}

main.resource-detail-root .included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

main.resource-detail-root .included-card {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 118px;
  padding: 18px 12px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
}

main.resource-detail-root .included-card i {
  color: var(--sunny);
  font-size: 31px;
  line-height: 1;
}

main.resource-detail-root .included-card strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

main.resource-detail-root .included-card span {
  color: #666c72;
  font-size: 12px;
  line-height: 1.35;
}

main.resource-detail-root .resource-tip-box {
  display: grid;
  grid-template-columns: 54px 1fr 28px;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: #fff9f4;
  border: 1px solid var(--sunny);
  border-radius: 8px;
}

main.resource-detail-root .resource-tip-box > i:first-child {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--sunny);
  font-size: 31px;
  border: 1px solid #ffd0bc;
  border-radius: 50%;
  background: #fff;
}

main.resource-detail-root .resource-tip-box > i:last-child {
  color: #ffb21a;
  font-size: 22px;
}

main.resource-detail-root .resource-tip-box h2 {
  margin: 0 0 3px;
  color: var(--sunny-dark);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
}

main.resource-detail-root .resource-tip-box p {
  margin: 0;
  color: #5e646a;
  font-size: 13px;
  line-height: 1.55;
}

main.resource-detail-root .preview-shell {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding: 16px 44px 34px;
  background: #fff;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  overflow-x: hidden;
}

main.resource-detail-root .resource-preview-strip {
  position: relative;
  max-width: 100%;
  min-width: 0;
}

main.resource-detail-root .resource-preview-viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

main.resource-detail-root .resource-preview-track {
  display: flex;
  align-items: flex-start;
  will-change: transform;
  min-width: 0;
}

main.resource-detail-root .resource-preview-tile {
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #f0d9ce;
  border-radius: 8px;
  background: #fff;
}

main.resource-detail-root .resource-preview-tile img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-width: 0;
  aspect-ratio: 1.13 / 1;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
}

main.resource-detail-root .resource-preview-tile figcaption {
  margin: 0;
  padding: 10px 10px 26px;
  color: #555b61;
  font-size: 13px;
  font-weight: 600;
}

main.resource-detail-root .resource-preview-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

main.resource-detail-root .resource-preview-indicators button {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #ddd8d4;
  opacity: 1;
  cursor: pointer;
}

main.resource-detail-root .resource-preview-indicators button.is-active {
  background-color: var(--sunny);
}

main.resource-detail-root .resource-preview-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #ffc9b3;
  border-radius: 50%;
  background: #fff;
  color: var(--sunny);
  opacity: 1;
  display: grid;
  place-items: center;
  z-index: 3;
  cursor: pointer;
}

main.resource-detail-root .resource-preview-control:hover,
main.resource-detail-root .resource-preview-control:focus {
  color: var(--sunny-dark);
  background: #fff;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(var(--brand-1-rgb), 0.2);
}

main.resource-detail-root .resource-preview-control--prev {
  left: -16px;
}

main.resource-detail-root .resource-preview-control--next {
  right: -16px;
}

main.resource-detail-root .resource-preview-control .bi {
  font-size: 1.15rem;
  line-height: 1;
}

main.resource-detail-root .resource-detail-sidebar {
  display: grid;
  gap: 22px;
}

main.resource-detail-root .side-panel {
  position: relative;
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--rs-line);
  border-radius: 8px;
  box-shadow: var(--rs-shadow-sm);
}

main.resource-detail-root .side-panel h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

main.resource-detail-root .side-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

main.resource-detail-root .side-heading-row h2 {
  margin: 0;
}

main.resource-detail-root .side-heading-row a {
  flex: 0 0 auto;
  color: var(--sunny);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

main.resource-detail-root .side-heading-row a:hover {
  color: var(--sunny-dark);
}

main.resource-detail-root .search-form {
  display: grid;
  grid-template-columns: 1fr 56px;
  gap: 0;
}

main.resource-detail-root .search-form .form-control {
  min-height: 46px;
  border-radius: 8px 0 0 8px;
  border-color: #f1cdbc;
  color: var(--ink);
  font-size: 14px;
}

main.resource-detail-root .search-form .form-control:focus {
  border-color: var(--sunny);
  box-shadow: 0 0 0 0.2rem rgba(var(--brand-1-rgb), 0.13);
}

main.resource-detail-root .search-form .btn {
  min-height: 46px;
  padding: 0;
  border-radius: 0 8px 8px 0;
}

main.resource-detail-root .btn-orange {
  border-radius: 8px;
  font-weight: 600;
  min-height: 42px;
  padding: 10px 20px;
  color: #fff;
  border-color: var(--sunny);
  background: linear-gradient(90deg, var(--sunny) 0%, #ff701f 100%);
  box-shadow: 0 9px 20px rgba(var(--brand-1-rgb), 0.22);
}

main.resource-detail-root .btn-orange:hover,
main.resource-detail-root .btn-orange:focus {
  color: #fff;
  border-color: var(--sunny-dark);
  background: var(--sunny-dark);
}

main.resource-detail-root .btn-outline-orange {
  color: var(--sunny);
  border: 1px solid var(--sunny);
  background: #fff;
  font-weight: 600;
  border-radius: 8px;
}

main.resource-detail-root .btn-outline-orange:hover,
main.resource-detail-root .btn-outline-orange:focus {
  color: #fff;
  background: var(--sunny);
  border-color: var(--sunny);
}

main.resource-detail-root .resource-mini {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 13px;
  padding: 12px 0;
  border-top: 1px solid #f3e1d8;
  color: inherit;
  text-decoration: none;
}

main.resource-detail-root .resource-mini:first-of-type {
  border-top: 0;
}

main.resource-detail-root .resource-mini img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 7px;
}

main.resource-detail-root .resource-mini strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

main.resource-detail-root .resource-mini em {
  color: #7b8086;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

main.resource-detail-root .resource-mini em i {
  margin-right: 5px;
  color: var(--sunny);
}

main.resource-detail-root .resource-mini:hover strong {
  color: var(--sunny);
}

main.resource-detail-root .panel-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  color: var(--sunny);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

main.resource-detail-root .panel-more:hover {
  color: var(--sunny-dark);
}

main.resource-detail-root .category-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
  padding: 0 12px;
  color: #60656b;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f3e0d8;
  border-radius: 6px;
  text-decoration: none;
}

main.resource-detail-root .category-line:hover,
main.resource-detail-root .category-line.active {
  color: var(--sunny);
  background: #fff0e9;
}

main.resource-detail-root .category-line b {
  display: inline-grid;
  min-width: 28px;
  height: 22px;
  place-items: center;
  color: #5d6268;
  font-size: 12px;
  border-radius: 999px;
  background: #f4f0ee;
}

main.resource-detail-root .category-line.active b {
  color: var(--sunny);
  background: #fff;
}

main.resource-detail-root .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

main.resource-detail-root .tags-list a {
  padding: 8px 12px;
  color: #666b70;
  font-size: 13px;
  font-weight: 600;
  background: #fff5ef;
  border: 1px solid #f5ded2;
  border-radius: 6px;
  text-decoration: none;
}

main.resource-detail-root .tags-list a:hover {
  color: #fff;
  background: var(--sunny);
  border-color: var(--sunny);
}

main.resource-detail-root .compact-tags a {
  text-transform: lowercase;
}

main.resource-detail-root .newsletter-panel p,
main.resource-detail-root .newsletter-panel small {
  color: #6a6f75;
  font-size: 14px;
}

main.resource-detail-root .newsletter-form {
  display: grid;
  gap: 12px;
  margin: 18px 0 10px;
}

main.resource-detail-root .resource-newsletter {
  background: #fff8f4;
}

main.resource-detail-root .resource-newsletter .form-control {
  min-height: 46px;
  border-color: #f1cdbc;
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
}

main.resource-detail-root .resource-newsletter .form-control:focus {
  border-color: var(--sunny);
  box-shadow: 0 0 0 0.2rem rgba(var(--brand-1-rgb), 0.13);
}

main.resource-detail-root .mail-illustration {
  display: grid;
  place-items: center;
  width: 120px;
  height: 92px;
  margin: 24px auto 0;
  color: #fff;
  font-size: 54px;
  background: linear-gradient(135deg, #ffb21a, #ff6718);
  border-radius: 8px 8px 28px 28px;
  box-shadow: 0 16px 24px rgba(var(--brand-1-rgb), 0.2);
}

main.resource-detail-root .resource-detail-newsletter {
  overflow: hidden;
  min-height: 250px;
}

main.resource-detail-root .resource-detail-newsletter .mail-illustration {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 82px;
  height: 64px;
  margin: 0;
  font-size: 38px;
}

main.resource-detail-root .resource-detail-newsletter small {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

main.resource-detail-root .resource-consult-section {
  padding: 0 0 40px;
}

main.resource-detail-root .resource-consult-band {
  overflow: hidden;
  padding: 24px 42px;
  background:
    linear-gradient(90deg, rgba(255, 246, 241, 0.98), rgba(255, 255, 255, 0.94)),
    #fff8f4;
  border: 1px solid var(--rs-line);
  border-radius: 8px;
}

main.resource-detail-root .resource-consult-band h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

main.resource-detail-root .resource-consult-band p {
  margin-bottom: 20px;
  color: #5f646a;
}

main.resource-detail-root .resource-consult-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

main.resource-detail-root .resource-consult-points span {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  color: #4e5359;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

main.resource-detail-root .resource-consult-points i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--sunny);
  border-radius: 50%;
}

main.resource-detail-root .resource-consult-img {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
}

main.resource-detail-root .btn-orange.btn-consult {
  min-width: 200px;
}

main.resource-detail-root .resource-detail-consult .resource-consult-img {
  width: 250px;
}

@media (max-width: 991.98px) {
  main.resource-detail-root .resource-hero-download {
    grid-template-columns: 1fr;
  }

  main.resource-detail-root .resource-detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main.resource-detail-root .resource-detail-sidebar .search-panel,
  main.resource-detail-root .resource-detail-sidebar .resource-detail-newsletter {
    grid-column: 1 / -1;
  }

  main.resource-detail-root .included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  main.resource-detail-root .resource-consult-points {
    grid-template-columns: 1fr;
  }

  main.resource-detail-root .resource-consult-img {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  main.resource-detail-root .resource-detail-header h1 {
    font-size: 35px;
  }

  main.resource-detail-root .resource-detail-sidebar {
    grid-template-columns: 1fr;
  }

  main.resource-detail-root .preview-shell {
    padding: 16px 18px 34px;
  }

  main.resource-detail-root .resource-preview-control--prev {
    left: 6px;
    transform: translateY(-50%);
  }

  main.resource-detail-root .resource-preview-control--next {
    right: 6px;
    transform: translateY(-50%);
  }

  main.resource-detail-root .resource-consult-band {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  main.resource-detail-root .resource-detail-header {
    padding-top: 32px;
  }

  main.resource-detail-root .resource-detail-header h1 {
    font-size: 31px;
  }

  main.resource-detail-root .resource-detail-meta {
    gap: 9px 14px;
  }

  main.resource-detail-root .download-panel {
    padding: 20px;
  }

  main.resource-detail-root .resource-info-row,
  main.resource-detail-root .resource-tip-box {
    grid-template-columns: 1fr;
  }

  main.resource-detail-root .included-grid {
    grid-template-columns: 1fr;
  }

  main.resource-detail-root .resource-detail-newsletter {
    min-height: auto;
  }

  main.resource-detail-root .resource-detail-newsletter .mail-illustration {
    position: static;
    margin: 18px auto 0;
  }
}

.page-resource-detail .resource-format {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--muted);
}

.page-resource-detail .resource-download {
  margin-top: 18px;
}

.page-resource-detail .resource-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  box-shadow: 0 10px 28px rgba(255, 116, 24, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.page-resource-detail .resource-download-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255, 116, 24, 0.32);
}

.page-resource-detail .resource-related .news-heading {
  text-align: left;
}

.page-resource-detail .resource-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.page-resource-detail .resource-related-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sunny-dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 116, 24, 0.2);
}

.page-resource-detail .resource-related-list a:hover {
  color: var(--sunny-dark);
  border-bottom-color: var(--sunny-dark);
}

.page-resource-detail .resource-related-list a::before {
  content: "â†’";
  font-weight: 600;
  opacity: 0.65;
}

/* --------------------------------------------------------------------------
   ChuyÃªn má»¥c tin (tin-tuc.html) â€” layout tá»« template, scope .news-hub / nh-*
   KhÃ´ng dÃ¹ng .hero-section / .news-section / .news-card site Ä‘á»ƒ trÃ¡nh Ä‘Ã¨ CSS.
   -------------------------------------------------------------------------- */

.news-hub {
  --nh-shadow-sm: 0 10px 30px rgba(var(--brand-1-rgb), 0.08);
  --nh-shadow-md: 0 18px 45px rgba(36, 22, 16, 0.1);
  --nh-line: #f1d8ca;
  --nh-soft: var(--sunny-soft);
  --nh-cream: #fff8f4;
  --nh-radius: 8px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.55;
  color: #141110;
  -webkit-font-smoothing: antialiased;
}

.news-hub a.nh-thumb,
.news-hub a.nh-readmore,
.news-hub a.nh-featured {
  color: inherit;
  text-decoration: none;
}

.news-hub .nh-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 30px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  padding-left: clamp(20px, 4vw, 42px);
  padding-right: clamp(20px, 4vw, 42px);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.88) 48%,
    rgba(255, 246, 240, 0.78) 100%
  );
}

.news-hub .nh-hero::after {
  content: "";
  position: absolute;
  right: 6vw;
  top: 18px;
  width: 520px;
  height: 250px;
  background: rgba(255, 229, 215, 0.58);
  border-radius: 140px 140px 0 140px;
  z-index: 0;
}

.news-hub .nh-hero .container-xl {
  position: relative;
  z-index: 1;
}

/* Breadcrumb chuyÃªn má»¥c tin â€” pill giá»‘ng trang LiÃªn há»‡ */
.news-hub .nh-soft-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 4px 10px 4px 8px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 248, 242, 0.95) 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 116, 24, 0.22);
  border-radius: 999px;
  box-shadow:
    0 6px 22px rgba(43, 31, 22, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.96) inset;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.news-hub .nh-hero .nh-hero-breadcrumb,
main.resource-page .resource-hero-section .resource-hero-breadcrumb,
.resource-scope .resource-hero-section .resource-hero-breadcrumb {
  display: block;
  margin-bottom: clamp(1.5rem, 4.5vw, 2.75rem);
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding: 0;
  margin: 0 6px 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  transform: none;
  font-family: "bootstrap-icons";
  font-size: 11px;
  font-weight: normal !important;
  font-style: normal;
  line-height: 1;
  color: rgba(233, 93, 0, 0.85);
  vertical-align: -0.05em;
  content: "\f285";
}

.news-hub .nh-soft-breadcrumb .nh-bc-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1;
  vertical-align: -0.08em;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item a .nh-bc-icon {
  color: var(--sunny-dark);
  opacity: 0.92;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item a:hover .nh-bc-icon {
  color: var(--sunny-dark);
  opacity: 1;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item.active .nh-bc-icon {
  color: rgba(255, 255, 255, 0.95);
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  color: #393235;
  font-weight: 600;
  text-decoration: none;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item a:hover {
  color: var(--sunny-dark);
  background: rgba(255, 116, 24, 0.11);
  transform: translateY(-1px);
  box-shadow: 0 3px 12px rgba(255, 116, 24, 0.12);
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item a:focus-visible {
  outline: 2px solid var(--sunny);
  outline-offset: 3px;
}

.news-hub .nh-soft-breadcrumb .breadcrumb-item.active {
  padding: 6px 14px 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: linear-gradient(135deg, #ff931f 0%, #ff7418 38%, #e95d00 100%);
  box-shadow:
    0 8px 20px rgba(233, 93, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.26) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

@media (prefers-reduced-motion: reduce) {
  .news-hub .nh-soft-breadcrumb .breadcrumb-item a {
    transition: none;
  }

  .news-hub .nh-soft-breadcrumb .breadcrumb-item a:hover {
    transform: none;
  }
}

.news-hub .nh-hero h1 {
  margin-top: 0;
  margin-bottom: 18px;
  color: #07070a;
  font-size: clamp(28px, 3.35vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

.news-hub .nh-hero h1 span {
  color: var(--sunny-dark);
}

.news-hub .nh-hero-copy {
  max-width: 620px;
  margin-bottom: 24px;
  color: #141110;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.6;
  font-weight: 400;
}

.news-hub .nh-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  color: #141110;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  border: 1px solid #f5ded2;
  border-radius: 8px;
  box-shadow: var(--nh-shadow-sm);
}

.news-hub .nh-hero-badges i {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--sunny);
  border: 1px solid #ffd4bf;
  border-radius: 50%;
  background: var(--nh-soft);
}

.news-hub .nh-hero-visual {
  position: relative;
  min-height: 0;
  height: auto;
  overflow: visible;
  border-radius: clamp(14px, 2vw, 20px);
}

.news-hub .nh-hero-visual img {
  display: block;
  width: min(520px, 100%);
  height: auto;
  max-height: none;
  min-height: 0;
  margin-left: auto;
  border-radius: clamp(14px, 2vw, 20px);
  box-shadow: 0 14px 36px rgba(255, 116, 24, 0.14), 0 4px 12px rgba(26, 26, 46, 0.06);
  filter: none;
}

.news-hub .nh-decor {
  position: absolute;
  pointer-events: none;
}

.news-hub .nh-decor-left {
  left: -22px;
  top: 142px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 225, 208, 0.78);
}

.news-hub .nh-decor-dots {
  width: 82px;
  height: 82px;
  background-image: radial-gradient(rgba(var(--brand-1-rgb), 0.34) 1.3px, transparent 1.3px);
  background-size: 11px 11px;
}

.news-hub .nh-hero-dots {
  left: 88px;
  top: 134px;
}

.news-hub .nh-category {
  padding: 18px 0 28px;
}

.news-hub .nh-category-toolbar {
  padding: 13px;
  border: 1px solid var(--nh-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--nh-shadow-sm);
  scrollbar-width: none;
}

.news-hub .nh-category-toolbar::-webkit-scrollbar {
  display: none;
}

.news-hub .nh-cat-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 24px;
  color: #141110;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  border-radius: 999px;
  background: transparent;
  white-space: nowrap;
  transition: 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.news-hub .nh-cat-btn:hover,
.news-hub .nh-cat-btn.active {
  color: #fff;
  background: var(--sunny);
  box-shadow: 0 9px 18px rgba(var(--brand-1-rgb), 0.24);
}

.news-hub .nh-feed {
  padding: clamp(32px, 5vw, 56px) 0 44px;
}

.news-hub .nh-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, 1fr);
  gap: 22px;
}

.news-hub .nh-lead-stack {
  display: grid;
  gap: 22px;
}

.news-hub .nh-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.news-hub .nh-card {
  overflow: hidden;
  height: 100%;
  background: #fff;
  border: 1px solid var(--nh-line);
  border-radius: var(--nh-radius);
  box-shadow: 0 8px 24px rgba(45, 31, 25, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.news-hub .nh-card:hover {
  transform: translateY(-3px);
  border-color: #ffc1a8;
  box-shadow: var(--nh-shadow-md);
}

.news-hub .nh-thumb {
  display: block;
  aspect-ratio: 2.35 / 1;
  overflow: hidden;
  background: var(--nh-soft);
}

.news-hub .nh-thumb-lg {
  aspect-ratio: 2.1 / 1;
}

/* LÆ°á»›i 3 Ã´ / hÃ ng: áº£nh cao hÆ¡n (tiÃªu Ä‘á» ngáº¯n hÆ¡n pháº§n lead) */
.news-hub .nh-article-grid .nh-thumb {
  aspect-ratio: 4 / 3;
}

.news-hub .nh-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-hub .nh-card:hover .nh-thumb img {
  transform: scale(1.035);
}

.news-hub .nh-body {
  padding: 18px;
}

.news-hub .nh-card-lg .nh-body {
  padding: 22px;
}

.news-hub .nh-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #141110;
  font-size: clamp(12.4px, 0.92vw, 14.5px);
  font-weight: 500;
}

.news-hub .nh-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: var(--sunny-dark);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #fff0e9;
  border: 1px solid #ffd3bf;
  border-radius: 999px;
}

.news-hub .nh-card h2,
.news-hub .nh-card h3 {
  color: #000;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.015em;
}

.news-hub .nh-card h2 {
  margin-bottom: 12px;
  font-size: clamp(15px, 1.4vw, 19px);
}

.news-hub .nh-card h3 {
  margin-bottom: 10px;
  font-size: clamp(12.5px, 0.98vw, 16px);
}

.news-hub .nh-card h2 a,
.news-hub .nh-card h3 a {
  color: inherit;
  text-decoration: none;
}

.news-hub .nh-card h2 a:hover,
.news-hub .nh-card h3 a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.news-hub .nh-card p {
  margin-bottom: 14px;
  color: #141110;
  font-weight: 400;
  font-size: clamp(12.4px, 0.92vw, 14.8px);
  line-height: 1.55;
}

.news-hub .nh-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: clamp(11.6px, 0.82vw, 13.6px);
  font-weight: 600;
  text-decoration: none;
}

.news-hub .nh-readmore:hover {
  color: #1a1a1a;
  text-decoration: none;
}

.news-hub .nh-sidebar {
  display: grid;
  gap: 22px;
}

.news-hub .nh-side-panel:not(.nh-article-toc-panel) {
  position: relative;
  padding: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--nh-line);
  border-radius: var(--nh-radius);
  box-shadow: var(--nh-shadow-sm);
}

.news-hub .nh-side-panel h2,
.news-hub .nh-side-panel.nh-article-toc-panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #141110;
  font-size: clamp(20px, 2.35vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.news-hub .nh-side-panel.nh-article-toc-panel {
  padding: 18px 18px 16px;
}

@media (min-width: 992px) {
  .news-hub .nh-sidebar--article-toc {
    display: block;
    align-self: stretch;
    position: relative;
  }

  .news-hub .nh-sidebar--article-toc .nh-sidebar__stack {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .news-hub .nh-sidebar--article-toc .nh-article-toc-sticky-host {
    position: relative;
    flex: 0 0 auto;
  }
}

/* TiÃªu Ä‘á» nhá» hÆ¡n: ná»•i báº­t + newsletter (khÃ´ng Ã¡p vÃ o nh-tags-panel) */
.news-hub .nh-side-panel:not(.nh-tags-panel) h2 {
  margin-bottom: 14px;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.news-hub .nh-side-panel h2 i {
  color: var(--sunny-dark);
}

/* Sidebar chi tiáº¿t bÃ i â€” má»¥c lá»¥c: cá»¡ tiÃªu Ä‘á» vá»«a pháº£i (override rule nhá» á»Ÿ trÃªn) */
.news-hub .nh-side-panel.nh-article-toc-panel h2 {
  font-size: clamp(17px, 1.75vw, 22px);
  margin-bottom: 16px;
}

.news-hub .nh-featured {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #f4ded3;
}

.news-hub .nh-featured:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.news-hub .nh-featured img {
  width: 74px;
  height: 74px;
  object-fit: cover;
  border-radius: var(--nh-radius);
}

.news-hub .nh-featured time {
  display: block;
  margin-bottom: 3px;
  color: #141110;
  font-size: clamp(12.4px, 0.92vw, 14.5px);
  font-weight: 500;
  opacity: 0.85;
}

.news-hub .nh-featured strong {
  display: block;
  color: #141110;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 600;
  line-height: 1.35;
}

.news-hub .nh-featured em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 7px;
  color: var(--sunny-dark);
  font-size: clamp(12.4px, 0.92vw, 14.8px);
  font-style: normal;
  font-weight: 600;
}

.news-hub .nh-featured:hover strong {
  color: var(--sunny-dark);
}

.news-hub .nh-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-hub .nh-tags-list a {
  padding: 8px 12px;
  color: #141110;
  font-size: 13px;
  font-weight: 600;
  background: #fff5ef;
  border: 1px solid #f5ded2;
  border-radius: 6px;
  text-decoration: none;
}

.news-hub .nh-tags-list a:hover {
  color: #fff;
  background: var(--sunny);
  border-color: var(--sunny);
}

.news-hub .nh-newsletter-panel p,
.news-hub .nh-newsletter-panel small {
  color: #5c5558;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.news-hub .nh-newsletter-form {
  display: grid;
  gap: 12px;
  margin: 18px 0 10px;
}

.news-hub .nh-newsletter-panel .form-control {
  min-height: 46px;
  border-color: #f1cdbc;
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
}

.news-hub .nh-newsletter-panel .form-control:focus {
  border-color: var(--sunny);
  box-shadow: 0 0 0 0.2rem rgba(var(--brand-1-rgb), 0.13);
}

.news-hub .btn-orange {
  border-radius: 8px;
  font-weight: 600;
  min-height: 42px;
  padding: 10px 20px;
  color: #fff;
  border-color: var(--sunny);
  background: linear-gradient(90deg, var(--sunny) 0%, #ff701f 100%);
  box-shadow: 0 9px 20px rgba(var(--brand-1-rgb), 0.22);
}

.news-hub .btn-orange:hover,
.news-hub .btn-orange:focus {
  color: #fff;
  border-color: var(--sunny-dark);
  background: var(--sunny-dark);
}

.news-hub .nh-mail-illustration {
  display: grid;
  place-items: center;
  width: 120px;
  height: 92px;
  margin: 24px auto 0;
  color: #fff;
  font-size: 54px;
  background: linear-gradient(135deg, #ffb21a, #ff6718);
  border-radius: 8px 8px 28px 28px;
  box-shadow: 0 16px 24px rgba(var(--brand-1-rgb), 0.2);
}

.news-hub .nh-pager,
.resource-scope .nh-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding-top: 32px;
}

.news-hub .nh-pager a,
.news-hub .nh-pager span,
.resource-scope .nh-pager a,
.resource-scope .nh-pager span {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: #141110;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--nh-line);
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
}

.news-hub .nh-pager span,
.resource-scope .nh-pager span {
  border-color: transparent;
  background: transparent;
}

.news-hub .nh-pager a:hover,
.news-hub .nh-pager a.active,
.resource-scope .nh-pager a:hover,
.resource-scope .nh-pager a.active {
  color: #fff;
  border-color: var(--sunny);
  background: var(--sunny);
}

@media (max-width: 1199.98px) {
  .news-hub .nh-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .news-hub .nh-hero {
    padding-top: 42px;
  }

  .news-hub .nh-hero::after {
    right: -90px;
    top: 210px;
    width: 420px;
  }

  .news-hub .nh-hero-visual img {
    margin: 0 auto;
  }

  .news-hub .nh-lead-grid {
    grid-template-columns: 1fr;
  }

  .news-hub .nh-lead-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-hub .nh-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-hub .nh-newsletter-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767.98px) {
  .news-hub .nh-hero-badges span {
    width: 100%;
  }

  .news-hub .nh-category-toolbar {
    border-radius: 8px;
  }

  .news-hub .nh-cat-btn {
    padding: 0 18px;
  }

  .news-hub .nh-lead-stack,
  .news-hub .nh-article-grid,
  .news-hub .nh-sidebar {
    grid-template-columns: 1fr;
  }

  .news-hub .nh-side-panel {
    padding: 20px;
  }
}

@media (max-width: 575.98px) {
  .news-hub .nh-hero {
    padding-top: 34px;
  }

  .news-hub .nh-body {
    padding: 16px;
  }

  .news-hub .nh-featured {
    grid-template-columns: 66px 1fr;
  }

  .news-hub .nh-featured img {
    width: 66px;
    height: 66px;
  }

  .news-hub .nh-pager {
    gap: 7px;
  }

  .news-hub .nh-pager a,
  .news-hub .nh-pager span {
    width: 35px;
    height: 35px;
  }
}


/* --------------------------------------------------------------------------
   Chi tiáº¿t tin tá»©c â€” scope .news-detail-tpl (+ .news-hub khi dÃ¹ng layout chuyÃªn má»¥c)
   -------------------------------------------------------------------------- */

/* News detail page (.news-detail-tpl)
   */
.news-detail-tpl{
  background:
    radial-gradient(circle at 0 9%, rgba(255, 226, 211, 0.78) 0 54px, transparent 55px),
    radial-gradient(circle at 98% 16%, rgba(255, 226, 211, 0.62) 0 66px, transparent 67px),
    #fff;
}

/* Gáº¯n vá»›i layout chuyÃªn má»¥c tin (.news-hub): ná»n tráº¯ng, hero dÃ¹ng .nh-hero */
.news-hub.news-detail-tpl {
  background: #ffffff;
}

.news-hub.news-detail-tpl .nh-detail-hero h1 {
  font-size: clamp(22px, 2.35vw, 30px);
  line-height: 1.3;
  margin-bottom: 14px;
  font-weight: 600;
}

.news-hub.news-detail-tpl .nh-detail-hero .nh-meta {
  row-gap: 8px;
}

.news-hub.news-detail-tpl .nh-detail-hero .nh-meta time,
.news-hub.news-detail-tpl .nh-detail-hero .nh-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #5c5558;
}

.news-hub.news-detail-tpl .nh-detail-hero .nh-meta i {
  color: var(--sunny);
  font-size: 15px;
  opacity: 0.92;
}

.news-hub.news-detail-tpl .nh-detail-backlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sunny-dark);
  text-decoration: none;
  transition: color 0.18s ease;
}

.news-hub.news-detail-tpl .nh-detail-backlink:hover {
  color: var(--sunny);
}

.news-detail-tpl .nh-detail-feed {
  padding-top: 4px;
}

.news-detail-tpl .article-shell {
  overflow: hidden;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #f1d8ca;
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(45, 31, 25, .05);
  padding: 18px 30px 28px;
}

.news-detail-tpl .article-main-image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;
  aspect-ratio: 2.68 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.news-detail-tpl .article-content {
  padding: 0;
}

/* Typography nội dung bài — đen, dòng gần hơn, heading nhỏ */
.news-detail-tpl .article-content .bun-richtext-content,
.news-detail-tpl .article-content .news-article {
  color: #141110;
  font-size: 15px;
  line-height: 1.5;
}

.news-detail-tpl .article-content .bun-richtext-content > *:first-child {
  margin-top: 0;
}

.news-detail-tpl .article-content p,
.news-detail-tpl .article-content .bun-richtext-content p {
  margin: 0 0 12px;
  color: #141110;
  font-size: 15px;
  line-height: 1.5;
}

.news-detail-tpl .article-content ul,
.news-detail-tpl .article-content ol,
.news-detail-tpl .article-content .bun-richtext-content ul,
.news-detail-tpl .article-content .bun-richtext-content ol {
  margin: 0 0 12px;
  padding-left: 1.25rem;
  color: #141110;
}

.news-detail-tpl .article-content li,
.news-detail-tpl .article-content .bun-richtext-content li {
  margin-bottom: 4px;
  line-height: 1.5;
  color: #141110;
}

.news-detail-tpl .article-content li:last-child,
.news-detail-tpl .article-content .bun-richtext-content li:last-child {
  margin-bottom: 0;
}

.news-detail-tpl .article-content h1,
.news-detail-tpl .article-content .bun-richtext-content h1 {
  margin: 18px 0 6px;
  color: #141110;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.news-detail-tpl .article-content h2,
.news-detail-tpl .article-content .bun-richtext-content h2 {
  margin: 16px 0 6px;
  color: #141110;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.news-detail-tpl .article-content h3,
.news-detail-tpl .article-content .bun-richtext-content h3 {
  margin: 14px 0 5px;
  color: #141110;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.news-detail-tpl .article-content h4,
.news-detail-tpl .article-content .bun-richtext-content h4,
.news-detail-tpl .article-content h5,
.news-detail-tpl .article-content .bun-richtext-content h5,
.news-detail-tpl .article-content h6,
.news-detail-tpl .article-content .bun-richtext-content h6 {
  margin: 12px 0 4px;
  color: #141110;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.news-detail-tpl .article-content h2 span,
.news-detail-tpl .article-content .bun-richtext-content h2 span {
  color: var(--sunny);
}

.news-detail-tpl .article-content a:not(.btn) {
  color: var(--sunny-dark);
}

.resource-scope .resource-body-wrap .bun-richtext-content {
  color: #141110;
  font-size: 15px;
  line-height: 1.5;
}

.resource-scope .resource-body-wrap .bun-richtext-content p {
  margin: 0 0 12px;
  color: #141110;
  line-height: 1.5;
}

.resource-scope .resource-body-wrap .bun-richtext-content h2 {
  margin: 16px 0 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #141110;
}

.resource-scope .resource-body-wrap .bun-richtext-content h3 {
  margin: 14px 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #141110;
}

.resource-scope .resource-body-wrap .bun-richtext-content h4,
.resource-scope .resource-body-wrap .bun-richtext-content h5,
.resource-scope .resource-body-wrap .bun-richtext-content h6 {
  margin: 12px 0 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #141110;
}

/* Nội dung soạn thảo — iframe / embed luôn full width trong khung */
.bun-richtext-content iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: border-box;
}

.bun-richtext-content .bun-richtext-embed {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0.85rem 0;
  clear: both;
}

.bun-richtext-content .bun-richtext-embed__frame {
  width: 100% !important;
  max-width: 100%;
  background: rgba(248, 250, 252, 0.5);
}

.bun-richtext-content .bun-richtext-embed--youtube .bun-richtext-embed__frame,
.bun-richtext-content iframe[src*="youtube.com" i],
.bun-richtext-content iframe[src*="youtu.be" i] {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 180px;
}

.bun-richtext-content .bun-richtext-embed--tiktok .bun-richtext-embed__frame,
.bun-richtext-content iframe[src*="tiktok.com" i] {
  aspect-ratio: 9 / 16;
  height: auto;
  min-height: 200px;
  max-width: 100%;
  max-height: min(85vh, 720px);
}

.bun-richtext-content .bun-richtext-embed--pdf .bun-richtext-embed__frame,
.bun-richtext-content iframe[src$=".pdf" i],
.bun-richtext-content iframe[src*=".pdf?" i],
.bun-richtext-content iframe[src*=".pdf#" i] {
  min-height: 28rem;
  aspect-ratio: auto;
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.news-detail-tpl .article-content blockquote {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin: 16px 0 24px;
  padding: 17px 20px;
  color: #5f5350;
  font-size: 16px;
  font-style: italic;
  line-height: 1.55;
  background: #fff9f4;
  border: 1px dashed #ffae89;
  border-radius: 8px;
}

.news-detail-tpl .article-content blockquote i {
  color: var(--sunny);
  font-size: 34px;
  line-height: 1;
}

.news-detail-tpl .reason-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: reason;
}

.news-detail-tpl .reason-list li {
  position: relative;
  min-height: 31px;
  padding-left: 44px;
  counter-increment: reason;
}

.news-detail-tpl .reason-list li::before {
  content: counter(reason);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  background: var(--sunny);
}

.news-detail-tpl .reason-list strong {
  display: block;
  color: #2b2f33;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.news-detail-tpl .reason-list p {
  margin: 2px 0 0;
  font-size: 14px;
}

.news-detail-tpl .trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 22px;
}

.news-detail-tpl .trust-item {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 120px;
  padding: 18px 12px;
  text-align: center;
  background: #fffaf7;
  border: 1px solid #f2d6c8;
  border-radius: 8px;
}

.news-detail-tpl .trust-item i {
  margin-bottom: 8px;
  color: var(--sunny);
  font-size: 34px;
  line-height: 1;
}

.news-detail-tpl .trust-item strong {
  color: #1e2226;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.news-detail-tpl .trust-item span {
  margin-top: 5px;
  color: #686d73;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.news-detail-tpl .tip-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 18px;
  align-items: stretch;
  margin: 17px 0 22px;
}

.news-detail-tpl .tip-row img {
  width: 100%;
  height: 100%;
  min-height: 104px;
  object-fit: cover;
  border-radius: 8px;
}

.news-detail-tpl .tip-box {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  background: #fff9f4;
  border: 1px dashed #ffae89;
  border-radius: 8px;
}

.news-detail-tpl .tip-box i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--sunny);
  font-size: 34px;
  border: 1px solid #ffd1bd;
  border-radius: 50%;
  background: #fff;
}

.news-detail-tpl .tip-box h3 {
  margin: 0 0 4px;
  color: var(--sunny);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
}

.news-detail-tpl .tip-box p {
  margin: 0;
  font-size: 14px;
}

.news-detail-tpl .article-share {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 24px;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #f3ddd2;
}

.news-detail-tpl .share-icons,
.news-detail-tpl .share-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #62676d;
  font-size: 13px;
  font-weight: 600;
}

.news-detail-tpl .share-icons a {
  display: inline-grid;
  width: 29px;
  height: 29px;
  place-items: center;
  color: #fff;
  border-radius: 50%;
  background: #2374e1;
}

.news-detail-tpl .share-icons a:nth-of-type(2) {
  background: #17a9fd;
}

.news-detail-tpl .share-icons a:nth-of-type(3) {
  background: #0084ff;
}

.news-detail-tpl .share-icons a:nth-of-type(4) {
  background: #0a66c2;
}

.news-detail-tpl .share-icons a:nth-of-type(5) {
  background: #25282b;
}

.news-detail-tpl .share-tags a {
  padding: 6px 11px;
  color: #777c82;
  font-size: 12px;
  background: #fff2eb;
  border-radius: 999px;
}

.news-detail-tpl .post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.news-detail-tpl .post-nav-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 12px;
  border: 1px solid #f0d7ca;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.news-detail-tpl .post-nav-item:last-child {
  grid-template-columns: 1fr 74px;
}

.news-detail-tpl .post-nav-item img {
  width: 74px;
  height: 60px;
  object-fit: cover;
  border-radius: 7px;
}

.news-detail-tpl .post-nav-item em {
  display: block;
  margin-bottom: 3px;
  color: #777c82;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.news-detail-tpl .post-nav-item strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.news-detail-tpl .post-nav-item:hover strong {
  color: var(--sunny);
}

@media (max-width: 991.98px) {
  .news-detail-tpl .article-share {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .news-detail-tpl .article-shell {
    padding: 16px 20px 24px;
  }

  .news-detail-tpl .article-main-image {
    margin-bottom: 16px;
    border-radius: 5px;
    aspect-ratio: 1.75 / 1;
  }

  .news-detail-tpl .trust-grid,
  .news-detail-tpl .post-nav {
    grid-template-columns: 1fr;
  }

  .news-detail-tpl .tip-row {
    grid-template-columns: 1fr;
  }

  .news-detail-tpl .tip-row img {
    min-height: 150px;
  }

  .news-detail-tpl .post-nav-item,
  .news-detail-tpl .post-nav-item:last-child {
    grid-template-columns: 74px 1fr;
    text-align: left !important;
  }

  .news-detail-tpl .post-nav-item:last-child img {
    order: -1;
  }
}

@media (max-width: 575.98px) {
  .news-hub.news-detail-tpl .nh-detail-hero .nh-meta {
    gap: 6px 12px;
  }

  .news-detail-tpl .article-content blockquote,
  .news-detail-tpl .tip-box {
    grid-template-columns: 1fr;
  }

  .news-detail-tpl .trust-item {
    min-height: auto;
  }
}

/* Hộp tác giả cuối bài viết */
.news-detail-tpl .article-author-box,
.resource-detail-root .article-author-box {
  margin: 2.75rem 0 0.5rem;
  width: 100%;
  max-width: 100%;
}

.news-detail-tpl .article-author-box__shell,
.resource-detail-root .article-author-box__shell {
  position: relative;
  border: 1px solid #f2d6c8;
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 116, 24, 0.07) 0%, transparent 42%),
    linear-gradient(145deg, #fffdfb 0%, #fff7f0 52%, #fffaf7 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(233, 93, 0, 0.07),
    0 4px 14px rgba(30, 34, 38, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.news-detail-tpl .article-author-box__shell:hover,
.resource-detail-root .article-author-box__shell:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 44px rgba(233, 93, 0, 0.1),
    0 8px 20px rgba(30, 34, 38, 0.06);
}

.news-detail-tpl .article-author-box__grid,
.resource-detail-root .article-author-box__grid {
  display: grid;
  grid-template-columns: minmax(168px, 34%) minmax(0, 1fr);
  align-items: stretch;
  min-height: 248px;
}

.news-detail-tpl .article-author-box__figure,
.resource-detail-root .article-author-box__figure {
  position: relative;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  padding: 14px;
  background: linear-gradient(180deg, #fff1e6 0%, #fff8f2 100%);
  border-right: 1px solid rgba(242, 214, 200, 0.85);
}

.news-detail-tpl .article-author-box__photo-frame,
.resource-detail-root .article-author-box__photo-frame {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 16px 14px;
  border: 1px solid rgba(242, 214, 200, 0.95);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 116, 24, 0.06) 0%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 251, 247, 0.95) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.news-detail-tpl .article-author-box__photo,
.resource-detail-root .article-author-box__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(280px, 100%);
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 8px 16px rgba(30, 34, 38, 0.1));
}

.news-detail-tpl .article-author-box__main,
.resource-detail-root .article-author-box__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  width: 100%;
  padding: 28px 30px 26px 26px;
}

/* Typography tác giả — tách khỏi .article-content để tránh grid blockquote 42px */
.news-detail-tpl .article-author-box__intro,
.resource-detail-root .article-author-box__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

.news-detail-tpl .article-author-box__tag,
.resource-detail-root .article-author-box__tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  align-self: flex-start;
  width: auto;
  max-width: 100%;
  margin: 0;
  color: var(--sunny-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
}

.news-detail-tpl .article-author-box__tag i,
.resource-detail-root .article-author-box__tag i {
  font-size: 13px;
  color: var(--sunny);
}

.news-detail-tpl .article-author-box__name,
.resource-detail-root .article-author-box__name {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #1e2226;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.news-detail-tpl .article-author-box__name a,
.resource-detail-root .article-author-box__name a {
  display: inline;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(120deg, var(--sunny) 0%, var(--sunny-dark) 100%);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 0.25s ease, color 0.2s ease;
  word-break: normal;
}

.news-detail-tpl .article-author-box__name a:hover,
.resource-detail-root .article-author-box__name a:hover {
  color: var(--sunny-dark);
  background-size: 100% 2px;
}

.news-detail-tpl .article-author-box__role,
.resource-detail-root .article-author-box__role {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  color: #686d73;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.news-detail-tpl .article-author-box__bio,
.resource-detail-root .article-author-box__bio {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 18px 20px 18px 52px;
  border: 1px solid #f3ddd2;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.news-detail-tpl .article-author-box__bio::before,
.resource-detail-root .article-author-box__bio::before {
  content: "\201C";
  position: absolute;
  left: 16px;
  top: 8px;
  color: rgba(255, 116, 24, 0.28);
  font-size: 3rem;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.news-detail-tpl .article-author-box__bio p,
.resource-detail-root .article-author-box__bio p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #4a4f55;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.news-detail-tpl .article-author-box__bar,
.resource-detail-root .article-author-box__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}

.news-detail-tpl .article-author-box__social,
.resource-detail-root .article-author-box__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.news-detail-tpl .article-author-box__social-link,
.resource-detail-root .article-author-box__social-link {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(30, 34, 38, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-detail-tpl .article-author-box__social-link:hover,
.resource-detail-root .article-author-box__social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(30, 34, 38, 0.16);
}

.news-detail-tpl .article-author-box__social-link--facebook,
.resource-detail-root .article-author-box__social-link--facebook {
  background: #1877f2;
}

.news-detail-tpl .article-author-box__social-link--linkedin,
.resource-detail-root .article-author-box__social-link--linkedin {
  background: #0a66c2;
  border-radius: 9px;
}

.news-detail-tpl .article-author-box__social-link--x,
.resource-detail-root .article-author-box__social-link--x {
  background: #111827;
  border-radius: 9px;
}

.news-detail-tpl .article-author-box__social-link--pinterest,
.resource-detail-root .article-author-box__social-link--pinterest {
  background: #e60023;
}

@media (max-width: 767.98px) {
  .news-detail-tpl .article-author-box__grid,
  .resource-detail-root .article-author-box__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .news-detail-tpl .article-author-box__figure,
  .resource-detail-root .article-author-box__figure {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 214, 200, 0.85);
    padding: 14px;
  }

  .news-detail-tpl .article-author-box__photo-frame,
  .resource-detail-root .article-author-box__photo-frame {
    min-height: 210px;
  }

  .news-detail-tpl .article-author-box__main,
  .resource-detail-root .article-author-box__main {
    padding: 20px 18px 22px;
  }

  .news-detail-tpl .article-author-box__bio,
  .resource-detail-root .article-author-box__bio {
    padding-left: 46px;
  }
}

/* —— Trang tác giả (/tac-gia/{slug}) —— */
.tpl--author .author-page-hero.nh-hero {
  padding-bottom: clamp(24px, 4vw, 38px);
}

.tpl--author .author-page-card {
  position: relative;
  margin-top: clamp(8px, 1.5vw, 16px);
  border: 1px solid #f2d6c8;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 116, 24, 0.08) 0%, transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(255, 116, 24, 0.06) 0%, transparent 42%),
    linear-gradient(145deg, #fffdfb 0%, #fff7f0 52%, #fffaf7 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 18px 44px rgba(233, 93, 0, 0.08),
    0 6px 18px rgba(30, 34, 38, 0.05);
  overflow: hidden;
}

.tpl--author .author-page-card__grid {
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  align-items: stretch;
  min-height: 280px;
}

.tpl--author .author-page-card__media {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 18px;
  background: linear-gradient(180deg, #fff1e6 0%, #fff8f2 100%);
  border-right: 1px solid rgba(242, 214, 200, 0.85);
}

.tpl--author .author-page-card__photo-frame {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(242, 214, 200, 0.95);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 116, 24, 0.07) 0%, transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 251, 247, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.tpl--author .author-page-card__photo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(320px, 100%);
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  filter: drop-shadow(0 10px 20px rgba(30, 34, 38, 0.12));
}

.tpl--author .author-page-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  min-width: 0;
  padding: clamp(24px, 3.5vw, 38px) clamp(22px, 3vw, 36px);
}

.tpl--author .author-page-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 6px 12px;
  color: var(--sunny-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 116, 24, 0.1);
  border: 1px solid rgba(255, 116, 24, 0.18);
  border-radius: 999px;
}

.tpl--author .author-page-card__eyebrow i {
  font-size: 13px;
  color: var(--sunny);
}

.tpl--author .author-page-card__name {
  margin: 0;
  color: #07070a;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

.tpl--author .author-page-card__role {
  margin: -4px 0 0;
  color: #686d73;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.55;
  font-weight: 600;
}

.tpl--author .author-page-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.tpl--author .author-page-card__stats li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #3d3835;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #f3ddd2;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(45, 31, 25, 0.04);
}

.tpl--author .author-page-card__stats i {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--sunny);
  font-size: 14px;
  background: var(--nh-soft);
  border: 1px solid #ffd4bf;
  border-radius: 50%;
}

.tpl--author .author-page-card__stats a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

.tpl--author .author-page-card__stats a:hover {
  color: var(--sunny-dark);
}

.tpl--author .author-page-card__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 4px;
}

.tpl--author .author-page-card__social-link {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(30, 34, 38, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tpl--author .author-page-card__social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(30, 34, 38, 0.18);
}

.tpl--author .author-page-card__social-link--facebook {
  background: #1877f2;
}

.tpl--author .author-page-card__social-link--linkedin {
  background: #0a66c2;
  border-radius: 9px;
}

.tpl--author .author-page-card__social-link--x {
  background: #111827;
  border-radius: 9px;
}

.tpl--author .author-page-card__social-link--pinterest {
  background: #e60023;
}

.tpl--author .author-page-bio.nh-feed {
  padding-top: 0;
  padding-bottom: clamp(28px, 4vw, 44px);
}

.tpl--author .author-page-bio__panel {
  border: 1px solid #f0e0d6;
  border-radius: 20px;
  background: linear-gradient(165deg, #fffaf6 0%, #fff 48%);
  box-shadow: 0 10px 30px rgba(45, 31, 25, 0.06);
  overflow: hidden;
}

.tpl--author .author-page-bio__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid #f5ebe4;
  background: rgba(255, 255, 255, 0.72);
}

.tpl--author .author-page-bio__icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(135deg, #ff8a15, #ff5d00);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(255, 93, 0, 0.28);
}

.tpl--author .author-page-bio__title {
  margin: 0;
  color: #141110;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.tpl--author .author-page-bio__content {
  position: relative;
  padding: clamp(22px, 3vw, 32px) clamp(22px, 3vw, 36px) clamp(26px, 3.5vw, 36px);
}

.tpl--author .author-page-bio__content::before {
  content: "\201C";
  position: absolute;
  left: clamp(18px, 2.5vw, 28px);
  top: 12px;
  color: rgba(255, 116, 24, 0.22);
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  pointer-events: none;
}

.tpl--author .author-page-bio__content p,
.tpl--author .author-page-bio__content li {
  color: #4a4f55;
  font-size: 15px;
  line-height: 1.8;
}

.tpl--author .author-page-posts.nh-feed {
  padding-top: clamp(24px, 4vw, 40px);
}

.tpl--author .author-page-posts--after-hero {
  padding-top: 0;
}

.tpl--author .author-page-posts__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: clamp(22px, 3vw, 32px);
  padding-bottom: 18px;
  border-bottom: 1px solid #f0e4dc;
}

.tpl--author .author-page-posts__head-main {
  position: relative;
  padding-left: 16px;
}

.tpl--author .author-page-posts__head-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8a15, #ff5d00);
}

.tpl--author .author-page-posts__title {
  margin: 0 0 6px;
  color: #141110;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.tpl--author .author-page-posts__lead {
  margin: 0;
  color: #686d73;
  font-size: 14px;
  font-weight: 500;
}

.tpl--author .author-page-posts__hub-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: #b84a00 !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  background: #fff4eb;
  border: 1px solid rgba(255, 116, 24, 0.28);
  border-radius: 999px;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.tpl--author .author-page-posts__hub-link:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #ff8a15, #ff5d00);
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(255, 93, 0, 0.28);
}

.tpl--author .author-page-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: clamp(48px, 8vw, 72px) 24px;
  text-align: center;
  border: 1px dashed #f0d8cc;
  border-radius: 20px;
  background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
}

.tpl--author .author-page-empty__icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--sunny);
  font-size: 28px;
  background: rgba(255, 116, 24, 0.1);
  border: 1px solid rgba(255, 116, 24, 0.18);
  border-radius: 50%;
}

.tpl--author .author-page-empty__text {
  margin: 0;
  max-width: 36ch;
  color: #686d73;
  font-size: 15px;
  line-height: 1.6;
}

.tpl--author .author-page-empty__cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  background: linear-gradient(135deg, #ff8a15, #ff5d00);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(255, 93, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tpl--author .author-page-empty__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 93, 0, 0.32);
}

.tpl--author .author-page-posts__pager-meta {
  margin: 24px 0 10px;
  color: #686d73;
  font-size: 13px;
  text-align: center;
}

.tpl--author .author-page-posts__pager {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .tpl--author .author-page-card__grid {
    grid-template-columns: minmax(180px, 38%) minmax(0, 1fr);
    min-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .tpl--author .author-page-card__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tpl--author .author-page-card__media {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid rgba(242, 214, 200, 0.85);
  }

  .tpl--author .author-page-card__photo-frame {
    min-height: 210px;
  }

  .tpl--author .author-page-card__body {
    padding: 22px 18px 24px;
  }

  .tpl--author .author-page-posts__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .tpl--author .author-page-posts__hub-link {
    width: 100%;
    justify-content: center;
  }
}

/* â€”â€” Tá»‘i giáº£n há»a tiáº¿t ná»n â€” toÃ n site (dá»… nhÃ¬n, táº­p trung ná»™i dung) â€”â€” */
.intro-sunny-watermark {
  display: none;
}

.hero-section {
  background: linear-gradient(180deg, #fff8f1 0%, #ffffff 100%);
  box-shadow: 0 10px 28px rgba(39, 28, 20, 0.06);
}

.hero-section::before,
.hero-section::after {
  display: none;
}

.hero-media::before {
  display: none;
}

.course-section::before,
.course-section::after,
.teachers-section::before,
.teachers-section::after,
.students-section::before,
.students-section::after,
.news-section::before,
.news-section::after,
.contact-section::before,
.contact-section::after {
  display: none;
}

.news-dots,
.news-float-dot,
.contact-dots,
.contact-ring,
.footer-ring,
.footer-dot,
.footer-dots,
.footer-plane {
  display: none;
}

.site-footer-main::before,
.site-footer-main::after {
  display: none;
}

.site-footer-main {
  background: #fff;
}

.vision-section {
  background: linear-gradient(180deg, var(--sunny-soft) 0%, #fffdfb 100%);
}

.vision-dots,
.vision-corner-arc {
  display: none;
}

.vision-cloud,
.vision-arrow-line,
.vision-triangles {
  display: none;
}

.mission-section {
  background: linear-gradient(180deg, #fffdfb 0%, var(--sunny-soft) 100%);
}

.mission-dots {
  display: none;
}

.course-card {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.56) 0%,
    rgba(255, 255, 255, 0.92) 47%,
    rgba(255, 255, 255, 0.98) 100%
  );
}

.course-card::after {
  display: none;
}

.contact-shell {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.74) 0%,
    rgba(255, 255, 255, 0.98) 55%
  );
}

.contact-visual {
  background: linear-gradient(135deg, #fff3e5 0%, #fffaf3 100%);
}

.spark {
  display: none;
}

.orbit::before,
.orbit::after {
  display: none;
}

.orbit {
  border-color: rgba(255, 116, 24, 0.16);
  box-shadow: inset 0 0 0 14px rgba(255, 116, 24, 0.02);
}

.core {
  background: linear-gradient(180deg, #fff7ef 0%, #ffe9d3 100%);
}

.core::before {
  display: none;
}

main.resource-page .resource-hero-section .decor-left,
main.resource-page .resource-hero-section .decor-dots,
main.resource-page .resource-hero-dots,
main.resource-page .resource-circle {
  display: none;
}

main.resource-detail-root .decor-left,
main.resource-detail-root .decor-dots,
main.resource-detail-root .resource-detail-dots {
  display: none;
}

.news-hub .nh-decor-left,
.news-hub .nh-decor-dots,
.news-hub .nh-hero-dots {
  display: none;
}

.news-hub .nh-hero::after {
  display: none;
}


/* -----------------------------------------------------------------------------
   KhÃƒÂ³a hÃ¡Â»Âc Ã¢â‚¬â€ lÃ¡Â»â„¢ trÃƒÂ¬nh scroll 4 mÃ¡Â»â€˜c + mascot (tÃ¡Â»Â« demo curriculum)
   Wrapper: section#courseCurriculumScrollScene.scroll-scene
   --------------------------------------------------------------------------- */
#courseCurriculumScrollScene.scroll-scene {
  position: relative;
  height: calc(var(--cc-scroll-vh, 520) * 1vh);
  --cc-scroll-vh: 520;
  --cc-scroll-vh-sm: 560;
  --cc-run-min: 80px;
  --cc-run-vw: 13vw;
  --cc-run-max: 152px;
  --cc-run-min-sm: 62px;
  --cc-run-vw-sm: 15vw;
  --cc-run-max-sm: 100px;
  --cc-path-opacity: 0;
  --cc-runner-anchor-y: -88%;
  --cc-panel-anchor-y: 35%;
  --cc-panel-anchor-y-step1: 27%;
  --cc-scene-drop: 12%;
  --cc-stage-title-top: 3%;
  --primary: #f68a1f;
  --primary-2: #ff9f2a;
  --primary-soft: #fff4e9;
  --text: #1e1e1e;
  --muted: #6b5b4b;
  --line: #f0b27b;
  --card: #fffdfb;
  --shadow: 0 24px 60px rgba(246, 138, 31, 0.14);
}
#courseCurriculumScrollScene .sticky-wrap {
      position:sticky;
      top:0;
      height:100vh;
      display:grid;
      place-items:center;
      padding:16px;
    }
#courseCurriculumScrollScene .stage {
      position:relative;
      width:min(100%,1120px);
      aspect-ratio:1448/2048;
      border-radius:30px;
      /* overflow + pan: cÄƒn mascot + ná»n giá»¯a khung */
      overflow:hidden;
      background:#fdf4ea;
      box-shadow:0 34px 84px rgba(246,138,31,.18);
      isolation:isolate;
    }

#courseCurriculumScrollScene .course-curriculum-pan {
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      z-index:0;
      border-radius:inherit;
      background:#fdf4ea;
      will-change:transform;
      transform:translate3d(0,0,0);
    }

#courseCurriculumScrollScene .course-curriculum-stage-fog {
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 24% 22%, rgba(255,255,255,.54), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,.02) 30%, rgba(255,255,255,.08) 100%);
      pointer-events:none;
      border-radius:inherit;
      z-index:1;
    }

#courseCurriculumScrollScene .stage::after {
      content:none;
      display:none;
    }
#courseCurriculumScrollScene .bg {
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      pointer-events:none;
      user-select:none;
      border-radius: inherit;
    }
#courseCurriculumScrollScene .stage-title {
      position:absolute;
      top:var(--cc-stage-title-top, 3%);
      left:50%;
      transform:translateX(-50%);
      z-index:32;
      text-align:center;
      color:#6d3c00;
    }
#courseCurriculumScrollScene .stage-title span {
      display:block;
      font-size:13px;
      letter-spacing:.35em;
      color:#d98a36;
      text-transform:uppercase;
      margin-bottom:6px;
      font-weight:700;
    }
#courseCurriculumScrollScene .stage-title h2 {
      font-size:clamp(20px,2vw,30px);
      line-height:1.2;
      font-weight:900;
    }

#courseCurriculumScrollScene .path-layer {position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2}
#courseCurriculumScrollScene .path-guide {
  fill: none;
  stroke: var(--primary, #f68a1f);
  stroke-width: clamp(3px, 0.35vw, 5px);
  stroke-dasharray: 12 14;
  opacity: var(--cc-path-opacity, 0);
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

#courseCurriculumScrollScene .runner {
      position:absolute;
      left:0;
      top:0;
      width:clamp(var(--cc-run-min), var(--cc-run-vw), var(--cc-run-max));
      aspect-ratio:170/210;
      transform:translate(-50%, var(--cc-runner-anchor-y));
      /* DÆ°á»›i panel ná»™i dung (.panel-stack) Ä‘á»ƒ khÃ´ng che chá»¯ khi mascot cháº¡y qua */
      z-index:28;
      pointer-events:none;
    }
#courseCurriculumScrollScene .runner-core {
      position:relative;
      width:100%;
      height:100%;
      filter:drop-shadow(0 8px 18px rgba(246,138,31,.14));
    }
#courseCurriculumScrollScene .mascot-motion {
      position:absolute;
      left:50%;
      bottom:0;
      transform:translateX(-50%);
      height:102%;
      width:auto;
      max-width:none;
      object-fit:contain;
      object-position:bottom center;
      user-select:none;
      pointer-events:none;
      -webkit-user-drag:none;
    }
#courseCurriculumScrollScene .mascot-motion--still {
      z-index:1;
    }
#courseCurriculumScrollScene .mascot-motion--frames {
      z-index:2;
      opacity:0;
      visibility:hidden;
      transition:opacity 0.1s linear;
      max-width:min(480px,100%);
    }
#courseCurriculumScrollScene .runner.is-scroll-active .mascot-motion--still {
      opacity: 0;
}
#courseCurriculumScrollScene .runner.is-scroll-active .mascot-motion--frames {
      opacity:1;
      visibility:visible;
    }

#courseCurriculumScrollScene .marker {
      position:absolute;
      width:74px;
      height:74px;
      border-radius:50%;
      z-index:5;
      pointer-events:none;
    }
#courseCurriculumScrollScene .marker::before,
#courseCurriculumScrollScene .marker::after {
      content:"";
      position:absolute;
      inset:50% auto auto 50%;
      transform:translate(-50%,-50%);
      border-radius:50%;
      opacity:0;
      transition:opacity .35s ease;
    }
#courseCurriculumScrollScene .marker::before {
      width:28px;height:28px;background:rgba(246,138,31,.14)
    }
#courseCurriculumScrollScene .marker::after {
      width:68px;height:68px;border:2px solid rgba(246,138,31,.35)
    }
#courseCurriculumScrollScene .marker.active::before,
#courseCurriculumScrollScene .marker.active::after {opacity:1;animation:cc-curriculum-pulse 1.8s ease-in-out infinite}
#courseCurriculumScrollScene .marker.m1 {left:12%;top:32%}
#courseCurriculumScrollScene .marker.m2 {left:36.4%;top:45.9%}
#courseCurriculumScrollScene .marker.m3 {left:70.8%;top:64.7%}
#courseCurriculumScrollScene .marker.m4 {left:43.2%;top:88.1%}

#courseCurriculumScrollScene .panel-stack {
      position:absolute;
      inset:0;
      /* TrÃªn mascot (runner) Ä‘á»ƒ tháº» má»‘c Ä‘á»c Ä‘Æ°á»£c khi mascot cháº¡y ngang qua */
      z-index:36;
      pointer-events:none;
    }
#courseCurriculumScrollScene .course-panel {
      position:absolute;
      opacity:0;
      visibility:hidden;
      transform:translate(-50%, calc(-50% + 14px)) scale(.985);
      transition:opacity .45s ease, transform .45s ease, visibility .45s ease;
      background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,252,248,.96) 100%);
      border:2px solid rgba(246,138,31,.28);
      border-radius:28px;
      box-shadow:0 28px 60px rgba(96,56,8,.12);
      box-sizing:border-box;
      padding:44px 6px 8px;
      pointer-events:none;
      backdrop-filter:blur(8px);
      max-height:min(52%, calc(100% - 140px));
      overflow:visible;
    }
#courseCurriculumScrollScene .course-panel.show {
      opacity:1;
      visibility:visible;
      transform:translate(-50%, -50%) scale(1);
      pointer-events:auto;
    }
#courseCurriculumScrollScene .course-panel::before,
#courseCurriculumScrollScene .course-panel::after {
      content:none;
      display:none;
      pointer-events:none;
    }
/* Desktop: card hÆ¡i phÃ­a trÃªn mascot (mascot ~50% stage nhá» pan JS) */
#courseCurriculumScrollScene .course-panel.step1 {
      top:var(--cc-panel-anchor-y-step1, 27%);
      left:50%;
      right:auto;
      width:min(94%,920px);
      max-width:none;
      box-sizing:border-box;
    }
#courseCurriculumScrollScene .course-panel.step2,
#courseCurriculumScrollScene .course-panel.step3,
#courseCurriculumScrollScene .course-panel.step4 {
      top:var(--cc-panel-anchor-y, 35%);
      left:50%;
      right:auto;
      width:min(94%,920px);
      max-width:none;
      box-sizing:border-box;
    }
#courseCurriculumScrollScene .module-grid {
      display:grid;
      gap:0;
      align-items:stretch;
      max-height:min(42vh, calc(100% - 128px));
      overflow-x:hidden;
      overflow-y:auto;
      -webkit-overflow-scrolling:touch;
    }

#courseCurriculumScrollScene .panel-ribbon {
      position:absolute;
      top:12px;
      left:18px;
      z-index:2;
      display:inline-flex;
      align-items:center;
      min-height:32px;
      padding:5px 12px;
      border-radius:10px;
      background:linear-gradient(180deg,var(--primary-2) 0%, var(--primary) 100%);
      color:#fff;
      font-weight:600;
      font-size:clamp(12px,1.22vw,15px);
      text-transform:uppercase;
      letter-spacing:.18px;
      box-shadow:0 8px 16px rgba(246,138,31,.22);
      max-width:calc(100% - 36px);
    }
#courseCurriculumScrollScene .course-panel.step1 .panel-ribbon {
      left:50%;
      right:auto;
      top:12px;
      transform:translateX(-50%);
      text-align:center;
      max-width:calc(100% - 24px);
    }
#courseCurriculumScrollScene .grid-4 {grid-template-columns:repeat(4,minmax(0,1fr))}
#courseCurriculumScrollScene .grid-5 {grid-template-columns:repeat(5,minmax(0,1fr))}
#courseCurriculumScrollScene .module {
      padding:10px 8px 8px 6px;
      min-width:0;
    }
#courseCurriculumScrollScene .module + .module {
      border-left:1px solid rgba(246,138,31,.72);
    }
#courseCurriculumScrollScene .module-head {
      display:flex;
      flex-direction:column;
      align-items:center;
      text-align:center;
      gap:6px;
      margin-bottom:10px;
    }
#courseCurriculumScrollScene .num {
      flex:0 0 auto;
      width:26px;
      height:26px;
      border-radius:50%;
      background:linear-gradient(180deg,#ffb03a 0%, var(--primary) 100%);
      color:#fff;
      display:grid;
      place-items:center;
      font-weight:900;
      font-size:13px;
      line-height:1;
      box-shadow:0 5px 10px rgba(246,138,31,.18);
      align-self:center;
    }
#courseCurriculumScrollScene .module h3 {
      font-size:clamp(12px,1.05vw,14px);
      line-height:1.18;
      font-weight:600;
      text-transform:uppercase;
      margin-top:0;
      letter-spacing:.2px;
      text-align:center;
    }
#courseCurriculumScrollScene .module ul {list-style:none;margin:0;padding:0}
#courseCurriculumScrollScene .module li {
      position:relative;
      padding-left:17px;
      margin:6px 0;
      font-size:clamp(12px,.92vw,14px);
      line-height:1.34;
      font-weight:400;
      color:#3b332c;
    }
#courseCurriculumScrollScene .module li::before {
      content:"";
      position:absolute;
      left:0;
      top:.52em;
      width:6px;
      height:6px;
      border-radius:50%;
      background:var(--primary);
      box-shadow:0 0 0 2px rgba(246,138,31,.12);
    }

@keyframes cc-curriculum-runLeft {
  from { transform: rotate(34deg); }
  to { transform: rotate(-38deg); }
}
@keyframes cc-curriculum-runRight {
  from { transform: rotate(-34deg); }
  to { transform: rotate(38deg); }
}
@keyframes cc-curriculum-pulse {
  0%,
  100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.1); }
}

    @media (max-width:1024px){
#courseCurriculumScrollScene .course-panel.step1, #courseCurriculumScrollScene .course-panel.step2, #courseCurriculumScrollScene .course-panel.step3, #courseCurriculumScrollScene .course-panel.step4 {
        left:3.5%;right:3.5%;width:auto;top:auto;bottom:14%;
        transform:translateY(18px) scale(.985);
      }
#courseCurriculumScrollScene .course-panel.show {
        transform:translateY(0) scale(1);
      }
#courseCurriculumScrollScene .course-panel::before, #courseCurriculumScrollScene .course-panel::after {display:none}
#courseCurriculumScrollScene .course-panel {padding:40px 6px 8px;overflow:visible}
#courseCurriculumScrollScene .panel-ribbon {font-size:13px;min-height:30px;left:14px;top:10px;padding:5px 10px;border-radius:9px}
#courseCurriculumScrollScene .module-grid {max-height:min(38vh, calc(100% - 112px))}
#courseCurriculumScrollScene .module-grid.grid-4 {grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}
#courseCurriculumScrollScene .module-grid.grid-5 {grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 0}
#courseCurriculumScrollScene .module:nth-child(odd) {border-left:none}
#courseCurriculumScrollScene .module + .module {border-left:none}
#courseCurriculumScrollScene .module {padding:10px 6px 10px 6px}
#courseCurriculumScrollScene .module-grid .module:not(:nth-child(odd)) {border-left:1px solid rgba(246,138,31,.72)}
#courseCurriculumScrollScene .module-grid .module:nth-child(n+3) {border-top:2px dashed rgba(246,138,31,.28)}

    @media (max-width:640px){
#courseCurriculumScrollScene.scroll-scene {height:calc(var(--cc-scroll-vh-sm, 560) * 1vh);}
#courseCurriculumScrollScene .sticky-wrap {padding:8px}
#courseCurriculumScrollScene .stage {border-radius:20px;box-shadow:none}
#courseCurriculumScrollScene .stage-title span {font-size:10px;letter-spacing:.22em}
#courseCurriculumScrollScene .stage-title h2 {font-size:18px}
#courseCurriculumScrollScene .course-panel::before, #courseCurriculumScrollScene .course-panel::after {display:none}
#courseCurriculumScrollScene .panel-ribbon {left:10px;top:8px;min-height:28px;padding:4px 9px;font-size:11px;border-radius:9px}
#courseCurriculumScrollScene .course-panel {padding:36px 6px 8px}
#courseCurriculumScrollScene .module-grid.grid-4, #courseCurriculumScrollScene .module-grid.grid-5 {grid-template-columns:1fr}
#courseCurriculumScrollScene .module-grid .module:not(:nth-child(odd)) {border-left:none}
#courseCurriculumScrollScene .module {padding:10px 4px 10px 6px}
#courseCurriculumScrollScene .module h3 {font-size:12px}
#courseCurriculumScrollScene .module li {font-size:12px;margin:5px 0;font-weight:400;padding-left:16px}
#courseCurriculumScrollScene .module + .module,
#courseCurriculumScrollScene .module-grid .module:nth-child(n+3) {border-left:none;border-top:2px dashed rgba(246,138,31,.28)}
#courseCurriculumScrollScene .runner {width:clamp(var(--cc-run-min-sm), var(--cc-run-vw-sm), var(--cc-run-max-sm))}
#courseCurriculumScrollScene .marker {display:none}
    }

/* KhÃ³a há»c: canh khung scroll dÆ°á»›i header sticky â€” khÃ´ng Ä‘áº·t overflow-x á»Ÿ Ä‘Ã¢y (lÃ m há»ng sticky con). */
.page.page-courses.news-hub .course-curriculum-mount {
  width: 100%;
  padding-top: clamp(12px, 2.5vh, 28px);
}

.page.page-courses.news-hub #courseCurriculumScrollScene .sticky-wrap {
  --cc-sticky-head: clamp(72px, 18vw, 104px);
  top: var(--cc-sticky-head);
  height: calc(100vh - var(--cc-sticky-head));
  height: calc(100svh - var(--cc-sticky-head));
  min-height: 0;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .page.page-courses.news-hub #courseCurriculumScrollScene .sticky-wrap {
    --cc-sticky-head: clamp(64px, 16vw, 88px);
  }
}

/* Mobile: bá» mascot/map scroll â€” xáº¿p 4 card thÃ´ng tin theo chiá»u dá»c */
@media (max-width: 767.98px) {
  #courseCurriculumScrollScene.scroll-scene,
  #courseCurriculumScrollScene.is-mobile-stack.scroll-scene {
    height: auto;
    min-height: 0;
  }

  .page.page-courses.news-hub #courseCurriculumScrollScene .sticky-wrap,
  #courseCurriculumScrollScene .sticky-wrap {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    display: block;
    padding: 0 10px 20px;
  }

  .page.page-courses.news-hub .course-curriculum-mount {
    padding-top: 8px;
  }

  #courseCurriculumScrollScene .stage {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(246, 138, 31, 0.12);
    background: #fffaf5;
  }

  #courseCurriculumScrollScene .course-curriculum-pan {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    transform: none !important;
    background: transparent;
  }

  #courseCurriculumScrollScene .bg,
  #courseCurriculumScrollScene .course-curriculum-stage-fog,
  #courseCurriculumScrollScene .path-layer,
  #courseCurriculumScrollScene .runner,
  #courseCurriculumScrollScene .marker {
    display: none !important;
  }

  #courseCurriculumScrollScene .stage-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 18px 12px 14px;
    z-index: 1;
  }

  #courseCurriculumScrollScene .stage-title span {
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  #courseCurriculumScrollScene .stage-title h2 {
    font-size: clamp(17px, 4.8vw, 20px);
  }

  #courseCurriculumScrollScene .panel-stack {
    position: relative;
    inset: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0 10px 14px;
    transform: none !important;
    pointer-events: auto;
  }

  #courseCurriculumScrollScene .course-panel,
  #courseCurriculumScrollScene .course-panel.show {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: none;
    max-height: none;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto;
    padding: 48px 12px 12px;
    overflow: visible;
  }

  #courseCurriculumScrollScene .panel-ribbon {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    top: 10px;
    transform: none;
    text-align: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.35;
    border-radius: 9px;
    box-sizing: border-box;
  }

  #courseCurriculumScrollScene .course-panel.step1 .panel-ribbon,
  #courseCurriculumScrollScene .course-panel.step2 .panel-ribbon,
  #courseCurriculumScrollScene .course-panel.step3 .panel-ribbon,
  #courseCurriculumScrollScene .course-panel.step4 .panel-ribbon {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: none;
    transform: none;
    text-align: center;
  }

  #courseCurriculumScrollScene .module-grid {
    max-height: none;
    overflow: visible;
    margin-top: 14px;
  }

  #courseCurriculumScrollScene .module-grid.grid-4,
  #courseCurriculumScrollScene .module-grid.grid-5 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #courseCurriculumScrollScene .module {
    padding: 10px 4px 10px 6px;
    text-align: left;
  }

  #courseCurriculumScrollScene .module-head {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  #courseCurriculumScrollScene .module-grid .module:first-child .module-head {
    margin-top: 4px;
  }

  #courseCurriculumScrollScene .num {
    align-self: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
  }

  #courseCurriculumScrollScene .module + .module,
  #courseCurriculumScrollScene .module-grid .module:not(:nth-child(odd)) {
    border-left: none;
  }

  #courseCurriculumScrollScene .module-grid .module:nth-child(n + 2) {
    border-top: 2px dashed rgba(246, 138, 31, 0.28);
  }

  #courseCurriculumScrollScene .module h3 {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    align-self: center;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  #courseCurriculumScrollScene .module h3 br {
    display: none;
  }

  #courseCurriculumScrollScene .module li {
    font-size: 13.5px;
    line-height: 1.45;
    margin: 6px 0;
    padding-left: 16px;
    text-align: left;
  }

  .course-path-params {
    display: none;
  }
}

/* Xuất / chỉnh đường mascot: hiện path, ẩn card — ?cc_path_preview=1 hoặc course-curriculum-path-preview.html */
#courseCurriculumScrollScene.scroll-scene--path-export {
  height: auto !important;
  --cc-path-opacity: 1;
  min-height: 0;
}
#courseCurriculumScrollScene.scroll-scene--path-export .sticky-wrap {
  position: relative;
  top: auto;
  height: auto;
  min-height: 0;
  padding: clamp(16px, 3vw, 32px);
  display: block;
}
#courseCurriculumScrollScene.scroll-scene--path-export .stage {
  width: min(1448px, 100%);
  max-width: 1448px;
  margin: 0 auto;
  overflow: visible;
}
#courseCurriculumScrollScene.scroll-scene--path-export .course-curriculum-pan {
  transform: none !important;
}
#courseCurriculumScrollScene.scroll-scene--path-export .panel-stack,
#courseCurriculumScrollScene.scroll-scene--path-export .runner,
#courseCurriculumScrollScene.scroll-scene--path-export .stage-title,
#courseCurriculumScrollScene.scroll-scene--path-export .marker {
  display: none !important;
  visibility: hidden !important;
}
#courseCurriculumScrollScene.scroll-scene--path-export .path-guide {
  opacity: 1;
  stroke-width: 5px;
}
html.course-path-preview-mode body {
  overflow: auto;
}
html.course-path-preview-mode .site-header,
html.course-path-preview-mode .topbar,
html.course-path-preview-mode .site-footer-main,
html.course-path-preview-mode .sunny-call-float,
html.course-path-preview-mode .sunny-social-float,
html.course-path-preview-mode .nh-hero,
html.course-path-preview-mode .course-curriculum-mount > h2.visually-hidden {
  display: none !important;
}

/* KhÃ³a há»c â€” panel chá»‰nh tham sá»‘ Ä‘Æ°á»ng SVG mascot (scroll trang xuá»‘ng sau lá»™ trÃ¬nh). */
.course-path-params {
  position: sticky;
  bottom: 0;
  z-index: 1020;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px clamp(12px, 4vw, 28px) 14px;
  font-size: 13px;
  line-height: 1.35;
  color: #2d241a;
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(255, 245, 228, 0.98));
  border-top: 2px dashed rgba(246, 138, 31, 0.45);
  box-shadow: 0 -8px 24px rgba(60, 40, 20, 0.08);
  box-sizing: border-box;
}

.course-path-params > details > summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  color: var(--primary, #f68a1f);
  list-style-position: outside;
}

.course-path-params > details > summary::-webkit-details-marker {
  color: var(--primary, #f68a1f);
}

.course-path-params .course-path-params__hint {
  margin: 8px 0 10px;
  font-size: 12px;
  color: #5c4d3d;
  max-width: 72ch;
}

.course-path-params__mount {
  max-height: min(52vh, 420px);
  overflow: auto;
  padding-right: 4px;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.course-path-params__fs {
  border: 1px solid rgba(246, 138, 31, 0.35);
  border-radius: 12px;
  padding: 10px 12px 12px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.55);
}

.course-path-params__fs legend {
  font-size: 12px;
  font-weight: 800;
  padding: 0 6px;
  color: #7a5630;
}

.course-path-params__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px 12px;
  align-items: end;
}

.course-path-params__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.course-path-params__lab {
  font-size: 11px;
  font-weight: 700;
  color: #6b5a46;
}

.course-path-params__field input[type="number"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 7px 8px;
  border: 1px solid rgba(100, 80, 50, 0.25);
  border-radius: 8px;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  background: #fffefc;
}

.course-path-params__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.course-path-params__btn {
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  background: var(--primary, #f68a1f);
  color: #fff;
  box-shadow: 0 2px 10px rgba(246, 138, 31, 0.35);
}

.course-path-params__btn:hover {
  filter: brightness(1.06);
}

.course-path-params__dump {
  margin: 0;
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 120px;
  overflow: auto;
  border-radius: 10px;
  background: rgba(40, 32, 24, 0.06);
  border: 1px solid rgba(40, 32, 24, 0.08);
  color: #3d3329;
}

@media (max-width: 575.98px) {
  .course-path-params__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-path-params .course-path-params__hint {
    max-width: none;
  }
}

