.cta-hook-btn,
.erp-final-cta-btn,
.feedback-name,
.feedback-role,
.flashbar-btn,
.note-cta,
.page-nav-link,
.sale-btn,
.sr-only,
.tech40-metric-num,
.tech40-metric-sub,
.tech40-sources {
  white-space: nowrap
}

.compiler-credit a,
.cta-hook-btn,
.erp-bridge-link,
.fit-detail-cta,
.map-secondary-link,
.note-cta,
a,
a:hover {
  text-decoration: none
}

.audience-item,
.ca-card,
.ca-head,
.compiler-credit,
.core-value-card,
.faq-head,
.gf-faq-head,
.gf-step5,
.journey-step,
.knowledge-intro,
.knowledge-title,
.page-title,
.reason-card,
.section-title,
.spk-fingers,
.spk-stat,
.spk-student,
.t-box,
.testimonial-card,
.why-item {
  text-align: center
}

.ca-card-title,
.erp-eyebrow,
.erp-final-cta-text {
  text-transform: uppercase
}

.btn-submit,
.chip,
.clavis-chat__close,
.clavis-quick-btn,
.contact-toggle,
.erp-faq-question,
.erp-slider-nav,
.faq-item,
.faq-q,
.fit-item,
.tab-btn,
.why-tag {
  cursor: pointer
}

.dark-background,
.header,
.testimonials-section {
  --default-color: #ffffff;
  --heading-color: #ffffff
}

.course-title,
.footer .footer-about p,
.journey-age,
.timeline-cta .cta-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font)
}

.ca-title-left,
.erp-module-icon-btn.is-active span,
.sitename,
.trial-form select option,
body.index-page #online-nationwide h2,
body.index-page #online-nationwide h3 {
  color: #002147
}

.sitename.home{
  color:#fff;
}

.__wc_btn_primary,
.flashbar-text,
.sale-left,
.testimonials-section .section-title h2,
body.index-page header div a div span.sitename
div.copyright p strong {
  color: #fff
}

.cta-benefits,
.erp-arch-core-list,
.erp-module-list,
.footer .footer-links ul,
.real-context-list {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer .footer-links ul a:hover,
.hero .hero-content h1 span {
  color: var(--accent-color)
}

.clavis-zigzag .zz-row:last-child,
.footer .copyright p,
.section-title p {
  margin-bottom: 0
}

.hero {
  padding: 0;
  overflow: hidden;
  position: relative
}

.hero .hero-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 220px
}

.hero .hero-container .video-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1
}

.hero .hero-container .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .55) 0, rgba(0, 0, 0, .8) 100%);
  z-index: 2
}

.hero .hero-container .container {
  z-index: 3
  
}

.hero .hero-content,
.section-final-cta .section-title-final {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto
}

.hero .hero-content h1 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 26px
}

.hero .hero-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: .9;
  max-width: 720px;
  margin: 0 auto 26px
}

.hero .hero-content .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 6px
}

.hero .hero-content .cta-buttons a {
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .3px;
  display: inline-block;
  transition: .3s
}

.hero .hero-content .cta-buttons .btn-primary {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border: 2px solid var(--accent-color)
}

.hero .hero-content .cta-buttons .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .25)
}

.hero .hero-content .cta-buttons .btn-secondary {
  background-color: rgba(0, 0, 0, .55);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .4)
}

.hero .hero-content .cta-buttons .btn-secondary:hover {
  background-color: rgba(0, 0, 0, .8);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .25)
}

#why-clavis,
#why-coding,
.edtech-platform,
.reason-card {
  background-color: #fff
}

@media (max-width:992px) {
  .hero .hero-container {
    padding: 130px 0 240px
  }

  .hero .hero-content h1 {
    font-size: 2.6rem;
    margin-bottom: 22px
  }

  .hero .hero-content p {
    font-size: 1.02rem;
    margin-bottom: 22px
  }

  .hero .hero-content .cta-buttons {
    flex-direction: column;
    align-items: center
  }

  .hero .hero-content .cta-buttons a {
    width: 100%;
    max-width: 260px
  }
}

#why-coding .section-title h2 {
  font-weight: 800;
  margin-bottom: 40px
}

.reason-card {
  border-radius: 16px;
  padding: 28px 22px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  box-shadow: 0 12px 25px rgba(0, 0, 0, .04);
  transition: .25s
}

.reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
  border-color: color-mix(in srgb, var(--accent-color), transparent 55%)
}

.reason-card h3,
.testimonials-slider .swiper-button-next i,
.testimonials-slider .swiper-button-prev i {
  font-size: 1.1rem
}

.journey-age,
.reason-card h3 {
  color: var(--heading-color);
  font-weight: 700
}

#tech-journey .section-title h2,
.course-title {
  font-weight: 800
}

.reason-card h3 {
  margin-bottom: 10px;
  line-height: 1.4
}

.reason-card p {
  font-size: .95rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.55;
  margin-bottom: 0
}

#clavis-courses,
#tech-journey {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 80px
}

#tech-journey .section-title {
  padding-bottom: 32px
}

.journey-wrapper {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 30px
}

.journey-line {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 33, 71, .05), rgba(0, 33, 71, .3), rgba(0, 33, 71, .05));
  z-index: 0
}

.journey-steps {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px
}

.journey-step {
  flex: 1 1 160px;
  max-width: 210px
}

.journey-node {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 3px solid var(--accent-color);
  background-color: #fff;
  margin: 0 auto 10px;
  box-shadow: 0 0 0 3px rgba(218, 165, 32, .22)
}

.journey-age {
  font-size: 1rem;
  margin-bottom: 8px
}

.journey-text {
  font-size: .95rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  margin-bottom: 0
}

.course-title,
.faq-section .section-title h2,
.timeline-cta .cta-heading {
  color: var(--heading-color)
}

.course-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
  transition: .3s;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .06)
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12)
}

.cta-register-section {
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  color: #fff
}

.page-nav,
.trial-form {
  backdrop-filter: blur(10px)
}

#why-clavis .card-glass {
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, .04);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
  min-height: 240px;
  padding: 32px 28px
}

#why-clavis .icon-box {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(0, 33, 71, .06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px
}

#why-clavis .icon-box i {
  font-size: 2.1rem;
  color: #daa520
}

#why-clavis .card-title {
  color: #002147;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 8px
}

#why-clavis .card-sub {
  color: #36454f;
  font-size: .95rem;
  line-height: 1.5
}

#why-clavis .row.g-4 {
  row-gap: 24px
}

.testimonials-section {
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  padding: 80px 0
}

.testimonials-section .section-title {
  padding-bottom: 40px
}

.testimonials-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto
}

.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(0, 0, 0, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: .3s
}

.testimonials-slider .swiper-button-next::after,
.testimonials-slider .swiper-button-prev::after {
  display: none
}

.erp-module-icon-btn.is-active,
.feedback-slider-wrap:hover .feedback-next,
.feedback-slider-wrap:hover .feedback-prev,
.teachers-slider-wrap:hover .teacher-next,
.teachers-slider-wrap:hover .teacher-prev,
.testimonials-slider:hover .swiper-button-next,
.testimonials-slider:hover .swiper-button-prev {
  opacity: 1
}

.testimonials-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .45);
  opacity: 1
}

.testimonials-slider .swiper-pagination-bullet-active {
  background: var(--accent-color)
}

.faq-section {
  background: #fff;
  padding: 80px 0
}

.faq-item {
  padding: 18px 22px;
  margin-bottom: 14px;
  transition: .25s
}

.faq-item:hover {
  background: #f3f3f3
}

