/* Tailwind Utilities & Component Base Styles for Briskcovey WP Theme */

/* Layout & Container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1400px;
  }
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.m-tb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Base Utility Classes */
.bg-dark-bg {
  background-color: #04070D;
}

.bg-card-bg {
  background-color: rgba(15, 23, 42, 0.6);
}

.border-card-border {
  border-color: rgba(255, 255, 255, 0.08);
}

.text-primary-brand {
  color: #00C2FF;
}

.bg-primary-brand {
  background-color: #00C2FF;
}

/* Swiper Pagination & Navigation Custom Overrides */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 0.7 !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: #00C2FF !important;
  opacity: 1 !important;
  width: 24px !important;
  border-radius: 9999px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #00C2FF !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 9999px !important;
  background: rgba(15, 23, 42, 0.8) !important;
  border: 1px solid rgba(0, 194, 255, 0.2) !important;
  backdrop-filter: blur(8px) !important;
  transition: all 0.3s ease !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: bold !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #00C2FF !important;
  color: #04070D !important;
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.4) !important;
}

/* Modal Overlay & Animation */
.modal-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
  transform: scale(1) translateY(0);
}

/* Consultation Modal */
.consultation-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.consultation-modal-card {
  position: relative;
  width: 100%;
  max-width: 34rem;
  max-height: calc(100vh - 2rem);
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.35);
}

.consultation-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.consultation-modal-close:hover {
  color: #0f172a;
}

.consultation-modal-close-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.consultation-modal-header {
  padding-right: 2rem;
  margin-bottom: 1.75rem;
}

