@charset "UTF-8";
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-grid {
  display: grid !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-center {
  align-self: center !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.ms-0 {
  margin-left: 0 !important;
}

.mr-0,
.me-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.ps-0 {
  padding-left: 0 !important;
}

.pr-0,
.pe-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.ms-1 {
  margin-left: 0.25rem !important;
}

.mr-1,
.me-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.ps-1 {
  padding-left: 0.25rem !important;
}

.pr-1,
.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.ms-2 {
  margin-left: 0.5rem !important;
}

.mr-2,
.me-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.ps-2 {
  padding-left: 0.5rem !important;
}

.pr-2,
.pe-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.ms-3 {
  margin-left: 1rem !important;
}

.mr-3,
.me-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.ps-3 {
  padding-left: 1rem !important;
}

.pr-3,
.pe-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.ms-4 {
  margin-left: 1.5rem !important;
}

.mr-4,
.me-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.ps-4 {
  padding-left: 1.5rem !important;
}

.pr-4,
.pe-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.ms-5 {
  margin-left: 3rem !important;
}

.mr-5,
.me-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.ps-5 {
  padding-left: 3rem !important;
}

.pr-5,
.pe-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-auto,
.ml-auto {
  margin-left: auto !important;
}

.me-auto,
.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center !important;
}

.text-left,
.text-start {
  text-align: left !important;
}

.text-right,
.text-end {
  text-align: right !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fst-italic {
  font-style: italic !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-primary {
  color: #A054E8 !important;
}

.text-secondary {
  color: #AD5687 !important;
}

.text-success {
  color: #00B150 !important;
}

.text-danger {
  color: #ea4335 !important;
}

.text-warning {
  color: #fbbc04 !important;
}

.text-dark {
  color: #1E1E2F !important;
}

.text-muted {
  color: #7A7A9D !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-primary {
  background-color: #A054E8 !important;
}

.bg-secondary {
  background-color: #AD5687 !important;
}

.bg-success {
  background-color: #00B150 !important;
}

.bg-danger {
  background-color: #ea4335 !important;
}

.bg-warning {
  background-color: #fbbc04 !important;
}

.bg-light {
  background-color: rgba(160, 84, 232, 0.08) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.border {
  border: 1px solid #E2E8F0 !important;
}

.border-top {
  border-top: 1px solid #E2E8F0 !important;
}

.border-bottom {
  border-bottom: 1px solid #E2E8F0 !important;
}

.border-0 {
  border: 0 !important;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-md {
  border-radius: 16px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.page-container {
  margin: 0 auto;
  padding: 40px 20px;
}

.section {
  padding: 60px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #492669;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jodit-wysiwyg img,
.blog-content img,
.section-content img,
.hub-content-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.jodit-wysiwyg iframe,
.blog-content iframe,
.section-content iframe,
.hub-content-section iframe {
  max-width: 100%;
  border-radius: 8px;
}

/* WYSIWYG Table Global Overrides */
.blog-content table,
.blog-content td,
.blog-content th,
.section-content table,
.section-content td,
.section-content th,
.hub-content-section table,
.hub-content-section td,
.hub-content-section th,
.blog-rich-text-content table,
.blog-rich-text-content td,
.blog-rich-text-content th {
  border: none !important;
}

header {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
}

main {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

footer {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

input {
  box-sizing: border-box;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-scale-in {
  animation: scaleIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger-container > .scroll-reveal:nth-child(1) {
  transition-delay: 0.06s;
}
.stagger-container > .scroll-reveal:nth-child(2) {
  transition-delay: 0.12s;
}
.stagger-container > .scroll-reveal:nth-child(3) {
  transition-delay: 0.18s;
}
.stagger-container > .scroll-reveal:nth-child(4) {
  transition-delay: 0.24s;
}
.stagger-container > .scroll-reveal:nth-child(5) {
  transition-delay: 0.3s;
}
.stagger-container > .scroll-reveal:nth-child(6) {
  transition-delay: 0.36s;
}
.stagger-container > .scroll-reveal:nth-child(7) {
  transition-delay: 0.42s;
}
.stagger-container > .scroll-reveal:nth-child(8) {
  transition-delay: 0.48s;
}
.stagger-container > .scroll-reveal:nth-child(9) {
  transition-delay: 0.54s;
}
.stagger-container > .scroll-reveal:nth-child(10) {
  transition-delay: 0.6s;
}

.skeleton-box,
.skeleton-text,
.skeleton-avatar {
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  border-radius: 6px;
  display: block;
}

.skeleton-box {
  width: 100%;
  min-height: 180px;
}

.skeleton-text {
  height: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.skeleton-text.short {
  width: 40%;
}
.skeleton-text.medium {
  width: 70%;
}

.skeleton-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.skeleton-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}
.skeleton-card .skeleton-image-wrapper {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.img-skeleton-wrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.img-skeleton-wrapper img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.img-skeleton-wrapper img.loaded {
  opacity: 1;
}
.img-skeleton-wrapper.loaded {
  animation: none !important;
  background: transparent !important;
}

.section-image-wrapper .img-skeleton-wrapper,
.card-image-wrapper .img-skeleton-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
}
.section-image-wrapper .img-skeleton-wrapper img,
.card-image-wrapper .img-skeleton-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1E1E2F;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1E1E2F;
}

.text-muted {
  color: #7A7A9D;
}

.text-primary {
  color: #A054E8;
}

.text-secondary {
  color: #AD5687;
}

.text-success {
  color: #00B150;
}

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

.text-right {
  text-align: right;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.jodit-flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  align-items: stretch;
}

.jodit-flex-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.jodit-flex-col-40 {
  flex: 0 0 40%;
  max-width: 40%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.card, .table-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card:hover, .table-card:hover {
  box-shadow: 0 10px 30px rgba(160, 84, 232, 0.15);
}

.card-header {
  padding: 24px;
  border-bottom: 1px solid #E2E8F0;
  background-color: #fff;
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin: 0;
}

.card-body {
  padding: 24px;
  flex: 1;
}

.card-footer {
  padding: 20px 24px;
  border-top: 1px solid #E2E8F0;
  background-color: #fcfcfc;
}

.card-mini {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 16px;
  transition: all 0.2s ease-in-out;
}
.card-mini:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.product-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #1E1E2F;
  border: 1px solid #E2E8F0;
}
.product-card:hover {
  box-shadow: 0 10px 30px rgba(160, 84, 232, 0.15);
  transform: translateY(-4px);
}
.product-card .card-image-wrapper {
  position: relative;
  height: 200px;
  background-color: #A054E8;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.product-card .card-image-wrapper img,
.product-card .card-image-wrapper picture,
.product-card .card-image-wrapper .img-skeleton-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  display: block;
}
.product-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.5s ease;
}
.product-card .card-image-wrapper .card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #301945;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #A054E8, #8445BF);
}
.product-card .card-image-wrapper .card-ribbon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  background-color: #e67e22;
  color: white;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px 0 0 0;
  text-align: center;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
  z-index: 2;
}
.product-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}
.product-card .card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1E1E2F;
  margin: 0 0 12px 0;
}
.product-card .card-meta {
  font-size: 0.9rem;
  color: #7A7A9D;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-card .card-meta-highlight {
  color: #A054E8;
  font-weight: 600;
}
.product-card .card-price-block {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-card .card-price-block .standard-price,
.product-card .card-price-block .current-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1E1E2F;
}
.product-card .card-price-block .old-price {
  font-size: 1rem;
  color: #7A7A9D;
  text-decoration: line-through;
}

.card-footer-action {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.card-action-link,
a.card-action-link {
  color: #A054E8;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.card-action-link .material-icons-outlined,
a.card-action-link .material-icons-outlined {
  font-size: 18px;
  transition: transform 0.2s ease;
}
.card-action-link:hover,
a.card-action-link:hover {
  color: #8445BF;
}
.card-action-link:hover .material-icons-outlined,
a.card-action-link:hover .material-icons-outlined {
  transform: translateX(4px);
}

.youtube-video-card:hover .youtube-play-btn-overlay {
  transform: scale(1.15);
  background: rgba(255, 0, 0, 0.9) !important;
}
.youtube-video-card:hover .card-image-wrapper img {
  transform: scale(1.06);
}

.youtube-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.youtube-modal-overlay.d-none {
  display: none !important;
}
.youtube-modal-overlay .youtube-modal-dialog {
  background: #0f172a;
  border-radius: 16px;
  width: 100%;
  max-width: 860px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}
.youtube-modal-overlay .youtube-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  background: #1e293b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.youtube-modal-overlay .youtube-modal-header .youtube-modal-title {
  color: #f8fafc;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}
.youtube-modal-overlay .youtube-modal-header .youtube-modal-close {
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.youtube-modal-overlay .youtube-modal-header .youtube-modal-close:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.youtube-modal-overlay .youtube-modal-body {
  padding: 0;
  background: #000;
}
.youtube-modal-overlay .youtube-video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-modal-overlay .youtube-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.4);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #A054E8;
  color: #fff;
}
.btn-primary:hover:not(:disabled) {
  background-color: #8445BF;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(160, 84, 232, 0.3);
}

.btn-secondary {
  background-color: #AD5687;
  color: #fff;
}
.btn-secondary:hover:not(:disabled) {
  background-color: #8A456C;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(173, 86, 135, 0.3);
}

.btn-tertiary,
.btn-success {
  background-color: #00B150;
  color: #fff;
}
.btn-tertiary:hover:not(:disabled),
.btn-success:hover:not(:disabled) {
  background-color: #008C3F;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 177, 80, 0.3);
}

.btn-outline {
  background-color: transparent;
  color: #A054E8;
  border: 2px solid #A054E8;
}
.btn-outline:hover:not(:disabled) {
  background-color: rgba(160, 84, 232, 0.05);
  color: #8445BF;
  border-color: #8445BF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(160, 84, 232, 0.3);
}

.btn-outline-secondary {
  background-color: transparent;
  color: #AD5687;
  border: 2px solid #AD5687;
}
.btn-outline-secondary:hover:not(:disabled) {
  background-color: rgba(173, 86, 135, 0.05);
  color: #8A456C;
  border-color: #8A456C;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(173, 86, 135, 0.3);
}

.btn-danger {
  background-color: #ea4335;
  color: #fff;
}
.btn-danger:hover:not(:disabled) {
  background-color: rgb(83.8336410798%, 14.5256308802%, 8.7153785281%);
  color: #fff;
}

.btn-sm {
  padding: 6px 16px;
  font-size: 0.875rem;
  border-radius: 6px;
}

.btn-lg {
  padding: 14px 32px;
  font-size: 1.125rem;
  border-radius: 16px;
}

.btn-block {
  display: flex;
  width: 100%;
}

.auth-buttons-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.floating-sticky-auth .auth-buttons-container {
  gap: 0 !important;
  background-color: transparent;
  padding: 0;
  align-items: stretch;
}
.floating-sticky-auth .auth-buttons-container .btn {
  margin: 0 !important;
  border: 2px solid #A054E8 !important;
  padding: 6px 20px;
}
.floating-sticky-auth .auth-buttons-container .btn.login-btn {
  background-color: #fff !important;
  color: #A054E8 !important;
  border-right: none !important;
  border-radius: 50px 0 0 50px !important;
}
.floating-sticky-auth .auth-buttons-container .btn.login-btn:hover, .floating-sticky-auth .auth-buttons-container .btn.login-btn:hover:not(:disabled) {
  background-color: rgba(160, 84, 232, 0.05) !important;
  transform: none !important;
  box-shadow: none !important;
}
.floating-sticky-auth .auth-buttons-container .btn.signup-btn {
  background-color: #A054E8 !important;
  color: #fff !important;
  margin-left: 0 !important;
  border-radius: 0 50px 50px 0 !important;
}
.floating-sticky-auth .auth-buttons-container .btn.signup-btn:hover, .floating-sticky-auth .auth-buttons-container .btn.signup-btn:hover:not(:disabled) {
  background-color: #8445BF !important;
  transform: none !important;
  box-shadow: none !important;
}

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

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-list li {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
}
.card-list li:last-child {
  margin-bottom: 0;
}
.card-list li:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border-color: #A054E8;
}

.divided-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.divided-list li {
  padding: 16px 0;
  border-bottom: 1px solid #E2E8F0;
}
.divided-list li:last-child {
  border-bottom: none;
}

.ajax-list-container.full-width,
.ajax-list-container.fullwidth,
.ajax-list-container.full_width {
  width: 100% !important;
  max-width: none !important;
}
.ajax-list-container.full-width .faq-list-container,
.ajax-list-container.full-width .curated-gallery-slider,
.ajax-list-container.full-width .product-grid,
.ajax-list-container.full-width .youtube-feed-grid,
.ajax-list-container.full-width .facebook-feed-grid,
.ajax-list-container.full-width .table-responsive,
.ajax-list-container.fullwidth .faq-list-container,
.ajax-list-container.fullwidth .curated-gallery-slider,
.ajax-list-container.fullwidth .product-grid,
.ajax-list-container.fullwidth .youtube-feed-grid,
.ajax-list-container.fullwidth .facebook-feed-grid,
.ajax-list-container.fullwidth .table-responsive,
.ajax-list-container.full_width .faq-list-container,
.ajax-list-container.full_width .curated-gallery-slider,
.ajax-list-container.full_width .product-grid,
.ajax-list-container.full_width .youtube-feed-grid,
.ajax-list-container.full_width .facebook-feed-grid,
.ajax-list-container.full_width .table-responsive {
  width: 100% !important;
  max-width: none !important;
}

.faq-list-container.full-width,
.faq-list-container.fullwidth,
.faq-list-container.full_width {
  width: 100% !important;
  max-width: none !important;
}

.curated-gallery-slider {
  position: relative;
  width: 100%;
  max-width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.curated-gallery-slider .slider-main-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
}
.curated-gallery-slider .slider-viewport {
  overflow: hidden;
  width: 100%;
  min-width: 0;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.curated-gallery-slider .slider-track {
  display: flex;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  align-items: stretch;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}
.curated-gallery-slider .slider-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 4px;
}
.curated-gallery-slider .slider-slide > .product-card,
.curated-gallery-slider .slider-slide > .card,
.curated-gallery-slider .slider-slide > .table-card,
.curated-gallery-slider .slider-slide > .custom-item-card,
.curated-gallery-slider .slider-slide > .team-member-card,
.curated-gallery-slider .slider-slide > .faq-item {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  word-break: break-word;
  display: flex;
  flex-direction: column;
}
.curated-gallery-slider .slider-slide > a.product-card {
  display: flex;
  flex-direction: column;
}
.curated-gallery-slider .slider-slide .card-image-wrapper {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  flex: 0 0 200px;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.curated-gallery-slider .slider-slide .card-image-wrapper img,
.curated-gallery-slider .slider-slide .card-image-wrapper picture,
.curated-gallery-slider .slider-slide .card-image-wrapper .img-skeleton-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  display: block;
}
.curated-gallery-slider .slider-slide .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.curated-gallery-slider .slider-slide .card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 20px;
}
.curated-gallery-slider .slider-slide .card-title,
.curated-gallery-slider .slider-slide .facebook-post-summary,
.curated-gallery-slider .slider-slide .blog-summary,
.curated-gallery-slider .slider-slide .custom-item-snippet {
  overflow-wrap: break-word;
  word-break: break-word;
}
.curated-gallery-slider .slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #1E1E2F;
  border: 1px solid #E2E8F0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0;
  backdrop-filter: blur(4px);
}
.curated-gallery-slider .slider-nav-btn:hover:not(:disabled) {
  background-color: #A054E8;
  color: #ffffff;
  border-color: #A054E8;
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 4px 14px rgba(160, 84, 232, 0.3);
}
.curated-gallery-slider .slider-nav-btn:active:not(:disabled) {
  transform: translateY(-50%) scale(0.95);
}
.curated-gallery-slider .slider-nav-btn:disabled {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}
.curated-gallery-slider .slider-nav-btn.slider-prev {
  left: 8px;
}
.curated-gallery-slider .slider-nav-btn.slider-next {
  right: 8px;
}
.curated-gallery-slider .slider-nav-btn .material-icons-outlined {
  font-size: 22px;
}
.curated-gallery-slider .slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 4px;
}
.curated-gallery-slider .slider-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.curated-gallery-slider .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #E2E8F0;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.curated-gallery-slider .slider-dot:hover {
  background-color: rgba(160, 84, 232, 0.6);
}
.curated-gallery-slider .slider-dot.active {
  background-color: #A054E8;
  width: 20px;
  border-radius: 4px;
}
.curated-gallery-slider .slider-counter {
  font-size: 12px;
  font-weight: 600;
  color: #7A7A9D;
  background-color: #f1f5f9;
  padding: 2px 8px;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .curated-gallery-slider {
    max-width: 100%;
    padding: 0;
  }
  .curated-gallery-slider .slider-nav-btn {
    width: 32px;
    height: 32px;
  }
  .curated-gallery-slider .slider-nav-btn.slider-prev {
    left: 6px;
  }
  .curated-gallery-slider .slider-nav-btn.slider-next {
    right: 6px;
  }
  .curated-gallery-slider .slider-nav-btn .material-icons-outlined {
    font-size: 18px;
  }
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1E1E2F;
  border-collapse: separate;
  border-spacing: 0;
}
.table th, .table td {
  padding: 16px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #E2E8F0;
}
.table th {
  font-weight: 700;
  text-align: left;
  background-color: rgba(160, 84, 232, 0.05);
  color: #492669;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}
.table th:first-child {
  border-top-left-radius: 8px;
}
.table th:last-child {
  border-top-right-radius: 8px;
}
.table tbody tr {
  transition: all 0.2s ease-in-out;
}
.table tbody tr:hover {
  background-color: rgba(160, 84, 232, 0.02);
}
.table tbody tr:last-child td {
  border-bottom: none;
}

.table-card {
  padding: 0;
}
.table-card .table {
  margin-bottom: 0;
}
.table-card .table th {
  border-top: none;
}

@media (max-width: 768px) {
  .text-block table {
    display: block !important;
    width: 100% !important;
  }
  .text-block table tbody, .text-block table thead, .text-block table tfoot, .text-block table tr, .text-block table th, .text-block table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .text-block table td, .text-block table th {
    margin-bottom: 1rem;
  }
  .text-block table tr {
    margin-bottom: 1rem;
  }
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #1E1E2F;
}

.form-control {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1E1E2F;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.form-control::placeholder {
  color: #7A7A9D;
  opacity: 0.7;
}
.form-control:focus {
  color: #1E1E2F;
  background-color: #fff;
  border-color: #8445BF;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(160, 84, 232, 0.15);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f8f9fa;
  opacity: 1;
}

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

.form-text {
  display: block;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #7A7A9D;
}

.custom-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 1.5rem;
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.custom-control-input {
  margin-right: 10px;
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #A054E8;
  cursor: pointer;
}

.custom-control-label {
  cursor: pointer;
  font-weight: 400;
  color: #1E1E2F;
}

/* ==========================================
   PUBLIC FRONTEND FORM BUILDER STYLES (PREMIUM)
   ========================================== */
.public-form-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 35px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(160, 84, 232, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.public-form-container:hover {
  box-shadow: 0 12px 40px rgba(132, 69, 191, 0.08);
  transform: translateY(-2px);
}

.public-form-group {
  margin-bottom: 24px;
  text-align: left;
}

.public-form-header {
  margin-top: 10px !important;
  color: #1E1E2F !important;
  font-family: "Roboto", sans-serif;
}

.public-form-paragraph {
  color: #7A7A9D !important;
  font-family: "Roboto", sans-serif;
}

.public-form-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1E1E2F;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
}

.public-form-required {
  color: #ea4335;
  margin-left: 4px;
}

.public-form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 1rem;
  color: #1E1E2F;
  background-color: #fdfdfd;
  transition: all 0.2s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.public-form-input:focus {
  outline: none;
  border-color: #8445BF;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(160, 84, 232, 0.15);
}
.public-form-input::placeholder {
  color: rgba(122, 122, 157, 0.6);
}

.public-form-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.public-form-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.public-form-checkbox-label,
.public-form-radio-label {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #1E1E2F;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.public-form-checkbox-label:hover,
.public-form-radio-label:hover {
  color: #A054E8;
}

.public-form-checkbox,
.public-form-checkbox-label input[type=checkbox],
.public-form-radio-label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border: 2px solid #E2E8F0;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.public-form-checkbox:hover,
.public-form-checkbox-label input[type=checkbox]:hover,
.public-form-radio-label input[type=radio]:hover {
  border-color: #8445BF;
  background-color: rgba(160, 84, 232, 0.05);
}
.public-form-checkbox:focus,
.public-form-checkbox-label input[type=checkbox]:focus,
.public-form-radio-label input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.2);
  border-color: #8445BF;
}

.public-form-checkbox,
.public-form-checkbox-label input[type=checkbox] {
  border-radius: 6px;
}
.public-form-checkbox:checked,
.public-form-checkbox-label input[type=checkbox]:checked {
  border-color: #A054E8;
}
.public-form-checkbox:checked::after,
.public-form-checkbox-label input[type=checkbox]:checked::after {
  content: "";
  width: 7px;
  height: 12px;
  border: solid #A054E8;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  margin-bottom: 5px;
  border-radius: 1px;
}

.public-form-radio-label input[type=radio] {
  border-radius: 50%;
}
.public-form-radio-label input[type=radio]:checked {
  border-color: #A054E8;
}
.public-form-radio-label input[type=radio]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #A054E8;
  border-radius: 50%;
}

.public-form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.public-form-file {
  padding: 10px;
  background-color: rgba(160, 84, 232, 0.03);
  border: 1px dashed rgba(132, 69, 191, 0.4);
}
.public-form-file:hover {
  background-color: rgba(160, 84, 232, 0.08);
  border-color: #8445BF;
}

.public-form-submit-btn {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #8445BF, #683696);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(104, 54, 150, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.public-form-submit-btn:hover {
  background: linear-gradient(135deg, #A054E8, #8445BF);
  box-shadow: 0 6px 20px rgba(132, 69, 191, 0.4);
  transform: translateY(-2px);
}
.public-form-submit-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(104, 54, 150, 0.3);
}
.public-form-submit-btn:disabled {
  background: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

/* ==========================================================================
   🗺️ HEADER & FOOTER LAYOUT
   ========================================================================== */
.site-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  position: relative;
}
.site-header .header-logo-container {
  margin-bottom: 20px;
}
.site-header .header-logo-container .site-logo {
  font-size: 28px;
  font-weight: 700;
  color: #492669;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.site-header .nav-logo-desktop {
  height: 40px;
  width: auto;
  min-width: 100px;
  object-fit: contain;
}
.site-header .public-navbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .site-header .public-navbar {
    flex-direction: row;
    justify-content: center;
  }
  .site-header .public-navbar .nav-links-container {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}

.nav-auth-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-auth-actions {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
  }
}
.nav-auth-actions.floating-sticky-auth {
  position: fixed;
  top: 20px;
  right: 20px;
  transform: translateY(-150%);
  opacity: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  pointer-events: none;
}
.nav-auth-actions.floating-sticky-auth.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.nav-auth-actions .auth-btn {
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.2s;
}
.nav-auth-actions .auth-btn.admin-btn {
  background: #A054E8;
  color: white;
}
.nav-auth-actions .auth-btn.admin-btn:hover {
  background: rgb(52.9512836062%, 15.3123104912%, 88.6092581362%);
}
.nav-auth-actions .auth-btn.logout-btn {
  background: #fef2f2;
  color: #ea4335;
  border: 1px solid #fecaca;
}
.nav-auth-actions .auth-btn.logout-btn:hover {
  background: #fee2e2;
}
.nav-auth-actions .auth-btn.login-btn {
  background: transparent;
  border: 1px solid #E2E8F0;
  color: #7A7A9D;
}
.nav-auth-actions .auth-btn.login-btn:hover {
  background: rgba(160, 84, 232, 0.08);
}
.nav-auth-actions .auth-btn.signup-btn {
  background: #1E1E2F;
  color: white;
}
.nav-auth-actions .auth-btn.signup-btn:hover {
  background: rgb(19.5569136746%, 19.5569136746%, 30.6391647568%);
}