.faq-question {
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.cta-btn i,
.faq-question i {
  transition: transform .3s
}

.faq-item.active .faq-question i,
.fit-item[aria-expanded=true] .fit-chevron,
.gf-q[aria-expanded=true] i {
  transform: rotate(180deg)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .35s;
  font-size: .95rem;
  line-height: 1.55;
  padding-right: 10px
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px
}

.section-final-cta {
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  color: #fff;
  padding: 60px 0 40px
}

.section-final-cta .section-title-final h2 {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 18px;
  color: #fff
}

.section-final-cta .section-title-final p {
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.6;
  opacity: .92
}

.section-final-cta .cta-buttons-final {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap
}

.section-final-cta .cta-buttons-final a {
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .3px;
  display: inline-block;
  transition: .25s
}

.section-final-cta .btn-primary {
  background-color: var(--accent-color);
  color: #002147;
  border: 2px solid var(--accent-color)
}

.section-final-cta .btn-primary:hover {
  background-color: transparent;
  color: #fff
}

.section-final-cta .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff
}

.section-final-cta .btn-secondary:hover {
  background-color: #fff;
  color: #002147
}

.contact-btn i,
.erp-slider-nav i {
  font-size: 1.2rem
}

.chip,
.clavis-map-section,
.compiler-frame,
.contact-btn.messenger,
.contact-btn.phone,
.contact-btn.zalo,
.erp-architecture,
.erp-faq,
.erp-grid-bg,
.erp-modules,
.erp-problems,
.erp-reviews,
.erp-security,
.erp-target-customers,
.featured-students,
.real-context-section,
.startup-story,
.teachers-section,
.tech40-context,
.trial-experience,
.why-learn-early,
.why-tag {
  background: #fff
}

.about-hero .container,
.bcx-editorCard,
.bcx-workspace,
.compiler-card,
.compiler-embed,
.compiler-hero,
.compiler-hero-actions,
.erp-hero-bg,
.feedback-slider-wrap,
.teachers-slider-wrap,
.wc-splitter {
  position: relative
}

body.about-page .header,
body.contact-page-body .header,
body.faq-page-body .header,
body.lap-trinh-game-page .header,
body.lap-trinh-web-page .header,
body.privacy-policy-page-body .header,
body.refund-policy-page-body .header,
body.terms-of-service-page-body .header,
body.white-page .header {
  --background-color: #ffffff;
  --default-color: #002147;
  --heading-color: #002147
}

body.about-page .mobile-nav-toggle,
body.about-page .navmenu a,
body.contact-page-body .mobile-nav-toggle,
body.contact-page-body .navmenu a,
body.faq-page-body .mobile-nav-toggle,
body.faq-page-body .navmenu a,
body.lap-trinh-game-page .mobile-nav-toggle,
body.lap-trinh-game-page .navmenu a,
body.lap-trinh-web-page .mobile-nav-toggle,
body.lap-trinh-web-page .navmenu a,
body.privacy-policy-page-body .mobile-nav-toggle,
body.privacy-policy-page-body .navmenu a,
body.refund-policy-page-body .mobile-nav-toggle,
body.refund-policy-page-body .navmenu a,
body.terms-of-service-page-body .mobile-nav-toggle,
body.terms-of-service-page-body .navmenu a,
body.white-page .mobile-nav-toggle,
body.white-page .navmenu a {
  color: #002147 !important
}

body.about-page .navmenu a.active,
body.about-page .navmenu a:hover,
body.contact-page-body .navmenu a.active,
body.contact-page-body .navmenu a:hover,
body.faq-page-body .navmenu a.active,
body.faq-page-body .navmenu a:hover,
body.lap-trinh-game-page .navmenu a.active,
body.lap-trinh-game-page .navmenu a:hover,
body.lap-trinh-web-page .navmenu a.active,
body.lap-trinh-web-page .navmenu a:hover,
body.privacy-policy-page-body .navmenu a.active,
body.privacy-policy-page-body .navmenu a:hover,
body.refund-policy-page-body .navmenu a.active,
body.refund-policy-page-body .navmenu a:hover,
body.terms-of-service-page-body .navmenu a.active,
body.terms-of-service-page-body .navmenu a:hover,
body.white-page .navmenu a.active,
body.white-page .navmenu a:hover {
  color: var(--accent-color) !important
}

body.about-page.scrolled .header,
body.contact-page-body.scrolled .header,
body.faq-page-body.scrolled .header,
body.lap-trinh-game-page.scrolled .header,
body.lap-trinh-web-page.scrolled .header,
body.privacy-policy-page-body.scrolled .header,
body.refund-policy-page-body.scrolled .header,
body.terms-of-service-page-body.scrolled .header,
body.white-page.scrolled .header {
  --background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 16px rgba(0, 0, 0, .12)
}

.hero-banner-img,
.leader-image,
.section-full-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover
}

.chip.is-active .chip-dot,
.teaching-methods-slider .swiper-pagination-bullet-active,
.trial-pagination .swiper-pagination-bullet-active {
  background: #daa520
}

@media (max-width:768px) {
  #why-coding {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .reason-card {
    padding: 24px 18px
  }

  .course-image img {
    height: 200px
  }

  .slogan-section {
    padding-top: 40px;
    padding-bottom: 40px
  }

  .slogan-section .slogan-title {
    font-size: 1.6rem
  }

  .slogan-section .slogan-desc {
    font-size: .95rem
  }

  .cta-title {
    font-size: 1.8rem
  }

  .cta-desc {
    font-size: 1rem
  }

  .cta-gradient {
    padding: 64px 0
  }
}

.hero-banner {
  width: 100%;
  overflow: hidden;
  padding-top: 0 !important;
  margin-top: 80px;
  padding-bottom: 0 !important
}

.chip-panel.is-active,
.erp-module-view.is-active,
.fit-panel.is-open,
.tab-panel.is-active,
.why-clavis-content .reason.active {
  display: block
}

.trial-section {
  width: 100%;
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  padding: 90px 0
}

.trial-shell {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 70px);
  padding-right: clamp(18px, 4vw, 70px)
}

.trial-grid {
  display: grid;
  grid-template-columns: minmax(360px, 430px) 1fr;
  gap: 48px;
  align-items: center
}

.trial-title {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  margin: 0 0 10px
}

.trial-desc {
  color: rgba(255, 255, 255, .82);
  line-height: 1.7;
  margin: 0 0 22px;
  max-width: 520px
}

.trial-form {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  padding: 22px
}

.trial-form .form-row {
  margin-bottom: 14px
}

.trial-form label {
  display: block;
  color: rgba(255, 255, 255, .85);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px
}

.trial-form input,
.trial-form select,
.trial-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 12px;
  outline: 0
}

.trial-form input::placeholder,
.trial-form textarea::placeholder {
  color: rgba(255, 255, 255, .55)
}

.trial-btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 14px 18px;
  font-weight: 800;
  color: #fff;
  background: #daa520;
  transition: .25s
}

.trial-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .25)
}

.trial-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  line-height: 1.5
}

.trial-right,
.trial-slider-wrap,
.trialSwiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden
}

.trial-next,
.trial-prev {
  opacity: 0;
  transform: translateY(6px);
  transition: .2s;
  color: #fff
}

.trial-slider-wrap:hover .trial-next,
.trial-slider-wrap:hover .trial-prev {
  opacity: 1;
  transform: translateY(0)
}

.trial-next::after,
.trial-prev::after {
  font-size: 18px;
  font-weight: 900
}

@media (hover:none) {

  .trial-next,
  .trial-prev {
    opacity: 1;
    transform: none
  }
}

.trial-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .55);
  opacity: 1
}

.erp-avatars,
.flashbar-left,
.flashbar-timer,
.kc-icon,
.knowledge-center,
.sale-inner,
.sale-title {
  display: flex;
  align-items: center
}