.consultation-modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.consultation-modal-subtitle {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

.consultation-modal-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.consultation-modal-group {
  display: flex;
  flex-direction: column;
}

.consultation-modal-input,
.consultation-modal-select,
.consultation-modal-textarea,
.consultation-modal-phone-input,
.consultation-modal-phone-code {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 0.8rem 1rem;
  font-size: 0.9375rem;
  font-family: inherit;
  color: #0f172a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.consultation-modal-input::placeholder,
.consultation-modal-textarea::placeholder,
.consultation-modal-phone-input::placeholder {
  color: #94a3b8;
}

.consultation-modal-input:focus,
.consultation-modal-select:focus,
.consultation-modal-textarea:focus,
.consultation-modal-phone-input:focus,
.consultation-modal-phone-code:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.consultation-modal-select,
.consultation-modal-phone-code {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 0.875rem;
  padding-right: 2.25rem;
}

.consultation-modal-textarea {
  resize: none;
  min-height: 6.5rem;
}

.consultation-modal-phone {
  flex-direction: row;
  align-items: stretch;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.consultation-modal-phone:focus-within {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}

.consultation-modal-phone-code {
  flex: none;
  width: 6rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.consultation-modal-phone-code:focus {
  box-shadow: none;
}

.consultation-modal-phone-divider {
  flex: none;
  width: 1px;
  margin: 0.625rem 0;
  background-color: #e2e8f0;
}

.consultation-modal-phone-input {
  flex: 1 1 auto;
  border: none;
  border-radius: 0;
}

.consultation-modal-phone-input:focus {
  box-shadow: none;
}

.consultation-modal-response {
  font-size: 0.8125rem;
  font-weight: 600;
}

.consultation-modal-submit {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
  background-size: 200% auto;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  padding: 1rem 1.5rem;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(139, 92, 246, 0.35);
  transition: background-position 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.consultation-modal-submit:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 20px 45px rgba(139, 92, 246, 0.45);
}

.consultation-modal-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

@media (min-width: 640px) {
  .consultation-modal-card {
    padding: 2.5rem;
  }
}

@media (max-width: 479px) {
  .consultation-modal-card {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }

  .consultation-modal-phone-code {
    width: 5rem;
  }
}

/* Accordion Animation */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease;
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease-in-out, opacity 0.4s ease;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* AI Ecosystem Section */
.ai-ecosystem {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ai-ecosystem__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: stretch;
}

.ai-ecosystem__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px 0;
  width: 100%;
}

.ai-ecosystem__heading {
  font-size: 1.875rem;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ai-ecosystem__heading-light {
  font-weight: 500;
}

.ai-ecosystem__heading-bold {
  font-weight: 800;
}

.ai-ecosystem__accent {
  color: #00C2FF;
}

.ai-ecosystem__text {
  margin-top: 1.25rem;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 36rem;
}

.ai-ecosystem__cards {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.ai-ecosystem__card {
  background-color: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(3, 7, 18, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ai-ecosystem__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(3, 7, 18, 0.08);
  border-color: rgba(0, 194, 255, 0.3);
}

.ai-ecosystem__card-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ai-ecosystem__card-icon {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #00C2FF;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-ecosystem__card-icon img {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
}

.ai-ecosystem__card-title {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
}

.ai-ecosystem__card-divider {
  width: 100%;
  border: none;
  border-top: 1px solid #eef0f2;
  margin: 0.75rem 0;
}

.ai-ecosystem__card-list {
  width: 100%;
  font-size: 0.75rem;
  color: #475569;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ai-ecosystem__card-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.ai-ecosystem__ctas {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.ai-ecosystem__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.875rem;
  padding: 0.875rem 1.75rem;
  transition: all 0.3s ease;
}

.ai-ecosystem__btn--solid {
  background-color: #00C2FF;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 194, 255, 0.25);
}

.ai-ecosystem__btn--solid:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 194, 255, 0.3);
}

.ai-ecosystem__btn--outline {
  background-color: transparent;
  color: #00C2FF;
  border: 2px solid #00C2FF;
}

.ai-ecosystem__btn--outline:hover {
  background-color: #00C2FF;
  color: #ffffff;
  transform: translateY(-2px);
}

.ai-ecosystem__media {
  position: relative;
  height: 320px;
  width: 100%;
}

.ai-ecosystem__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-ecosystem__media-cta {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background-color: #00C2FF;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.ai-ecosystem__media-cta:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.25);
}

.ai-ecosystem__media-cta svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 640px) {
  .ai-ecosystem__heading {
    font-size: 2.25rem;
  }

  .ai-ecosystem__cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .ai-ecosystem__media {
    height: 420px;
  }

  .ai-ecosystem__grid {
    flex-direction: column;
  }

  .ai-ecosystem__content {
    width: 100%;
    padding: 3rem 0;
  }
}

@media (min-width: 768px) {
  .ai-ecosystem__heading {
    font-size: 2.7rem;
  }
}

@media (min-width: 1024px) {

  /* .ai-ecosystem { padding: 6rem 0; } */
  .ai-ecosystem__grid {
    flex-direction: row;
  }

  .ai-ecosystem__content {
    padding: 5rem 0 5rem 6rem;
    width: 55%;
  }

  .ai-ecosystem__media {
    height: auto;
    border-radius: 1rem 0 0 1rem;
    width: 45%;
  }
}

/* Dynamic Badge */
.badge-cyan {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  background-color: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.2);
  color: #00C2FF;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Projects Tabs Slider */
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.projects-swiper-pagination {
  position: relative;
  padding-top: 0.5rem;
}

.projects-slider-section h2 {
  margin-bottom: 0.5rem;
}

.projects-slider-section .projects-swiper {
  margin-top: 1rem;
}

.project-tab-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.project-tab-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}

.project-tab-btn.active {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: var(--project-tab-accent, #00C2FF);
  color: #ffffff;
  box-shadow: 0 0 0 1px var(--project-tab-accent, #00C2FF) inset, 0 4px 14px rgba(0, 194, 255, 0.15);
}

.project-tab-avatar {
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
}

.projects-tabs-nav-btn {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.projects-tabs-nav-btn:hover {
  color: #00C2FF;
  border-color: #00C2FF;
}

.project-feature-card-wrap {
  height: 100%;
  padding: 2rem 0;
  transition: transform 0.5s ease, opacity 0.5s ease, filter 0.5s ease;
  transform: scale(0.92);
  opacity: 0.35;
  filter: blur(2px);
}

.swiper-slide-active .project-feature-card-wrap {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.project-feature-card {
  position: relative;
  border-radius: 1.5rem;
  padding: 1px;
  background: linear-gradient(135deg, rgba(124, 92, 252, 0.55), rgba(0, 194, 255, 0.35) 45%, rgba(239, 68, 68, 0.45));
  height: 100%;
}

.project-feature-card__inner {
  background: linear-gradient(160deg, rgba(15, 20, 32, 0.98), rgba(9, 12, 20, 0.98));
  border-radius: calc(1.5rem - 1px);
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.project-feature-card__badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 9999px;
  background-color: rgba(0, 194, 255, 0.1);
  border: 1px solid rgba(0, 194, 255, 0.3);
  color: #00C2FF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-feature-card__title {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
}

.project-feature-card__desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.25;
}

.project-feature-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.project-feature-card__list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

.project-feature-card__dot {
  flex: none;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 9999px;
  background-color: #EF4444;
}

.project-feature-card__media {
  position: relative;
  flex: none;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 220px;
}

.project-feature-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .project-feature-card__inner {
    flex-direction: row;
    align-items: center;
    padding: 2rem;
    gap: 3rem;
  }

  .project-feature-card__content {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

  .project-feature-card__media {
    flex: 1 1 50%;
    min-height: 240px;
  }
}

/* Stats Orbit Section */
.stats-orbit-section {
  position: relative;
  background-color: #04070D;
  background-image: url('../images/Bg-blur.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stats-orbit {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.stats-orbit__center {
  position: relative;
  flex: none;
  width: 4.5rem;
  height: 4.5rem;
  z-index: 1;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.25), rgba(0, 194, 255, 0.05) 70%);
  border: 1px solid rgba(0, 194, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.35), 0 0 45px rgba(0, 194, 255, 0.15);
}

.stats-orbit__center img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

.stats-orbit__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}

.stats-orbit__card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02));
  background-color: rgba(20, 24, 34, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.stats-orbit__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 40%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.stats-orbit__value-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.stats-orbit__value {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}

.stats-orbit__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.stats-orbit__desc {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.45);
}

.stats-orbit__line {
  display: none;
}

@media (min-width: 640px) {
  .stats-orbit__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .stats-orbit {
    display: block;
    width: 100%;
    aspect-ratio: 1222 / 537;
  }

  .stats-orbit__center {
    position: absolute;
    left: 51%;
    top: 47.9%;
    width: 7.8%;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
  }

  .stats-orbit__cards {
    display: contents;
  }

  .stats-orbit__card {
    position: absolute;
    width: 30%;
    padding: 1.5rem 1.75rem;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  }

  .stats-orbit__card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 194, 255, 0.35);
    background-color: rgba(20, 24, 34, 0.75);
  }

  .stats-orbit__card--tl {
    left: 8.2%;
    top: 6.1%;
  }

  .stats-orbit__card--tr {
    left: 63.7%;
    top: 6.1%;
  }

  .stats-orbit__card--ml {
    left: 12.3%;
    top: 36.5%;
  }

  .stats-orbit__card--mr {
    left: 61.9%;
    top: 36.5%;
  }

  .stats-orbit__card--bl {
    left: 8.2%;
    top: 67.0%;
  }

  .stats-orbit__card--br {
    left: 63.7%;
    top: 67.0%;
  }

  .stats-orbit__value {
    font-size: 2rem;
  }

  .stats-orbit__label {
    font-size: 0.75rem;
  }

  .stats-orbit__desc {
    font-size: 0.875rem;
    max-width: 22rem;
  }

  .stats-orbit__line {
    display: block;
    position: absolute;
    height: 0;
    border-top: 1px dashed rgba(0, 194, 255, 0.45);
    transform-origin: left center;
  }

  .stats-orbit__line::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: #00C2FF;
    box-shadow: 0 0 6px rgba(0, 194, 255, 0.8);
  }

  .stats-orbit__line--tl {
    left: 36.2%;
    top: 26.4%;
    width: 17.5%;
    transform: rotate(32.6deg);
  }

  .stats-orbit__line--tr {
    left: 63.7%;
    top: 26.4%;
    width: 15.8%;
    transform: rotate(143.4deg);
  }

  .stats-orbit__line--ml {
    left: 40.3%;
    top: 47.9%;
    width: 6.8%;
    transform: rotate(0deg);
  }

  .stats-orbit__line--mr {
    left: 61.9%;
    top: 47.9%;
    width: 7.0%;
    transform: rotate(180deg);
  }

  .stats-orbit__line--bl {
    left: 36.2%;
    top: 67.0%;
    width: 17.0%;
    transform: rotate(-29.6deg);
  }

  .stats-orbit__line--br {
    left: 63.7%;
    top: 67.0%;
    width: 15.2%;
    transform: rotate(-146.5deg);
  }
}

/* Process Section */
.process-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.process-header {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}

.process-header__title {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.process-header__desc {
  margin-top: 1rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.process-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-item__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: none;
}

.process-item__circle {
  flex: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0f172a;
}

.process-item__connector {
  flex: none;
  width: 0;
  height: 2.5rem;
  border-left: 1.5px dashed #cbd5e1;
}

.process-card {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 2rem 1.75rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.process-card__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  border-radius: 1rem;
  background-color: #E6F7FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #00C2FF;
}

.process-card__icon--solid {
  background-color: #00C2FF;
}

.process-card__icon--solid svg {
  color: #ffffff;
}

.process-card__title {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
}

.process-card__desc {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #64748b;
}

@media (min-width: 768px) {
  .process-header__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
  }

  .process-item--bottom {
    flex-direction: column-reverse;
  }

  .process-item--bottom .process-item__marker {
    flex-direction: column-reverse;
  }
}