.nav-user-dropdown-container {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-user-dropdown-container .nav-user-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px;
  border-radius: 50px;
  transition: background 0.2s;
}
.nav-user-dropdown-container .nav-user-trigger:hover {
  background: #f1f5f9;
}
.nav-user-dropdown-container .nav-user-trigger .mobile-welcome-text {
  display: block;
  flex: 1;
  text-align: left;
  font-weight: 500;
  color: #1E1E2F;
}
@media (min-width: 768px) {
  .nav-user-dropdown-container .nav-user-trigger .mobile-welcome-text {
    display: none;
  }
}
.nav-user-dropdown-container .nav-user-avatar-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-user-dropdown-container .nav-user-avatar-wrapper .nav-avatar-unread-dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 10px;
  height: 10px;
  background-color: #ef4444;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: block;
  z-index: 2;
}
.nav-user-dropdown-container .nav-user-avatar {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e2e8f0;
}
.nav-user-dropdown-container .nav-user-avatar-placeholder {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}
.nav-user-dropdown-container .nav-user-caret {
  font-size: 18px;
  color: #64748b;
}
.nav-user-dropdown-container .nav-user-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  padding: 10px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.2s;
  pointer-events: none;
}
.nav-user-dropdown-container .nav-user-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0s;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-user-info {
  padding: 10px 20px;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-user-info strong {
  display: block;
  color: #1e293b;
  font-size: 15px;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-user-info span {
  display: block;
  color: #64748b;
  font-size: 13px;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-user-divider {
  height: 1px;
  background: #f1f5f9;
  margin: 8px 0;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  color: #334155;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item .chat-thread-unread-badge {
  margin-left: auto;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.is-btn {
  background: transparent;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.text-amber {
  color: #d69e2e;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.text-amber .material-icons-outlined {
  color: #d69e2e;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.text-slate {
  color: #475569;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.text-slate .material-icons-outlined {
  color: #475569;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item .material-icons-outlined {
  font-size: 18px;
  color: #64748b;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item:hover {
  background: #f8fafc;
  color: #3b82f6;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item:hover .material-icons-outlined {
  color: #3b82f6;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item:hover.text-amber {
  color: #d69e2e;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item:hover.text-amber .material-icons-outlined {
  color: #d69e2e;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.logout-link {
  color: #dc2626;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.logout-link .material-icons-outlined {
  color: #dc2626;
}
.nav-user-dropdown-container .nav-user-dropdown-menu .nav-dropdown-item.logout-link:hover {
  background: #fef2f2;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-links-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.nav-links-list .nav-menu-node {
  position: relative;
}
.nav-links-list .nav-menu-node.active-nav > .main-tier-link {
  color: #A054E8;
  border-bottom: 2px solid #A054E8;
  padding-bottom: 8px;
}
.nav-links-list .nav-menu-node .menu-arrow-indicator {
  font-size: 9px;
  opacity: 0.7;
  transition: transform 0.2s ease;
}
.nav-links-list .nav-menu-node .main-tier-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1E1E2F;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 0;
  transition: color 0.2s ease;
}
.nav-links-list .nav-menu-node .main-tier-link:hover {
  color: #A054E8;
}
.nav-links-list .nav-menu-node.has-dropdown-tier:hover .nested-dropdown-menu {
  display: block;
}
.nav-links-list .nav-menu-node.has-dropdown-tier:hover .menu-arrow-indicator {
  transform: rotate(180deg);
}
.nav-links-list .nested-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 1000;
  display: none;
}
.nav-links-list .nested-dropdown-menu .sub-tier-link {
  display: block;
  padding: 10px 16px;
  color: #7A7A9D;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.nav-links-list .nested-dropdown-menu .sub-tier-link:hover {
  background-color: rgba(160, 84, 232, 0.08);
  color: #A054E8;
}

/* ==========================================================================
   🗺️ FOOTER LAYOUT
   ========================================================================== */
.site-footer {
  margin-top: 60px;
  background-color: #0f172a;
  color: #94a3b8;
  padding: 60px 20px 30px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.site-footer .footer-full-width-text {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 40px;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  backdrop-filter: blur(8px);
}
.site-footer .footer-full-width-text p {
  margin: 0 0 10px;
}
.site-footer .footer-full-width-text p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-main-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .site-footer .footer-main-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.site-footer .footer-brand-column .footer-logo-link {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
}
.site-footer .footer-brand-column .footer-logo-link .footer-logo-img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.site-footer .footer-brand-column .footer-logo-link .footer-logo-img:hover {
  transform: scale(1.03);
}
.site-footer .footer-brand-column .footer-logo-link .footer-site-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.site-footer .footer-brand-column .footer-brand-desc {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 440px;
}
.site-footer .footer-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer .footer-social-links .social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-social-links .social-icon-btn svg {
  transition: transform 0.2s ease;
}
.site-footer .footer-social-links .social-icon-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
}
.site-footer .footer-social-links .social-icon-btn:hover svg {
  transform: scale(1.1);
}
.site-footer .footer-social-links .social-icon-btn.facebook:hover {
  background: #1877F2;
  border-color: #1877F2;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
}
.site-footer .footer-social-links .social-icon-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: #dc2743;
  box-shadow: 0 4px 12px rgba(220, 39, 67, 0.4);
}
.site-footer .footer-social-links .social-icon-btn.linkedin:hover {
  background: #0A66C2;
  border-color: #0A66C2;
  box-shadow: 0 4px 12px rgba(10, 102, 194, 0.4);
}
.site-footer .footer-social-links .social-icon-btn.youtube:hover {
  background: #FF0000;
  border-color: #FF0000;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
}
.site-footer .footer-social-links .social-icon-btn.twitter:hover {
  background: #000000;
  border-color: #ffffff;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.site-footer .footer-social-links .social-icon-btn.pinterest:hover {
  background: #BD081C;
  border-color: #BD081C;
  box-shadow: 0 4px 12px rgba(189, 8, 28, 0.4);
}
.site-footer .footer-social-links .social-icon-btn.tiktok:hover {
  background: #000000;
  border-color: #25F4EE;
  box-shadow: -2px 2px 10px rgba(37, 244, 238, 0.4), 2px -2px 10px rgba(254, 44, 85, 0.4);
}
.site-footer .footer-column-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px;
  position: relative;
}
.site-footer .footer-column-title::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #8445BF;
  margin-top: 8px;
  border-radius: 2px;
}
.site-footer .footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav-list .footer-nav-item {
  margin-bottom: 12px;
}
.site-footer .footer-nav-list .footer-nav-item:last-child {
  margin-bottom: 0;
}
.site-footer .footer-nav-list .footer-nav-item .footer-nav-link {
  color: #94a3b8;
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-footer .footer-nav-list .footer-nav-item .footer-nav-link:hover {
  color: #ffffff;
  padding-left: 4px;
}
.site-footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.site-footer .footer-contact-item span {
  color: #8445BF;
  font-size: 18px;
}
.site-footer .footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
}
.site-footer .footer-bottom-bar .footer-copyright-text {
  margin: 0;
  color: #64748b;
  font-size: 0.88rem;
}

/* ==========================================================================
   📱 MOBILE MENU SIDEBAR STYLES
   ========================================================================== */
