/* Component-specific CSS */

/* Navigation Component */
.navbar-scrolled {
  background-color: rgba(11, 12, 16, 0.8);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mobile-menu-active {
  transform: translateY(0);
}

/* Hero Component */
.hero-code-block {
  background: #0d0f12;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease;
}

.hero-code-block:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Bento Grid Component */
.bento-card {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.bento-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(2, 10, 25, 0.26);
}

/* Spotlight utilities (replaces inline style attributes) */
.js-spotlight {
  --spotlight-color: rgba(34, 211, 238, 0.14);
}

.spotlight-overlay {
  background: radial-gradient(
    600px circle at var(--mouse-x) var(--mouse-y),
    var(--spotlight-color),
    transparent 40%
  );
}

.spotlight-cyan-12 {
  --spotlight-color: rgba(34, 211, 238, 0.12);
}

.spotlight-cyan-14 {
  --spotlight-color: rgba(34, 211, 238, 0.14);
}

.spotlight-cyan-16 {
  --spotlight-color: rgba(34, 211, 238, 0.16);
}

.spotlight-blue-13 {
  --spotlight-color: rgba(59, 130, 246, 0.13);
}

.spotlight-blue-14 {
  --spotlight-color: rgba(59, 130, 246, 0.14);
}

.spotlight-blue-16 {
  --spotlight-color: rgba(59, 130, 246, 0.16);
}

.bento-icon {
  transition: all 0.3s ease;
}

.bento-card:hover .bento-icon {
  transform: scale(1.05);
}

/* Student Card Component */
.student-card {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.student-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(2, 10, 25, 0.26);
}

.student-avatar {
  transition: border-color 0.3s ease;
}

.student-card:hover .student-avatar {
  border-color: var(--hover-color, #22d3ee);
}

/* Teacher Card Component */
.teacher-card {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.teacher-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(2, 10, 25, 0.26);
}

.teacher-avatar {
  transition: border-color 0.3s ease;
}

.teacher-card:hover .teacher-avatar {
  border-color: var(--hover-color, #22d3ee);
}

/* Skills Globe Component */
.skills-globe-wrap {
  margin-top: 2rem;
}

.about-layout {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
}

.about-bento-grid {
  min-height: 100%;
}

.skills-globe-panel {
  height: 100%;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0.015) 100%
  );
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  overflow: hidden;
}

.skills-globe-heading {
  padding: 0.15rem 0.15rem 0;
}

.skills-globe-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
}

.skills-globe-subtitle {
  margin-top: 0.4rem;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.45;
}

.skills-globe-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.skills-filter-btn {
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  border-radius: 9999px;
  padding: 0.38rem 0.85rem;
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    border-color 0.24s ease,
    color 0.24s ease,
    background-color 0.24s ease,
    transform 0.24s ease;
}

.skills-filter-btn:hover {
  border-color: rgba(125, 211, 252, 0.45);
  color: #e2e8f0;
  transform: translateY(-1px);
}

.skills-filter-btn.is-active {
  border-color: rgba(34, 211, 238, 0.55);
  background: rgba(34, 211, 238, 0.18);
  color: #67e8f9;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 8px 20px rgba(34, 211, 238, 0.12);
}

.skills-globe {
  width: 100%;
  height: 500px;
  margin: 0;
  border-radius: 1.15rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: radial-gradient(
      130% 90% at 80% 15%,
      rgba(56, 189, 248, 0.08) 0%,
      rgba(56, 189, 248, 0) 55%
    ),
    rgba(4, 8, 18, 0.55);
}

.skills-sphere-canvas {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
}

.skills-sphere-canvas:active {
  cursor: grabbing;
}

.skills-sphere-fallback {
  position: absolute;
  inset: 0;
  display: none;
  place-content: center;
  grid-template-columns: repeat(4, minmax(0, 72px));
  gap: 0.9rem;
  padding: 1.25rem;
}

.skills-sphere-fallback-item {
  appearance: none;
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
}

.skills-sphere-fallback-item:hover {
  transform: translateY(-2px);
  border-color: rgba(125, 211, 252, 0.42);
}