.faq-title,
.flashbar-btn {
  color: #002147;
  font-weight: 900
}

.faq-head {
  max-width: 820px;
  margin: 0 auto 36px
}

.faq-title {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.6rem)
}

.faq-desc {
  margin: 0;
  color: #36454f;
  opacity: .9;
  line-height: 1.65
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px
}

.faq-item {
  border: 1px solid rgba(0, 34, 71, .1);
  border-radius: 18px;
  overflow: hidden;
  background: #fff
}

.faq-q {
  width: 100%;
  border: 0;
  background: 0 0;
  padding: 18px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 900;
  color: #002147;
  font-size: 16px
}

.faq-q:hover {
  background: rgba(218, 165, 32, .08)
}

.faq-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 34, 71, .1);
  position: relative;
  flex: 0 0 auto
}

.faq-icon::after,
.faq-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #002147;
  transform: translate(-50%, -50%);
  border-radius: 2px
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg)
}

.faq-q[aria-expanded=true] .faq-icon {
  background: rgba(218, 165, 32, .22)
}

.bcx-runner,
.erp-module-view,
.erp-review-hidden,
.faq-q[aria-expanded=true] .faq-icon::after,
.why-clavis-content .reason {
  display: none
}

.erp-faq-answer,
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .25s
}

.faq-a-inner {
  padding: 0 18px 18px;
  color: #36454f;
  line-height: 1.7;
  font-size: 14px
}

body.contact-page-body .main {
  padding-top: 110px
}

.student-showcase .showcase-media img,
.trial-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.erp-slider:hover .erp-slider-nav,
.student-showcase .showcase-shell:hover .showcase-next,
.student-showcase .showcase-shell:hover .showcase-prev,
.tools-slider-wrap:hover .tools-next,
.tools-slider-wrap:hover .tools-prev {
  opacity: 1;
  pointer-events: auto
}

.hero-course-banner {
  width: 100%;
  background: #f8f8ff
}

.hero-banner-inner {
  width: 100%;
  overflow: hidden
}

.trial-form-card {
  box-shadow: 0 12px 30px rgba(0, 0, 0, .06)
}

.trial-form-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff
}

.trial-form-desc {
  color: #36454f
}

.erp-preview-img,
.feedback-media-img,
.trial-image-wrap img {
  width: 100%;
  height: auto;
  display: block
}

@media (min-width:1200px) {
  .navmenu {
    padding: 0
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
  }

  .navmenu li {
    position: relative
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: .3s
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: .3s
  }

  .navmenu li:last-child a {
    padding-right: 0
  }

  .navmenu .active,
  .navmenu .active:focus,
  .navmenu li:hover>a {
    color: var(--nav-hover-color)
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: .3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
  }

  .navmenu .dropdown ul li {
    min-width: 200px
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color)
  }

  .navmenu .dropdown ul a i {
    font-size: 12px
  }

  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color)
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible
  }

  body.index-page header div nav#navmenu ul li.dropdown ul {
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px
  }

  body.index-page header div nav#navmenu ul li.dropdown ul li a {
    color: #fff
  }

  body.index-page header div nav#navmenu ul li.dropdown ul li a:hover {
    color: #daa520
  }

  nav#navmenu ul li.dropdown ul {
    border-radius: 16px
  }

  body.index-page.scrolled .header div nav#navmenu ul li.dropdown ul {
    background: rgba(0, 0, 0, .75)
  }

  .col-xl-2-4 {
    flex: 0 0 20%;
    max-width: 20%
  }

  .stagger-up {
    transform: translateY(-24px)
  }

  .stagger-down {
    transform: translateY(24px)
  }

  .stagger-center {
    transform: translateY(-40px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, .1);
    border-color: rgba(218, 165, 32, .5)
  }
}

.trial-form-card {
  border: 1px solid rgba(0, 33, 71, .15);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .06)
}

.clavis-proof__name,
.trial-form .form-label {
  font-weight: 600;
  color: #002147
}

.trial-form .form-control,
.trial-form .form-select {
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 33, 71, .25)
}

.trial-form .form-control:focus,
.trial-form .form-select:focus {
  border-color: #daa520;
  box-shadow: none
}

.trial-image-wrap {
  width: 100%;
  border-radius: 22px;
  overflow: hidden
}

.clavis-map-head {
  max-width: 920px;
  margin: 0 auto 28px
}

.clavis-map-title {
  font-weight: 900;
  letter-spacing: .5px;
  color: #002147;
  margin-bottom: 10px
}

.clavis-map-title span,
.erp-cta-highlight,
.erp-review-tag i {
  color: #daa520
}

.clavis-map-sub {
  color: #36454f;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.65
}

.clavis-map-shell {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(0, 33, 71, .12);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .06);
  background: #fff;
  overflow: hidden;
  padding: 26px
}

.clavis-map-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: center
}

.compiler-credit a:hover,
.map-secondary-link:hover {
  text-decoration: underline
}

.tools-slider-head,
.wc-head {
  max-width: 920px;
  margin: 0 auto 18px
}

.tools-slider-title {
  font-weight: 900;
  color: #002147;
  margin-bottom: 8px
}

.tools-slider-sub {
  color: #36454f;
  margin: 0 auto;
  max-width: 860px;
  line-height: 1.65
}

.tools-slider-wrap {
  position: relative;
  border-radius: 22px;
  padding: 14px;
  overflow: hidden
}

.trial-mini-wrap {
  max-width: 420px;
  height: 100%
}

