* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f4f6fa;
  color: #13171a;
  line-height: 1.5;
  font-family: "Visby CF";
}

/* Container */
.container {
  max-width: 1152px;
  margin: 0 auto;
}
#hero{margin-bottom:50px;}
#header{margin-bottom:35px}

/* Header Styles */
.lp-nav-wrap {
  background: #ffffff;
  border-radius: 20px;
  margin: 16px 0 0;
  overflow: hidden;
}

.lp-nav-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  border-bottom: 1px solid #f0f2f5;
}

.lp-nav-top-left {
  display: flex;
  gap: 28px;
  align-items: center;
}

.lp-site-switch {
  font-size: 14px;
  font-weight: 600;
  color: #62717c;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.lp-site-switch-active {
  color: #13171a;
  border-bottom-color: #ffb700;
}

.lp-nav-top-right {
  display: flex;
  gap: 28px;
  align-items: center;
}

.lp-nav-top-right a {
  font-size: 14px;
  font-weight: 600;
  color: #62717c;
  text-decoration: none;
}

.lp-nav-top-right a:hover { color: #13171a; }

.lp-nav-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  gap: 24px;
}

.lp-main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
  flex: 1;
  justify-content: center;
}

.lp-main-nav-item {
  font-size: 14px;
  font-weight: 600;
  color: #13171a;
  text-decoration: none;
  white-space: nowrap;
}

.lp-main-nav-item:hover { color: #ff5500; }

.logo-img {
  height: 32px;
  width: auto;
}

.btn-download {
  background: #dfe4eb;
  border: none;
  border-radius: 12px;
  height: 40px;
  padding: 0 18px;
  font-weight: 600;
  font-size: 14px;
  color: #13171a;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-download:hover { opacity: 0.9; }

.lp-cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #B6D7EB;
  border: none;
  border-radius: 12px;
  padding: 10px 16px;
  font-family: "Visby CF", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #13171a;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
  text-decoration: none;
}

.lp-cta-btn:hover {
  background: #edba00;
}

/* Hero Section */
.hero {
  background: url('../images/slidebg.jpeg') center / cover no-repeat;
  border-radius: 36px;
  overflow: hidden;
  /* min-height: 600px; */
  position: relative;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.hero-content {
  display: flex;
  gap: 0;
  align-items: stretch;
  height: 100%;
}

.hero-left {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-slidetext {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 32px 36px;
  pointer-events: none;
  color: #ffffff;
}

.hero-slidetext-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #ffffff;
}

.hero-slidetext-stats {
  display: flex;
  gap: 40px;
}

.hero-slidetext-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-slidetext-stat-num {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.hero-slidetext-stat-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
}

.hero-title {
  font-weight: 700;
  color: #ffffff;
}

@media(max-width:768px){

  .hero-slidetext {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    padding: 10px 12px;
    pointer-events: none;
    color: #ffffff;
  }

  .hero-slidetext-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px;
    color: #ffffff;
  }

  .hero-slidetext-stats {
    display: flex;
    gap: 10px;
  }

  .hero-slidetext-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .hero-slidetext-stat-num {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
  }

  .hero-slidetext-stat-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
  }
  .hero-left{min-height:unset !important}
  .form-container{border-radius: 6px !important;}
  .hero-right{padding:0 !important}
  .lp-nav-top,.lp-main-nav{display:none}
}



.hero-right {
  text-align: center;
  padding: 40px;
  flex: 0 0 40%;
  max-width: 450px;
}


.hero-cta {
  font-weight: 500;
  color: #ffffff;
}

.hero-cta-desktop {
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -1.12px;
  margin-bottom: 47px;
}

.hero-cta strong {
  font-weight: 700;
}

.form-container {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  padding: 0;
}

.form-header {
  background: #ff5500;
  padding: 24px 28px;
  text-align: center;
}

.form-header-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin: 0;
}

.application-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 28px 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-input {
  background: #f4f6fa;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #13171a;
  width: 100%;
  outline: none;
}

.form-input::placeholder {
  color: #13171a;
}

.form-input:focus {
  background: #e8ecf2;
}

.btn-submit {
  background: #ff5500;
  border: none;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s;
  margin-top: 8px;
}

.form-privacy {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #62717c;
  margin-top: 4px;
}

/* OTP step */
.otp-info-text {
  font-size: 14px;
  font-weight: 500;
  color: #62717c;
  line-height: 1.5;
  margin-bottom: 4px;
}

.otp-input {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 8px;
}

.btn-otp-back {
  background: none;
  border: none;
  color: #62717c;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  padding: 4px 0;
  width: 100%;
  transition: color 0.2s;
}