.skills-sphere-fallback-item.is-active {
  border-color: rgba(34, 211, 238, 0.55);
  background: rgba(34, 211, 238, 0.15);
}

.skills-sphere-fallback-item img {
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.35));
}

.skills-globe-insight {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.95rem;
  padding: 0.72rem 0.8rem 0.8rem;
  height: 126px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(150deg, rgba(15, 23, 42, 0.68), rgba(15, 23, 42, 0.45)),
    radial-gradient(120% 100% at 100% 0%, rgba(34, 211, 238, 0.08), rgba(34, 211, 238, 0));
}

.skills-globe-insight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.skills-globe-insight-track,
.skills-globe-insight-level {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skills-globe-insight-track {
  color: #67e8f9;
}

.skills-globe-insight-level {
  color: #94a3b8;
}

.skills-globe-insight-name {
  margin-top: 0.38rem;
  margin-bottom: 0;
  color: #f8fafc;
  font-size: 1.05rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.skills-globe-insight-description {
  margin-top: 0.4rem;
  margin-bottom: 0;
  color: #94a3b8;
  font-size: 0.84rem;
  line-height: 1.55;
  min-height: calc(2 * 1.55em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .about-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 500px);
    gap: 1.75rem;
  }

  .skills-globe-wrap {
    margin-top: 0;
    position: sticky;
    top: 6.25rem;
    align-self: start;
  }

  .skills-globe {
    height: 540px;
  }
}

@media (max-width: 1023px) {
  .skills-globe {
    height: 460px;
  }
}

@media (max-width: 768px) {
  .skills-globe-wrap {
    margin-top: 1rem;
  }

  .skills-globe-panel {
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .skills-globe-heading {
    padding: 0;
  }

  .skills-globe-title {
    font-size: 1.05rem;
  }

  .skills-globe-subtitle {
    font-size: 0.82rem;
  }

  .skills-filter-btn {
    font-size: 0.68rem;
    padding: 0.34rem 0.72rem;
  }

  .skills-globe {
    height: 390px;
    border-radius: 1rem;
  }

  .skills-sphere-fallback {
    grid-template-columns: repeat(3, minmax(0, 62px));
    gap: 0.7rem;
    padding: 0.75rem;
  }

  .skills-sphere-fallback-item {
    width: 62px;
    height: 62px;
    border-radius: 9999px;
  }

  .skills-sphere-fallback-item img {
    width: 38px;
    height: 38px;
  }

  .skills-globe-insight {
    border-radius: 0.85rem;
    padding: 0.65rem 0.72rem 0.72rem;
    height: 118px;
  }

  .skills-globe-insight-name {
    font-size: 0.96rem;
  }

  .skills-globe-insight-description {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}

/* Chat Widget Component */
.chat-window {
  transform-origin: bottom right;
  transition: all 0.3s ease;
}

.chat-window-enter {
  animation: slideUp 0.3s ease-out;
}

.chat-widget {
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(
      120% 70% at 100% 0%,
      rgba(255, 140, 96, 0.12) 0%,
      rgba(255, 140, 96, 0) 55%
    ),
    linear-gradient(170deg, rgba(22, 25, 30, 0.94), rgba(8, 12, 20, 0.96));
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.chat-header {
  padding: 0.9rem 0.95rem 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(
      135deg,
      rgba(255, 79, 89, 0.98) 0%,
      rgba(255, 143, 92, 0.95) 85%
    ),
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.chat-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.chat-brand-badge {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.chat-status {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.chat-body {
  height: 21rem;
  padding: 1rem 0.95rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
  background:
    radial-gradient(
      120% 90% at 0% 100%,
      rgba(255, 79, 89, 0.06) 0%,
      rgba(255, 79, 89, 0) 60%
    ),
    linear-gradient(180deg, rgba(4, 10, 22, 0.5), rgba(3, 8, 18, 0.7));
}

.chat-row {
  display: flex;
  gap: 0.55rem;
  align-items: flex-end;
}

.chat-row-user {
  justify-content: flex-end;
}

.chat-avatar {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  flex-shrink: 0;
}

.chat-avatar-bot {
  color: #ff7d6d;
  border: 1px solid rgba(255, 122, 102, 0.38);
  background: rgba(255, 79, 89, 0.12);
}

.chat-avatar-user {
  color: #cbd5e1;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(148, 163, 184, 0.14);
}

.chat-bubble {
  max-width: 82%;
  padding: 0.78rem 0.92rem;
  border-radius: 1.08rem;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-word;
}

.chat-bubble-bot {
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.02) 70%
  );
  border-top-left-radius: 0.45rem;
}

.chat-bubble-user {
  color: #ffffff;
  border: 1px solid rgba(255, 181, 145, 0.55);
  background: linear-gradient(145deg, #ff6a64 0%, #ff8f58 95%);
  box-shadow: 0 10px 20px rgba(255, 107, 97, 0.22);
  border-bottom-right-radius: 0.45rem;
}

.chat-typing {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.chat-typing .typing-dot {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 9999px;
  background: #9ca3af;
}

.chat-input-area {
  padding: 0.8rem 0.9rem 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(8, 12, 20, 0.86), rgba(8, 12, 20, 0.98));
}

.chat-form {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.chat-input {
  min-height: 2.95rem;
  background: rgba(2, 6, 14, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 9999px;
  color: #f8fafc;
  transition: all 0.3s ease;
}

.chat-input:focus {
  border-color: rgba(255, 79, 89, 0.6);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 79, 89, 0.14);
}

.chat-input::placeholder {
  color: rgba(148, 163, 184, 0.68);
}

.quick-action-btn {
  transition: all 0.2s ease;
}

.quick-action-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

/* Form Component */
.form-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.form-input:focus {
  border-color: rgba(255, 79, 89, 0.5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 79, 89, 0.1);
}

.form-label {
  font-weight: 500;
  color: rgb(203, 213, 225);
  margin-bottom: 0.5rem;
  display: block;
}

/* Footer Component */
.footer-link {
  transition: all 0.3s ease;
}

.footer-link:hover {
  transform: scale(1.1);
  color: white;
}

/* Enhanced Button Components */

/* Hero Section Buttons */
.hero-cta-group {
  gap: 0.9rem;
}

.btn-hero {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1;
  isolation: isolate;
  text-decoration: none;
}

.btn-hero::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.02) 60%
  );
  z-index: -2;
}

.btn-hero::after {
  content: "";
  position: absolute;
  top: -120%;
  right: -55%;
  width: 170%;
  height: 240%;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0) 58%
  );
  opacity: 0;
  transform: rotate(15deg);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  z-index: -1;
}

.btn-hero:hover::after {
  opacity: 1;
  transform: rotate(15deg) translateY(8%);
}

.btn-hero-bento {
  min-height: 2.9rem;
  padding: 0.8rem 1.3rem;
  border-radius: 0.85rem;
  font-size: 1rem;
  color: #eef3ff !important;
  border: 1px solid rgba(148, 163, 184, 0.34) !important;
  background:
    linear-gradient(145deg, rgba(10, 16, 30, 0.94), rgba(15, 23, 42, 0.85))
      padding-box,
    linear-gradient(
        130deg,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.03)
      )
      border-box !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 10px 24px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(148, 163, 184, 0.1) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.btn-hero-bento i {
  font-size: 0.92em;
  opacity: 0.92;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.btn-hero-bento:hover i {
  transform: translateY(-1px) scale(1.03);
  opacity: 1;
}

.btn-hero-bento-primary {
  background:
    linear-gradient(
        145deg,
        rgba(255, 79, 89, 0.92),
        rgba(255, 144, 87, 0.9) 72%
      )
      padding-box,
    linear-gradient(
        125deg,
        rgba(255, 194, 160, 0.88),
        rgba(255, 109, 90, 0.62),
        rgba(255, 255, 255, 0.28)
      )
      border-box !important;
  color: #ffffff !important;
  border-color: rgba(255, 186, 148, 0.75) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 12px 30px rgba(255, 89, 95, 0.38),
    0 0 20px rgba(255, 128, 92, 0.3) !important;
}

.btn-hero-bento-secondary {
  color: #dbe4f2 !important;
}

.btn-hero-bento:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 232, 240, 0.5) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 14px 30px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(226, 232, 240, 0.16) !important;
}

.btn-hero-bento-primary:hover {
  border-color: rgba(255, 207, 178, 0.95) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 16px 36px rgba(255, 79, 89, 0.44),
    0 0 32px rgba(255, 128, 90, 0.38) !important;
}

.btn-hero-bento:active {
  transform: translateY(0) scale(0.98);
}

@media (max-width: 640px) {
  .hero-cta-group {
    width: 100%;
    gap: 0.7rem;
  }

  .btn-hero-bento {
    width: 100%;
    font-size: 0.95rem;
    min-height: 2.8rem;
    padding: 0.78rem 1rem;
  }
}

/* keep legacy shimmer disabled for this variant */
.btn-hero.btn-hero-bento::before,
.btn-hero.btn-hero-bento::after {
  pointer-events: none;
}

/* Legacy fallback */
.btn-hero:not(.btn-hero-bento)::before {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.btn-hero:not(.btn-hero-bento):hover::before {
  left: 100%;
}

/* Student Card Buttons */
.btn-student {
  width: 100%;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  margin-top: auto;
}

.btn-student i {
  transition: transform 0.3s ease;
}

.btn-student:hover i {
  transform: translateX(0.25rem);
}

/* Teacher Profile Button */
.btn-teacher-profile {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
}

.btn-teacher-profile i {
  transition: transform 0.3s ease;
}

.btn-teacher-profile:hover i {
  transform: scale(1.1);
}

/* Chat Widget Buttons */
.btn-chat-send {
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 106, 101, 0.98), rgba(255, 148, 86, 0.98))
      padding-box,
    linear-gradient(135deg, rgba(255, 204, 176, 0.95), rgba(255, 255, 255, 0.28))
      border-box;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 22px rgba(255, 103, 98, 0.34);
}