@media (max-width:991px) {
  .journey-line {
    display: none
  }

  .journey-wrapper {
    padding-top: 10px
  }

  .journey-steps {
    flex-direction: column;
    gap: 20px
  }

  .journey-step {
    max-width: none;
    text-align: left
  }

  .journey-node {
    margin: 0 0 8px
  }

  .about-hero {
    padding-top: 130px;
    padding-bottom: 80px
  }

  .about-hero .row {
    flex-direction: column-reverse;
    text-align: center
  }

  .about-hero-desc {
    margin-left: auto;
    margin-right: auto
  }

  .about-hero-cta {
    justify-content: center
  }

  .about-hero-images {
    margin-bottom: 18px
  }

  .about-photo-secondary {
    top: -30px;
    left: -20px;
    width: 78%
  }

  .mission-vision-section {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .mission-vision-section .mv-heading {
    text-align: center
  }

  .mission-vision-section .mv-text {
    max-width: 100%;
    text-align: center
  }

  .mv-image-center {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .teaching-slide {
    padding: 24px 18px
  }

  .teaching-title {
    font-size: 1.4rem
  }

  .teaching-desc {
    font-size: .98rem
  }

  .edtech-platform .section-title,
  .real-context-title {
    font-size: 1.9rem
  }

  .edtech-card {
    padding: 28px 22px
  }

  .clavis-map-grid,
  .curriculum-grid,
  .map-badges,
  .trial-grid,
  .why-grid {
    grid-template-columns: 1fr
  }

  .curriculum-right {
    margin-top: 18px
  }

  .trial-grid {
    gap: 28px
  }

  .tech40-sources {
    white-space: normal;
    overflow: visible;
    text-overflow: clip
  }

  .real-context-content {
    padding-left: 0
  }

  .why-clavis-tags {
    grid-template-rows: none
  }

  .why-clavis-content {
    display: block;
    margin-top: 14px
  }

  .why-tag {
    grid-template-columns: 44px 1fr
  }

  .mobile-content {
    display: none !important
  }

  .mobile-content h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #002147;
    margin-bottom: 6px
  }

  .mobile-content p {
    font-size: 1rem;
    color: #36454f;
    line-height: 1.6
  }

  .startup-story-card {
    padding: 18px;
    border-radius: 18px
  }

  .chip-panel p,
  .startup-story-lead {
    font-size: 1rem;
    line-height: 1.65
  }

  .startup-chips {
    gap: 10px
  }

  .chip {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
    font-size: 1rem
  }

  .startup-panels {
    margin-top: 14px;
    padding-top: 14px
  }

  .chip-panel h3 {
    font-size: 1.18rem
  }

  .feedback-text p {
    font-size: 1rem
  }

  .feedback-card {
    min-height: 200px
  }

  .trial-form-card {
    padding: 20px
  }

  .teacher-avatar {
    width: 100px;
    height: 100px
  }

  .teacher-name {
    font-size: 1.1rem
  }

  .teacher-desc {
    font-size: .95rem
  }

  .clavis-map-shell {
    padding: 18px
  }

  .map-visual {
    min-height: auto;
    padding: 14px
  }

  .badge-number {
    font-size: 30px
  }

  .tool-logo-card {
    height: 86px
  }

  .tool-logo-card img {
    max-height: 52px
  }

  .chart-container,
  .chart-wrap,
  .tech40-chart,
  .trend-chart {
    position: relative;
    width: 100%;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
    overflow: hidden
  }

  .chart-container canvas,
  .chart-wrap canvas,
  .tech40-chart canvas,
  .trend-chart canvas {
    width: 100% !important;
    height: 100% !important;
    display: block
  }

  .trial-mini-wrap {
    max-width: 100%
  }
}

.clavis-chat,
.erp-cta,
.erp-cta-benefits,
.erp-slider,
.erp-slider-viewport,
.fit-panel,
.sr-only,
.trial-mini-media {
  overflow: hidden
}

.trial-mini-card {
  background: rgba(255, 255, 255, .05);
  border-radius: 18px;
  padding: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.trial-mini-media {
  border-radius: 14px;
  aspect-ratio: 16/9
}

.trial-mini-title {
  font-size: 1rem;
  margin: 0;
  text-align: center
}

.trial-form-card {
  background: rgba(255, 255, 255, .05);
  border-radius: 18px;
  padding: 18px
}

.trial-form-title {
  margin: 0 0 6px
}

.trial-form-desc {
  margin: 0 0 14px;
  opacity: .85;
  font-size: .95rem
}

#testimonials .row.mt-4 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto
}

.clavis-fit,
.clavis-session {
  padding: 72px 0;
  background: #fff
}

.clavis-session-head {
  max-width: 980px;
  margin: 0 auto 26px
}

.clavis-fit-title,
.clavis-session-title {
  color: #002147;
  font-weight: 900;
  letter-spacing: -.02em;
  margin-bottom: 10px
}

.clavis-fit-sub,
.clavis-session-sub {
  color: #36454f;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 880px
}

.clavis-session-timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  position: relative
}

.clavis-session-timeline::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 33, 71, .18), rgba(218, 165, 32, .18));
  border-radius: 999px;
  z-index: 0
}

.clavis-step,
.erp-implementation .container,
.erp-reviews .container {
  position: relative;
  z-index: 1
}

.clavis-session-note {
  margin-top: 18px
}

.clavis-session-note-inner {
  border-radius: 18px;
  border: 1px solid rgba(0, 33, 71, .12);
  background: linear-gradient(90deg, rgba(0, 33, 71, .04), rgba(218, 165, 32, .04));
  box-shadow: 0 18px 40px rgba(0, 0, 0, .06);
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between
}

@media (max-width:1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color .3s
  }

  .navmenu {
    padding: 0;
    z-index: 9997
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: .3s;
    z-index: 9998;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: .3s
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%)
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color)
  }

  .navmenu .active,
  .navmenu .active:focus,
  .navmenu a:hover {
    color: var(--nav-dropdown-hover-color)
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg)
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: .5s ease-in-out
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, .1)
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, .03)
  }

  .mobile-nav-active {
    overflow: hidden
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, .8);
    transition: .3s
  }

  .mobile-nav-active .navmenu>ul {
    display: block
  }

  .section,
  section {
    scroll-margin-top: 66px
  }

  .stagger-center,
  .stagger-down,
  .stagger-up {
    transform: none
  }

  .clavis-session-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .clavis-session-timeline::before {
    display: none
  }
}

.clavis-fit-head {
  max-width: 980px;
  margin: 0 auto 24px
}

.clavis-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
  align-items: start;
  margin-top: 10px
}

.clavis-fit-list,
.fit-item {
  display: grid;
  gap: 12px
}

@media (max-width:767px) {
  .hero .hero-container {
    padding: 90px 0 260px
  }

  .why-clavis-cards {
    display: none
  }

  .hero .hero-content h1 {
    font-size: 4.7rem
  }

  .floating-contact-label {
    left: 58px;
    display: none
  }

  .floating-contact {
    bottom: 10px;
    left: 10px
  }

  .clavis-fit,
  .clavis-session {
    padding: 56px 0
  }

  .clavis-session-timeline {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .clavis-step-card {
    padding: 14px 14px 12px
  }

  .clavis-session-note-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .note-cta {
    width: 100%
  }

  .fit-item {
    grid-template-columns: 44px 1fr 26px;
    padding: 12px
  }

  .fit-title {
    font-size: 15px
  }

  .fit-meta {
    font-size: 12.5px
  }
}

.clavis-zigzag {
  padding: 56px 0;
  background: 0 0
}

.clavis-zigzag .zz-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 34px
}

.clavis-zigzag .zz-media {
  width: 100%
}

.clavis-zigzag .zz-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0
}

.clavis-zigzag .zz-text {
  color: #36454f;
  font-size: 16px;
  line-height: 1.75
}

.clavis-zigzag .zz-text p {
  margin: 0
}

.clavis-zigzag .zz-row.zz-reverse {
  grid-template-areas: "text media"
}

.clavis-zigzag .zz-row.zz-reverse .zz-text {
  grid-area: text
}

.clavis-zigzag .zz-row.zz-reverse .zz-media {
  grid-area: media
}

.erp-hero {
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 0;
  background: #fff
}

.erp-hero-bg {
  inset: 0;
  background: radial-gradient(900px 460px at 50% 0, rgba(0, 33, 71, .1), rgba(255, 255, 255, 0) 60%), radial-gradient(700px 360px at 80% 20%, rgba(218, 165, 32, .14), rgba(255, 255, 255, 0) 55%)
}

.erp-hero-bg::before {
  content: "";
  inset: 0
}

.erp-hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.bcx-fileBtn,
.erp-grid-bg,
.erp-implementation,
.erp-media-slider .erp-slider-wrapper,
.erp-reviews {
  position: relative;
  overflow: hidden
}

.erp-trust {
  padding: .6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 33, 71, .14);
  background: rgba(255, 255, 255, .78);
  backdrop-filter: blur(6px)
}

.erp-avatar {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid #fff;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(0, 33, 71, .14);
  margin-left: -8px;
  background: #f2f5f8
}

.erp-avatar:first-child {
  margin-left: 0
}

.erp-trust-text {
  font-size: .95rem;
  color: rgba(0, 33, 71, .85);
  letter-spacing: .2px
}

.erp-brace {
  color: #daa520;
  font-weight: 800;
  padding: 0 .25rem
}

.erp-eyebrow {
  font-weight: 600;
  letter-spacing: .12em;
  color: rgba(0, 33, 71, .75);
  font-size: .85rem
}

.erp-title {
  color: #002147;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(2.1rem, 4.2vw, 3.6rem)
}

.erp-sub {
  color: rgba(54, 69, 79, .92);
  max-width: 860px;
  font-size: 1.05rem;
  line-height: 1.6
}