.btn-otp-back:hover { color: #13171a; }

/* Success step */
.success-info-box {
  background: #f4f6fa;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.success-info-title {
  font-size: 15px;
  font-weight: 700;
  color: #13171a;
  margin-bottom: 8px;
}

.success-info-sub {
  font-size: 13px;
  font-weight: 500;
  color: #62717c;
  line-height: 1.5;
}

.btn-whatsapp {
  display: block;
  background: #25d366;
  color: #ffffff;
  border-radius: 14px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s;
}

.btn-whatsapp:hover { opacity: 0.88; }

.btn-home {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #62717c;
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s;
}

.btn-home:hover { color: #13171a; }

.phone-wrap {
  display: flex;
  align-items: center;
  background: #f4f6fa;
  border-radius: 14px;
  padding: 4px;
  gap: 6px;
}

.phone-prefix {
  background: #dfe4eb;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  color: #13171a;
  flex-shrink: 0;
  white-space: nowrap;
}

.phone-wrap .phone-input {
  background: transparent;
  padding: 10px 8px;
  border-radius: 0;
  flex: 1;
  min-width: 0;
}

.btn-submit:hover {
  opacity: 0.9;
}

.btn-submit:active {
  transform: scale(0.98);
}

/* Course Groups Section */
.course-groups {
  margin: 56px 0;
}

.course-groups .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.course-groups-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.course-groups-title-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.course-groups-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #13171a;
}

.badge-new {
  background: #dfe4eb;
  border-radius: 100px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #13171a;
  white-space: nowrap;
}

.course-groups-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #62717c;
}

.course-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  margin-top: 20px;
}

.course-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.course-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  gap: 8px;
}

.course-date {
  font-weight: 600;
  font-size: 20px;
  color: #13171a;
}

.course-status-group {
  display: flex;
  gap: 8px;
  align-items: center;
}

.progress-badge {
  background: #f5f5f5;
  border-radius: 100px;
  padding: 4px 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

.progress-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #13171a;
  white-space: nowrap;
}

.progress-bar {
  height: 8px;
  width: 48px;
  position: relative;
  border-radius: 12px;
  flex-shrink: 0;
}

.progress-track {
  position: absolute;
  background: #383838;
  height: 8px;
  width: 48px;
  border-radius: 12px;
  top: 0;
  left: 0;
}