.btn-chat-send:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 14px 26px rgba(255, 103, 98, 0.45);
}

.btn-chat-send:active {
  transform: translateY(0) scale(0.96);
}

.btn-chat-quick {
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.btn-chat-quick:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* Floating Chat Button */
.btn-chat-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.82rem 1.1rem;
  background:
    linear-gradient(135deg, rgba(255, 94, 96, 0.96), rgba(255, 147, 83, 0.96))
      padding-box,
    linear-gradient(135deg, rgba(255, 204, 176, 0.96), rgba(255, 255, 255, 0.3))
      border-box;
  color: #ffffff;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 12px 28px rgba(255, 97, 95, 0.38);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-chat-float:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.33),
    0 16px 34px rgba(255, 97, 95, 0.5);
}

.btn-chat-float span {
  max-width: 180px;
  overflow: visible;
  opacity: 1;
  white-space: nowrap;
}

.btn-chat-float-glyph {
  animation: pulse 2s infinite;
  font-size: 0.95rem;
  line-height: 1;
  color: #fff;
}

/* Footer Social Buttons */
.btn-footer-social {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-footer-social:hover {
  transform: translateY(-2px) scale(1.05);
  color: white;
}

.btn-chat-send:focus-visible,
.btn-chat-quick:focus-visible,
.btn-chat-float:focus-visible,
.btn-footer-social:focus-visible,
.btn-mobile-menu:focus-visible,
.btn-close:focus-visible {
  outline: 2px solid rgba(255, 79, 89, 0.72);
  outline-offset: 2px;
}

.btn-footer-social.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  border-color: transparent;
}