.erp-sub-2 {
  color: rgba(0, 33, 71, .72);
  font-weight: 600
}

.erp-btn-primary {
  background: #002147;
  border: 1px solid #002147;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0, 33, 71, .16)
}

.erp-btn-ghost {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(0, 33, 71, .2);
  color: #002147;
  border-radius: 12px
}

.erp-btn-ghost,
.erp-btn-primary,
.erp-final-cta-btn,
.erp-reviews-more-btn {
  transition: transform .18s, box-shadow .18s
}

.erp-btn-primary:hover {
  transform: translateY(-2px);
  background: #002147;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 33, 71, .18), 0 16px 40px rgba(0, 33, 71, .12)
}

.erp-btn-ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 33, 71, .12), 0 12px 32px rgba(0, 33, 71, .08)
}

.erp-preview {
  border-radius: 22px;
  border: 1px solid rgba(0, 33, 71, .14);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 150px rgba(0, 33, 71, .1), 0 32px 150px rgba(0, 33, 71, .1), 0 64px 150px rgba(0, 33, 71, .1)
}

.erp-hero-bg,
.erp-hero-bg::before,
body.wc-resizing .wc-iframe {
  pointer-events: none
}

.erp-section-title {
  color: #002147;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem)
}

.erp-section-sub {
  color: rgba(54, 69, 79, .92);
  max-width: 820px;
  line-height: 1.7
}

.erp-problem-card {
  border-radius: 18px;
  border: 1px solid rgba(0, 33, 71, .12);
  background: rgba(255, 255, 255, .9);
  padding: 1.25rem 1.25rem 1.1rem;
  box-shadow: 0 10px 24px rgba(0, 33, 71, .06), 0 24px 60px rgba(0, 33, 71, .04);
  transition: transform .18s, box-shadow .18s, border-color .18s
}

.erp-problem-card:hover {
  transform: translateY(-3px);
  border-color: rgba(218, 165, 32, .35);
  box-shadow: 0 16px 34px rgba(0, 33, 71, .08), 0 36px 90px rgba(0, 33, 71, .06)
}

.erp-problem-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002147;
  background: rgba(218, 165, 32, .16);
  border: 1px solid rgba(218, 165, 32, .28);
  margin-bottom: .85rem
}

.erp-problem-title {
  color: #002147;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: .5rem
}

.erp-problem-desc {
  color: rgba(54, 69, 79, .92);
  line-height: 1.65;
  margin-bottom: .9rem
}

.erp-problem-tag {
  display: inline-block;
  padding: .45rem .7rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .82rem;
  color: rgba(0, 33, 71, .85);
  border: 1px solid rgba(0, 33, 71, .12);
  background: rgba(0, 33, 71, .04)
}

.erp-problem-bridge {
  border-radius: 16px;
  border: 1px solid rgba(0, 33, 71, .12);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 32px rgba(0, 33, 71, .06), 0 28px 80px rgba(0, 33, 71, .05);
  padding: 1rem 1.1rem;
  display: flex;
  gap: .75rem;
  align-items: center;
  justify-content: center
}

.erp-problem-bridge p {
  color: rgba(0, 33, 71, .82);
  line-height: 1.6
}

.erp-bridge-link {
  color: #002147;
  font-weight: 800;
  border-bottom: 1px solid rgba(218, 165, 32, .6);
  padding-bottom: 2px
}

.erp-bridge-link:hover {
  color: #002147;
  border-bottom-color: rgba(218, 165, 32, .95)
}

.erp-grid-bg::before,
.erp-hero-bg::before,
.erp-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0, 33, 71, .08) 1px, transparent 1px), linear-gradient(to bottom, rgba(0, 33, 71, .08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .55;
  pointer-events: none;
  z-index: 0
}

.erp-process-step {
  height: 100%;
  padding: 1.1rem 1.1rem 1.2rem
}

.erp-process-index {
  font-size: 2.2rem;
  font-weight: 900;
  color: rgba(0, 33, 71, .18);
  margin-bottom: .35rem
}

.erp-process-step h3 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #002147;
  margin-bottom: .45rem
}

.erp-process-step p,
.erp-solution-desc {
  color: rgba(54, 69, 79, .92);
  line-height: 1.65;
  margin: 0
}

.compiler-hero>*,
.erp-cta .container,
.erp-cta-benefits .container,
.erp-solution .container {
  position: relative;
  z-index: 2
}

.erp-solution-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem
}

.erp-solution-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start
}

.erp-solution-icon {
  width: 44px;
  height: auto;
  padding: 4px;
  border-radius: 5px;
  background: #002147;
  color: #fff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 33, 71, .18)
}

.erp-solution-title {
  color: #002147;
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: .25rem
}

.erp-solution-visual {
  border-radius: 20px;
  border: 1px solid rgba(0, 33, 71, .14);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 14px 36px rgba(0, 33, 71, .08), 0 32px 96px rgba(0, 33, 71, .06)
}

.erp-solution-visual-inner {
  padding: 1.5rem 1.6rem
}

.erp-solution-visual-title {
  color: #002147;
  font-weight: 800;
  margin-bottom: 1rem
}

.erp-solution-visual-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem
}

.erp-solution-visual-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: .6rem;
  color: rgba(0, 33, 71, .85);
  font-weight: 600
}

.erp-module-list li::before,
.erp-solution-visual-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #daa520;
  font-weight: 900
}

.erp-solution-note {
  border-top: 1px dashed rgba(0, 33, 71, .18);
  padding-top: .9rem;
  color: rgba(0, 33, 71, .78);
  font-size: .95rem
}

.erp-cta {
  padding: 80px 0;
  color: #fff;
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  position: relative
}

.erp-cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(closest-side at 30% 30%, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 60%), radial-gradient(closest-side at 80% 70%, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 60%);
  pointer-events: none;
  opacity: .55
}

.erp-cta-eyebrow {
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, .88);
  margin: 0
}

.erp-cta-eyebrow-mark {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #fff;
  padding: 0 .15rem
}

.erp-cta-eyebrow-mark::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 2px;
  height: 10px;
  border-radius: 999px;
  background: rgba(218, 165, 32, .55);
  filter: blur(.2px);
  z-index: -1
}

.erp-cta-title {
  margin: 0;
  color: #fff
}

.erp-cta-sub {
  color: rgba(255, 255, 255, .86);
  line-height: 1.7;
  max-width: 560px;
  margin: 0
}

.erp-cta-btn-primary {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .9);
  color: #002147;
  border-radius: 12px;
  font-weight: 800;
  transition: transform .18s, box-shadow .18s
}

.erp-cta-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), 0 24px 70px rgba(0, 0, 0, .18);
  color: #002147;
  background: #fff
}

.erp-cta-btn-ghost {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  border-radius: 12px;
  font-weight: 800;
  transition: transform .18s, box-shadow .18s, background .18s
}

.erp-cta-btn-ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12), 0 24px 70px rgba(0, 0, 0, .12);
  color: #fff
}

.erp-cta-float {
  position: relative;
  min-height: 420px
}

.erp-cta-card {
  position: absolute;
  width: min(260px, 85%);
  background: rgba(255, 255, 255, .92);
  color: #002147;
  border-radius: 18px;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(0, 33, 71, .12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14), 0 40px 120px rgba(0, 0, 0, .12);
  transform: rotate(var(--r, 0deg))
}

.erp-cta-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(218, 165, 32, .18);
  border: 1px solid rgba(218, 165, 32, .35);
  font-size: 18px;
  margin-bottom: .75rem
}

.erp-cta-card-title {
  font-weight: 900;
  font-size: 1.05rem;
  margin: 0 0 .35rem
}