/* Testimonials Section */
.testimonials-eyebrow {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00C2FF;
  margin-bottom: 4px;
}

.top-space {
  margin-top: 0.5rem;
}

.testimonials-divider {
  display: inline-block;
  width: 3rem;
  height: 3px;
  border-radius: 9999px;
  background-color: #00C2FF;
  margin: 0.5rem 0;
}

.testimonials-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.testimonials-grid>.testimonial-video-card,
.testimonials-grid>.testimonial-content-wrap {
  min-width: 0;
  max-width: 100%;
}

/* Fixed video card (left) */
.testimonial-video-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 320px;
  background-color: #0b0f17;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-video-card img,
.testimonial-video-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-video-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0) 70%);
}

.testimonial-video-card__glow {
  position: absolute;
  width: 40%;
  height: 4px;
  border-radius: 9999px;
  background: linear-gradient(90deg, transparent, #00C2FF, transparent);
  filter: blur(4px);
  z-index: 2;
}

.testimonial-card__space {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.testimonial-video-card__glow--tl {
  top: 0;
  left: 8%;
}

.testimonial-video-card__glow--br {
  bottom: 0;
  right: 8%;
}

.testimonial-video-card__play {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.testimonial-video-card.is-playing .testimonial-video-card__play {
  opacity: 0;
  pointer-events: none;
}

.testimonial-video-card__pause {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 7, 13, 0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.testimonial-video-card.is-playing:hover .testimonial-video-card__pause,
.testimonial-video-card.is-playing.is-controls-visible .testimonial-video-card__pause {
  opacity: 1;
  pointer-events: auto;
}

.testimonial-video-card__pause-icon {
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background-color: #00C2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 194, 255, 0.15), 0 8px 20px rgba(0, 194, 255, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-video-card__pause:hover .testimonial-video-card__pause-icon {
  transform: scale(1.08);
  box-shadow: 0 0 0 6px rgba(0, 194, 255, 0.2), 0 10px 26px rgba(0, 194, 255, 0.45);
}

.testimonial-video-card__pause-icon svg {
  width: 1.375rem;
  height: 1.375rem;
}

.testimonial-video-card__play-icon {
  flex: none;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: #00C2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 194, 255, 0.15), 0 8px 20px rgba(0, 194, 255, 0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-video-card__play:hover .testimonial-video-card__play-icon {
  transform: scale(1.08);
  box-shadow: 0 0 0 6px rgba(0, 194, 255, 0.2), 0 10px 26px rgba(0, 194, 255, 0.45);
}

.testimonial-video-card__play-icon svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}

.testimonial-video-card__play-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.testimonial-video-card__play-text strong {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.testimonial-video-card__play-text span {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Testimonial content card (right, swiper) */
.testimonial-content-wrap {
  height: 100%;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.testimonial-content-wrap .swiper,
.testimonial-content-wrap .swiper-wrapper,
.testimonial-content-wrap .swiper-slide {
  height: 100%;
}

.testimonial-card {
  position: relative;
  height: 100%;
  background-color: rgba(13, 17, 26, 0.75);
  border: 1px solid rgba(0, 194, 255, 0.18);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 20px 45px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  color: #e2e8f0;
}

.testimonial-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.testimonial-card__quote-icon {
  flex: none;
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.6;
  color: #00C2FF;
}

.testimonial-card__quote-icon--end {
  font-size: 2.25rem;
}

.testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.testimonial-card__stars svg {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}

.testimonial-card__stars .is-filled {
  color: #00C2FF;
}

.testimonial-card__stars .is-empty {
  color: rgba(0, 194, 255, 0.25);
}

.testimonial-card__text {
  margin-top: 1.5rem;
  color: #e2e8f0;
  font-size: 1rem;
  line-height: 1.75;
}

.testimonial-card__divider {
  margin: 1.75rem 0 1.5rem;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.testimonial-card__client {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-card__avatar {
  flex: none;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.08);
  border: 2px solid #00C2FF;
}

.testimonial-card__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}

.testimonial-card__country {
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}

.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.testimonials-nav__dots {
  position: static;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
}

.testimonials-nav__arrows {
  flex: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1.1fr;
    gap: 2rem;
  }

  .testimonial-video-card {
    min-height: 100%;
  }

  .testimonials-nav {
    grid-column: 1 / -1;
  }
}

/* Technical Expertise Section */
.tech-expertise-section {
  background-color: #04070D;
  position: relative;
  overflow: hidden;
}

.tech-expertise__header {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}

.tech-expertise__heading {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.tech-expertise__grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.tech-expertise__card {
  position: relative;
  background-color: rgba(13, 17, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  padding: 1.75rem;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.tech-expertise__card::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.18), transparent 70%);
  pointer-events: none;
}

.tech-expertise__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 194, 255, 0.1);
}

.tech-expertise__icon {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: linear-gradient(160deg, rgba(0, 194, 255, 0.25), rgba(0, 194, 255, 0.05));
  border: 1px solid rgba(0, 194, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-expertise__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #00C2FF;
}

.tech-expertise__title {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}

.tech-expertise__desc {
  position: relative;
  z-index: 1;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  .tech-expertise__heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 640px) {
  .tech-expertise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .tech-expertise__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

/* Enterprise Success CTA Section */
.enterprise-success {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.enterprise-success__grid {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: stretch;
}

.enterprise-success__grid>.enterprise-success__content,
.enterprise-success__grid>.enterprise-success__media {
  min-width: 0;
  max-width: 100%;
}

.enterprise-success__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 20px;
  width: 100%;
}

.enterprise-success__heading {
  font-size: 1.7rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.enterprise-success__text {
  margin-top: 1.25rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 28rem;
}

.enterprise-success__btn {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background-color: #00C2FF;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.875rem;
  padding: 0.875rem 1.75rem;
  box-shadow: 0 8px 24px rgba(0, 194, 255, 0.3);
  transition: all 0.3s ease;
}

.enterprise-success__btn:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 194, 255, 0.4);
}

.enterprise-success__media {
  position: relative;
  min-height: 420px;
  width: 40%;
  display: none;
}

.enterprise-success__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .enterprise-success__heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .enterprise-success__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .enterprise-success__content {
    padding: 5rem 1rem 5rem 6rem;
    width: 65%;
  }

  .enterprise-success__media {
    min-height: 100%;
    border-radius: 1.5rem 0 0 1.5rem;
    display: block;
  }
}

/* Industries Section */
.industries-section {
  background-color: #04070D;
  position: relative;
  overflow: hidden;
}

.industries-eyebrow {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00C2FF;
}

.industries-header {
  margin: 0 auto;
  text-align: center;
}

.industries-heading {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.industries-subtext {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.6;
}

/* Bento grid: 1 featured + 4 standard cards */
.industries-bento {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.industries-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, rgba(13, 23, 40, 0.55), rgba(4, 7, 13, 0.55));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 1.5rem;
  min-height: 220px;
  overflow: hidden;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.industries-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 100% at 100% 100%, rgba(0, 194, 255, 0.45), rgba(0, 140, 200, 0.15) 45%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.industries-card:hover::before {
  opacity: 1.15;
}

.industries-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 40%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.industries-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 194, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 194, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.industries-card--featured {
  min-height: 300px;
}

.industries-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.industries-card__icon {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background-color: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries-card__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #00C2FF;
}

.industries-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  align-self: flex-start;
  padding: 0.3125rem 0.75rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.6875rem;
  font-weight: 600;
  white-space: nowrap;
}

.industries-card__badge svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #00C2FF;
}

.industries-card__spacer {
  flex: 1 1 auto;
}

.industries-card__footer {
  margin-top: 1.25rem;
}

.industries-card__title {
  margin-top: 0.875rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}

.industries-card--featured .industries-card__title {
  font-size: 1.5rem;
}

.industries-card__desc {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.industries-card__link {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #00C2FF;
  font-size: 0.875rem;
  font-weight: 700;
  transition: gap 0.3s ease;
}

.industries-card__link:hover {
  gap: 0.625rem;
}

.industries-card__link svg {
  width: 1rem;
  height: 1rem;
}

/* Compact secondary grid */
.industries-mini-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.industries-mini-card {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
  background-color: rgba(13, 17, 26, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.industries-mini-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 40%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.industries-mini-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.3);
  background-color: rgba(13, 17, 26, 0.6);
  box-shadow: 0 10px 28px rgba(0, 194, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.industries-mini-card__icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries-mini-card__icon svg {
  width: 1.125rem;
  height: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}

.industries-mini-card__title {
  margin-top: 0.875rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}

.industries-mini-card__meta {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
}

@media (min-width: 768px) {
  .industries-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 640px) {
  .industries-mini-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .industries-bento {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .industries-card--featured {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 100%;
  }

  .industries-mini-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* FAQ Section */
.faq-section {
  background-color: #04070D;
  position: relative;
  overflow: hidden;
}

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

.faq-heading {
  font-size: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.faq-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  background-color: rgba(13, 17, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.faq-item.active {
  background-color: rgba(0, 194, 255, 0.05);
  border-color: rgba(0, 194, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 194, 255, 0.15), 0 0 30px rgba(0, 194, 255, 0.12);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}

@media (min-width: 768px) {
  .faq-heading {
    font-size: 2.5rem;
  }

  .faq-question {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .faq-list {
    max-width: 60%;
  }
}

.faq-icon-wrapper {
  position: relative;
  flex: none;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.faq-icon-wrapper::before,
.faq-icon-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq-icon-wrapper::before {
  width: 0.625rem;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.faq-icon-wrapper::after {
  width: 1.5px;
  height: 0.625rem;
  transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon-wrapper {
  border-color: #00C2FF;
  background-color: rgba(0, 194, 255, 0.12);
}

.faq-item.active .faq-icon-wrapper::before,
.faq-item.active .faq-icon-wrapper::after {
  background-color: #00C2FF;
}

.faq-item.active .faq-icon-wrapper::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.faq-answer-inner {
  padding: 0 1.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9375rem;
  line-height: 1.7;
}

/* Blog / Resources Grid Section */
.blog-grid-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.blog-grid-header {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.blog-grid-heading {
  font-size: 1.875rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.blog-grid-subtext {
  margin-top: 0.5rem;
  color: #64748b;
  font-size: 1rem;
}

.blog-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.blog-card {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1.25rem;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.blog-card__media {
  position: relative;
  height: 11rem;
  border-radius: 0.875rem;
  overflow: hidden;
}

.blog-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card__media img {
  transform: scale(1.05);
}

.blog-card__body {
  padding: 1.25rem 0.75rem 0.75rem;
}

.blog-card__tag {
  font-size: 0.875rem;
  font-weight: 700;
  color: #00C2FF;
}

.blog-card__title-row {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.blog-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-card__title {
  color: #00C2FF;
}

.blog-card__arrow {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: #0f172a;
  transition: transform 0.3s ease, color 0.3s ease;
}

.blog-card:hover .blog-card__arrow {
  transform: translate(2px, -2px);
  color: #00C2FF;
}

.blog-card__desc {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #64748b;
}

@media (min-width: 768px) {
  .blog-grid-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
  }
}

/* Contact Section */
.contact-section {
  background-color: #04070D;
  position: relative;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

.contact-card {
  max-width: 100%;
  margin: 0 0 0 auto;
}

.contact-eyebrow {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00C2FF;
}

.contact-heading {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.contact-subtext {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 26rem;
}

.contact-info-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(13, 17, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.contact-info-item:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 194, 255, 0.3);
}

.contact-info-item__icon {
  flex: none;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background-color: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C2FF;
}

.contact-info-item__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.contact-info-item__label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.contact-info-item__value {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}

/* Form card */
.contact-form-card {
  background-color: rgba(13, 17, 26, 0.7);
  border: 1px solid rgba(0, 194, 255, 0.2);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.02) inset, 0 25px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

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

.contact-form-row+.contact-form-row {
  margin-top: 1.25rem;
}

.contact-form-group+.contact-form-group {
  margin-top: 1.25rem;
}

.contact-form-row .contact-form-group {
  margin-top: 0;
}

.contact-form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}

.contact-form-input,
.contact-form-textarea {
  width: 100%;
  background-color: #04070D;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form-input::placeholder,
.contact-form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form-input:focus,
.contact-form-textarea:focus {
  outline: none;
  border-color: #00C2FF;
  box-shadow: 0 0 0 3px rgba(0, 194, 255, 0.15);
}

.contact-form-textarea {
  resize: none;
}

.contact-form-submit {
  margin-top: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #00C2FF;
  color: #04070D;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.875rem;
  padding: 0.9375rem 1.5rem;
  box-shadow: 0 0 25px rgba(0, 194, 255, 0.4);
  transition: all 0.3s ease;
}

.contact-form-submit:hover {
  filter: brightness(0.95);
  transform: translateY(-2px);
  box-shadow: 0 0 35px rgba(0, 194, 255, 0.5);
}

.contact-form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

@media (min-width: 768px) {
  .contact-heading {
    font-size: 2.75rem;
  }

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

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }

  .contact-card {
    max-width: 80%;
  }
}

/* Footer */
.footer-location-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #1b3548;
  background: linear-gradient(225deg, rgba(15, 46, 69, 0.9), rgba(10, 30, 47, 0.95) 55%, rgba(6, 16, 28, 1));
  padding: 1.25rem;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.footer-location-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.4);
}

.footer-location-card__flag {
  flex: none;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  overflow: hidden;
}

.footer-location-card__flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-link-heading {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-location-card p {
  margin-top: 1rem;
}

.footer-link-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer-link-list a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s ease;
}

.footer-link-list a:hover {
  color: #00C2FF;
  padding-left: 0.25rem;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-social-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer-social-icon:hover {
  border-color: #00C2FF;
  background-color: rgba(0, 194, 255, 0.12);
  color: #00C2FF;
  transform: translateY(-2px);
}

.footer-social-icon svg {
  width: 1rem;
  height: 1rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
}

.footer-block {
  width: 100%;
}

.footer-block+.footer-block {
  margin-top: 3rem;
}

.footer-block--divider {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-block--divider-tight {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.footer-location-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  row-gap: 2.5rem;
}

.footer-contact-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-contact-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-copyright {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-label {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

.newsletter-input {
  width: 100%;
  background-color: #04070D;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-button {
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
}

@media (min-width: 640px) {
  .footer-links-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .footer-location-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-contact-row {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .footer-links-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ==========================================================================
   Blog List Page — custom CSS (no Tailwind utilities)
   ========================================================================== */

/* Layout wrapper */
.blog-list-section {
  background-color: #F7F9FC;
}

.blog-list-section__inner {
  padding: 3rem 1rem;
}

@media (min-width: 640px) {
  .blog-list-section__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .blog-list-section__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.blog-list-block {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .blog-list-block {
    padding-top: 2rem;
  }
}

/* Category tabs + search toolbar */
.blog-list-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e8f0;
}

@media (min-width: 1024px) {
  .blog-list-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.blog-list-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}

.blog-list-tabs__link {
  font-size: 0.875rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: -1px;
  color: #64748b;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.blog-list-tabs__link:hover {
  color: #0f172a;
}

.blog-list-tabs__link.is-active {
  color: #0f172a;
  border-bottom-color: #00C2FF;
}

.blog-list-search {
  position: relative;
  width: 100%;
}

@media (min-width: 1024px) {
  .blog-list-search {
    width: 18rem;
  }
}

.blog-list-search__icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  color: #94a3b8;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-list-search__input {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  font-size: 0.875rem;
  color: #0f172a;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.blog-list-search__input:focus {
  outline: none;
  border-color: #00C2FF;
}

/* Section titles */
.blog-list-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.blog-list-title__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background-color: #00C2FF;
  box-shadow: 0 0 20px rgba(0, 194, 255, 0.4);
}

.blog-list-title__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #ffffff;
}

.blog-list-title__text {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
}

@media (min-width: 640px) {
  .blog-list-title__text {
    font-size: 1.875rem;
  }
}

.blog-list-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.blog-list-count {
  font-size: 0.875rem;
  color: #94a3b8;
}

/* Latest Articles — featured layout */
.blog-list-featured {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .blog-list-featured {
    gap: 2rem;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .blog-list-featured {
    gap: 1.5rem;
    flex-direction: row;
  }
}

/* Lead (large) featured card */
.blog-list-lead {
  position: relative;
  height: 420px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

@media (min-width: 640px) {
  .blog-list-lead {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  .blog-list-lead {
    width: 70%;
  }
}

.blog-list-lead:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.blog-list-lead__media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.blog-list-lead__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-list-lead:hover .blog-list-lead__img {
  transform: scale(1.05);
}

.blog-list-lead__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, #04070D, #0f2a3d);
}

.blog-list-lead__placeholder svg {
  width: 3rem;
  height: 3rem;
  color: #00C2FF;
}

.blog-list-lead__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 45%, transparent 100%);
  pointer-events: none;
}

.blog-list-lead__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  pointer-events: none;
}

@media (min-width: 640px) {
  .blog-list-lead__content {
    padding: 2rem;
  }
}

.blog-list-lead__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.blog-list-lead__tag {
  background-color: #f43f5e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.blog-list-lead__date {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
}

.blog-list-lead__date svg {
  width: 0.75rem;
  height: 0.75rem;
}

.blog-list-lead__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  pointer-events: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 640px) {
  .blog-list-lead__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .blog-list-lead__title {
    font-size: 1.875rem;
  }
}

.blog-list-lead__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-list-lead__title a:hover {
  color: #00C2FF;
}

.blog-list-lead__excerpt {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 640px) {
  .blog-list-lead__excerpt {
    font-size: 1rem;
  }
}

.blog-list-lead__footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  pointer-events: auto;
}

.blog-list-lead__footer .blog-list-dot {
  color: rgba(255, 255, 255, 0.4);
}

.blog-list-lead__read-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.blog-list-lead__read-time svg {
  width: 0.875rem;
  height: 0.875rem;
}

/* Side (small) featured cards */
.blog-list-sides {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .blog-list-sides {
    gap: 2rem;
  }
}

.blog-list-side {
  display: flex;
  align-items: center;
  flex: 1 1 0%;
  gap: 1rem;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  flex-direction: column;
}

.blog-list-side:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.blog-list-side__media {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.blog-list-side__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-list-side:hover .blog-list-side__img {
  transform: scale(1.05);
}

.blog-list-side__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f1f5f9;
}

.blog-list-side__placeholder svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #00C2FF;
}

.blog-list-side__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  min-width: 0;
  padding: 0.125rem 0;
  gap: 10px;
}

.blog-list-side__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.blog-list-side__tag {
  background-color: rgba(0, 194, 255, 0.1);
  color: #00C2FF;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.625rem;
  border-radius: 9999px;
}

.blog-list-side__title {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-side__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-list-side__title a:hover {
  color: #00C2FF;
}

.blog-list-side__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #94a3b8;
}

.blog-list-side__meta span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.blog-list-side__meta svg {
  width: 0.75rem;
  height: 0.75rem;
}

/* All Articles grid */
.blog-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .blog-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .blog-list-grid {
    gap: 1.5rem;
  }

  .blog-list-side {
    flex-direction: row;
  }

  .blog-list-side__media {
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .blog-list-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-list-side {
    flex-direction: row;
  }

  .blog-list-side__media {
    width: 150px;
  }
}

.blog-list-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.blog-list-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.blog-list-card__media {
  position: relative;
  display: block;
  height: 12rem;
  overflow: hidden;
}

.blog-list-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-list-card:hover .blog-list-card__img {
  transform: scale(1.05);
}

.blog-list-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f1f5f9;
}

.blog-list-card__placeholder svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #00C2FF;
}

.blog-list-card__tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}

.blog-list-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.5rem;
}

.blog-list-card__title {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-list-card__title a:hover {
  color: #00C2FF;
}

.blog-list-card__excerpt {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-list-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.blog-list-card__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.blog-list-card__avatar {
  flex-shrink: 0;
  border-radius: 9999px;
}

.blog-list-card__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: rgba(0, 194, 255, 0.1);
  color: #00C2FF;
  font-size: 0.6875rem;
  font-weight: 700;
}

.blog-list-card__author-info {
  min-width: 0;
  font-size: 0.75rem;
}

.blog-list-card__author-name {
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-list-card__read-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #94a3b8;
}

.blog-list-card__read-time svg {
  width: 0.75rem;
  height: 0.75rem;
}

.blog-list-card__cta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.375rem;
  background-color: rgba(0, 194, 255, 0.1);
  color: #00C2FF;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.blog-list-card__cta:hover {
  background-color: #00C2FF;
  color: #ffffff;
}

.blog-list-card__cta svg {
  width: 0.875rem;
  height: 0.875rem;
}

.blog-list-empty {
  padding: 4rem 0;
  text-align: center;
  color: #94a3b8;
}

/* Pagination */
.blog-list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 3rem;
}

.blog-list-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.1);
  transition: all 0.3s ease;
}

.blog-list-pagination a.page-numbers:hover {
  border-color: #00C2FF;
  color: #00C2FF;
}

.blog-list-pagination .page-numbers.current {
  background-color: #00C2FF;
  border-color: #00C2FF;
  color: #04070D;
}

.blog-list-pagination .page-numbers.dots {
  border-color: transparent;
  color: #94a3b8;
}

/* Newsletter CTA */
.blog-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: 4rem;
  padding: 3rem 1.5rem;
  border-radius: 3rem;
  background-color: #04070D;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom right, #0b1220, #04070D);
  background-size: 20px 20px, 100% 100%;
  text-align: center;
}

@media (min-width: 640px) {
  .blog-newsletter {
    padding: 3.5rem 3rem;
  }
}

@media (min-width: 768px) {
  .blog-newsletter {
    margin-top: 5rem;
  }
}

.blog-newsletter__glow {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 9999px;
  background-color: rgba(0, 194, 255, 0.12);
  filter: blur(64px);
}

.blog-newsletter__glow--tl {
  top: -6rem;
  left: -6rem;
}

.blog-newsletter__glow--br {
  bottom: -6rem;
  right: -6rem;
}

.blog-newsletter__content {
  position: relative;
  z-index: 10;
  max-width: 44rem;
  margin: 0 auto;
}

.blog-newsletter__content>*+* {
  margin-top: 1.25rem;
}

.blog-newsletter__content>.blog-newsletter__form,
.blog-newsletter__content>.blog-newsletter__features {
  margin-top: 1.75rem;
}

.blog-newsletter .badge-cyan {
  gap: 0.5rem;
}

.blog-newsletter__badge-dot {
  width: 0.375rem;
  height: 0.375rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: #00C2FF;
  box-shadow: 0 0 6px rgba(0, 194, 255, 0.8);
  animation: blog-newsletter-pulse 2s ease-in-out infinite;
}

@keyframes blog-newsletter-pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.blog-newsletter .badge-cyan svg {
  width: 0.75rem;
  height: 0.75rem;
}

.blog-newsletter__heading {
  font-size: 1.875rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

@media (min-width: 640px) {
  .blog-newsletter__heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .blog-newsletter__heading {
    font-size: 3rem;
  }
}

.blog-newsletter__accent {
  color: #00C2FF;
}

.blog-newsletter__subtext {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  color: #d1d5db;
  font-size: 0.9375rem;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .blog-newsletter__subtext {
    font-size: 1rem;
  }
}

.blog-newsletter__form {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.375rem;
  background-color: #08101D;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  transition: border-color 0.3s ease;
}

.blog-newsletter__form:focus-within {
  border-color: #00C2FF;
}

.blog-newsletter__field-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #00C2FF;
  pointer-events: none;
}

.blog-newsletter__field-icon svg {
  width: 1rem;
  height: 1rem;
}

.blog-newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
  background: transparent;
  border: none;
  padding: 0.75rem 0.5rem 0.75rem 2.5rem;
  font-size: 0.9375rem;
  color: #ffffff;
  font-family: inherit;
}

.blog-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.blog-newsletter__input:focus {
  outline: none;
}

.blog-newsletter__submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  background-image: linear-gradient(to right, #00C2FF, #2dd4bf);
  color: #04070D;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 4px 16px rgba(0, 194, 255, 0.35);
  cursor: pointer;
  font-family: inherit;
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}

.blog-newsletter__submit:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 20px rgba(0, 194, 255, 0.5);
}

.blog-newsletter__submit svg {
  width: 1rem;
  height: 1rem;
}

.blog-newsletter__features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  row-gap: 0.5rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.blog-newsletter__feature {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9999px;
}

.blog-newsletter__feature svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #00C2FF;
}

/* =========================================================
   Blog Details Page
   ========================================================= */

/* Smooth in-page scrolling for Table of Contents anchor jumps, scoped to
   this template only so it doesn't change scroll behavior site-wide. */
html:has(body.page-template-page-blog-details-php),
body.page-template-page-blog-details-php {
  scroll-behavior: smooth;
}

/* Hero / Breadcrumb */
.blog-detail-hero {
  position: relative;
  padding: 2.25rem 0 6rem;
  background-color: #04070D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.blog-detail-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 32rem;
  height: 32rem;
  background: radial-gradient(circle, rgba(0, 194, 255, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.blog-detail-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 65rem;
}

.blog-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
}

.blog-detail-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-detail-breadcrumb a:hover {
  color: #00C2FF;
}

.blog-detail-breadcrumb__current {
  color: #00C2FF;
}

.blog-detail-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.blog-detail-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-detail-tag--cyan {
  background-color: rgba(0, 194, 255, 0.12);
  border: 1px solid rgba(0, 194, 255, 0.3);
  color: #00C2FF;
}

.blog-detail-tag--rose {
  background-color: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(244, 63, 94, 0.3);
  color: #fb7185;
}

.blog-detail-title {
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

@media (min-width: 640px) {
  .blog-detail-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .blog-detail-title {
    font-size: 3rem;
  }
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

.blog-detail-meta__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-detail-meta__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #00C2FF, #3b82f6);
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 800;
}

.blog-detail-meta__name {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
}

.blog-detail-meta__role {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  line-height: 1.4;
}

.blog-detail-meta__divider {
  width: 1px;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.blog-detail-meta__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.blog-detail-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
  font-weight: 600;
}

.blog-detail-meta__item svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #00C2FF;
}

@media (max-width: 640px) {
  .blog-detail-meta__divider {
    display: none;
  }
}

/* Featured image — overlaps hero/content boundary */
.blog-detail-media {
  position: relative;
  z-index: 2;
  max-width: 72rem;
  margin: -4.5rem auto 0;
  padding: 0 1rem;
}

.blog-detail-media__frame {
  height: 260px;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (min-width: 640px) {
  .blog-detail-media__frame {
    height: 360px;
  }
}

@media (min-width: 1024px) {
  .blog-detail-media__frame {
    height: 460px;
  }
}

.blog-detail-media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Main content section */
.blog-detail-section {
  background-color: #F7F9FC;
}

.blog-detail-section__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3.5rem 1rem 5rem;
}

@media (min-width: 640px) {
  .blog-detail-section__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .blog-detail-layout {
    grid-template-columns: 17rem minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    align-items: start;
  }
}

/* Sidebar — sticks under the site header once the hero has scrolled past,
   and unsticks naturally at the end of .blog-detail-layout (its containing
   grid row), so it never overlaps the related-posts/newsletter/footer area. */
.blog-detail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  order: 2;
}

@media (min-width: 1024px) {
  .blog-detail-sidebar {
    order: 1;
    align-self: start;
    position: sticky;
    top: 6.5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .blog-detail-sidebar {
    top: 5.5rem;
  }
}

.blog-detail-panel {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.blog-detail-panel__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-detail-panel__title svg {
  width: 1rem;
  height: 1rem;
  color: #00C2FF;
}

.blog-detail-toc__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-detail-toc__list a {
  display: block;
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-detail-toc__list a:hover,
.blog-detail-toc__list a.is-active {
  color: #00C2FF;
}

.blog-detail-share__buttons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.blog-detail-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border: none;
  border-radius: 9999px;
  background-color: #f1f5f9;
  color: #334155;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.blog-detail-share__btn svg {
  width: 1.05rem;
  height: 1.05rem;
}

.blog-detail-share__btn:hover {
  background-color: rgba(0, 194, 255, 0.14);
  color: #00C2FF;
  transform: translateY(-2px);
}

/* Both icon states are pre-rendered on load; toggling .is-copied just
   swaps which one is displayed — no icon-library re-render on click. */
.blog-detail-share__icon--copied {
  display: none;
}

.blog-detail-share__btn--copy.is-copied .blog-detail-share__icon--default {
  display: none;
}

.blog-detail-share__btn--copy.is-copied .blog-detail-share__icon--copied {
  display: inline-flex;
}

.blog-detail-share__btn--copy.is-copied {
  background-color: rgba(16, 185, 129, 0.14);
  color: #059669;
}

.blog-detail-author-mini {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.blog-detail-author-mini__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #00C2FF, #3b82f6);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 800;
}

.blog-detail-author-mini__name {
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 700;
}

.blog-detail-author-mini__role {
  margin-top: 0.125rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.4;
}

/* Article body */
.blog-detail-article {
  order: 1;
  min-width: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
}

@media (min-width: 1024px) {
  .blog-detail-article {
    order: 2;
  }
}

.blog-detail-article__lead {
  font-size: 1.0625rem;
  color: #334155;
}

.blog-detail-article__lead strong {
  color: #0f172a;
}

.blog-detail-article h2 {
  margin: 2.75rem 0 1rem;
  scroll-margin-top: 6.5rem;
  color: #0f172a;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.blog-detail-article h2:first-child {
  margin-top: 0;
}

.blog-detail-article h3 {
  margin: 0 0 1rem;
  scroll-margin-top: 6.5rem;
  color: #0f172a;
  font-size: 1.1875rem;
  font-weight: 800;
  line-height: 1.35;
}

.blog-detail-article p {
  margin: 0 0 1.25rem;
}

.blog-detail-article>p:last-child {
  margin-bottom: 0;
}

/* Generic rich-text elements rendered from dynamic WordPress post content */
.blog-detail-article img,
.blog-detail-article video {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.blog-detail-article figure {
  margin: 1.75rem 0;
}

.blog-detail-article figcaption {
  margin-top: 0.625rem;
  color: #94a3b8;
  font-size: 0.8125rem;
  text-align: center;
}

.blog-detail-article ul,
.blog-detail-article ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.blog-detail-article ul {
  list-style: disc;
}

.blog-detail-article ol {
  list-style: decimal;
}

.blog-detail-article li {
  margin-bottom: 0.5rem;
}

.blog-detail-article li>ul,
.blog-detail-article li>ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.blog-detail-article a:hover {
  text-decoration-color: currentColor;
}

.blog-detail-article strong,
.blog-detail-article b {
  color: #0f172a;
  font-weight: 700;
}

.blog-detail-article hr {
  margin: 2.5rem 0;
  border: none;
  border-top: 1px solid #eef1f6;
}

.blog-detail-article code {
  padding: 0.15rem 0.4rem;
  background-color: #f1f5f9;
  border-radius: 0.375rem;
  color: #db2777;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.85em;
}

.blog-detail-article pre {
  margin: 0 0 1.5rem;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: #0b1120;
  border-radius: 1rem;
}

.blog-detail-article pre code {
  padding: 0;
  background-color: transparent;
  color: #cbd5e1;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.blog-detail-article blockquote {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1.75rem 1.75rem 1.75rem 2rem;
  background-color: #ffffff;
  border-left: 4px solid #00C2FF;
  border-radius: 0 1rem 1rem 0;
  color: #0f172a;
  font-size: 1.0625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.blog-detail-article blockquote p:last-child {
  margin-bottom: 0;
}

.blog-detail-article table {
  width: 100%;
  margin: 0 0 1.5rem;
  border-collapse: collapse;
  font-size: 0.875rem;
  border: 1px solid #eef1f6;
  border-radius: 1rem;
  overflow: hidden;
}

.blog-detail-article th {
  padding: 0.875rem 1.25rem;
  background-color: #0f172a;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  text-align: left;
}

.blog-detail-article td {
  padding: 0.9375rem 1.25rem;
  border-top: 1px solid #eef1f6;
  color: #475569;
}

.blog-detail-article iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 1.75rem 0;
  border: 0;
  border-radius: 1rem;
}

/* Real author avatar images inside the fixed-size circular avatar badges */
.blog-detail-meta__avatar img,
.blog-detail-author-mini__avatar img,
.blog-detail-author-bio__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
}

/* Key takeaways callout */
.blog-detail-callout {
  margin-bottom: 2.5rem;
  padding: 1.75rem;
  background-color: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 1.25rem;
}

.blog-detail-callout__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 1.25rem;
  padding: 0.3rem 0.875rem;
  border-radius: 9999px;
  background-color: rgba(16, 185, 129, 0.14);
  color: #059669;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-detail-callout__badge svg {
  width: 0.875rem;
  height: 0.875rem;
}

.blog-detail-callout__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px) {
  .blog-detail-callout__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-detail-stat {
  padding: 1.25rem;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 0.875rem;
}

.blog-detail-stat__value {
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.blog-detail-stat--cyan .blog-detail-stat__value {
  color: #0891b2;
}

.blog-detail-stat--green .blog-detail-stat__value {
  color: #059669;
}

.blog-detail-stat--purple .blog-detail-stat__value {
  color: #7c3aed;
}

.blog-detail-stat__label {
  margin-top: 0.375rem;
  color: #0f172a;
  font-size: 0.8125rem;
  font-weight: 700;
}

.blog-detail-stat__desc {
  margin-top: 0.375rem;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* Bullet feature list */
.blog-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.blog-detail-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.blog-detail-list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
  border-radius: 9999px;
  background-color: rgba(0, 194, 255, 0.12);
  color: #00C2FF;
}

.blog-detail-list__icon svg {
  width: 0.8125rem;
  height: 0.8125rem;
}

.blog-detail-list__item strong {
  color: #0f172a;
}

/* Comparison table */
.blog-detail-table-wrap {
  margin-bottom: 1.5rem;
  border: 1px solid #eef1f6;
  border-radius: 1rem;
  overflow: hidden;
  overflow-x: auto;
}

.blog-detail-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.blog-detail-table th {
  padding: 0.875rem 1.25rem;
  background-color: #0f172a;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

.blog-detail-table th:last-child {
  color: #5eead4;
}

.blog-detail-table td {
  padding: 0.9375rem 1.25rem;
  border-top: 1px solid #eef1f6;
  color: #475569;
  vertical-align: top;
}

.blog-detail-table tr:nth-child(even) td {
  background-color: #fbfcfe;
}

.blog-detail-table td:first-child {
  color: #0f172a;
  font-weight: 700;
  white-space: nowrap;
}

.blog-detail-table td:last-child {
  color: #0891b2;
  font-weight: 600;
}

/* Core architectural feature cards */
.blog-detail-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .blog-detail-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-detail-feature {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 1rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.blog-detail-feature:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.blog-detail-feature__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  background-color: rgba(0, 194, 255, 0.1);
  color: #00C2FF;
  font-size: 0.8125rem;
  font-weight: 800;
}

.blog-detail-feature__title {
  margin-bottom: 0.5rem;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 800;
}

.blog-detail-feature__desc {
  color: #94a3b8;
  font-size: 0.8125rem;
  line-height: 1.6;
}

/* Step-by-step training guide */
.blog-detail-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.blog-detail-step {
  position: relative;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.75rem;
}

.blog-detail-step:last-child {
  padding-bottom: 0;
}

.blog-detail-step::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  bottom: 0;
  left: 1.125rem;
  width: 1px;
  background-color: #e2e8f0;
}

.blog-detail-step:last-child::before {
  display: none;
}

.blog-detail-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  background-color: #00C2FF;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 800;
  box-shadow: 0 0 0 4px #F7F9FC, 0 0 0 5px #e2e8f0;
}

.blog-detail-step__body {
  padding-top: 0.25rem;
}

.blog-detail-step__title {
  margin-bottom: 0.375rem;
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 800;
}

.blog-detail-step__desc {
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.6;
}

/* Sample code block */
.blog-detail-code {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #0b1120;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.3);
}

.blog-detail-code__bar {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-detail-code__dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.15);
}

.blog-detail-code pre {
  margin: 0;
  padding: 1.25rem;
  overflow-x: auto;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
  font-size: 0.8125rem;
  line-height: 1.7;
}

.blog-detail-code code {
  color: #cbd5e1;
  white-space: pre;
}

.tok-kw {
  color: #c084fc;
}

.tok-fn {
  color: #38bdf8;
}

.tok-str {
  color: #86efac;
}

.tok-com {
  color: #64748b;
}

.tok-prop {
  color: #7dd3fc;
}

/* Pull quote */
.blog-detail-quote {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 1.75rem 1.75rem 1.75rem 3.25rem;
  background-color: #ffffff;
  border-left: 4px solid #00C2FF;
  border-radius: 0 1rem 1rem 0;
  color: #0f172a;
  font-size: 1.0625rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.blog-detail-quote svg {
  position: absolute;
  top: 1.5rem;
  left: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: rgba(0, 194, 255, 0.4);
}

/* Bottom tags */
.blog-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 2rem 0 2.5rem;
}

.blog-detail-tags__tag {
  padding: 0.375rem 0.875rem;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 9999px;
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
}

/* Full author bio card */
.blog-detail-author-bio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 1.25rem;
}