.btn-footer-social.tiktok:hover {
  background: #000000;
  border-color: #000000;
}

.btn-footer-social.youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

/* CTA Section Button */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  background: linear-gradient(135deg, #ff4f59 0%, #ff9057 100%);
  color: white;
  border-radius: 9999px;
  box-shadow: 0 4px 15px rgba(255, 79, 89, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 79, 89, 0.4);
}

.btn-cta i {
  transition: transform 0.3s ease;
}

.btn-cta:hover i {
  transform: translateX(0.25rem);
}

/* Mobile Menu Button */
.btn-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
}

.btn-mobile-menu:hover {
  color: #ff4f59;
}

.btn-mobile-menu i {
  transition: transform 0.3s ease;
}

.btn-mobile-menu:hover i {
  transform: scale(1.1);
}

/* Close Button */
.btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  border-radius: 0.8rem;
  transition: all 0.2s ease;
}

.btn-close:hover {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.32);
}

/* Button States */
.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Button Animations */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Button Focus Styles */
.btn-focus-visible:focus-visible {
  outline: 2px solid rgba(255, 79, 89, 0.5);
  outline-offset: 2px;
}

@media (hover: none) {
  .btn-chat-float span {
    max-width: 180px;
  }
}

@media (max-width: 640px) {
  .chat-dock {
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .chat-widget {
    width: min(92vw, 24rem);
  }

  .chat-body {
    height: 18.5rem;
  }

  .btn-chat-float {
    padding: 0.72rem 0.98rem;
    min-height: 2.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-chat-send,
  .btn-chat-quick,
  .btn-chat-float,
  .btn-footer-social,
  .btn-mobile-menu,
  .btn-close,
  .btn-cta,
  .btn-hero-bento {
    transition: none;
  }

  .btn-chat-float-glyph {
    animation: none;
  }
}

/* Consistency Override: color, typography, cards */
.navbar-scrolled {
  background-color: rgba(11, 16, 32, 0.82);
  border-color: var(--rpl-border);
}

.bento-card,
.student-card,
.teacher-card {
  border-radius: var(--rpl-card-radius);
  border: 1px solid var(--rpl-border);
  background: linear-gradient(
    165deg,
    rgba(18, 26, 43, 0.96),
    rgba(15, 23, 38, 0.88)
  );
  box-shadow: var(--rpl-shadow);
}

.skills-globe-panel {
  border-radius: calc(var(--rpl-card-radius) + 0.15rem);
  border: 1px solid var(--rpl-border);
  background: linear-gradient(
    175deg,
    rgba(18, 26, 43, 0.96) 0%,
    rgba(15, 23, 38, 0.92) 100%
  );
  box-shadow: var(--rpl-shadow);
}

.skills-globe-title {
  color: var(--rpl-text);
}

.skills-globe-subtitle {
  color: var(--rpl-muted);
}

.skills-globe {
  border-color: rgba(34, 211, 238, 0.18);
  background:
    radial-gradient(
      140% 95% at 85% 10%,
      rgba(34, 211, 238, 0.16) 0%,
      rgba(34, 211, 238, 0) 58%
    ),
    radial-gradient(
      95% 80% at 10% 100%,
      rgba(59, 130, 246, 0.12) 0%,
      rgba(59, 130, 246, 0) 65%
    ),
    rgba(5, 12, 26, 0.72);
}

.btn-mobile-menu:hover {
  color: var(--rpl-accent);
}

.chat-widget {
  border-color: var(--rpl-border);
  background:
    radial-gradient(
      120% 70% at 100% 0%,
      rgba(34, 211, 238, 0.14) 0%,
      rgba(34, 211, 238, 0) 58%
    ),
    linear-gradient(170deg, rgba(18, 26, 43, 0.94), rgba(11, 16, 32, 0.96));
}

.chat-header {
  background:
    linear-gradient(
      135deg,
      rgba(34, 211, 238, 0.95) 0%,
      rgba(59, 130, 246, 0.92) 85%
    ),
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.chat-avatar-bot {
  color: var(--rpl-accent);
  border-color: rgba(34, 211, 238, 0.45);
  background: rgba(34, 211, 238, 0.14);
}

.chat-bubble-user {
  border-color: rgba(125, 211, 252, 0.55);
  background: linear-gradient(145deg, #22d3ee 0%, #3b82f6 95%);
  box-shadow: 0 10px 20px rgba(34, 211, 238, 0.22);
}

.chat-input:focus {
  border-color: rgba(34, 211, 238, 0.6);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.14);
}

.btn-chat-send,
.btn-chat-float {
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.98), rgba(59, 130, 246, 0.98))
      padding-box,
    linear-gradient(135deg, rgba(186, 230, 253, 0.95), rgba(255, 255, 255, 0.3))
      border-box;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 12px 28px rgba(37, 99, 235, 0.35);
}

/* Rhythm + Type Scale */
.section-shell {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.section-hero {
  padding-top: clamp(7rem, 12vw, 10rem);
  padding-bottom: clamp(4.2rem, 8vw, 6.2rem);
}

.section-hero h1 {
  font-size: clamp(2.3rem, 6vw, 4.5rem);
  line-height: 1.08;
}

.section-hero p {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.section-title {
  font-size: clamp(1.8rem, 3.1vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-lead {
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.72;
  color: var(--rpl-muted);
}

#about .about-bento-grid,
#prospek .grid {
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

#about .bento-card,
#prospek .bento-card,
#student-carousel > div,
#guru .group.w-full.max-w-md {
  border-radius: var(--rpl-card-radius);
  padding: clamp(1.25rem, 2vw, 2rem);
}

#student-carousel {
  gap: clamp(1rem, 1.8vw, 1.5rem);
  padding-left: clamp(1rem, 2.5vw, 1.5rem);
  padding-right: clamp(1rem, 2.5vw, 1.5rem);
}

@media (max-width: 768px) {
  .section-shell {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-hero {
    padding-top: 6.2rem;
    padding-bottom: 3.4rem;
  }
}

/* Unified Card Interaction */
#student-carousel > div,
#prospek .bento-card,
#about .bento-card,
#guru .group.w-full.max-w-md {
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease !important;
}

#student-carousel > div:hover,
#prospek .bento-card:hover,
#about .bento-card:hover,
#guru .group.w-full.max-w-md:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.38) !important;
  box-shadow:
    0 16px 30px rgba(3, 10, 24, 0.33),
    0 0 0 1px rgba(34, 211, 238, 0.16);
}

#student-carousel > div .pointer-events-none.absolute.-inset-px,
#prospek .bento-card .pointer-events-none.absolute.-inset-px,
#about .bento-card .pointer-events-none.absolute.-inset-px,
#guru .group.w-full.max-w-md .pointer-events-none.absolute.-inset-px {
  transition: opacity 0.26s ease;
}

/* About Card Redesign (2026-02-10) */
#about .about-bento-grid {
  align-items: start;
}