.progress-fill {
  position: absolute;
  height: 8px;
  border-radius: 12px;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.progress-fill.registration-started {
  width: 50%;
  background: linear-gradient(90deg, #00c8ff 1.86%, rgba(37, 239, 6, 0.94) 101%);
}

.progress-fill.registration-ending{
  background:linear-gradient(90deg,#ffb347 1.86%,#ff7a00 101%);
}

.progress-fill.registration-almostended{
  background:linear-gradient(90deg,#ff8c00 1.86%,#ff4500 101%);
}

.progress-fill.registration-ended{
  background:linear-gradient(90deg,#ff2d2d 1.86%,#b30000 101%);
}

.progress-fill.filling-up {
  width: 70%;
  background: linear-gradient(90deg, #ffc609 1.86%, rgba(255, 98, 0, 0.94) 101%);
}

.progress-fill.full {
  width: 100%;
  background: linear-gradient(90deg, #ff9018 1.86%, rgba(255, 69, 40, 0.94) 101%);
}

.progress-20 {
  width: 24px;
}

.progress-70 {
  width: 33.6px;
}

.progress-100 {
  width: 48px;
}

.progress-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.badge-discount {
  background: #f5f5f5;
  border-radius: 100px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #13171a;
  white-space: nowrap;
  flex-shrink: 0;
}

.course-details {
  background: #f4f6fa;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.detail-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #62717c;
}

.detail-value {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #13171a;
}

/* Footer Styles */

.footer {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  margin-bottom: 64px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}

.footer-logo .logo-img {
  height: 32px;
  width: 104px;
}

.social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social-icon {
  background: #f4f6fa;
  border-radius: 1000px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.social-icon:hover {
  opacity: 0.8;
}

.social-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.footer-bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  /* flex-wrap: wrap; */
}

.contact-card {
  background: #f4f6fa;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 1 0 0;
  min-width: 0;
}

.contact-card:last-child {
  flex: 0 0 532px;
  max-width: 100%;
}

.contact-icon {
  padding: 8px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 0 0;
  min-width: 0;
}

.contact-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #62717c;
}

.contact-value {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #13171a;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .container {
    padding: 0 5%;
  }
}

@media (max-width: 991px) {
  .header-content {
    width: 100%;
  }
  .form-container{
    z-index: 99;
    position: relative;
  }

  .hero {
    padding: 24px 0px;
    border-radius: 24px;
  }
  .hero-content{padding:0px !important}

  .hero-right {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 20px;
    padding-top:0px;
  }

  .course-cards {
    grid-template-columns: 1fr;
  }

  .course-card {
    gap: 12px;
  }

  .contact-card:last-child {
    flex: 1;
    width: 100%;
  }

  .hero {
    padding: 0px 0px;
    min-height: auto;
  }

  .hero-content {
    flex-direction: column;
    gap: 0;
  }

  .hero-left {
    display: flex;
    width: 100%;
    min-height: 300px;
  }

  .hero-cta-desktop {
    display: none;
  }

  .form-input {
    padding: 14px;
    font-size: 15px;
  }

  .btn-submit {
    padding: 14px 20px;
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .contact-card {
    width: 100%;
  }
}

@media (max-width: 767px) {
 

  .hero-title-mobile {
    font-size: 28px;
    letter-spacing: -0.84px;
  }

  .hero-subtitle-mobile {
    font-size: 14px;
    line-height: 18px;
  }

  .course-groups-title {
    font-size: 20px;
    line-height: 28px;
  }

  .badge-new {
    display: none;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .contact-card:last-child {
    width: 100%;
  }

  .social-icons {
    margin: 0 auto;
  }

  .course-date {
    font-size: 18px;
    padding: 8px;
  }

  .course-card-header {
    flex-direction: column;
    align-items: flex-start;
    padding: unset;
  }

  .course-status-group {
    justify-content: space-between;
    width: 100%;
  }

}

/* ==========================================================
   NEW SECTIONS — singletehsil-lead.php lightweight UI
   ========================================================== */

/* ---- Common section spacing ---- */
.lp-section {
  padding: 24px 0;
}

.lp-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #13171a;
  line-height: 1.25;
  margin-bottom: 8px;
}

.lp-section-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #62717c;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* ---- Scroll NAV ---- */
.lp-scroll-nav-wrap {
  background: #f4f6fa;
  position: sticky;
  top: 0;
  z-index: 200;
  padding: 12px 0 0;
}

.lp-scroll-nav {
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  cursor: grab;
}

.lp-scroll-nav::-webkit-scrollbar {
  display: none;
}

.lp-scroll-nav::-webkit-scrollbar-track {
  background: transparent;
}

.lp-scroll-nav::-webkit-scrollbar-thumb {
  background: #d0d5dc;
  border-radius: 100px;
}

.lp-nav-item {
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #62717c;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
  flex-shrink: 0;
  background: transparent;
  white-space: nowrap;
}

.lp-nav-item:hover {
  color: #13171a;
}

.lp-nav-active {
  background: #ff5500 !important;
  color: #ffffff !important;
}

/* ---- Code Video Section ---- */
.lp-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.lp-video-card {
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #000;
}

.lp-video-card-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

.lp-video-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.lp-video-card:hover .lp-video-card-img img {
  transform: scale(1.04);
}

.lp-play-btn {
  position: absolute;
  bottom: calc(50% - 24px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.22);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}

.lp-play-btn:hover {
  background: rgba(255,255,255,0.38);
}

.lp-video-name {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  margin: 0;
}

/* Video Modal */
.lp-video-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.82);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-video-modal-inner {
  position: relative;
  width: min(560px, 94vw);
  aspect-ratio: 9/16;
  max-height: 92vh;
}

.lp-video-modal-inner iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
}

.lp-video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
}

/* ---- Slogan Block ---- */
.lp-slogan-block {
  background: #ff5500;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
}

.lp-slogan-text {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 0;
}

/* ---- Sitat Banner ---- */
.lp-sitat-banner {
  padding: 40px 0;
}

.lp-sitat-banner .container {
  background: #FF5300;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
}

.lp-sitat-text {
  font-size: clamp(40px, 8vw, 96px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 0;
}

/* ---- Education Program ---- */
.lp-ep-header {
  margin-bottom: 24px;
}

.lp-ep-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.lp-badge-orange {
  background: #ff5500;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  padding: 4px 12px;
  white-space: nowrap;
}

.lp-tools-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 8px;
}

.lp-tools-label {
  font-size: 14px;
  font-weight: 600;
  color: #13171a;
  margin-bottom: 16px;
}

.lp-tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lp-tool-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f4f6fa;
  border-radius: 12px;
  padding: 8px 14px;
}

.lp-tool-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 6px;
}

.lp-tool-item span {
  font-size: 14px;
  font-weight: 500;
  color: #13171a;
}

/* ---- Accordion ---- */
.lp-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-accordion-item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.lp-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  gap: 12px;
}