.header-mobile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-mobile-row .site-logo {
  font-size: 24px;
  font-weight: 700;
  color: #492669;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header-mobile-row .site-logo img {
  max-height: 35px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.nav-logo-mobile {
  max-height: 45px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #1E1E2F;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.mobile-nav-header {
  display: none;
}

@media (max-width: 767px) {
  .site-header {
    flex-direction: column;
    padding: 15px;
  }
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .mobile-menu-overlay.active {
    display: block;
    opacity: 1;
  }
  .public-navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: white;
    z-index: 9999;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    overflow-y: auto;
  }
  .public-navbar.active {
    right: 0;
  }
  .mobile-nav-header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E2E8F0;
  }
  .mobile-nav-header .site-logo {
    grid-column: 2;
    justify-self: center;
    font-size: 20px;
    font-weight: 700;
    color: #492669;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .mobile-nav-header .site-logo img {
    max-height: 45px;
    max-width: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .mobile-menu-close {
    grid-column: 3;
    justify-self: end;
    background: none;
    border: none;
    cursor: pointer;
    color: #1E1E2F;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-links-container {
    width: 100%;
    padding: 10px 0;
  }
  .nav-links-list {
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links-list .nav-menu-node {
    width: 100%;
  }
  .nav-links-list .nav-menu-node .main-tier-link {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid rgba(160, 84, 232, 0.08);
  }
  .nav-links-list .nav-menu-node .nested-dropdown-menu {
    position: static;
    box-shadow: none;
    background: rgba(160, 84, 232, 0.08);
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .nav-links-list .nav-menu-node:hover .nested-dropdown-menu, .nav-links-list .nav-menu-node:focus-within .nested-dropdown-menu {
    display: block;
  }
  .nav-links-list .nav-menu-node .sub-tier-link {
    padding: 12px 20px 12px 40px;
    border-bottom: 1px solid #E2E8F0;
  }
  .nav-auth-actions {
    padding: 20px;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-auth-actions .auth-btn {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-user-dropdown-container {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-user-dropdown-container .nav-user-dropdown-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
    border: none;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease, border-width 0.3s ease, visibility 0s linear 0.3s;
  }
  .nav-user-dropdown-container .nav-user-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    margin-top: 10px;
    padding: 10px 0;
    border: 1px solid #E2E8F0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease, border-width 0.3s ease, visibility 0s linear 0s;
  }
  .nav-user-dropdown-container .nav-user-trigger {
    background: rgba(160, 84, 232, 0.08);
    padding: 8px 12px;
    border-radius: 50px;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-user-dropdown-container.active .nav-user-dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-mobile-row {
    width: auto;
  }
  .header-mobile-row .site-logo {
    font-size: 28px;
  }
  .mobile-menu-toggle {
    display: none;
  }
}
.floating-sticky-nav {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -150%);
  opacity: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 5px 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  pointer-events: none;
  width: max-content;
  max-width: calc(100vw - 350px);
}
.floating-sticky-nav .nav-links-list {
  flex-wrap: nowrap;
}

.floating-sticky-nav.visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

/* --- Floating Side Anchor Menu (Brand Themed) --- */
.side-anchor-menu {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  align-items: center;
}

.side-anchor-fab {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(73, 38, 105, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1.5px solid rgba(160, 84, 232, 0.25);
  color: #683696;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.side-anchor-fab .material-icons-outlined {
  font-size: 22px;
  transition: transform 0.2s ease, color 0.2s ease;
}
.side-anchor-fab:hover {
  transform: scale(1.08);
  border-color: #A054E8;
  color: #8445BF;
  box-shadow: 0 8px 25px rgba(160, 84, 232, 0.25);
}

.side-anchor-panel {
  position: absolute;
  left: 24px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 22px 20px 22px 38px;
  box-shadow: 0 12px 36px rgba(48, 25, 69, 0.14), 0 0 0 1px rgba(160, 84, 232, 0.12);
  border: 1px solid rgba(160, 84, 232, 0.15);
  border-left: none;
  width: 270px;
  max-height: calc(85vh - 60px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px) scale(0.98);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(160, 84, 232, 0.3) transparent;
}
.side-anchor-panel::-webkit-scrollbar {
  width: 4px;
}
.side-anchor-panel::-webkit-scrollbar-thumb {
  background: rgba(160, 84, 232, 0.3);
  border-radius: 4px;
}
.side-anchor-panel .side-anchor-header {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(160, 84, 232, 0.12);
  display: flex;
  align-items: center;
  gap: 6px;
}
.side-anchor-panel .side-anchor-header .side-anchor-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #8445BF;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0;
}
.side-anchor-panel .side-anchor-header .material-icons-outlined {
  font-size: 14px;
  color: #A054E8;
}

.side-anchor-menu.open .side-anchor-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1);
}

.side-anchor-menu.open .side-anchor-fab {
  background: linear-gradient(135deg, #A054E8 0%, #8445BF 100%);
  color: #ffffff;
  border-color: #A054E8;
  box-shadow: 0 8px 25px rgba(160, 84, 232, 0.35);
}

.side-anchor-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.side-anchor-link {
  text-decoration: none;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  position: relative;
  outline: none !important;
}
.side-anchor-link:focus, .side-anchor-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.side-anchor-link:hover {
  color: #A054E8;
  transform: translateX(4px);
}
.side-anchor-link.active {
  color: #8445BF;
  font-weight: 700;
}
.side-anchor-link.active::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, #A054E8 0%, #AD5687 100%);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(160, 84, 232, 0.6);
}

.cms-anchor-node {
  scroll-margin-top: 90px;
}

.custom-control-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.custom-control-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.custom-control-accordion .accordion-item .accordion-header {
  width: 100%;
  background: #f8fafc;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  text-align: left;
  outline: none;
  transition: background 0.2s;
}
.custom-control-accordion .accordion-item .accordion-header:hover {
  background: #f1f5f9;
}
.custom-control-accordion .accordion-item .accordion-header .accordion-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
}
.custom-control-accordion .accordion-item .accordion-header .accordion-icon {
  font-size: 1.5rem;
  color: #64748b;
  transition: transform 0.2s ease;
}
.custom-control-accordion .accordion-item.is-active .accordion-header {
  background: #fff;
}
.custom-control-accordion .accordion-item.is-active .accordion-header .accordion-icon {
  transform: rotate(180deg);
}
.custom-control-accordion .accordion-item .accordion-content-wrapper {
  overflow: hidden;
}
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner {
  padding: 20px;
  color: #475569;
  line-height: 1.6;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner p {
  margin-bottom: 1rem;
}
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner p:last-child {
  margin-bottom: 0;
}
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner ul,
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner ul li,
.custom-control-accordion .accordion-item .accordion-content-wrapper .accordion-body-inner ol li {
  margin-bottom: 0.5rem;
}

.custom-control-tabs {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  background-color: #f8f9fa;
  padding: 0.5rem;
}
.custom-control-tabs .tabs-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: -1px;
}
.custom-control-tabs .tabs-header-wrapper .tabs-scroll-btn {
  display: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-bottom: none;
  cursor: pointer;
  padding: 0 5px;
  z-index: 10;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #64748b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.custom-control-tabs .tabs-header-wrapper .tabs-scroll-btn:hover {
  color: #1e293b;
  background: #f1f5f9;
}
.custom-control-tabs .tabs-header-wrapper .tabs-scroll-left {
  position: absolute;
  left: 0;
  border-right: 1px solid #e2e8f0;
}
.custom-control-tabs .tabs-header-wrapper .tabs-scroll-right {
  position: absolute;
  right: 0;
  border-left: 1px solid #e2e8f0;
}
.custom-control-tabs .tabs-header-scroll-container {
  flex: 1;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-control-tabs .tabs-header-scroll-container::-webkit-scrollbar {
  display: none;
}
.custom-control-tabs .tabs-header-scroll-container .tabs-header {
  display: flex;
  white-space: nowrap;
  gap: 2px;
}
.custom-control-tabs .tabs-header-scroll-container .tabs-header .tab-button {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}
.custom-control-tabs .tabs-header-scroll-container .tabs-header .tab-button:hover {
  color: #000;
}
.custom-control-tabs .tabs-header-scroll-container .tabs-header .tab-button.is-active {
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #000;
}
.custom-control-tabs .tabs-content-container {
  background-color: #fff;
  padding: 2rem;
}
.custom-control-tabs .tabs-content-container .tab-content-panel .tab-body-inner p {
  margin-bottom: 1rem;
}
.custom-control-tabs .tabs-content-container .tab-content-panel .tab-body-inner p:last-child {
  margin-bottom: 0;
}

.auth-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 25, 69, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.auth-modal-overlay.show {
  display: flex;
  opacity: 1;
  animation: authModalFadeIn 0.3s ease-out forwards;
}

.auth-modal-glass-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.auth-modal-overlay.show .auth-modal-glass-card {
  transform: translateY(0);
}

.auth-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #7A7A9D;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: color 0.2s;
}
.auth-modal-close:hover {
  color: #ea4335;
}

.auth-modal-header {
  text-align: center;
  margin-bottom: 30px;
}
.auth-modal-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1E1E2F;
  margin: 0 0 8px 0;
}
.auth-modal-header p {
  color: #7A7A9D;
  font-size: 15px;
  margin: 0;
}

.auth-modal-error {
  background: rgba(234, 67, 53, 0.1);
  border-left: 4px solid #ea4335;
  color: rgb(74.7753451156%, 12.9561241537%, 7.7736744922%);
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-form-group {
  margin-bottom: 20px;
}
.auth-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1E1E2F;
  font-size: 14px;
}
.auth-form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s;
  box-sizing: border-box;
  font-family: inherit;
  background: #F4F7FE;
}
.auth-form-group input:focus {
  outline: none;
  border-color: #A054E8;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.1);
}

.auth-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.auth-btn-primary, .auth-btn-danger, .auth-btn-warning, .auth-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background: #A054E8;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  margin-top: 10px;
}
.auth-btn-primary .material-icons-outlined, .auth-btn-danger .material-icons-outlined, .auth-btn-warning .material-icons-outlined, .auth-btn-secondary .material-icons-outlined {
  font-size: 20px;
  line-height: 1;
}
.auth-btn-primary:hover, .auth-btn-danger:hover, .auth-btn-warning:hover, .auth-btn-secondary:hover {
  background: #8445BF;
}
.auth-btn-primary:active, .auth-btn-danger:active, .auth-btn-warning:active, .auth-btn-secondary:active {
  transform: scale(0.98);
}

@keyframes authModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s;
}
.auth-social-btn.google {
  border: 1px solid #cbd5e1;
  color: #1e293b;
  background: white;
}
.auth-social-btn.google:hover {
  background: #f8fafc;
}
.auth-social-btn.google img {
  width: 20px;
  height: 20px;
}
.auth-social-btn.apple {
  border: 1px solid #000;
  color: white;
  background: black;
}
.auth-social-btn.apple:hover {
  opacity: 0.8;
}
.auth-social-btn.apple .material-icons-outlined {
  font-size: 20px;
}

.auth-divider {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.auth-divider .divider-line {
  flex-grow: 1;
  border: none;
  border-top: 1px solid #e2e8f0;
}
.auth-divider .divider-text {
  padding: 0 10px;
  color: #94a3b8;
  font-size: 13px;
}

.auth-edit-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  box-sizing: border-box;
  resize: vertical;
  font-family: monospace;
  font-size: 14px;
  background: #f8fafc;
}
.auth-edit-textarea:focus {
  outline: none;
  border-color: #A054E8;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.1);
  background: white;
}

.auth-btn-sm {
  background: #e2e8f0;
  color: #1e293b;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-weight: 600;
}
.auth-btn-sm .material-icons-outlined {
  font-size: 14px;
}
.auth-btn-sm:hover {
  background: rgb(82.0365418895%, 85.7531194296%, 90.7085561497%);
}

.auth-btn-secondary {
  background: #cbd5e1;
  color: #334155;
}
.auth-btn-secondary:hover {
  background: rgb(73.2663797226%, 78.4074605452%, 84.5767575323%);
}

.auth-btn-warning {
  background: #ecc94b;
  color: #744210;
  border: 1px solid #d69e2e;
}
.auth-btn-warning:hover {
  background: rgb(91.5942457385%, 76.1099615726%, 20.3665385752%);
}

.auth-btn-danger {
  width: auto;
  flex-shrink: 0;
  padding: 10px 14px;
  background: #fef2f2;
  color: #ef4444;
  border: 1px solid #ef4444;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-btn-danger:hover {
  background: rgb(98.893557423%, 85.6162464986%, 85.6162464986%);
}

/* ==========================================================================
   🍞 Toast Notification System
   ========================================================================== */
#global-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 10000; /* Above all modals and navs */
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none; /* Let clicks pass through empty space */
}