#about .about-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  align-self: start;
  height: auto;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background:
    radial-gradient(
      125% 90% at 100% 0%,
      rgba(56, 189, 248, 0.11) 0%,
      rgba(56, 189, 248, 0) 58%
    ),
    linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(2, 6, 23, 0.76) 100%);
}

#about .about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

#about .about-card-hero {
  gap: 1.15rem;
}

#about .about-card-label {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(103, 232, 249, 0.92);
}

#about .about-card-title {
  margin: 0.45rem 0 0;
  font-size: clamp(1.05rem, 1.75vw, 1.35rem);
  line-height: 1.27;
  font-weight: 700;
  color: #f8fafc;
}

#about .about-card-title-lg {
  font-size: clamp(1.32rem, 2.2vw, 2rem);
  line-height: 1.2;
}

#about .about-card-copy,
#about .about-card-copy-sm {
  margin: 0.62rem 0 0;
  color: rgba(203, 213, 225, 0.95);
  line-height: 1.65;
}

#about .about-card-copy {
  font-size: 0.98rem;
}

#about .about-card-copy-sm {
  font-size: 0.87rem;
}

#about .about-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
}

#about .about-checklist li {
  display: grid;
  grid-template-columns: 1rem minmax(0, 1fr);
  align-items: start;
  gap: 0.56rem;
  color: #e2e8f0;
  font-size: 0.83rem;
  line-height: 1.52;
}