.erp-cta-card-desc,
.gf-step-desc {
  margin: 0;
  color: rgba(54, 69, 79, .92);
  line-height: 1.55;
  font-size: .95rem
}

.erp-cta-card--a {
  top: -50px;
  right: 274px;
  --r: 0deg
}

.erp-cta-card--b {
  top: 36px;
  right: -10px;
  --r: 0deg
}

.erp-cta-card--c {
  top: 178px;
  right: 272px;
  --r: 0deg
}

.erp-cta-card--d {
  top: 270px;
  right: -8px;
  --r: 0deg
}

.erp-arch-diagram {
  position: relative;
  min-height: 520px
}

.erp-arch-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3
}

.erp-arch-core-inner {
  width: 300px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 33, 71, .12), 0 40px 120px rgba(0, 33, 71, .1);
  padding: 1.25rem 1.25rem 1.35rem;
  text-align: center
}

.erp-arch-core-title {
  font-weight: 900;
  color: #002147;
  margin-bottom: .35rem
}

.erp-arch-core-desc {
  color: rgba(0, 33, 71, .78);
  margin-bottom: .75rem;
  font-weight: 600
}

.erp-arch-core-list li {
  padding: .3rem 0;
  color: rgba(54, 69, 79, .95);
  font-weight: 600
}

.erp-arch-node {
  position: absolute;
  width: 180px;
  background: rgba(255, 255, 255, .95);
  border-radius: 16px;
  border: 1px solid rgba(0, 33, 71, .14);
  box-shadow: 0 10px 28px rgba(0, 33, 71, .08), 0 28px 80px rgba(0, 33, 71, .06);
  padding: .85rem .9rem;
  text-align: center
}

.erp-arch-node h4 {
  font-weight: 800;
  color: #002147;
  font-size: 1rem;
  margin-bottom: .15rem
}

.erp-arch-node p {
  margin: 0;
  font-size: .9rem;
  color: rgba(0, 33, 71, .78);
  font-weight: 600
}

.erp-arch-node--top {
  top: -20px;
  left: 50%;
  transform: translateX(-120%)
}

.erp-arch-node--top-right {
  transform: translateX(20%)
}

.erp-arch-node--left {
  top: 50%;
  left: 150px;
  transform: translateY(-50%)
}

.erp-arch-node--right {
  top: 50%;
  right: 150px;
  transform: translateY(-50%)
}

.erp-arch-node--bottom {
  bottom: -20px;
  left: 50%;
  transform: translateX(-120%)
}

.erp-arch-node--bottom-right {
  transform: translateX(20%)
}

.erp-arch-note {
  border-radius: 16px;
  border: 1px solid rgba(0, 33, 71, .14);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 32px rgba(0, 33, 71, .06), 0 28px 80px rgba(0, 33, 71, .05);
  padding: 1rem 1.2rem;
  color: rgba(0, 33, 71, .82);
  line-height: 1.65
}

.erp-module-icons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap
}

.erp-module-icon-btn {
  appearance: none;
  border: none;
  background: 0 0;
  padding: .5rem;
  cursor: pointer;
  text-align: center;
  transition: transform .18s, opacity .18s;
  opacity: .75
}

.erp-module-icon-btn i {
  display: block;
  font-size: 2.05rem;
  line-height: 1;
  color: #daa520;
  margin-bottom: .35rem
}

.erp-module-icon-btn span {
  display: block;
  font-weight: 800;
  color: rgba(0, 33, 71, .9);
  font-size: .95rem
}

.erp-module-icon-btn:hover {
  transform: translateY(-2px);
  opacity: 1
}

.erp-slider {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(0, 33, 71, .14);
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 12px 32px rgba(0, 33, 71, .08), 0 32px 90px rgba(0, 33, 71, .06)
}

.erp-slider-track {
  display: flex;
  transition: transform .35s;
  will-change: transform
}

.erp-slide {
  flex: 0 0 100%
}

.erp-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto
}

.erp-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(0, 33, 71, .55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity .18s, transform .18s;
  touch-action: manipulation
}

.erp-slider-prev {
  left: 14px
}

.erp-slider-next {
  right: 14px
}

.erp-slider-nav.is-disabled {
  pointer-events: none !important
}

.erp-slider:hover .erp-slider-nav.is-disabled {
  opacity: .35
}

.erp-slider-nav:hover {
  transform: translateY(-50%) scale(1.04)
}

.erp-cta-form-btn:hover,
.erp-target-icon-item:hover i {
  transform: translateY(-2px)
}

.erp-module-title {
  color: #002147;
  font-weight: 900;
  margin-bottom: .4rem
}

.erp-module-desc {
  color: rgba(54, 69, 79, .92);
  line-height: 1.65;
  margin-bottom: .75rem
}

.erp-module-list li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: .45rem;
  font-weight: 700;
  color: rgba(0, 33, 71, .82)
}

.erp-slider-track {
  display: flex;
  width: 100% !important;
  transform: translate3d(0, 0, 0)
}

.erp-slide {
  flex: 0 0 100% !important;
  max-width: 100% !important
}

.erp-cta-benefits {
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  color: #fff;
  position: relative
}

.erp-cta-benefits::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(closest-side at 20% 30%, rgba(255, 255, 255, .18), transparent 60%), radial-gradient(closest-side at 80% 70%, rgba(255, 255, 255, .14), transparent 60%);
  pointer-events: none;
  opacity: .55
}

.erp-cta-title {
  font-weight: 900;
  line-height: 1.15;
  font-size: clamp(1.9rem, 3vw, 2.5rem)
}

.erp-benefits-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0
}

.erp-benefits-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: .85rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(255, 255, 255, .92)
}

.erp-benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #daa520;
  font-weight: 900
}

.erp-cta-form-card {
  background: #fff;
  color: #002147;
  border-radius: 20px;
  padding: 1.75rem 1.75rem 1.9rem;
  border: 1px solid rgba(0, 33, 71, .14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .18), 0 48px 140px rgba(0, 0, 0, .14)
}

.erp-cta-form-title {
  font-weight: 900;
  margin-bottom: .35rem
}

.erp-cta-form-sub {
  color: rgba(0, 33, 71, .78);
  margin-bottom: 1.2rem
}

.erp-cta-form .form-label {
  font-weight: 700;
  font-size: .9rem
}

.erp-cta-form .form-control {
  border-radius: 12px;
  border: 1px solid rgba(0, 33, 71, .18);
  padding: .65rem .75rem
}

.erp-cta-form .form-control:focus {
  border-color: #daa520;
  box-shadow: 0 0 0 .15rem rgba(218, 165, 32, .25)
}

.erp-cta-form-btn {
  background: #002147;
  color: #fff;
  font-weight: 800;
  border-radius: 14px;
  border: none;
  transition: transform .18s, box-shadow .18s
}

.erp-cta-form-btn:hover {
  box-shadow: 0 10px 24px rgba(0, 33, 71, .28), 0 28px 80px rgba(0, 33, 71, .22);
  color: #fff
}

.erp-target-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .6rem
}

.erp-target-icon-item i {
  font-size: 3rem;
  color: #daa520;
  line-height: 1;
  transition: transform .18s
}

.erp-target-icon-item h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #002147;
  margin: 0;
  text-align: center
}

.erp-security-note {
  font-weight: 700;
  color: rgba(0, 33, 71, .78);
  border-left: 4px solid #daa520;
  padding-left: .9rem;
  line-height: 1.6
}

.erp-security-points {
  display: flex;
  flex-direction: column;
  gap: 1.3rem
}

.erp-security-item {
  display: flex;
  gap: .9rem;
  align-items: flex-start
}