.toast-notification {
  min-width: 320px;
  max-width: 440px;
  padding: 14px 16px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  pointer-events: auto; /* Re-enable clicks on the toast itself */
  animation: toastSlideIn 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease;
  backdrop-filter: blur(8px);
}
.toast-notification.toast-clickable:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}
.toast-notification .toast-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 1px;
}
.toast-notification .toast-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.toast-notification .toast-content .toast-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2px;
}
.toast-notification .toast-content .toast-body {
  font-size: 0.86rem;
  font-weight: 400;
  opacity: 0.95;
  line-height: 1.35;
  word-break: break-word;
}
.toast-notification .toast-content .toast-action-hint {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.85;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.toast-notification .toast-close-btn {
  background: none;
  border: none;
  color: inherit;
  opacity: 0.7;
  padding: 0;
  margin-left: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.toast-notification .toast-close-btn:hover {
  opacity: 1;
}
.toast-notification .toast-close-btn span {
  font-size: 18px;
}

/* Color Coding Themes */
.toast-success {
  background: linear-gradient(135deg, #10b981, #059669);
  border-left: 6px solid #047857;
}

.toast-error {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-left: 6px solid #b91c1c;
}

.toast-info {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border-left: 6px solid #b45309;
}

.toast-message {
  background: linear-gradient(135deg, #0d9488, #0f766e);
  border-left: 6px solid #115e59;
}

.toast-notification.toast-notification {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  border-left: 6px solid #1d4ed8;
}

/* Animations */
@keyframes toastSlideIn {
  0% {
    transform: translateX(120%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.home-sections-container {
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-card {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.section-image-wrapper {
  width: 100%;
  height: 300px;
  background-color: #F4F7FE;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section-image-wrapper .section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image-wrapper .image-placeholder {
  color: #7A7A9D;
  font-weight: 500;
}

.section-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.section-content h2 {
  color: #A054E8;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}
.section-content .text-block {
  color: #1E1E2F;
  line-height: 1.6;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}
.section-content .text-block table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0;
  height: 100%;
}
.section-content .text-block table tr {
  height: 100%;
}
.section-content .text-block table td {
  vertical-align: top;
  word-break: break-word;
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
}
.section-content .text-block table td > .ajax-list-container,
.section-content .text-block table td > p > .ajax-list-container,
.section-content .text-block table td .ajax-list-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-content .text-block table {
    display: block;
  }
  .section-content .text-block table tbody,
  .section-content .text-block table tr {
    display: block;
    width: 100%;
  }
  .section-content .text-block table td {
    display: block;
    width: 100% !important;
    padding: 12px 0 !important;
  }
}

@media (min-width: 768px) {
  .section-card {
    flex-direction: row;
    height: 400px;
  }
  .section-card:has(.section-content.full-width), .section-card.section-full-width {
    height: auto;
  }
  .section-image-wrapper {
    width: 50%;
    height: 100%;
  }
  .section-content {
    width: 50%;
    padding: 50px;
  }
  .section-content.full-width {
    width: 100%;
  }
  .section-card.image-right {
    flex-direction: row-reverse;
  }
}
.home-hero-card {
  border: none;
}

.home-hero-img {
  max-height: 300px;
  object-fit: contain;
  margin-bottom: 24px;
  border-radius: 8px;
}

.home-hero-subtitle {
  font-size: 1.25rem;
}

.align-self-start {
  align-self: flex-start;
}

.blog-list-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
}

.blog-header {
  border-bottom: 2px solid #E2E8F0;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.blog-page-title {
  color: #1E1E2F;
  font-size: 32px;
  margin: 0;
}

.blog-page-subtitle {
  color: #7A7A9D;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.blog-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(160, 84, 232, 0.15);
}

.blog-meta {
  font-size: 12px;
  color: #7A7A9D;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.blog-title {
  margin: 0 0 10px 0;
  font-size: 22px;
}

.blog-link {
  color: #A054E8;
  text-decoration: none;
  display: block;
}
.blog-link:hover {
  text-decoration: underline;
  color: #8445BF;
}

.blog-summary {
  color: #1E1E2F;
  line-height: 1.6;
  margin: 0 0 15px 0;
  font-size: 15px;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-read-more {
  color: #A054E8;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.blog-read-more:hover {
  text-decoration: underline;
}

.blog-metrics-group {
  display: flex;
  gap: 12px;
  color: #64748b;
  font-size: 14px;
}

.blog-metric-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-metric-item .material-icons-outlined {
  font-size: 16px;
}

.blog-empty {
  text-align: center;
  color: #7A7A9D;
  padding: 60px 0;
  font-style: italic;
}

.blog-article-container {
  max-width: 750px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
}

.blog-back-link {
  color: #A054E8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.blog-back-link:hover {
  text-decoration: underline;
}

.blog-article-header {
  margin-bottom: 35px;
}

.blog-article-title {
  color: #1E1E2F;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  font-weight: 800;
}

.blog-article-meta {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #7A7A9D;
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0;
  padding: 10px 0;
}

.blog-highlight {
  background: rgba(160, 84, 232, 0.05);
  border-left: 4px solid #A054E8;
  padding: 15px 20px;
  font-style: italic;
  color: #1E1E2F;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  border-radius: 0 8px 8px 0;
}

.blog-rich-text-content {
  color: #1E1E2F;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
.blog-rich-text-content img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.blog-article-footer {
  margin-top: 50px;
  border-top: 2px solid #E2E8F0;
  padding-top: 20px;
  text-align: center;
}

.btn-blog-back {
  background: #F4F7FE;
  color: #1E1E2F;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.btn-blog-back:hover {
  background: rgb(86.5196078431%, 90.1960784314%, 98.7745098039%);
}

.blog-interaction-bar {
  border-top: 1px solid #E2E8F0;
  padding-top: 20px;
}

.blog-like-btn {
  gap: 5px;
  border-radius: 20px;
}

.blog-comments-section .comments-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.blog-comment-textarea {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}
.blog-comment-textarea:focus {
  outline: none;
  border-color: #A054E8;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.1);
}

.blog-comment-card {
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
}

.blog-comment-banner {
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.blog-comment-banner.review {
  background-color: #fff3cd;
  color: #856404;
}
.blog-comment-banner.denied {
  background-color: #f8d7da;
  color: #721c24;
}

.blog-comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.blog-comment-avatar.image {
  object-fit: cover;
}
.blog-comment-avatar.initials {
  background: #A054E8;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.blog-comment-author {
  font-weight: 600;
  color: #1E1E2F;
}

.blog-comment-date {
  font-size: 12px;
  color: #7A7A9D;
}

.blog-comment-body {
  color: #334155;
  line-height: 1.6;
  white-space: pre-wrap;
}

.blog-comment-actions {
  border-top: 1px solid #E2E8F0;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-comment-actions .btn {
  gap: 5px;
}
.blog-comment-actions .btn-flag {
  color: #d97706;
  border-color: #d97706;
}
.blog-comment-actions .btn-approve {
  color: #16a34a;
  border-color: #16a34a;
}
.blog-comment-actions .btn-deny, .blog-comment-actions .btn-remove {
  color: #dc2626;
  border-color: #dc2626;
}

.blog-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.blog-modal-content {
  background: white;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}
.blog-modal-content h2 {
  font-weight: 800;
  color: #dc2626;
}

.blog-icon {
  font-size: 18px;
}
.blog-icon.sm {
  font-size: 16px;
}
.blog-icon.xs {
  font-size: 14px;
}
.blog-icon.align-middle {
  vertical-align: middle;
}

.hub-header {
  background: linear-gradient(135deg, #492669 0%, #301945 100%);
  color: white;
  padding: 60px 0;
  text-align: center;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hub-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.hub-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E8F0;
}

.hub-tab {
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
  color: #7A7A9D;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}

.hub-tab:hover {
  color: #A054E8;
}

.hub-tab.active {
  color: #A054E8;
  border-bottom-color: #A054E8;
}

.hub-content-section {
  display: none;
}

.hub-content-section.active {
  display: block;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Layout */
.hub-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
}
.hub-grid.left-sidebar {
  grid-template-columns: 320px 1fr;
}

@media (max-width: 900px) {
  .hub-grid {
    grid-template-columns: 1fr;
  }
  .hub-grid.left-sidebar {
    grid-template-columns: 1fr;
  }
}
/* Posts */
.post-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  border: 1px solid #E2E8F0;
  position: relative;
}

.post-pinned {
  border-left: 4px solid #fbbc04;
}

.pin-badge {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #fbbc04;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 5px rgba(251, 188, 4, 0.4);
}

.post-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.post-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #F4F7FE;
  color: #7A7A9D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  object-fit: cover;
  flex-shrink: 0;
}

.post-author {
  font-weight: 700;
  color: #1E1E2F;
  font-size: 1.1rem;
}

.post-time {
  font-size: 0.85rem;
  color: #7A7A9D;
}

.post-body {
  color: #1E1E2F;
  line-height: 1.6;
}

.post-actions {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E2E8F0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.post-actions .btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.post-actions .btn-flag {
  color: #d97706;
  border-color: #d97706;
}
.post-actions .btn-approve {
  color: #16a34a;
  border-color: #16a34a;
}
.post-actions .btn-deny, .post-actions .btn-remove {
  color: #dc2626;
  border-color: #dc2626;
}

.hub-banner {
  padding: 10px;
  border-radius: 6px;
  margin-top: 15px;
  font-size: 0.9rem;
}
.hub-banner.review {
  background-color: #fff3cd;
  color: #856404;
}
.hub-banner.denied {
  background-color: #f8d7da;
  color: #721c24;
}

.hub-empty-state {
  text-align: center;
  padding: 50px;
  background: white;
  border-radius: 12px;
  color: #94a3b8;
}
.hub-empty-state .material-icons-outlined {
  font-size: 48px;
  margin-bottom: 8px;
}

/* Roster Sidebar */
.roster-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.roster-title {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #1E1E2F;
  border-bottom: 2px solid #E2E8F0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.roster-title .material-icons-outlined {
  color: var(--primary-color);
}

.roster-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.roster-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F4F7FE;
  color: #7A7A9D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: bold;
  object-fit: cover;
  flex-shrink: 0;
}

.roster-name {
  font-weight: 600;
  color: #1E1E2F;
  font-size: 0.95rem;
}

/* Files */
.files-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.file-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.file-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(160, 84, 232, 0.15);
}

.file-icon {
  font-size: 40px;
  color: #A054E8;
  margin-bottom: 15px;
}

.file-name {
  font-weight: 700;
  color: #1E1E2F;
  margin-bottom: 5px;
  word-break: break-all;
}

.file-meta {
  font-size: 0.85rem;
  color: #7A7A9D;
  margin-bottom: 20px;
}

.file-actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
}

.btn-download {
  background: rgba(160, 84, 232, 0.1);
  color: #A054E8;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  flex: 1;
  text-align: center;
  transition: background 0.2s;
}

.btn-download:hover {
  background: rgba(160, 84, 232, 0.2);
}

.btn-delete {
  background: rgba(234, 67, 53, 0.1);
  color: #ea4335;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-delete:hover {
  background: rgba(234, 67, 53, 0.2);
}

/* Modals */
.hub-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(48, 25, 69, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.hub-modal-content {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

#editor-container {
  height: 250px;
  margin-bottom: 20px;
}

.hub-meeting-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  border: 1px solid #e2e8f0;
}

.hub-meeting-image {
  width: 150px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.hub-meeting-image.placeholder {
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
}
.hub-meeting-image.placeholder .material-icons-outlined {
  color: #94a3b8;
  font-size: 32px;
}

.hub-meeting-title {
  margin: 0 0 10px 0;
  font-weight: 700;
  color: #1e293b;
  font-size: 1.1rem;
}

.hub-meeting-time {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.hub-meeting-desc {
  color: #475569;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hub-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.pin-icon {
  font-size: 12px;
}

.banner-icon {
  font-size: 16px;
  vertical-align: middle;
}

.action-icon {
  font-size: 14px;
}

.meetings-container {
  max-width: 800px;
  margin: 0 auto;
}

.meeting-time-icon {
  font-size: 16px;
}

.small-modal {
  max-width: 500px;
}

/* Drag & Drop Upload Zone */
.hub-drag-drop-zone {
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #f8fafc;
}
.hub-drag-drop-zone:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}
.hub-drag-drop-zone.drag-over {
  border-color: #3b82f6;
  background: #dbeafe;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.hub-drag-drop-zone.has-file {
  border-color: #10b981;
  background: #f0fdf4;
}

.hub-drag-icon {
  font-size: 36px;
  color: #94a3b8;
  display: block;
  margin-bottom: 6px;
}
.has-file .hub-drag-icon {
  color: #10b981;
}
.drag-over .hub-drag-icon {
  color: #3b82f6;
}

.hub-drag-text {
  margin: 0;
  color: #475569;
  font-weight: 600;
  font-size: 14px;
}

.hub-drag-subtext {
  margin: 4px 0 0 0;
  color: #94a3b8;
  font-size: 12px;
}

.hub-drag-file-status {
  margin: 10px 0 0 0;
  padding: 8px 14px;
  background: #e0f2fe;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #0369a1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hub-drag-file-size {
  color: #64748b;
  font-weight: 400;
}

.hub-drag-remove {
  margin-left: 8px;
  cursor: pointer;
  color: #ef4444;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}
.hub-drag-remove:hover {
  color: #dc2626;
}

/* Group Members Modal & Searchable List */
.group-members-modal {
  max-width: 680px;
  width: 95%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
}
.group-members-modal .btn-close-modal {
  background: transparent;
  border: none;
  color: #64748b;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
}
.group-members-modal .btn-close-modal:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.group-members-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.group-members-search-wrapper .search-icon {
  position: absolute;
  left: 12px;
  color: #94a3b8;
  font-size: 20px;
  pointer-events: none;
}
.group-members-search-wrapper .group-members-search-input {
  padding-left: 40px;
  padding-right: 36px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 0.92rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.group-members-search-wrapper .group-members-search-input:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.group-members-search-wrapper .search-clear-btn {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
}
.group-members-search-wrapper .search-clear-btn:hover {
  color: #475569;
}
.group-members-search-wrapper .search-clear-btn span {
  font-size: 18px;
}

.group-members-modal-list {
  flex: 1;
  overflow-y: auto;
  min-height: 260px;
  max-height: 420px;
  padding: 6px 6px 6px 2px;
  margin-right: -4px;
}
.group-members-modal-list::-webkit-scrollbar {
  width: 6px;
}
.group-members-modal-list::-webkit-scrollbar-track {
  background: #f8fafc;
  border-radius: 3px;
}
.group-members-modal-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.group-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
  padding: 2px;
}

.group-member-modal-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
  cursor: pointer;
  position: relative;
}
.group-member-modal-item:hover {
  background: #ffffff;
  border-color: #0d9488;
  box-shadow: 0 0 0 1px #0d9488, 0 4px 10px rgba(13, 148, 136, 0.1);
  text-decoration: none;
  color: inherit;
  z-index: 2;
}
.group-member-modal-item:hover .group-member-chat-icon {
  color: #0d9488;
  background: rgba(13, 148, 136, 0.1);
}
.group-member-modal-item.current-user-item {
  cursor: default;
}
.group-member-modal-item.current-user-item:hover {
  box-shadow: none;
  border-color: #e2e8f0;
  background: #f8fafc;
  z-index: 1;
}

.group-member-modal-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.group-member-modal-avatar.placeholder-avatar {
  background: #e2e8f0;
  color: #475569;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-member-modal-info {
  min-width: 0;
  flex: 1;
}
.group-member-modal-info .group-member-modal-name {
  font-weight: 600;
  color: #1e293b;
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.group-member-modal-info .group-member-joined {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 1px;
}

.group-member-mod-badge {
  background: rgba(13, 148, 136, 0.12);
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-left: 4px;
}

.group-member-chat-icon {
  margin-left: auto;
  color: #94a3b8;
  background: #f1f5f9;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s, background 0.15s;
  flex-shrink: 0;
}
.group-member-chat-icon .material-icons-outlined {
  font-size: 16px;
}

.group-members-modal-footer-note {
  font-size: 0.8rem;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  padding-top: 6px;
}

.support-widget-bubble {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.support-widget-bubble:hover {
  transform: scale(1.03);
}
.support-widget-bubble .chat-trail-border {
  position: absolute;
  inset: -3px;
  border-radius: 27px;
  overflow: hidden;
  pointer-events: none;
}
.support-widget-bubble .chat-trail-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 200vmax;
  height: 200vmax;
  background-image: conic-gradient(transparent 0%, rgba(255, 255, 255, 0.05) 3%, rgba(255, 255, 255, 0.3) 12%, rgba(255, 255, 255, 0.8) 22%, transparent 28%, transparent 100%);
  animation: chatConicTrail 2.6s linear infinite;
}
.support-widget-bubble .chat-bubble-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 20px;
  background-color: #A054E8;
  border-radius: 24px;
  color: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.support-widget-bubble.is-open .chat-trail-border {
  display: none;
}
.support-widget-bubble .chat-widget-label {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.support-widget-bubble .chat-unread-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  background-color: #ea4335;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 3;
}

@keyframes chatConicTrail {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  10% {
    transform: translate(-50%, -50%) rotate(22deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(63deg);
  }
  30% {
    transform: translate(-50%, -50%) rotate(117deg);
  }
  40% {
    transform: translate(-50%, -50%) rotate(158deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  60% {
    transform: translate(-50%, -50%) rotate(202deg);
  }
  70% {
    transform: translate(-50%, -50%) rotate(243deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(297deg);
  }
  90% {
    transform: translate(-50%, -50%) rotate(338deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.support-widget-window {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 350px;
  height: 500px;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.support-widget-window .support-widget-header {
  background-color: #A054E8;
  color: white;
  padding: 15px 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-widget-window .support-widget-header h3 {
  margin: 0;
  font-size: 1rem;
  color: white;
}
.support-widget-window .support-widget-header .btn-chat-faq-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.support-widget-window .support-widget-header .btn-chat-faq-toggle:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: white;
}
.support-widget-window .support-widget-header button {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  transition: opacity 0.2s;
  cursor: pointer;
}
.support-widget-window .support-widget-header button:hover {
  opacity: 0.8;
}
.support-widget-window .support-widget-body {
  flex-grow: 1;
  overflow-y: auto;
  background-color: #F4F7FE;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.support-widget-window .support-widget-body .chat-message {
  max-width: 85%;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.support-widget-window .support-widget-body .chat-message.message-sent {
  align-self: flex-end;
  background-color: #A054E8;
  color: white;
  border-bottom-right-radius: 4px;
}
.support-widget-window .support-widget-body .chat-message.message-received {
  align-self: flex-start;
  background-color: #FFFFFF;
  color: #1E1E2F;
  border: 1px solid #E2E8F0;
  border-bottom-left-radius: 4px;
}
.support-widget-window .support-widget-body .chat-time {
  font-size: 0.75rem;
  color: #7A7A9D;
  margin-top: -8px;
}
.support-widget-window .support-widget-body .chat-time.time-sent {
  align-self: flex-end;
}
.support-widget-window .support-widget-body .chat-time.time-received {
  align-self: flex-start;
}
.support-widget-window .support-widget-body .chat-placeholder {
  text-align: center;
  color: #7A7A9D;
  font-size: 0.85rem;
  margin-top: 20px;
}
.support-widget-window .support-widget-footer {
  padding: 15px;
  border-top: 1px solid #E2E8F0;
  background-color: #FFFFFF;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.support-widget-window .support-widget-footer form {
  display: flex;
  gap: 10px;
}
.support-widget-window .support-widget-footer form input {
  flex-grow: 1;
  padding: 10px 14px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
}
.support-widget-window .support-widget-footer form input:focus {
  border-color: #8445BF;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.15);
}
.support-widget-window .support-widget-footer form button {
  background-color: #A054E8;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.support-widget-window .support-widget-footer form button:hover {
  background-color: #683696;
}
.support-widget-window .guest-contact-form {
  flex-grow: 1;
  padding: 24px;
  overflow-y: auto;
  background-color: #FFFFFF;
}
.support-widget-window .guest-contact-form p {
  font-size: 0.9rem;
  color: #7A7A9D;
  margin-bottom: 20px;
}
.support-widget-window .guest-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support-widget-window .guest-contact-form form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1E1E2F;
  margin-bottom: 6px;
}
.support-widget-window .guest-contact-form form input, .support-widget-window .guest-contact-form form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
}
.support-widget-window .guest-contact-form form input:focus, .support-widget-window .guest-contact-form form textarea:focus {
  border-color: #8445BF;
  outline: none;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.15);
}
.support-widget-window .guest-contact-form form button {
  margin-top: 8px;
  background-color: #A054E8;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.support-widget-window .guest-contact-form form button:hover {
  background-color: #683696;
}

.chat-faq-pill-btn {
  background-color: white;
  color: #A054E8;
  border: 1.5px solid rgba(160, 84, 232, 0.4);
  border-radius: 20px;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.chat-faq-pill-btn:hover {
  background-color: #A054E8;
  color: white;
  border-color: #A054E8;
  transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(160, 84, 232, 0.2);
}
.chat-faq-pill-btn:active {
  transform: translateY(0);
}

.item-view-container {
  max-width: 1280px;
  margin: 40px auto;
  padding: 0 20px;
}
.item-view-container::after {
  content: "";
  display: table;
  clear: both;
}

.item-gallery {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  max-width: 450px;
  width: 100%;
}
.item-gallery .main-display-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.item-gallery .thumbnail-grid {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.item-gallery .thumbnail-grid img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.item-gallery .thumbnail-grid img:hover, .item-gallery .thumbnail-grid img.active {
  border-color: #A054E8;
}
.item-gallery .gallery-empty-state {
  background: #FFFFFF;
  padding: 40px;
  text-align: center;
  border-radius: 16px;
  color: #7A7A9D;
  border: 1px dashed #E2E8F0;
}

.item-details-panel .item-title {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 15px;
  color: #A054E8;
}
.item-details-panel .item-venue {
  font-size: 1.1rem;
  color: #7A7A9D;
  margin-bottom: 5px;
}
.item-details-panel .item-description {
  line-height: 1.6;
  color: #1E1E2F;
}
.item-details-panel .item-access-text {
  margin-bottom: 15px;
  color: #7A7A9D;
}
.item-details-panel .item-payment-dropdown {
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  font-size: 16px;
  background-color: #FFFFFF;
}
.item-details-panel .item-discount-ends {
  font-size: 14px;
  color: #b91c1c;
  font-weight: 600;
}
.item-details-panel .item-discount-ends .urgency-badge {
  background: #ef4444;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.item-details-panel .item-schedule-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.item-details-panel .item-schedule-list li {
  padding: 12px 16px;
  margin-bottom: 8px;
  background: #f8fafc;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}
.item-details-panel .item-schedule-list li.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-details-panel .item-schedule-list li .time-label {
  font-weight: 600;
  color: #1e293b;
}
.item-details-panel .item-schedule-list li .event-label {
  background: #e2e8f0;
  color: #475569;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.item-details-panel .item-schedule-empty {
  color: #64748b;
  margin-top: 10px;
}
.item-details-panel .item-enrollment-status {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
.item-details-panel .item-enrollment-status.approved {
  color: #15803d;
}
.item-details-panel .item-enrollment-status.pending {
  color: #b45309;
}
.item-details-panel .item-enrollment-status.declined {
  color: #b91c1c;
}

@media (max-width: 768px) {
  .item-gallery {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
  .item-gallery .thumbnail-grid {
    justify-content: center;
  }
}
.filter-control-form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  transition: all 0.2s ease-in-out;
}
.filter-control-form:hover {
  box-shadow: 0 10px 30px rgba(160, 84, 232, 0.15);
}
.filter-control-form .filter-control-details > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1E1E2F;
  user-select: none;
  outline: none;
}
.filter-control-form .filter-control-details > summary::-webkit-details-marker {
  display: none;
}
.filter-control-form .filter-control-details > summary::after {
  content: "\e313";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  color: #7A7A9D;
  transition: transform 0.3s ease;
}
.filter-control-form .filter-control-details[open] > summary {
  margin-bottom: 24px;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 16px;
}
.filter-control-form .filter-control-details[open] > summary::after {
  transform: rotate(180deg);
}
.filter-control-form .filter-control-content {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.filter-control-form .filter-control-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
}
.filter-control-form .filter-field {
  display: flex;
  flex-direction: column;
}
.filter-control-form .filter-field > label {
  font-size: 13px;
  font-weight: 600;
  color: #7A7A9D;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.filter-control-form .filter-field input[type=text],
.filter-control-form .filter-field input[type=number],
.filter-control-form .filter-field select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  background-color: #FAFAFA;
  color: #1E1E2F;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.filter-control-form .filter-field input[type=text]:focus,
.filter-control-form .filter-field input[type=number]:focus,
.filter-control-form .filter-field select:focus {
  outline: none;
  border-color: #A054E8;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.1);
  background-color: #FFFFFF;
}
.filter-control-form .filter-field select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237A7A9D%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 14px top 50%;
  background-size: 10px auto;
  cursor: pointer;
}
.filter-control-form .filter-field > div {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.filter-control-form .filter-field > div:last-child {
  margin-bottom: 0;
}
.filter-control-form .filter-field > div input[type=checkbox],
.filter-control-form .filter-field > div input[type=radio] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #E2E8F0;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  flex-shrink: 0;
}
.filter-control-form .filter-field > div input[type=checkbox]:checked,
.filter-control-form .filter-field > div input[type=radio]:checked {
  background-color: #A054E8;
  border-color: #A054E8;
}
.filter-control-form .filter-field > div input[type=checkbox]:checked::after,
.filter-control-form .filter-field > div input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-control-form .filter-field > div input[type=radio] {
  border-radius: 50%;
}
.filter-control-form .filter-field > div input[type=radio]:checked::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: none;
  background-color: white;
  border-radius: 50%;
}
.filter-control-form .filter-field > div label {
  font-size: 14px;
  color: #1E1E2F;
  cursor: pointer;
  margin: 0;
  user-select: none;
}
.filter-control-form .filter-field .filter-range-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
.filter-control-form .filter-field .filter-range-inputs input[type=number] {
  width: 100%;
  padding: 10px 14px;
}
.filter-control-form .filter-field .filter-range-inputs span {
  color: #7A7A9D;
  font-weight: 500;
  flex-shrink: 0;
}
.filter-control-form .filter-field .filter-pill-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.filter-control-form .filter-field .filter-pill-container .filter-pill {
  display: inline-flex;
  align-items: center;
  background-color: #E2E8F0;
  color: #1E1E2F;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
}
.filter-control-form .filter-field .filter-pill-container .filter-pill span.material-icons-outlined {
  font-size: 16px;
  margin-left: 6px;
  color: #7A7A9D;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filter-control-form .filter-field .filter-pill-container .filter-pill span.material-icons-outlined:hover {
  color: #ea4335;
}
.filter-control-form .filter-control-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #E2E8F0;
  padding-top: 20px;
  margin-top: 8px;
}
.filter-control-form .filter-control-actions .btn {
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
}
.filter-control-form .filter-control-actions .btn-primary {
  background-color: #A054E8;
  color: white;
  border: none;
}
.filter-control-form .filter-control-actions .btn-primary:hover {
  background-color: #8445BF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(160, 84, 232, 0.2);
}
.filter-control-form .filter-control-actions .btn-secondary {
  background-color: transparent;
  color: #7A7A9D;
  border: 1px solid #E2E8F0;
  text-decoration: none;
}
.filter-control-form .filter-control-actions .btn-secondary:hover {
  background-color: #f1f5f9;
  color: #1E1E2F;
}
.filter-control-form {
  /* TomSelect Overrides for Filters */
}
.filter-control-form .ts-wrapper.ts-filter-multi-select {
  width: 100%;
  margin-bottom: 12px;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-control {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  background-color: #FAFAFA;
  color: #1E1E2F;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 6px 14px;
  min-height: 41px;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-control.focus {
  outline: none;
  border-color: #A054E8;
  box-shadow: 0 0 0 3px rgba(160, 84, 232, 0.1);
  background-color: #FFFFFF;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-control .item {
  display: inline-flex !important;
  align-items: center !important;
  background-color: #A054E8 !important;
  background-image: none !important;
  color: white !important;
  padding: 4px 10px !important;
  border-radius: 99px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  margin: 2px 4px 2px 0 !important;
  border: none !important;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-control .item .remove {
  color: rgba(255, 255, 255, 0.8) !important;
  margin-left: 6px !important;
  padding: 0 !important;
  border: none !important;
  border-left: none !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease-in-out !important;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-control .item .remove:hover {
  color: white !important;
  background: transparent !important;
  transform: scale(1.1) !important;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-dropdown {
  border-radius: 8px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #1E1E2F;
  margin-top: 4px;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-dropdown .option {
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.filter-control-form .ts-wrapper.ts-filter-multi-select .ts-dropdown .option:hover, .filter-control-form .ts-wrapper.ts-filter-multi-select .ts-dropdown .option.active {
  background-color: rgba(160, 84, 232, 0.05);
  color: #A054E8;
}

.checkout-container {
  max-width: 800px;
  margin: 40px auto;
}

.checkout-subtitle {
  color: #64748b;
  margin-bottom: 30px;
}

.checkout-info-note {
  font-size: 0.9em;
  color: #64748b;
  margin-top: 10px;
}

.checkout-total {
  margin-top: 10px;
  color: #0f172a;
}

.checkout-payment-method {
  margin-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 15px;
}

.checkout-payment-method-label {
  color: #475569;
}

.checkout-radio-label {
  margin-right: 20px;
  cursor: pointer;
}

.checkout-bank-transfer-element {
  background: #f8fafc;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
}

.checkout-bank-transfer-text {
  color: #475569;
  font-size: 0.95rem;
}

.checkout-qual-desc {
  margin-bottom: 15px;
  font-size: 0.95em;
  color: #475569;
}

.checkout-drag-zone {
  border: 2px dashed #cbd5e1;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background: #f8fafc;
  position: relative;
}
.checkout-drag-zone:hover {
  border-color: #A054E8;
  background: rgba(160, 84, 232, 0.05);
}

.checkout-drag-icon {
  font-size: 32px;
  color: #94a3b8;
  margin-bottom: 8px;
}

.checkout-drag-text {
  margin: 0;
  color: #475569;
  font-weight: 500;
  font-size: 14px;
}

.checkout-file-list {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #475569;
}

.checkout-file-list-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout-file-list-li {
  margin-bottom: 5px;
  color: #1e293b;
}

.checkout-file-list-icon {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color: #10b981;
}

.checkout-actions {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.checkout-btn-cancel {
  flex: 1;
  text-decoration: none;
  padding: 12px;
  border-radius: 6px;
  box-sizing: border-box;
}

.checkout-btn-submit {
  flex: 1;
}

.meeting-view-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .meeting-view-container {
    grid-template-columns: 1fr;
  }
}
.meeting-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  overflow: hidden;
}
.meeting-gallery.placeholder .material-icons-outlined {
  font-size: 100px;
  color: #94a3b8;
}
.meeting-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meeting-details-panel .meeting-title {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 20px;
  color: #1E1E2F;
  line-height: 1.2;
}
.meeting-details-panel .meeting-venue {
  font-size: 1.1em;
  color: #7A7A9D;
  margin-top: 5px;
}
.meeting-details-panel .meeting-description-block {
  font-size: 1.1em;
  line-height: 1.6;
  color: #334155;
  margin-top: 20px;
}

.cancel-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.cancel-modal-overlay.show {
  display: flex;
}

.cancel-modal-card {
  background: white;
  border-radius: 8px;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.program-progress-container {
  margin: 25px 0;
}

.program-progress-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 8px;
}

.program-progress-track {
  width: 100%;
  overflow: hidden;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
}

.program-progress-bar {
  height: 100%;
  background: #22c55e;
  transition: width 0.5s ease-out;
}

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

.program-group-header {
  margin-top: 15px;
  margin-bottom: 8px;
  padding-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #475569;
}

.program-step-item {
  margin-bottom: 4px;
}

.program-step-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  color: #475569;
  background: transparent;
  font-weight: 500;
  transition: all 0.2s;
}
.program-step-link:hover {
  background: #f8fafc;
}
.program-step-link.active {
  color: #2563eb;
  background: #eff6ff;
  font-weight: 600;
}

.program-step-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex: 0 0 24px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #e2e8f0;
  color: #64748b;
}
.program-step-icon.active {
  background: #3b82f6;
  color: white;
}

.program-step-completed-icon {
  font-size: 22px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex: 0 0 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #22c55e;
}

.program-empty-modules {
  padding: 8px;
  color: #94a3b8;
  font-size: 14px;
}

.program-content-header {
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.program-step-badge {
  display: inline-block;
  background: #f8fafc;
  color: #64748b;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 800;
  margin-bottom: 15px;
}

.program-step-title {
  margin: 0;
  font-weight: 800;
  color: #0f172a;
  font-size: 32px;
}

.program-rich-text {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
}

.program-action-area {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #f1f5f9;
}

.program-completed-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  background: #dcfce7;
  color: #166534;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
}

.program-complete-btn {
  padding: 12px 32px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.program-empty-state {
  text-align: center;
  padding: 80px 20px;
  color: #94a3b8;
}
.program-empty-state .material-icons-outlined {
  font-size: 64px;
  color: #cbd5e1;
  margin-bottom: 15px;
}
.program-empty-state h3 {
  margin: 0 0 10px 0;
  color: #475569;
  font-size: 24px;
}
.program-empty-state p {
  margin: 0;
  font-size: 16px;
}

.profile-page-header {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  padding: 60px 20px;
  color: white;
}
.profile-page-header .page-title {
  color: white;
}
.profile-page-header .page-subtitle {
  color: #cbd5e1;
}

.profile-container {
  max-width: 800px;
  padding: 40px 20px;
}

.profile-alert {
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.profile-alert.error {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  color: #b91c1c;
}
.profile-alert.success {
  background: #dcfce7;
  border-left: 4px solid #22c55e;
  color: #166534;
}

.profile-form-card {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  margin-bottom: 30px;
}
.profile-form-card .section-title {
  font-size: 1.25rem;
  color: #1e293b;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f1f5f9;
}
.profile-form-card .form-group-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #334155;
}
.profile-form-card .form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 15px;
}
.profile-form-card .form-control:focus {
  outline: none;
  border-color: #A054E8;
  box-shadow: 0 0 0 2px rgba(160, 84, 232, 0.2);
}

.profile-avatar-upload {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.profile-avatar-upload .avatar-preview {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e2e8f0;
}
.profile-avatar-upload .avatar-preview.fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cbd5e1;
  font-size: 2rem;
  color: #fff;
}
.profile-avatar-upload .upload-input-group {
  flex-grow: 1;
}
.profile-avatar-upload .upload-input-group .help-text {
  font-size: 13px;
  color: #64748b;
  margin-top: 6px;
}

.profile-security-box {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
}

.profile-sidebar-header {
  margin-bottom: 30px;
}
.profile-sidebar-header .sidebar-avatar {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.profile-sidebar-header .sidebar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 4px solid white;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
}
.profile-sidebar-header .sidebar-avatar .fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  font-size: 36px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 4px solid white;
  box-sizing: border-box;
  border-radius: 50%;
}
.profile-sidebar-header .sidebar-avatar .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 50%;
}
.profile-sidebar-header .sidebar-avatar:hover .overlay {
  opacity: 1;
}
.profile-sidebar-header .sidebar-name {
  margin-top: 15px;
  color: #1e293b;
  font-size: 18px;
}
.profile-sidebar-header .sidebar-role {
  color: #64748b;
  font-size: 13px;
}

.profile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #475569;
  background: transparent;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}
.profile-nav-link:hover {
  background: #f8fafc;
}
.profile-nav-link.active {
  color: #2563eb;
  background: #eff6ff;
  font-weight: 600;
}

.profile-dashboard-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}
.profile-dashboard-card .card-title {
  font-size: 24px;
  color: #0f172a;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 15px;
}
.profile-dashboard-card .card-title.no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.profile-empty-state {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 12px;
  border: 1px dashed #cbd5e1;
}
.profile-empty-state .material-icons-outlined {
  font-size: 48px;
  color: #94a3b8;
  margin-bottom: 15px;
}
.profile-empty-state h3 {
  color: #475569;
  margin-bottom: 8px;
}
.profile-empty-state p {
  color: #64748b;
}

.profile-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

.profile-course-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.profile-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.profile-course-card picture {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.profile-course-card .course-image, .profile-course-card picture img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}
.profile-course-card .course-image-fallback {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e8f0;
  color: #94a3b8;
}
.profile-course-card .course-content {
  padding: 16px;
}
.profile-course-card .course-content .course-title {
  font-size: 18px;
  color: #0f172a;
  margin: 10px 0;
}
.profile-course-card .course-content .course-desc {
  color: #64748b;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-enrollment-badge {
  font-weight: bold;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
}
.profile-enrollment-badge.approved {
  background: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}
.profile-enrollment-badge.rejected {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
.profile-enrollment-badge.pending {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}

.profile-group-card {
  overflow: hidden;
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.profile-group-card .group-link {
  display: block;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.profile-group-card .group-link:hover {
  transform: translateY(-4px);
}
.profile-group-card picture {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.profile-group-card .group-image, .profile-group-card picture img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
.profile-group-card .group-image-fallback {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981, #3b82f6);
  color: white;
}
.profile-group-card .group-content {
  padding: 16px;
}
.profile-group-card .group-content .group-title {
  font-size: 18px;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.profile-group-card .group-content .group-desc {
  color: #64748b;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile-group-card .group-subscription-area {
  padding: 0 20px 20px 20px;
}
.profile-group-card .group-subscription-area .cancelled-notice {
  padding: 8px;
  margin-bottom: 15px;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
}
.profile-group-card .group-subscription-area .cancelled-notice .notice-title {
  display: flex;
  align-items: center;
  color: #991b1b;
  font-size: 13px;
  gap: 5px;
  margin-bottom: 4px;
  font-weight: bold;
}
.profile-group-card .group-subscription-area .cancelled-notice .notice-text {
  color: #7f1d1d;
  font-size: 12px;
}

.profile-meeting-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.profile-meeting-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.profile-meeting-card .meeting-content {
  padding: 16px;
}
.profile-meeting-card .meeting-content .meeting-title {
  font-size: 18px;
  color: #0f172a;
  margin: 0 0 10px 0;
}
.profile-meeting-card .meeting-content .meeting-time {
  color: #64748b;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.profile-meeting-card .meeting-content .meeting-desc {
  color: #64748b;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-filter-tabs {
  display: flex;
  gap: 8px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
.profile-filter-tabs .filter-tab {
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  color: #64748b;
  background: transparent;
  font-weight: 500;
  transition: all 0.2s;
}
.profile-filter-tabs .filter-tab.active {
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.profile-notice-box {
  display: flex;
  gap: 8px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #b45309;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  align-items: flex-start;
}

.profile-table-container {
  overflow: hidden;
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.profile-table-container table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.profile-table-container table thead {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.profile-table-container table thead th {
  padding: 15px 20px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
}
.profile-table-container table tbody tr {
  border-bottom: 1px solid #e2e8f0;
}
.profile-table-container table tbody tr td {
  padding: 15px 20px;
}
.profile-table-container table tbody tr td.order-id {
  font-weight: 500;
  color: #0f172a;
}

.profile-status-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}
.profile-status-badge.paid {
  background: #dcfce7;
  color: #166534;
}
.profile-status-badge.pending {
  background: #fef9c3;
  color: #854d0e;
}
.profile-status-badge.default {
  background: #e2e8f0;
  color: #475569;
}

.profile-assessment-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile-assessment-card .assessment-title {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #0f172a;
  font-weight: 600;
}
.profile-assessment-card .assessment-meta {
  display: flex;
  gap: 15px;
  font-size: 14px;
  color: #64748b;
}
.profile-assessment-card .assessment-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.profile-upload-zone {
  border: 2px dashed transparent;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.2s;
  position: relative;
}
.profile-upload-zone.drag-over {
  border-color: #3b82f6;
  background: #f1f5f9;
}
.profile-upload-zone .upload-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  pointer-events: none;
}
.profile-upload-zone.drag-over .upload-overlay {
  display: flex;
}

.profile-file-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile-file-list .file-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.profile-file-list .file-item .file-name {
  font-weight: 500;
  color: #334155;
  word-break: break-all;
  flex-grow: 1;
}

.profile-empty-upload {
  background: #f8fafc;
  padding: 40px 20px;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
  text-align: center;
  cursor: pointer;
}
.profile-empty-upload h3 {
  color: #475569;
  font-size: 18px;
  margin-bottom: 8px;
}
.profile-empty-upload p {
  color: #64748b;
  margin: 0 0 10px 0;
}
.profile-empty-upload p.small {
  font-size: 12px;
  color: #94a3b8;
}

.profile-modal-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-modal-content {
  background-color: white;
  border-radius: 12px;
  padding: 24px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: relative;
}
.profile-modal-content .modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.profile-modal-content .modal-header .icon-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fee2e2;
  padding: 8px;
  border-radius: 50%;
  margin-right: 12px;
}
.profile-modal-content .modal-header .icon-warning span {
  color: #ef4444;
}
.profile-modal-content .modal-title {
  margin: 0;
  font-size: 18px;
  color: #111827;
}
.profile-modal-content .modal-text {
  color: #4b5563;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.5;
}
.profile-modal-content .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.profile-modal-content .btn-close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #64748b;
  line-height: 1;
  padding: 4px;
  z-index: 10;
}
.profile-modal-content .btn-close-modal:hover {
  color: #1e293b;
}
.profile-modal-content.upload-modal {
  padding: 25px;
}
.profile-modal-content.upload-modal .profile-upload-zone.large {
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  background: #f8fafc;
  border-color: #cbd5e1;
}
.profile-modal-content.upload-modal .profile-upload-zone.large:hover {
  background: #e2e8f0;
}

.profile-dashboard-form {
  max-width: 600px;
}

.dashboard-security-title {
  font-size: 18px;
  color: #0f172a;
  margin-top: 40px;
}

.profile-progress-bar {
  height: 8px;
}

.direct-chat-container {
  display: flex;
  height: 650px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .direct-chat-container {
    flex-direction: column;
    height: auto;
    min-height: 550px;
  }
}

.chat-sidebar {
  width: 320px;
  min-width: 300px;
  border-right: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  background: #f8fafc;
}
@media (max-width: 768px) {
  .chat-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    max-height: 260px;
  }
}
.chat-sidebar .chat-sidebar-header {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}
.chat-sidebar .chat-threads-list {
  flex: 1;
  overflow-y: auto;
}

.chat-thread-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.15s ease;
  text-decoration: none;
  color: inherit;
}
.chat-thread-item:hover {
  background-color: #f1f5f9;
}
.chat-thread-item.active {
  background-color: #e2e8f0;
  border-left: 4px solid #0d9488;
}
.chat-thread-item .thread-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #475569;
  font-size: 14px;
}
.chat-thread-item .thread-info {
  flex: 1;
  min-width: 0;
}
.chat-thread-item .thread-info .thread-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 2px;
}
.chat-thread-item .thread-info .thread-top .thread-name {
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-thread-item .thread-info .thread-top .thread-time {
  font-size: 11px;
  color: #94a3b8;
  flex-shrink: 0;
}
.chat-thread-item .thread-info .thread-preview {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.chat-thread-unread-badge {
  background-color: #ef4444 !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 6px;
  box-sizing: border-box;
}

.chat-main-pane {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  min-width: 0;
}
.chat-main-pane .chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}
.chat-main-pane .chat-header .chat-header-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-main-pane .chat-header .chat-header-user .header-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #475569;
}
.chat-main-pane .chat-header .chat-header-user .header-name {
  font-weight: 600;
  font-size: 15px;
  color: #0f172a;
  margin: 0;
}
.chat-main-pane .chat-header .chat-header-actions {
  position: relative;
}
.chat-main-pane .chat-header .chat-header-actions .chat-options-btn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  transition: all 0.15s ease;
}
.chat-main-pane .chat-header .chat-header-actions .chat-options-btn:hover {
  background: #f1f5f9;
  color: #0f172a;
  border-color: #cbd5e1;
}
.chat-main-pane .chat-header .chat-header-actions .chat-options-btn .material-icons-outlined {
  font-size: 20px;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  padding: 6px;
  min-width: 170px;
  z-index: 50;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.15s ease;
  color: #334155;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item .material-icons-outlined {
  font-size: 18px;
  color: #64748b;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item:hover {
  background-color: #f1f5f9;
  color: #0f172a;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item.text-danger {
  color: #ef4444;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item.text-danger .material-icons-outlined {
  font-size: 18px;
  color: #ef4444;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item.text-danger:hover {
  background-color: #fef2f2;
  color: #dc2626;
}
.chat-main-pane .chat-header .chat-header-actions .chat-actions-dropdown-menu .chat-actions-dropdown-item.text-danger:hover .material-icons-outlined {
  color: #dc2626;
}
.chat-main-pane .chat-messages-stream {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f8fafc;
}
.chat-main-pane .chat-footer {
  padding: 12px 18px;
  border-top: 1px solid #e2e8f0;
  background: #ffffff;
}
.chat-main-pane .chat-footer .chat-composer-wrap {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.chat-main-pane .chat-footer .chat-composer-wrap .chat-editor-container {
  flex: 1;
  min-width: 0;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container:focus-within {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container .jodit-toolbar__box {
  background: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
  padding: 2px 4px;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container .jodit-toolbar-button__button {
  padding: 2px 4px;
  min-width: 26px;
  height: 26px;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container .jodit-workplace {
  min-height: 48px;
  background: #ffffff;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container .jodit-wysiwyg {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.45;
  color: #1e293b;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container .jodit-wysiwyg p {
  margin: 0 0 4px 0;
}
.chat-main-pane .chat-footer .chat-composer-wrap .jodit-container .jodit-wysiwyg p:last-child {
  margin-bottom: 0;
}
.chat-main-pane .chat-footer .chat-composer-wrap .chat-send-btn {
  width: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
  align-self: stretch;
}
.chat-main-pane .chat-footer .chat-composer-wrap .chat-send-btn .material-icons-outlined {
  font-size: 22px;
  transform: translateX(1px);
}
.chat-main-pane .chat-footer .chat-composer-wrap .chat-send-btn:hover {
  opacity: 0.92;
}

.chat-bubble {
  max-width: 75%;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
  position: relative;
}
.chat-bubble .bubble-text p {
  margin: 0 0 4px 0;
}
.chat-bubble .bubble-text p:last-child {
  margin-bottom: 0;
}
.chat-bubble .bubble-text img {
  max-width: 100%;
  max-height: 280px;
  border-radius: 8px;
  margin: 6px 0;
  display: block;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.chat-bubble .bubble-text ul, .chat-bubble .bubble-text ol {
  margin: 0 0 4px 18px;
  padding: 0;
}
.chat-bubble .bubble-text a {
  color: inherit;
  text-decoration: underline;
}
.chat-bubble.sent {
  align-self: flex-end;
  background: #0d9488;
  color: #ffffff;
  border-bottom-right-radius: 2px;
}
.chat-bubble.sent .bubble-text {
  color: #ffffff;
}
.chat-bubble.sent .bubble-text a {
  color: #ffffff;
}
.chat-bubble.sent .bubble-time {
  color: rgba(255, 255, 255, 0.8);
}
.chat-bubble.received {
  align-self: flex-start;
  background: #e2e8f0;
  color: #0f172a;
  border-bottom-left-radius: 2px;
}
.chat-bubble.received .bubble-text {
  color: #0f172a;
}
.chat-bubble.received .bubble-text a {
  color: #0d9488;
}
.chat-bubble.received .bubble-time {
  color: #64748b;
}
.chat-bubble .bubble-time {
  font-size: 10px;
  display: block;
  margin-top: 4px;
  text-align: right;
}

.chat-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #94a3b8;
  text-align: center;
  padding: 40px;
}
.chat-empty-state .empty-icon {
  font-size: 48px;
  margin-bottom: 12px;
  color: #cbd5e1;
}
.chat-empty-state h4 {
  color: #475569;
  font-weight: 600;
  margin-bottom: 6px;
}
.chat-empty-state p {
  font-size: 14px;
  margin: 0;
  max-width: 280px;
}

.chat-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.6);
  z-index: 1050;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.chat-modal-box {
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  animation: fadeInModal 0.2s ease-out;
}
.chat-modal-box .modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-modal-box .modal-header .chat-modal-close-btn {
  background: none;
  border: none;
  padding: 4px;
  border-radius: 6px;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.chat-modal-box .modal-header .chat-modal-close-btn:hover {
  background-color: #f1f5f9;
  color: #0f172a;
}
.chat-modal-box .modal-header .chat-modal-close-btn .material-icons-outlined {
  font-size: 20px;
}
.chat-modal-box .modal-body {
  padding: 20px;
  max-height: 420px;
  overflow-y: auto;
}
.chat-modal-box .modal-footer {
  padding: 14px 20px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  background: #f8fafc;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.profile-notifications-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-notification-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.profile-notification-item:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.profile-notification-item:hover .chevron-icon {
  transform: translateX(3px);
  color: #2563eb;
}
.profile-notification-item.unread {
  background: #f8fafc;
  border-left: 4px solid #2563eb;
}
.profile-notification-item.unread .notification-title {
  color: #0f172a;
  font-weight: 600;
}
.profile-notification-item.unread .notification-icon {
  background: #eff6ff;
  color: #2563eb;
}
.profile-notification-item .notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f1f5f9;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.profile-notification-item .notification-icon .material-icons-outlined {
  font-size: 20px;
}
.profile-notification-item .notification-body {
  flex: 1;
  min-width: 0;
}
.profile-notification-item .notification-body .notification-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.profile-notification-item .notification-body .notification-title {
  font-size: 15px;
  font-weight: 500;
  color: #334155;
  margin: 0;
}
.profile-notification-item .notification-body .notification-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: #2563eb;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.profile-notification-item .notification-body .notification-text {
  font-size: 13px;
  color: #64748b;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-notification-item .notification-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.profile-notification-item .notification-meta .notification-date {
  font-size: 12px;
  color: #94a3b8;
}
.profile-notification-item .notification-meta .chevron-icon {
  font-size: 18px;
  color: #cbd5e1;
  transition: all 0.2s ease;
}

.assessment-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.assessment-container.results {
  max-width: 900px;
}

.assessment-header {
  text-align: center;
  margin-bottom: 40px;
}
.assessment-header .assessment-title {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}
.assessment-header .assessment-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}
.assessment-header .assessment-badge.quiz {
  background: #e0f2fe;
  color: #0369a1;
}
.assessment-header .assessment-badge.strict {
  background: #fce7f3;
  color: #be185d;
}
.assessment-header .results-subtitle {
  color: #6b7280;
  font-size: 18px;
}

.assessment-locked {
  text-align: center;
  padding: 40px 20px;
}
.assessment-locked .locked-icon {
  font-size: 64px;
  color: #94a3b8;
  margin-bottom: 20px;
}
.assessment-locked h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}
.assessment-locked p {
  color: #475569;
  font-size: 16px;
  margin-bottom: 30px;
}

.assessment-actions {
  margin-top: 40px;
  text-align: right;
}
.assessment-actions .btn-submit {
  padding: 12px 24px;
  font-size: 16px;
}

.assessment-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.assessment-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.assessment-modal-content .modal-icon {
  font-size: 48px;
  color: #ef4444;
  margin-bottom: 15px;
}
.assessment-modal-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
}
.assessment-modal-content p {
  color: #475569;
  margin-bottom: 25px;
  line-height: 1.5;
}

.assessment-field {
  margin-bottom: 30px;
  padding: 25px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}
.assessment-field.results-field {
  background: #fff;
}
.assessment-field .field-label {
  font-size: 16px;
  color: #334155;
  line-height: 1.6;
}
.assessment-field .field-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.assessment-field .field-header .field-title {
  font-weight: 600;
  font-size: 18px;
  color: #0f172a;
}
.assessment-field .field-header .field-title .required-star {
  color: #ef4444;
}
.assessment-field .field-header .field-points {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
  background: #e2e8f0;
  padding: 4px 10px;
  border-radius: 999px;
}
.assessment-field .options-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.assessment-field .options-group.results-group {
  gap: 8px;
}
.assessment-field .options-group .option-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  transition: border-color 0.2s;
}
.assessment-field .options-group .option-label input {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  accent-color: #3b82f6;
}
.assessment-field .options-group .option-label .option-text {
  font-size: 16px;
  color: #334155;
}
.assessment-field .options-group .result-option {
  padding: 12px 15px;
  border-radius: 6px;
}
.assessment-field .options-group .result-option.correct-selected {
  background: #dcfce7;
  border: 1px solid #22c55e;
}
.assessment-field .options-group .result-option.incorrect-selected {
  background: #fee2e2;
  border: 1px solid #ef4444;
}
.assessment-field .options-group .result-option.correct-unselected {
  background: #fef9c3;
  border: 1px solid #eab308;
}
.assessment-field .options-group .result-option.default {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.assessment-field .options-group .result-option .result-option-header {
  display: flex;
  align-items: center;
}
.assessment-field .options-group .result-option .result-option-header input {
  margin-right: 12px;
  width: 16px;
  height: 16px;
}
.assessment-field .options-group .result-option .result-option-header .option-text {
  font-size: 16px;
  color: #334155;
}
.assessment-field .options-group .result-option .result-option-header .result-icon {
  margin-left: auto;
  font-size: 18px;
}
.assessment-field .options-group .result-option .result-option-header .result-icon.correct {
  color: #16a34a;
}
.assessment-field .options-group .result-option .result-option-header .result-icon.incorrect {
  color: #dc2626;
}
.assessment-field .options-group .result-option .result-option-header .result-icon.info {
  color: #ca8a04;
}
.assessment-field .options-group .result-option .result-option-header .info-text {
  font-size: 14px;
  font-weight: 500;
  color: #ca8a04;
  margin-left: 5px;
}
.assessment-field .options-group .result-option .explanation-box {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.assessment-field .options-group .result-option .explanation-box.selected {
  color: #166534;
}
.assessment-field .options-group .result-option .explanation-box.unselected {
  color: #854d0e;
}
.assessment-field .options-group .result-option .explanation-box .explanation-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.assessment-field .options-group .result-option .explanation-box .explanation-title .material-icons-outlined {
  font-size: 16px;
  margin-right: 4px;
  margin-top: -2px;
}
.assessment-field .file-upload-status.success {
  color: #64748b;
}
.assessment-field .file-upload-status.empty {
  color: #94a3b8;
  font-style: italic;
}
.assessment-field .file-upload-status .material-icons-outlined {
  font-size: 18px;
}

.results-layout {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.results-layout .score-summary {
  flex: 1;
  min-width: 250px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  order: 2;
}
.results-layout .score-summary .summary-title {
  font-size: 18px;
  font-weight: 700;
  color: #475569;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.results-layout .score-summary .score-circle-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px auto;
}
.results-layout .score-summary .score-circle-container svg {
  width: 150px;
  height: 150px;
  transform: rotate(-90deg);
}
.results-layout .score-summary .score-circle-container svg .bg-circle {
  fill: none;
  stroke: #e2e8f0;
  stroke-width: 3;
}
.results-layout .score-summary .score-circle-container svg .fg-circle {
  fill: none;
  stroke: #3b82f6;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dasharray 1s ease-out;
}
.results-layout .score-summary .score-circle-container .score-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.results-layout .score-summary .score-circle-container .score-percentage span {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}
.results-layout .score-summary .score-text {
  font-size: 20px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 10px;
}
.results-layout .score-summary .submission-date {
  color: #64748b;
  font-size: 14px;
}
.results-layout .score-summary .retake-action {
  margin-top: 25px;
}
.results-layout .detailed-review {
  flex: 2;
  min-width: 300px;
  order: 1;
}
.results-layout .detailed-review .review-title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 25px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 10px;
}

.error-page-container {
  min-height: 70vh;
  text-align: center;
}

.error-card {
  background: white;
  border-radius: 12px;
  padding: 50px 30px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  max-width: 500px;
  width: 100%;
}

.error-code {
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.error-code.code-403 {
  color: #f59e0b;
}
.error-code.code-404 {
  color: #2563eb;
}
.error-code.code-500 {
  color: #ef4444;
}

.error-title {
  color: #0f172a;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-message {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-error-return {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
}

.auth-container {
  max-width: 500px;
  margin: 40px auto;
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.auth-title {
  font-size: 24px;
  color: #1e293b;
  margin-bottom: 8px;
  text-align: center;
}

.auth-subtitle {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
}

.auth-label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #334155;
  margin-bottom: 8px;
}

.auth-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 15px;
  margin-bottom: 15px;
}

.auth-btn-submit {
  width: 100%;
  font-weight: 600;
  cursor: pointer;
  background: #3b82f6;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 15px;
}
.auth-btn-submit.success {
  background: #10b981;
}

.auth-link-back {
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
}
.auth-link-back:hover {
  text-decoration: underline;
}

.auth-error-msg {
  color: #e53e3e;
  margin-top: 5px;
  font-size: 12px;
}

.auth-alert-error {
  color: #e53e3e;
  background: #fef2f2;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
}

.maintenance-container {
  min-height: 60vh;
  padding: 40px 20px;
}

.maintenance-logo {
  max-width: 250px;
  margin-bottom: 30px;
  height: auto;
}

.maintenance-title {
  font-size: 2.5rem;
  color: #1e293b;
}

.maintenance-body {
  font-size: 1.125rem;
  color: #475569;
  max-width: 600px;
  line-height: 1.7;
}

.thankyou-container {
  min-height: 80vh;
  padding: 40px;
}

.thankyou-card {
  max-width: 600px;
  text-align: center;
}

.thankyou-icon {
  font-size: 64px;
}

.thankyou-title {
  color: #2d3748;
  margin-bottom: 15px;
}

.thankyou-body {
  color: #4a5568;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.general-info-hero-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  display: block;
}

.general-info-hero {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 12px;
  object-fit: cover;
}

.general-info-text {
  font-size: 1.1rem;
  line-height: 1.8;
}

.course-content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.course-hero-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border-radius: 16px;
  padding: 32px;
  color: #ffffff;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.course-hero-card .course-hero-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.course-hero-card .enrolled-badge {
  display: inline-block;
  background: #10b981;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.course-hero-card .course-hero-title {
  font-size: 32px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.course-hero-card .course-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #cbd5e1;
  font-size: 14px;
  margin-top: 8px;
}
.course-hero-card .btn-course-back {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.course-hero-card .btn-course-back:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.course-content-body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.course-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 12px;
}
.course-section-header .course-section-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-section-header .course-section-badge {
  background: #e2e8f0;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
}

.course-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.course-item-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.course-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.course-item-card .card-media {
  height: 200px;
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  position: relative;
}
.course-item-card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-item-card .card-media .media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #94a3b8;
}
.course-item-card .card-media .member-count-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.85);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}
.course-item-card .card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.course-item-card .card-info .card-heading {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.course-item-card .card-info .card-summary {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.course-empty-container {
  text-align: center;
  padding: 60px 20px;
}
.course-empty-container .course-empty-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 48px 24px;
  max-width: 560px;
  margin: 0 auto;
}
.course-empty-container .course-empty-box .empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
}
.course-empty-container .course-empty-box .empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px 0;
}
.course-empty-container .course-empty-box .empty-text {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.team-member-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.team-member-card:hover .team-member-bio-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.team-member-card .card-image-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team-member-card .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.team-member-card .card-image-wrapper .card-image-placeholder {
  font-size: 3rem;
  color: #94a3b8;
  font-weight: bold;
  border-radius: 0 !important;
}
.team-member-card .card-body {
  padding: 1.5rem;
  text-align: center;
  background: white;
}
.team-member-card .card-body .card-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  color: #1e293b;
}
.team-member-card .card-body .card-meta {
  color: #64748b;
  font-weight: 500;
  font-size: 0.95rem;
}

.team-member-bio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f172a;
  color: white;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, visibility 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
.team-member-bio-overlay .bio-content {
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
}
.team-member-bio-overlay .bio-content::-webkit-scrollbar {
  width: 4px;
}
.team-member-bio-overlay .bio-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.team-member-bio-overlay .bio-content .bio-title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  color: white;
}
.team-member-bio-overlay .bio-content .bio-meta {
  color: #cbd5e1;
  font-weight: 500;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.team-member-bio-overlay .bio-content .bio-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #f8fafc;
}
.team-member-bio-overlay .bio-content .bio-text * {
  color: #f8fafc !important;
}
.team-member-bio-overlay .bio-content .bio-text a {
  text-decoration: underline;
}

.empty-catalog-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem;
  background: #f8fafc;
  border-radius: 8px;
}
.empty-catalog-message .empty-catalog-text {
  color: #64748b;
  margin: 0;
}

.custom-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.custom-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.custom-item-badge {
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 3px 11px;
  border-radius: 9999px;
  letter-spacing: 0.3px;
  border: 1px solid #dbeafe;
  display: inline-flex;
  align-items: center;
  line-height: 1.4;
}

.custom-item-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
}
.custom-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.03);
  border-color: #cbd5e1;
}
.custom-item-card .custom-item-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.45;
  margin: 0 0 0.5rem 0;
}
.custom-item-card .custom-item-subtitle {
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 0.5rem;
}
.custom-item-card .custom-item-reference {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.45;
  font-style: italic;
  margin-bottom: 0.75rem;
}
.custom-item-card .custom-item-snippet {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.custom-item-card .custom-item-image-wrapper {
  margin: -1.5rem -1.5rem 1rem -1.5rem;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  max-height: 180px;
}
.custom-item-card .custom-item-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.custom-item-card .custom-item-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.btn-custom-item-details {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s ease;
}
.btn-custom-item-details:hover {
  background: #A054E8;
  color: #ffffff;
  border-color: #A054E8;
}

.btn-custom-item-link {
  color: #A054E8;
  font-size: 0.84rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.btn-custom-item-link:hover {
  color: #8445BF;
  text-decoration: underline;
}

.custom-item-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 10005;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}
.custom-item-modal-overlay.d-none {
  display: none !important;
}

.custom-item-modal-dialog {
  background: #ffffff;
  width: 100%;
  max-width: 780px;
  max-height: 88vh;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: customModalFadeIn 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes customModalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.custom-item-modal-header {
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  background: #ffffff;
}
.custom-item-modal-header .modal-header-text {
  flex-grow: 1;
}
.custom-item-modal-header .modal-title-main {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  margin: 0.5rem 0 0 0;
}

.custom-item-modal-close {
  background: #f1f5f9;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.custom-item-modal-close:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.custom-item-modal-body {
  padding: 1.75rem;
  overflow-y: auto;
  flex-grow: 1;
}
.custom-item-modal-body .custom-item-ref-box {
  background: #f8fafc;
  border-left: 4px solid #0284c7;
  padding: 1rem 1.25rem;
  border-radius: 0 10px 10px 0;
  margin-bottom: 1.5rem;
  font-size: 0.92rem;
  color: #334155;
  line-height: 1.55;
}
.custom-item-modal-body .custom-item-ref-box .ref-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 0.25rem;
}
.custom-item-modal-body .custom-item-field-row {
  margin-bottom: 1.25rem;
}
.custom-item-modal-body .custom-item-field-row .field-row-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  margin-bottom: 0.35rem;
}
.custom-item-modal-body .custom-item-field-row .field-row-value {
  font-size: 0.95rem;
  color: #1e293b;
  line-height: 1.6;
}
.custom-item-modal-body .custom-item-prose {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
}
.custom-item-modal-body .custom-item-prose p {
  margin-bottom: 1rem;
}
.custom-item-modal-body .custom-item-prose p:last-child {
  margin-bottom: 0;
}
.custom-item-modal-body .custom-item-prose h1, .custom-item-modal-body .custom-item-prose h2, .custom-item-modal-body .custom-item-prose h3, .custom-item-modal-body .custom-item-prose h4, .custom-item-modal-body .custom-item-prose h5, .custom-item-modal-body .custom-item-prose h6 {
  color: #0f172a;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.custom-item-modal-body .custom-item-prose ul, .custom-item-modal-body .custom-item-prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.custom-item-modal-body .custom-item-prose strong, .custom-item-modal-body .custom-item-prose b {
  color: #0f172a;
  font-weight: 600;
}
.custom-item-modal-body .custom-item-prose a {
  color: #0284c7;
  text-decoration: underline;
}

.custom-item-modal-footer {
  padding: 1rem 1.75rem;
  border-top: 1px solid #f1f5f9;
  background: #f8fafc;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}

.public-list-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.public-list-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}
.public-list-table thead {
  background-color: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}
.public-list-table thead th {
  padding: 14px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #475569;
  white-space: nowrap;
}
.public-list-table tbody tr {
  transition: background-color 0.15s ease;
  border-bottom: 1px solid #f1f5f9;
}
.public-list-table tbody tr:last-child {
  border-bottom: none;
}
.public-list-table tbody tr:hover {
  background-color: #f8fafc;
}
.public-list-table tbody td {
  padding: 14px 16px;
  vertical-align: middle;
  color: #334155;
  line-height: 1.5;
}
.public-list-table .list-table-thumb {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  background: #f1f5f9;
  display: block;
}
.public-list-table .list-table-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
  text-decoration: none;
}
.public-list-table .list-table-title:hover {
  color: #0284c7;
}
.public-list-table .list-table-desc {
  color: #64748b;
  font-size: 0.88rem;
  margin-top: 4px;
  line-height: 1.5;
  max-width: 540px;
}
.public-list-table .list-table-desc p {
  margin: 0 0 4px 0;
}
.public-list-table .list-table-desc p:last-child {
  margin: 0;
}
.public-list-table .list-table-price {
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
  white-space: nowrap;
}
.public-list-table .list-table-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 0.84rem;
  font-weight: 600;
  border-radius: 6px;
  white-space: nowrap;
  text-decoration: none;
  background: #0284c7;
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.public-list-table .list-table-action-btn:hover {
  background: #0369a1;
  color: #ffffff;
  transform: translateY(-1px);
}
.public-list-table .list-table-action-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  font-size: 0.84rem;
  font-weight: 600;
  border-radius: 6px;
  white-space: nowrap;
  text-decoration: none;
  background: transparent;
  color: #0284c7;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.public-list-table .list-table-action-outline:hover {
  background: #f0f9ff;
  border-color: #0284c7;
  color: #0369a1;
}

.section-wrap {
  position: relative;
  width: min(100% - clamp(1.25rem, 3.5vw, 3rem), 1240px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
}
.section-wrap.section-pad-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-wrap.section-pad-none .section-card-rich,
.section-wrap.section-pad-none .section-rich-text-block,
.section-wrap.section-pad-none .section-card-split {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section-wrap.section-pad-none .text-block > *:first-child,
.section-wrap.section-pad-none .text-block > p:first-child {
  margin-top: 0 !important;
}
.section-wrap.section-pad-none .text-block > *:last-child,
.section-wrap.section-pad-none .text-block > p:last-child {
  margin-bottom: 0 !important;
}
.section-wrap.section-pad-none .curated-gallery-slider,
.section-wrap.section-pad-none .ajax-list-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.section-wrap.section-pad-compact {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 768px) {
  .section-wrap.section-pad-compact {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.section-wrap.section-pad-default {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .section-wrap.section-pad-default {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-wrap.section-pad-spacious {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .section-wrap.section-pad-spacious {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.section-wrap.section-bg-transparent {
  background-color: transparent !important;
  background: transparent !important;
  color: inherit;
  border-radius: 0;
}
.section-wrap.section-bg-transparent .section-card-rich {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.section-wrap.section-bg-transparent .section-card-split {
  background: transparent !important;
  box-shadow: none !important;
}
.section-wrap.section-bg-white {
  background-color: #ffffff;
  color: #1E1E2F;
}
.section-wrap.section-bg-subtle {
  background-color: #f8fafc;
  color: #1E1E2F;
}
.section-wrap.section-bg-accent {
  background: linear-gradient(135deg, rgba(160, 84, 232, 0.05) 0%, rgba(160, 84, 232, 0.12) 100%);
  color: #1E1E2F;
}
.section-wrap.section-bg-dark {
  background-color: #0f172a;
  color: #f8fafc;
}
.section-wrap.section-bg-dark h1,
.section-wrap.section-bg-dark h2,
.section-wrap.section-bg-dark h3,
.section-wrap.section-bg-dark h4,
.section-wrap.section-bg-dark h5,
.section-wrap.section-bg-dark h6 {
  color: #ffffff;
}
.section-wrap.section-bg-dark p,
.section-wrap.section-bg-dark .section-subtitle {
  color: #cbd5e1;
}
.section-wrap.section-bg-primary {
  background: linear-gradient(135deg, #A054E8 0%, #8445BF 100%);
  color: #ffffff;
}
.section-wrap.section-bg-primary h1,
.section-wrap.section-bg-primary h2,
.section-wrap.section-bg-primary h3,
.section-wrap.section-bg-primary h4,
.section-wrap.section-bg-primary h5,
.section-wrap.section-bg-primary h6 {
  color: #ffffff;
}
.section-wrap.section-bg-primary p,
.section-wrap.section-bg-primary .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.section-container-standard {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-container-narrow {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-container-full {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}
.section-container-full .curated-gallery-slider {
  max-width: 100% !important;
  width: 100% !important;
}

.section-header-block {
  margin-bottom: 2.5rem;
}
.section-header-block.text-center {
  text-align: center;
}
.section-header-block.text-left {
  text-align: left;
}
.section-header-block.text-right {
  text-align: right;
}
.section-header-block .section-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #A054E8;
  margin-bottom: 0.5rem;
}
.section-header-block .section-title {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .section-header-block .section-title {
    font-size: 1.75rem;
  }
}
.section-header-block .section-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #7A7A9D;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-header-block .section-subtitle.no-center {
  margin-left: 0;
  margin-right: 0;
}

.section-hero {
  position: relative;
  overflow: hidden;
}
.section-hero.hero-has-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-hero .hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(30, 20, 50, 0.78) 0%, rgba(15, 23, 42, 0.65) 100%);
  z-index: 1;
  pointer-events: none;
}
.section-hero .hero-bg-overlay.hero-overlay-gradient {
  background: linear-gradient(135deg, rgba(30, 20, 50, 0.78) 0%, rgba(15, 23, 42, 0.65) 100%);
}
.section-hero .hero-bg-overlay.hero-overlay-dark {
  background: rgba(0, 0, 0, 0.75);
}
.section-hero .hero-bg-overlay.hero-overlay-subtle {
  background: rgba(0, 0, 0, 0.35);
}
.section-hero .hero-bg-overlay.hero-overlay-glass {
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(4px);
}
.section-hero .hero-bg-overlay.hero-overlay-none {
  display: none;
}
.section-hero .hero-container-inner {
  position: relative;
  z-index: 2;
}
.section-hero .hero-container-inner.hero-glass-box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 3.5rem 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
  max-width: 900px;
  margin: 0 auto;
}
.section-hero .hero-container-inner.hero-glass-box .hero-title {
  color: #1e293b !important;
  text-shadow: none !important;
}
.section-hero .hero-container-inner.hero-glass-box .hero-subtitle {
  color: #475569 !important;
  text-shadow: none !important;
}
.section-hero.hero-text-light .hero-title {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}
.section-hero.hero-text-light .hero-subtitle {
  color: #f1f5f9;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.section-hero.hero-text-light .section-eyebrow {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border-color: rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.section-hero.hero-text-light .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}
.section-hero.hero-text-light .btn-outline:hover {
  background: #ffffff;
  color: #A054E8;
  border-color: #ffffff;
}
.section-hero.hero-text-dark .hero-title {
  color: #1E1E2F;
  text-shadow: none;
}
.section-hero.hero-text-dark .hero-subtitle {
  color: #7A7A9D;
  text-shadow: none;
}
.section-hero .hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .section-hero .hero-title {
    font-size: 2.1rem;
  }
}
.section-hero .hero-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: 0.95;
}
@media (max-width: 768px) {
  .section-hero .hero-subtitle {
    font-size: 1.05rem;
  }
}
.section-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.section-hero .hero-actions.justify-center {
  justify-content: center;
}
.section-hero .hero-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.section-hero .hero-split-grid.split-60-40 {
  grid-template-columns: 3fr 2fr;
}
.section-hero .hero-split-grid.split-40-60 {
  grid-template-columns: 2fr 3fr;
}
.section-hero .hero-split-grid.split-70-30 {
  grid-template-columns: 7fr 3fr;
}
@media (max-width: 900px) {
  .section-hero .hero-split-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
}
.section-hero .hero-split-grid.split-media-left .hero-media-col {
  order: 1;
}
.section-hero .hero-split-grid.split-media-left .hero-text-col {
  order: 2;
}
.section-hero .hero-media-wrapper img,
.section-hero .hero-media-wrapper video {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.cms-dynamic-page-canvas {
  padding: 24px 0 48px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 100%;
}
.cms-dynamic-page-canvas .section-wrap {
  width: min(100% - clamp(1.25rem, 3.5vw, 3rem), 1240px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  overflow: hidden;
}
.cms-dynamic-page-canvas .section-wrap.section-bg-transparent {
  border-radius: 0;
  overflow: visible;
}

.section-card-split {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 2rem;
  align-items: center;
}
.section-card-split .section-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 240px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.08), 0 6px 6px -5px rgba(0, 0, 0, 0.04);
}
.section-card-split .section-image-wrapper .section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.section-card-split .section-image-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.section-card-split .section-image-wrapper .image-placeholder {
  position: relative;
  z-index: 1;
  color: #7A7A9D;
  font-weight: 500;
}
.section-card-split .section-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.section-card-split .section-content h2 {
  color: #A054E8;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700;
}
.section-card-split .section-content .section-subtitle {
  margin-bottom: 12px;
  font-size: 15px;
}
.section-card-split .section-content .text-block {
  color: inherit;
  line-height: 1.6;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  font-size: 15px;
}
.section-card-split .section-content .text-block p:last-child {
  margin-bottom: 0;
}
.section-card-split .section-content .d-flex.mt-4 {
  margin-top: 18px !important;
}
@media (min-width: 768px) {
  .section-card-split {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
  }
  .section-card-split.image-right {
    flex-direction: row-reverse;
  }
  .section-card-split.image-left {
    flex-direction: row;
  }
  .section-card-split .section-image-wrapper {
    flex: 5 1 0%;
    width: 50%;
    max-width: 50%;
    height: auto;
  }
  .section-card-split .section-content {
    flex: 5 1 0%;
    width: 50%;
    max-width: 50%;
    padding: 0;
  }
  .section-card-split.split-70-30 .section-content, .section-card-split.split-text-70-img-30 .section-content {
    flex: 7 1 0%;
    width: 70%;
    max-width: 70%;
  }
  .section-card-split.split-70-30 .section-image-wrapper, .section-card-split.split-text-70-img-30 .section-image-wrapper {
    flex: 3 1 0%;
    width: 30%;
    max-width: 30%;
  }
  .section-card-split.split-60-40 .section-content, .section-card-split.split-text-60-img-40 .section-content {
    flex: 6 1 0%;
    width: 60%;
    max-width: 60%;
  }
  .section-card-split.split-60-40 .section-image-wrapper, .section-card-split.split-text-60-img-40 .section-image-wrapper {
    flex: 4 1 0%;
    width: 40%;
    max-width: 40%;
  }
  .section-card-split.split-50-50 .section-content, .section-card-split.split-text-50-img-50 .section-content {
    flex: 5 1 0%;
    width: 50%;
    max-width: 50%;
  }
  .section-card-split.split-50-50 .section-image-wrapper, .section-card-split.split-text-50-img-50 .section-image-wrapper {
    flex: 5 1 0%;
    width: 50%;
    max-width: 50%;
  }
  .section-card-split.split-40-60 .section-content, .section-card-split.split-text-40-img-60 .section-content {
    flex: 4 1 0%;
    width: 40%;
    max-width: 40%;
  }
  .section-card-split.split-40-60 .section-image-wrapper, .section-card-split.split-text-40-img-60 .section-image-wrapper {
    flex: 6 1 0%;
    width: 60%;
    max-width: 60%;
  }
  .section-card-split.split-30-70 .section-content, .section-card-split.split-text-30-img-70 .section-content {
    flex: 3 1 0%;
    width: 30%;
    max-width: 30%;
  }
  .section-card-split.split-30-70 .section-image-wrapper, .section-card-split.split-text-30-img-70 .section-image-wrapper {
    flex: 7 1 0%;
    width: 70%;
    max-width: 70%;
  }
}

.section-container-full .section-card-split {
  gap: 0;
}
.section-container-full .section-card-split .section-image-wrapper {
  border-radius: 0;
  box-shadow: none;
}
.section-container-full .section-card-split .section-image-wrapper .section-image,
.section-container-full .section-card-split .section-image-wrapper video {
  border-radius: 0;
}
.section-container-full .section-card-split .section-content {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .section-container-full .section-card-split {
    gap: 0;
    align-items: stretch;
  }
  .section-container-full .section-card-split .section-image-wrapper {
    min-height: 0;
    position: relative;
  }
  .section-container-full .section-card-split .section-image-wrapper .section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section-container-full .section-card-split .section-content {
    padding: 2.5rem 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}

.section-card-rich,
.section-rich-text-block {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}
.section-card-rich h2,
.section-rich-text-block h2 {
  color: #A054E8;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
}
.section-card-rich .text-block,
.section-rich-text-block .text-block {
  color: #1E1E2F;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
}
.section-card-rich .text-block table,
.section-rich-text-block .text-block table {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  margin: 0;
  height: 100%;
}
.section-card-rich .text-block table tbody,
.section-rich-text-block .text-block table tbody {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.section-card-rich .text-block table tr,
.section-rich-text-block .text-block table tr {
  display: flex !important;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 800px) {
  .section-card-rich .text-block table tbody,
  .section-card-rich .text-block table tr,
  .section-rich-text-block .text-block table tbody,
  .section-rich-text-block .text-block table tr {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-card-rich .text-block table td,
  .section-rich-text-block .text-block table td {
    display: block;
    width: 100% !important;
    height: auto;
    padding: 12px 0 !important;
  }
}
.section-card-rich .text-block table td,
.section-card-rich .text-block .jodit-flex-col,
.section-card-rich .text-block .jodit-flex-col-40,
.section-rich-text-block .text-block table td,
.section-rich-text-block .text-block .jodit-flex-col,
.section-rich-text-block .text-block .jodit-flex-col-40 {
  vertical-align: top;
  word-break: break-word;
  padding: 0;
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.section-card-rich .text-block table td > p,
.section-card-rich .text-block table td p,
.section-card-rich .text-block .jodit-flex-col > p,
.section-card-rich .text-block .jodit-flex-col p,
.section-card-rich .text-block .jodit-flex-col-40 > p,
.section-card-rich .text-block .jodit-flex-col-40 p,
.section-rich-text-block .text-block table td > p,
.section-rich-text-block .text-block table td p,
.section-rich-text-block .text-block .jodit-flex-col > p,
.section-rich-text-block .text-block .jodit-flex-col p,
.section-rich-text-block .text-block .jodit-flex-col-40 > p,
.section-rich-text-block .text-block .jodit-flex-col-40 p {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: stretch;
}
.section-card-rich .text-block table td *:has(.curated-gallery-slider),
.section-card-rich .text-block table td *:has(.ajax-list-container),
.section-card-rich .text-block .jodit-flex-col *:has(.curated-gallery-slider),
.section-card-rich .text-block .jodit-flex-col *:has(.ajax-list-container),
.section-card-rich .text-block .jodit-flex-col-40 *:has(.curated-gallery-slider),
.section-card-rich .text-block .jodit-flex-col-40 *:has(.ajax-list-container),
.section-rich-text-block .text-block table td *:has(.curated-gallery-slider),
.section-rich-text-block .text-block table td *:has(.ajax-list-container),
.section-rich-text-block .text-block .jodit-flex-col *:has(.curated-gallery-slider),
.section-rich-text-block .text-block .jodit-flex-col *:has(.ajax-list-container),
.section-rich-text-block .text-block .jodit-flex-col-40 *:has(.curated-gallery-slider),
.section-rich-text-block .text-block .jodit-flex-col-40 *:has(.ajax-list-container) {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto !important;
  height: 100% !important;
  align-items: stretch;
}
.section-card-rich .text-block table td > .ajax-list-container,
.section-card-rich .text-block table td > p > .ajax-list-container,
.section-card-rich .text-block table td .ajax-list-container,
.section-card-rich .text-block .jodit-flex-col > .ajax-list-container,
.section-card-rich .text-block .jodit-flex-col > p > .ajax-list-container,
.section-card-rich .text-block .jodit-flex-col .ajax-list-container,
.section-card-rich .text-block .jodit-flex-col-40 > .ajax-list-container,
.section-card-rich .text-block .jodit-flex-col-40 > p > .ajax-list-container,
.section-card-rich .text-block .jodit-flex-col-40 .ajax-list-container,
.section-rich-text-block .text-block table td > .ajax-list-container,
.section-rich-text-block .text-block table td > p > .ajax-list-container,
.section-rich-text-block .text-block table td .ajax-list-container,
.section-rich-text-block .text-block .jodit-flex-col > .ajax-list-container,
.section-rich-text-block .text-block .jodit-flex-col > p > .ajax-list-container,
.section-rich-text-block .text-block .jodit-flex-col .ajax-list-container,
.section-rich-text-block .text-block .jodit-flex-col-40 > .ajax-list-container,
.section-rich-text-block .text-block .jodit-flex-col-40 > p > .ajax-list-container,
.section-rich-text-block .text-block .jodit-flex-col-40 .ajax-list-container {
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.section-card-rich .text-block table td .curated-gallery-slider,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider,
.section-rich-text-block .text-block table td .curated-gallery-slider,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider {
  width: 100%;
  min-height: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin: 0;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-main-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-main-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-main-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-main-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-main-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-main-wrapper {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-viewport,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-viewport,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-viewport,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-viewport,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-viewport,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-viewport {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-track,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-track,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-track,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-track,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-track,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-track {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .product-card,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .card,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .table-card,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > a.product-card,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > div.product-card,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .facebook-post-card,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .youtube-video-card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .product-card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .table-card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > a.product-card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > div.product-card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .facebook-post-card,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .youtube-video-card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .product-card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .table-card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > a.product-card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > div.product-card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .facebook-post-card,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .youtube-video-card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .product-card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .table-card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > a.product-card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > div.product-card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .facebook-post-card,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .youtube-video-card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .product-card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .table-card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > a.product-card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > div.product-card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .facebook-post-card,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .youtube-video-card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .product-card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .table-card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > a.product-card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > div.product-card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .facebook-post-card,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .youtube-video-card {
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .product-card .card-image-wrapper,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .card .card-image-wrapper,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .table-card .card-image-wrapper,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > a.product-card .card-image-wrapper,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > div.product-card .card-image-wrapper,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .facebook-post-card .card-image-wrapper,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .youtube-video-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .product-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .table-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > a.product-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > div.product-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .facebook-post-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .youtube-video-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .product-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .table-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > a.product-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > div.product-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .facebook-post-card .card-image-wrapper,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .youtube-video-card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .product-card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .table-card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > a.product-card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > div.product-card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .facebook-post-card .card-image-wrapper,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .youtube-video-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .product-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .table-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > a.product-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > div.product-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .facebook-post-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .youtube-video-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .product-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .table-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > a.product-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > div.product-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .facebook-post-card .card-image-wrapper,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .youtube-video-card .card-image-wrapper {
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  flex: 0 0 180px;
}
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .product-card .card-body,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .card .card-body,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .table-card .card-body,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > a.product-card .card-body,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > div.product-card .card-body,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .facebook-post-card .card-body,
.section-card-rich .text-block table td .curated-gallery-slider .slider-slide > .youtube-video-card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .product-card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .table-card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > a.product-card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > div.product-card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .facebook-post-card .card-body,
.section-card-rich .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .youtube-video-card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .product-card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .table-card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > a.product-card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > div.product-card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .facebook-post-card .card-body,
.section-card-rich .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .youtube-video-card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .product-card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .table-card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > a.product-card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > div.product-card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .facebook-post-card .card-body,
.section-rich-text-block .text-block table td .curated-gallery-slider .slider-slide > .youtube-video-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .product-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .table-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > a.product-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > div.product-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .facebook-post-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col .curated-gallery-slider .slider-slide > .youtube-video-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .product-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .table-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > a.product-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > div.product-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .facebook-post-card .card-body,
.section-rich-text-block .text-block .jodit-flex-col-40 .curated-gallery-slider .slider-slide > .youtube-video-card .card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}

.section-split-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}
.section-split-grid.split-50-50 {
  grid-template-columns: 1fr 1fr;
}
.section-split-grid.split-60-40 {
  grid-template-columns: 3fr 2fr;
}
.section-split-grid.split-40-60 {
  grid-template-columns: 2fr 3fr;
}
.section-split-grid.split-70-30 {
  grid-template-columns: 7fr 3fr;
}
@media (max-width: 900px) {
  .section-split-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
}
.section-split-grid.media-pos-left .split-media-col {
  order: 1;
}
.section-split-grid.media-pos-left .split-content-col {
  order: 2;
}
.section-split-grid.media-pos-right .split-content-col {
  order: 1;
}
.section-split-grid.media-pos-right .split-media-col {
  order: 2;
}
.section-split-grid .split-media-col img,
.section-split-grid .split-media-col video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}

.section-features-grid {
  display: grid;
  gap: 2rem;
}
.section-features-grid.cols-1 {
  grid-template-columns: 1fr;
}
.section-features-grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 640px) {
  .section-features-grid.cols-2 {
    grid-template-columns: 1fr;
  }
}
.section-features-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .section-features-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .section-features-grid.cols-3 {
    grid-template-columns: 1fr;
  }
}
.section-features-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .section-features-grid.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .section-features-grid.cols-4 {
    grid-template-columns: 1fr;
  }
}
.section-features-grid .feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.section-features-grid .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.08);
}
.section-features-grid .feature-card .feature-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(160, 84, 232, 0.1);
  color: #A054E8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.section-features-grid .feature-card .feature-icon-wrapper .material-icons-outlined {
  font-size: 26px;
}
.section-features-grid .feature-card .feature-img-wrapper {
  margin-bottom: 1.25rem;
}
.section-features-grid .feature-card .feature-img-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}
.section-features-grid .feature-card .feature-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.section-features-grid .feature-card .feature-card-desc {
  font-size: 0.95rem;
  color: #7A7A9D;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.section-features-grid .feature-card .feature-card-link {
  font-weight: 600;
  color: #A054E8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.section-features-grid .feature-card .feature-card-link:hover {
  gap: 8px;
}

.section-cta-box {
  border-radius: 16px;
  padding: 3.5rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-cta-box.cta-accent {
  background: linear-gradient(135deg, #A054E8 0%, #8445BF 100%);
  color: #ffffff;
}
.section-cta-box.cta-accent h2,
.section-cta-box.cta-accent h3 {
  color: #ffffff;
}
.section-cta-box.cta-accent p {
  color: rgba(255, 255, 255, 0.92);
}
.section-cta-box.cta-dark {
  background-color: #0f172a;
  color: #ffffff;
}
.section-cta-box.cta-dark h2,
.section-cta-box.cta-dark h3 {
  color: #ffffff;
}
.section-cta-box.cta-dark p {
  color: #cbd5e1;
}
.section-cta-box.cta-subtle {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #1E1E2F;
}
.section-cta-box .cta-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .section-cta-box .cta-title {
    font-size: 1.75rem;
  }
}
.section-cta-box .cta-subtitle {
  font-size: 1.15rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.section-cta-box .cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-rich-text {
  line-height: 1.75;
  font-size: 1.05rem;
}
.section-rich-text p {
  margin-bottom: 1.25rem;
}
.section-rich-text h1,
.section-rich-text h2,
.section-rich-text h3,
.section-rich-text h4,
.section-rich-text h5,
.section-rich-text h6 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.section-rich-text img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.section-rich-text ul,
.section-rich-text ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.section-rich-text blockquote {
  border-left: 4px solid #A054E8;
  margin: 1.5rem 0;
  padding: 0.5rem 0 0.5rem 1.25rem;
  font-style: italic;
  color: #7A7A9D;
}

.section-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.section-gallery-grid .gallery-item {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/3;
}
.section-gallery-grid .gallery-item img,
.section-gallery-grid .gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.section-gallery-grid .gallery-item img:hover,
.section-gallery-grid .gallery-item video:hover {
  transform: scale(1.04);
}

.header-transparent {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
  z-index: 100;
}
.header-transparent .nav-link {
  color: #ffffff !important;
}

.cms-hero-banner {
  background: #f7fafc;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.cms-columns {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 768px) {
  .cms-columns {
    grid-template-columns: 1fr;
  }
}

.cms-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .cms-split-layout {
    grid-template-columns: 1fr;
  }
}

.about-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
}
.about-container .about-lead {
  font-size: 1.2rem;
  color: #34495e;
  line-height: 1.6;
}

.global-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.global-modal-overlay.picker-overlay {
  z-index: 10005;
}
.global-modal-overlay.injector-overlay {
  z-index: 9999;
}

.global-confirm-dialog {
  background: white;
  width: 90%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-align: center;
}

.global-confirm-icon-wrapper {
  color: #e53e3e;
  margin-bottom: 15px;
}
.global-confirm-icon-wrapper .material-icons-outlined {
  font-size: 48px;
}

.global-confirm-title {
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  color: #1e293b;
}

.global-confirm-text {
  margin: 0 0 25px 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

.global-picker-dialog {
  background: white;
  width: 90%;
  max-width: 1100px;
  height: 85vh;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.global-picker-header {
  padding: 15px 20px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-picker-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  color: #1e293b;
}

.modal-close-btn {
  background: none;
  border: none;
  color: #64748b;
  padding: 4px;
  border-radius: 4px;
  transition: background 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.modal-close-btn:hover {
  background: #e2e8f0;
}

.global-picker-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #f1f5f9;
  flex-grow: 1;
}

.global-injector-dialog {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.global-injector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.global-injector-title {
  margin: 0;
}

.modal-close-icon {
  color: #64748b;
  cursor: pointer;
}
.modal-close-icon:hover {
  color: #334155;
}

.global-injector-search-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.global-injector-results {
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px;
  background: #f8fafc;
}

.global-injector-item-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 4px 0;
  background: #f8fafc;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  width: fit-content;
  text-decoration: none;
  color: #0f172a;
  cursor: pointer;
}
.global-injector-item-link strong {
  color: #3b82f6;
}

.global-picker-close-btn {
  background: none;
  border: none;
  color: #64748b;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-picker-close-btn:hover {
  background: #e2e8f0;
}

.global-picker-footer {
  padding: 12px 20px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-picker-multi-count {
  font-weight: 500;
  color: #475569;
  font-size: 0.9rem;
}

.social-share-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.social-share-modal-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 500px;
  max-width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-social-share-submit {
  background: #1877f2 !important;
  border: none !important;
}

.hashtag-pill {
  background: #e2e8f0;
  padding: 4px 8px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.hashtag-pill .hashtag-remove {
  font-size: 14px;
  cursor: pointer;
  color: #ef4444;
}

body {
  background-color: #F4F7FE;
  color: #1E1E2F;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

img {
  border-radius: 8px;
}

a {
  color: #A054E8;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #8445BF;
}