.blog-detail-author-bio__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #00C2FF, #3b82f6);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.blog-detail-author-bio__label {
  margin-bottom: 0.25rem;
  color: #94a3b8;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-detail-author-bio__name {
  color: #0f172a;
  font-size: 1.0625rem;
  font-weight: 800;
}

.blog-detail-author-bio__role {
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.5;
}

/* Previous / Next navigation */
.blog-detail-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2.5rem 0;
}

@media (min-width: 640px) {
  .blog-detail-nav {
    grid-template-columns: 1fr 1fr;
  }
}

.blog-detail-nav__link {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 1rem;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.blog-detail-nav__link:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 194, 255, 0.3);
  transform: translateY(-2px);
}

.blog-detail-nav__link--next {
  text-align: right;
  align-items: flex-end;
}

.blog-detail-nav__dir {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #00C2FF;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.blog-detail-nav__link--next .blog-detail-nav__dir {
  flex-direction: row-reverse;
}

.blog-detail-nav__dir svg {
  width: 0.875rem;
  height: 0.875rem;
}

.blog-detail-nav__title {
  color: #0f172a;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}

/* Related blogs */
.blog-detail-related {
  margin-bottom: 2.5rem;
}

.blog-detail-related__heading {
  margin-bottom: 1.5rem;
  color: #0f172a;
  font-size: 1.375rem;
  font-weight: 800;
}

.blog-detail-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .blog-detail-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Reading progress bar */
.blog-detail-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 3px;
  background-color: transparent;
}

.blog-detail-progress__bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #00C2FF, #3b82f6);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.blog-detail-author-bio__info {
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) {
  .blog-detail-hero {
    padding-bottom: 5rem;
  }

  .blog-detail-media {
    margin-top: -3.5rem;
  }

  .blog-detail-callout,
  .blog-detail-author-bio,
  .blog-detail-panel {
    padding: 1.25rem;
  }
}