#about .about-checklist i {
  margin-top: 0.15rem;
  color: #67e8f9;
  font-size: 0.72rem;
}

#about .about-mini-chart {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 0.45rem;
  min-height: 58px;
}

#about .about-chart-bar {
  border-radius: 9999px;
  background: linear-gradient(180deg, #22d3ee 0%, #0284c7 100%);
  box-shadow: 0 8px 16px rgba(34, 211, 238, 0.22);
}

#about .about-chart-bar-1 {
  height: 36%;
}

#about .about-chart-bar-2 {
  height: 52%;
}

#about .about-chart-bar-3 {
  height: 74%;
}

#about .about-chart-bar-4 {
  height: 100%;
}

#about .about-earning-tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

#about .about-earning-tags span {
  border-radius: 0.62rem;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(14, 116, 144, 0.15);
  color: #bae6fd;
  font-size: 0.74rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 0.38rem 0.55rem;
}

#about .about-logic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  min-width: min(280px, 100%);
}

#about .about-logic-grid span {
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(30, 41, 59, 0.58);
  color: #e2e8f0;
  border-radius: 0.68rem;
  padding: 0.58rem 0.72rem;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

#about .about-step-list {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

#about .about-step-list li {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  color: #dbeafe;
  font-size: 0.8rem;
  line-height: 1.35;
}