.erp-security-item i {
  font-size: 1.9rem;
  color: #daa520;
  line-height: 1;
  flex-shrink: 0;
  margin-top: .1rem
}

.erp-security-item h3 {
  font-size: 1.02rem;
  font-weight: 900;
  color: #002147;
  margin-bottom: .2rem
}

.erp-security-item p {
  margin: 0;
  color: rgba(54, 69, 79, .92);
  line-height: 1.6
}

.erp-final-cta-btn:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18), 0 30px 80px rgba(0, 0, 0, .15)
}

.erp-review-card {
  height: 100%;
  border-radius: 18px;
  border: 1px solid rgba(0, 33, 71, .12);
  background: #fff;
  padding: 1.15rem 1.15rem 1.2rem;
  box-shadow: 0 10px 24px rgba(0, 33, 71, .06), 0 28px 72px rgba(0, 33, 71, .05);
  transition: transform .18s, box-shadow .18s, border-color .18s
}

.erp-review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 33, 71, .18);
  box-shadow: 0 16px 40px rgba(0, 33, 71, .1), 0 40px 110px rgba(0, 33, 71, .08)
}

.erp-review-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  margin-bottom: .85rem
}

.erp-review-stars i {
  color: #daa520;
  margin-right: 2px;
  font-size: 1.02rem
}

.erp-review-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 900;
  font-size: .9rem;
  color: rgba(0, 33, 71, .8)
}

.erp-review-text {
  margin: 0 0 1rem;
  color: rgba(54, 69, 79, .92);
  line-height: 1.75;
  font-weight: 700;
  font-size: 1.02rem
}

.erp-review-person {
  display: flex;
  align-items: center;
  gap: .7rem
}

.erp-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 33, 71, .06);
  color: rgba(0, 33, 71, .55);
  font-size: 1.45rem
}

.erp-review-name {
  font-weight: 900;
  color: #002147;
  font-size: .98rem
}

.erp-review-meta {
  font-weight: 700;
  color: rgba(0, 33, 71, .62);
  font-size: .9rem
}

.erp-reviews-more-btn {
  background: #fff;
  color: #002147;
  font-weight: 900;
  border-radius: 999px;
  padding: .85rem 1.8rem;
  border: 1px solid rgba(0, 33, 71, .18)
}

.erp-reviews-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 33, 71, .1), 0 30px 90px rgba(0, 33, 71, .08)
}

.erp-faq-list {
  border-top: 1px solid rgba(0, 33, 71, .12)
}

.erp-faq-item {
  border-bottom: 1px solid rgba(0, 33, 71, .12)
}

.erp-faq-question {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 900;
  font-size: 1.02rem;
  color: #002147;
  text-align: left
}

.erp-faq-question i {
  font-size: 1rem;
  color: #daa520;
  transition: transform .2s
}

.erp-faq-answer p {
  margin: 0 0 1rem;
  color: rgba(54, 69, 79, .92);
  line-height: 1.65;
  font-weight: 600
}

.erp-faq-item.is-open .erp-faq-answer {
  max-height: 240px
}

.erp-faq-item.is-open .erp-faq-question i {
  transform: rotate(45deg)
}

@media (max-width:576px) {
  .cta-title {
    font-size: 1.6rem
  }

  .review-stats {
    grid-template-columns: 1fr
  }

  .review-stat {
    min-height: 100px
  }

  .erp-hero {
    padding-top: 4.5rem;
    padding-bottom: 3.25rem
  }

  .erp-trust {
    padding: .55rem .85rem
  }

  .erp-process-index {
    font-size: 1.9rem
  }

  .erp-solution-visual-inner {
    padding: 1.25rem
  }

  .erp-module-icons {
    gap: .9rem;
    justify-content: space-between
  }

  .erp-module-icon-btn {
    width: calc(33.333% - .6rem);
    padding: .35rem .2rem
  }

  .erp-module-icon-btn i {
    font-size: 1.8rem
  }

  .erp-module-icon-btn span {
    font-size: .85rem
  }

  .erp-slider-nav {
    opacity: 1;
    pointer-events: auto
  }

  .erp-cta-form-card {
    padding: 1.4rem 1.4rem 1.6rem
  }

  .erp-target-icon-item i {
    font-size: 2.6rem
  }

  .erp-target-icon-item h3 {
    font-size: .95rem
  }

  .erp-final-cta-text {
    font-size: 1.35rem
  }

  .erp-final-cta-btn {
    display: inline-block;
    text-align: center;
    width: 100%
  }

  .erp-review-text {
    font-size: 1rem
  }

  .erp-reviews-more-btn {
    width: 100%
  }

  .erp-faq-question {
    font-size: .98rem
  }

  .erp-final-cta-eyebrow,
  .erp-final-cta-note,
  .erp-final-cta-sub,
  .erp-final-cta-text {
    text-align: center
  }
}

.erp-final-cta {
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%)
}

.erp-final-cta-eyebrow {
  margin: 0 0 .35rem;
  color: rgba(255, 255, 255, .85);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .4px
}

.erp-final-cta-text {
  letter-spacing: .4px;
  margin: 0 0 .35rem;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25
}

.erp-final-cta-sub {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-weight: 600;
  line-height: 1.6
}

.erp-final-cta-btn {
  background: #fff;
  color: #002147;
  font-weight: 900;
  padding: 1.05rem 2.6rem;
  border-radius: 999px;
  border: none
}

.erp-final-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .18), 0 0 0 6px rgba(255, 255, 255, .22)
}

.erp-final-cta-note {
  margin-top: .4rem;
  font-size: .85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .9)
}

.erp-media-slider {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(90deg, #002147 0, #0b3b6f 45%, #daa520 100%);
  overflow: hidden;
  --slider-max-width: 980px;
  --slide-gap: 0px;
  --img-max-height: 520px
}

.erp-media-slider .erp-slider-shell {
  max-width: var(--slider-max-width);
  margin: 0 auto
}

.erp-media-slider .erp-slider-track {
  display: flex;
  gap: var(--slide-gap);
  will-change: transform;
  transition: transform .45s
}

.erp-media-slider .erp-slide {
  min-width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 10px
}

.erp-media-slider .erp-slide img {
  display: block;
  max-width: fit-content;
  height: auto;
  max-height: var(--img-max-height);
  margin: 0 auto 18px;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .35)
}

.erp-media-slider .erp-slide h3 {
  color: #fff;
  font-weight: 800;
  font-size: 1.55rem;
  margin: 0 0 10px;
  line-height: 1.25
}

.erp-media-slider .erp-slide p {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  opacity: .92;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.65;
  color: rgba(255, 255, 255, .9)
}

.erp-media-slider .erp-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: none;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, transform .2s, visibility .2s;
  z-index: 5;
  pointer-events: none
}

.erp-media-slider .erp-slider-wrapper:hover .erp-slider-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.erp-media-slider .erp-slider-nav:hover {
  transform: translateY(-50%) scale(1.08)
}

.erp-media-slider .erp-prev {
  left: 10px
}

.erp-media-slider .erp-next {
  right: 10px
}

.erp-media-slider .erp-slider-nav i {
  font-size: 1.3rem;
  line-height: 1
}

.erp-media-slider .erp-slider-nav.is-disabled {
  opacity: .25 !important;
  pointer-events: none !important
}

@media (max-width:992px) {

  .erp-arch-diagram,
  .erp-cta-float {
    display: grid;
    grid-template-columns: 1fr
  }

  .erp-arch-core,
  .erp-arch-node,
  .erp-cta-card {
    position: static;
    transform: none;
    width: 100%
  }

  .contact-wrapper {
    gap: 32px
  }

  .contact-form,
  .contact-image {
    border-radius: 24px
  }

  .erp-cta-float {
    min-height: 0;
    margin-top: 18px;
    gap: 14px
  }

  .erp-arch-diagram {
    min-height: auto;
    gap: 1rem
  }

  .erp-arch-core-inner {
    width: 100%
  }

  .erp-media-slider {
    --slider-max-width: 92vw;
    --img-max-height: 420px
  }
}