.lp-accordion-title {
  font-size: 15px;
  font-weight: 600;
  color: #13171a;
  margin: 0;
  flex: 1;
}

.lp-accordion-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.lp-btn-copy,
.lp-btn-toggle {
  background: none;
  border: none;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.lp-btn-toggle {
  background: #f4f6fa;
  width: 32px;
  height: 32px;
}

.lp-btn-toggle.lp-btn-toggle--open {
  background: #13171a;
}

.lp-btn-toggle.lp-btn-toggle--open path {
  stroke: #ffffff;
}

.lp-btn-copy:hover {
  background: #f4f6fa;
}

.lp-btn-toggle:hover {
  opacity: 0.8;
}

.lp-accordion-body {
  display: none;
  padding: 0 20px 20px;
}

.lp-accordion-body--open {
  display: block;
}

.lp-accordion-text {
  font-size: 14px;
  font-weight: 500;
  color: #444d55;
  line-height: 1.6;
  margin: 0;
}

/* ---- Instructors ---- */
.lp-instructor-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.lp-instructor-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: calc(25% - 12px);
}

.lp-instructor-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  max-width: 100%;
}

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

.lp-instructor-name {
  font-size: 15px;
  font-weight: 700;
  color: #13171a;
  margin: 0;
}

.lp-instructor-company {
  font-size: 13px;
  font-weight: 500;
  color: #62717c;
  margin: 0;
}

/* ---- For Whom ---- */
.lp-forhom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}

.lp-forhom-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-forhom-bar {
  display: block;
  height: 4px;
  width: 80px;
  background: #ff5500;
  border-radius: 4px;
}

.lp-forhom-item p {
  font-size: 16px;
  font-weight: 500;
  color: #13171a;
  line-height: 1.4;
  margin: 0;
}

.lp-forhom-tagline {
  margin-top: 40px;
}

.lp-forhom-tagline p {
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 800;
  color: #ff5500;
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 0;
  text-transform: uppercase;
}

/* ---- Certificate ---- */
.lp-certificate-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lp-certificate-left {
  flex: 1;
  min-width: 0;
}

.lp-certificate-logos {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.lp-certificate-logos img {
  height: 40px;
  width: auto;
  object-fit: contain;
  background: #f4f6fa;
  padding: 6px 10px;
  border-radius: 10px;
}

.lp-certificate-title {
  font-size: 26px;
  font-weight: 700;
  color: #13171a;
  margin: 0 0 12px;
  line-height: 1.2;
}

.lp-certificate-title::before {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #ff5500;
  border-radius: 3px;
  margin-bottom: 16px;
}

.lp-certificate-text {
  font-size: 15px;
  font-weight: 500;
  color: #62717c;
  line-height: 1.6;
  margin: 0;
}

.lp-certificate-right {
  flex-shrink: 0;
  width: 220px;
}

.lp-certificate-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

/* ---- Certificate Slider ---- */
.lp-cert-slider { overflow: hidden; }
.lp-cert-track {
  display: flex;
  transition: transform 0.45s ease;
}
.lp-cert-slide {
  max-width:100%;
  flex-shrink: 0;
  /* width set by JS to sliderEl.offsetWidth */
}
.lp-cert-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.lp-cert-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.lp-cert-dot.active {
  background: #ff5500;
  transform: scale(1.3);
}

/* ---- Footer Nav ---- */
.footer-nav-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #f0f2f5;
}

.footer-nav-heading {
  font-size: 13px;
  font-weight: 700;
  color: #13171a;
  margin: 0 0 12px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav-list li a {
  font-size: 13px;
  font-weight: 500;
  color: #62717c;
  text-decoration: none;
  transition: color 0.15s;
}

.footer-nav-list li a:hover {
  color: #13171a;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .lp-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-forhom-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lp-certificate-card {
    flex-direction: column;
    padding: 28px;
    gap: 24px;
  }

  .lp-certificate-right {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .footer-nav-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .lp-instructor-card {
    width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .lp-section {
    padding: 32px 0;
  }

  .lp-section-title {
    font-size: 22px;
  }

  .lp-video-grid {
    grid-template-columns: 1fr;
  }

  .lp-slogan-block {
    padding: 40px 24px;
  }

  .lp-forhom-tagline p {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .footer-nav-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .lp-instructor-card {
    width: calc(50% - 8px);
  }

  .lp-video-modal-inner {
    width: 92vw;
  }
}