#about .about-step-no {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 9999px;
  border: 1px solid rgba(56, 189, 248, 0.42);
  background: rgba(14, 116, 144, 0.2);
  color: #67e8f9;
  font-size: 0.73rem;
  font-weight: 700;
  display: inline-grid;
  place-items: center;
}

/* Skills Globe Layout Override (2026-02-10) */
#about .about-layout {
  display: block;
}

#about .skills-globe-wrap {
  margin-top: clamp(1.5rem, 2.8vw, 2.35rem);
  position: static;
  top: auto;
  align-self: auto;
}

#about .skills-globe-panel {
  gap: 1rem;
}

#about .skills-globe-content {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

#about .skills-globe-stage {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

#about .skills-globe {
  height: 520px;
}

#about .skills-globe-note {
  margin: 0;
  padding: 0 0.35rem;
  color: rgba(148, 163, 184, 0.9);
  font-size: 0.72rem;
  line-height: 1.5;
}

#about .skills-globe-sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 520px;
}

#about .skills-globe-insight {
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 0.95rem;
  padding: 0.92rem 0.92rem 0.96rem;
  height: auto;
  min-height: 154px;
}

#about .skills-globe-insight-head {
  align-items: center;
}

#about .skills-filter-select-wrap {
  position: relative;
  width: min(205px, 52%);
  flex-shrink: 0;
}

#about .skills-filter-select-wrap::after {
  content: "";
  position: absolute;
  right: 0.62rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(148, 163, 184, 0.85);
  border-bottom: 2px solid rgba(148, 163, 184, 0.85);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

#about .skills-filter-select {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.26);
  background: rgba(15, 23, 42, 0.72);
  color: #cbd5e1;
  border-radius: 0.62rem;
  padding: 0.4rem 1.75rem 0.4rem 0.62rem;
  font-size: 0.68rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
}

#about .skills-filter-select:focus-visible {
  outline: none;
  border-color: rgba(34, 211, 238, 0.58);
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.15);
}

#about .skills-filter-select option {
  background: #0f172a;
  color: #e2e8f0;
}

#about .skills-globe-insight-description {
  margin-top: 0.56rem;
  min-height: 0;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
  line-height: 1.66;
}

#about .skills-globe-catalog {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.95rem;
  padding: 0.45rem 0.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.28rem;
  background: rgba(8, 14, 30, 0.55);
  max-height: none;
  overflow-y: auto;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 20px,
    #000 calc(100% - 20px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 20px,
    #000 calc(100% - 20px),
    transparent 100%
  );
}

#about .skills-globe-catalog::-webkit-scrollbar {
  width: 6px;
}

#about .skills-globe-catalog::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.35);
  border-radius: 9999px;
}

#about .skills-catalog-item {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0.72rem;
  background: transparent;
  color: inherit;
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: 0.68rem;
  align-items: center;
  min-height: 50px;
  padding: 0.48rem 0.56rem;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.22s ease,
    background-color 0.22s ease,
    transform 0.22s ease;
}