@media (max-width:576px) {

  .tien-ich-diem-danh-hoc-sinh-page,
  .tien-ich-diem-danh-hoc-sinh-page .main,
  .tien-ich-diem-danh-hoc-sinh-page .spk-app,
  .tien-ich-diem-danh-hoc-sinh-page body {
    overflow-x: auto !important
  }

  .erp-media-slider {
    padding: 60px 0;
    --slider-max-width: 94vw;
    --img-max-height: 320px
  }

  .erp-media-slider .erp-slide h3 {
    font-size: 1.25rem
  }

  .erp-media-slider .erp-slide p {
    font-size: .95rem
  }
}

.compiler-hero {
  padding: 160px 0 70px;
  overflow: hidden;
  z-index: 0
}

.erp-hero-bg {
  z-index: 0
}

.compiler-hero-title {
  font-family: "Be Vietnam Pro", Outfit, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #002147;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  margin: 0 0 10px
}

.compiler-hero-desc {
  color: rgba(54, 69, 79, .92);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 22px
}

.compiler-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  z-index: 5
}

.compiler-hero-actions a,
.compiler-hero-actions button {
  position: relative;
  z-index: 6;
  pointer-events: auto
}

.compiler-embed {
  background: #fff;
  z-index: 1
}

.compiler-card {
  width: min(1200px, 100%);
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 16px 38px rgba(0, 33, 71, .1);
  transform: translateY(calc(-1 * var(--compiler-overlap)));
  margin-bottom: calc(-1 * var(--compiler-overlap));
  overflow: hidden;
  z-index: 3
}

section.compiler-hero.erp-hero-bg>div {
  justify-content: center
}

.compiler-iframe {
  width: 100%;
  height: 700px;
  border: 0;
  display: block
}

.compiler-credit {
  margin: 0;
  padding: 10px 16px 14px;
  font-size: .92rem;
  color: rgba(54, 69, 79, .85);
  border-top: 1px solid rgba(0, 0, 0, .06)
}

.compiler-credit a {
  color: #002147;
  font-weight: 700
}

.compiler-features {
  background: #fff;
  padding: 72px 0
}

@media (max-width:991px) {

  .clavis-fit-grid,
  .clavis-zigzag .zz-row {
    grid-template-columns: 1fr
  }

  .fit-detail-card {
    position: static;
    top: auto
  }

  .clavis-fit-right {
    display: none
  }

  .fit-panel {
    display: block;
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height .28s, opacity .22s, transform .22s
  }

  .fit-panel.is-open {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0)
  }

  .clavis-zigzag {
    padding: 44px 0
  }

  .clavis-zigzag .zz-row {
    gap: 16px;
    margin-bottom: 26px
  }

  .clavis-zigzag .zz-row.zz-reverse {
    grid-template-areas: "text" "media"
  }

  .clavis-zigzag .zz-text {
    font-size: 15.5px;
    line-height: 1.75
  }

  .compiler-hero {
    padding: 84px 0 160px
  }

  .compiler-embed {
    --compiler-overlap: 160px
  }

  .compiler-iframe {
    height: 640px
  }

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

@media (max-width:575px) {
  .about-hero {
    padding-top: 120px;
    padding-bottom: 70px
  }

  .about-photo-secondary {
    top: -22px;
    left: -12px;
    width: 82%
  }

  .about-hero-title {
    font-size: 1.9rem
  }

  .edtech-platform .section-title {
    font-size: 1.7rem
  }

  .edtech-platform .section-desc {
    font-size: 1rem
  }

  .tech40-stat-grid {
    grid-template-columns: 140px 1fr;
    gap: 12px
  }

  .tech40-chart-media {
    aspect-ratio: 4/3
  }

  .clavis-zigzag {
    padding: 36px 0
  }

  .clavis-zigzag .zz-text {
    font-size: 15px
  }

  .compiler-hero {
    padding: 106px 0 40px
  }

  .compiler-embed {
    --compiler-overlap: 120px
  }

  .compiler-iframe {
    height: 560px
  }

  .compiler-features {
    padding: 56px 0
  }

  .features-grid {
    grid-template-columns: 1fr
  }
}

.compiler-guide-faq {
  background: #fff;
  padding: 78px 0
}

@media (max-width:768px) {
  .sale-inner {
    flex-direction: column;
    text-align: center
  }

  .clavis-flashbar {
    height: auto;
    padding: 22px 0
  }

  .cta-hook-inner,
  .flashbar-inner {
    flex-direction: column;
    align-items: flex-start
  }

  .cta-hook-btn,
  .flashbar-btn,
  .flashbar-left,
  .flashbar-right {
    width: 100%
  }

  .clavis-cta-hook {
    height: auto;
    padding: 28px 0
  }

  .contact-page {
    padding: 40px 14px
  }

  .contact-stats,
  .contact-wrapper {
    grid-template-columns: 1fr
  }

  .contact-image {
    order: 2
  }

  .contact-form {
    order: 1;
    padding: 28px 20px 22px
  }

  .page-nav .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .page-nav-track {
    justify-content: flex-start;
    padding: 12px 16px;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none
  }

  .page-nav-track::-webkit-scrollbar {
    display: none
  }

  .page-nav-link {
    flex: 0 0 auto;
    white-space: nowrap
  }

  body.contact-page-body .main {
    padding-top: 92px
  }

  .contact-page {
    padding-top: 24px
  }

  .erp-security-note {
    margin-bottom: 1.2rem
  }

  .compiler-guide-faq {
    padding: 62px 0
  }

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

.compiler-credit {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}

.compiler-fullscreen-btn {
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-decoration: underline;
  font: inherit;
  color: #daa520
}

.compiler-fullscreen-btn:hover {
  opacity: .85
}

.compiler-frame:-webkit-full-screen,
.compiler-frame:fullscreen {
  width: 100%;
  height: 100%;
  background: #000
}

.compiler-frame:-webkit-full-screen .compiler-iframe,
.compiler-frame:fullscreen .compiler-iframe {
  width: 100%;
  height: 100%;
  border: 0
}

body.index-page a.btn-primary {
  background: #daa520 !important;
  border-color: #daa520 !important;
  color: #002147 !important;
  font-weight: 800
}

body.index-page a.btn-primary:focus,
body.index-page a.btn-primary:hover {
  background: #c89417 !important;
  border-color: #c89417 !important;
  color: #002147 !important
}

body.index-page a.course-link {
  color: #002147 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700
}

body.index-page a.course-link:focus,
body.index-page a.course-link:hover {
  color: #001a38 !important
}

body.index-page #online-nationwide {
  color: #111827
}

/* =========================
   Background grid overlay (safe click)
========================= */
.erp-hero-bg{
  position: relative;
  overflow: hidden;
}
.erp-hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(to right, rgba(0, 33, 71, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 33, 71, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .55;

  /* ✅ quan trọng: không chặn click */
  pointer-events: none;

  /* nằm dưới content */
  z-index: 0;
}

/* đảm bảo content nằm trên overlay */
.erp-hero-bg > *{
  position: relative;
  z-index: 1;
}

/* Đẩy lớp lưới xuống dưới cùng, tuyệt đối không che click */
.scratch-hero.erp-hero-bg::before{
  z-index: -1 !important;        /* ✅ nằm dưới đáy hero */
  pointer-events: none !important;
}