#about .skills-catalog-item:hover {
  border-color: rgba(125, 211, 252, 0.38);
  background: rgba(15, 23, 42, 0.7);
  transform: translateX(2px);
}

#about .skills-catalog-item:focus-visible {
  outline: none;
  border-color: rgba(34, 211, 238, 0.58);
  box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.15);
}

#about .skills-catalog-item.is-active {
  border-color: rgba(34, 211, 238, 0.52);
  background:
    linear-gradient(130deg, rgba(34, 211, 238, 0.16), rgba(34, 211, 238, 0.05)),
    rgba(15, 23, 42, 0.75);
}

#about .skills-catalog-item-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: rgba(15, 23, 42, 0.7);
  display: grid;
  place-items: center;
  overflow: hidden;
}

#about .skills-catalog-item-icon img {
  width: 1.36rem;
  height: 1.36rem;
}

#about .skills-catalog-item-body {
  min-width: 0;
}

/* Fallback: hide legacy badge if old DOM is still cached by browser */
#about .skills-catalog-item-body > span + span {
  display: none !important;
}

#about .skills-catalog-item-name {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  color: #f8fafc;
  font-weight: 600;
  display: block;
}

@media (max-width: 1120px) {
  #about .skills-globe-content {
    grid-template-columns: minmax(0, 1fr);
  }

  #about .skills-globe {
    height: 480px;
  }

  #about .skills-globe-sidebar {
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.75rem;
  }

  #about .skills-globe-catalog {
    max-height: 270px;
  }
}

@media (max-width: 768px) {
  #about .about-card {
    gap: 0.85rem;
  }

  #about .about-card-title {
    font-size: 1.08rem;
  }

  #about .about-card-title-lg {
    font-size: 1.36rem;
  }

  #about .about-card-copy {
    font-size: 0.92rem;
  }

  #about .about-card-copy-sm {
    font-size: 0.82rem;
  }

  #about .about-checklist li {
    font-size: 0.79rem;
  }

  #about .about-logic-grid {
    width: 100%;
    min-width: 0;
  }

  #about .about-step-list li {
    font-size: 0.77rem;
  }

  #about .skills-globe-wrap {
    margin-top: 1rem;
  }

  #about .skills-globe {
    height: 390px;
  }

  #about .skills-globe-sidebar {
    display: flex;
    gap: 0.7rem;
  }

  #about .skills-globe-insight {
    min-height: 0;
    padding: 0.78rem 0.78rem 0.82rem;
  }

  #about .skills-globe-insight-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.42rem;
  }

  #about .skills-globe-insight-head > * {
    min-width: 0;
    width: 100%;
  }

  #about .skills-globe-insight-track {
    font-size: 0.62rem;
    line-height: 1.45;
  }

  #about .skills-filter-select-wrap {
    width: 100%;
    max-width: none;
  }

  #about .skills-filter-select {
    font-size: 0.66rem;
    padding: 0.38rem 1.7rem 0.38rem 0.6rem;
  }

  #about .skills-globe-insight-name {
    margin-top: 0.42rem;
    font-size: 0.96rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  #about .skills-globe-insight-description {
    margin-top: 0.42rem;
    font-size: 0.8rem;
    line-height: 1.55;
  }

  #about .skills-globe-catalog {
    max-height: 290px;
    border-radius: 0.85rem;
    padding: 0.3rem;
    -webkit-mask-image: linear-gradient(
      to bottom,
      transparent 0,
      #000 16px,
      #000 calc(100% - 16px),
      transparent 100%
    );
    mask-image: linear-gradient(
      to bottom,
      transparent 0,
      #000 16px,
      #000 calc(100% - 16px),
      transparent 100%
    );
  }

  #about .skills-catalog-item {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.55rem;
    min-height: 52px;
    padding: 0.52rem;
  }

  #about .skills-catalog-item-icon {
    width: 2rem;
    height: 2rem;
  }

  #about .skills-catalog-item-icon img {
    width: 1.24rem;
    height: 1.24rem;
  }

  #about .skills-catalog-item-name {
    font-size: 0.79rem;
  }
}
