:root {
  --primary-color: #f59e0b;
  --primary-dark: #d97706;
  --dark: #0f172a;
  --dark-2: #111827;
  --muted: #64748b;
  --light-bg: #f8fafc;
  --white: #ffffff;
  --border: #e2e8f0;
  --shadow-soft: 0 20px 60px rgba(15, 23, 42, 0.12);
  --radius-xl: 24px;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: "Inter", sans-serif;
  background: var(--light-bg);
  color: var(--dark);
}

.navbar-custom {
  background: rgb(0, 0, 0);
  backdrop-filter: blur(18px);
}

.navbar-brand,
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
}

.btn-primary-custom {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #111827;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
}

.btn-primary-custom:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #111827;
}

.btn-outline-light-custom {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
}

.btn-outline-light-custom:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.hero-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 2rem 0 5rem;
  background: url('../img/1.jpg') no-repeat center center / cover;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    radial-gradient(
      circle at top left,
      rgba(245, 158, 11, 0.22),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(59, 130, 246, 0.22),
      transparent 30%
    ),
    rgba(2, 6, 23, 0.85);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-section > * {
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-block;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.92rem;
  margin-bottom: 1.4rem;
}

.hero-title {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.hero-text {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 680px;
}

.hero-feature {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.9);
  height: 100%;
}

.hero-image-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 1rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.hero-image-box {
  min-height: 560px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1e293b, #334155);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.hero-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  inset: 0;
}

.hero-image-placeholder {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.8);
  max-width: 320px;
}

.hero-floating-box {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--dark);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  z-index: 2;
  text-align: left;
}

.stats-wrapper {
  margin-top: -2.2rem;
  position: relative;
  z-index: 2;
}

.stats-card {
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.stat-item {
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
  height: 100%;
}

.stat-number {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.section-padding {
  padding: 5.5rem 0;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.section-text {
  color: var(--muted);
  max-width: 720px;
  font-size: 1.03rem;
}

.logo-carousel-section {
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.logo-carousel-head {
  max-width: 780px;
}

.logo-carousel-shell {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 0;
  border-block: 1px solid rgba(15, 23, 42, 0.07);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-carousel-track {
  display: flex;
  width: max-content;
  animation: logoCarouselScroll 80s linear infinite;
}

.logo-carousel-shell:hover .logo-carousel-track {
  animation-play-state: paused;
}

.logo-carousel-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}

.logo-item {
  width: 200px;
  height: 120px;
  flex: 0 0 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.logo-item img {
  display: block;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

@keyframes logoCarouselScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.testimonials-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
}

.instagram-link {
  min-width: min(100%, 320px);
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.instagram-link:hover {
  transform: translateY(-3px);
  border-color: rgba(221, 42, 123, 0.18);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.instagram-link:focus-visible {
  outline: 3px solid rgba(221, 42, 123, 0.18);
  outline-offset: 4px;
}

.instagram-link-icon {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
  box-shadow: 0 12px 24px rgba(221, 42, 123, 0.22);
}

.instagram-link-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.instagram-link-copy {
  min-width: 0;
  display: grid;
  gap: 0.1rem;
}

.instagram-link-copy small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.2;
}

.instagram-link-copy strong {
  color: var(--dark);
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 800;
}

.instagram-link-arrow {
  margin-left: auto;
  color: var(--dark);
  font-size: 1.1rem;
  font-weight: 800;
}

section[id] {
  scroll-margin-top: 110px;
}

.custom-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.7rem;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.custom-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.custom-card p,
.custom-card li {
  color: var(--muted);
  margin-bottom: 0;
}

.section-dark {
  background: linear-gradient(180deg, #0b1220 0%, #111827 100%);
  color: #fff;
}

.section-dark .section-text,
.section-dark .custom-card p {
  color: rgba(255, 255, 255, 0.74);
}

.section-dark .custom-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.faq-section {
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 1));
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.3rem;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  padding-right: 2rem;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-dark);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  color: var(--muted);
  margin: 0.9rem 0 0;
}

.video-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.32);
  color: #fcd34d;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.video-player-shell {
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.18), transparent 28%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.3);
}

.video-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.video-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(500px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.45rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

.video-carousel::-webkit-scrollbar {
  height: 8px;
}

.video-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.video-thumb {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.video-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, 0.32);
}

.video-thumb:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.5);
  outline-offset: 3px;
}

.video-thumb.is-active {
  border-color: rgba(245, 158, 11, 0.5);
  background: rgba(245, 158, 11, 0.12);
  box-shadow: 0 18px 40px rgba(245, 158, 11, 0.14);
}

.video-thumb-media {
  position: relative;
  flex: 0 0 168px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #020617;
}

.video-thumb-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 25%, rgba(2, 6, 23, 0.72) 100%);
}

.video-thumb-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-thumb-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.video-thumb-copy {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.video-thumb-copy strong {
  font-size: 1rem;
  line-height: 1.35;
}

.video-thumb-copy span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
  font-size: 0.93rem;
}

.books-section {
  position: relative;
  overflow: hidden;
}

.books-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.08), transparent 24%);
}

.books-section > * {
  position: relative;
  z-index: 1;
}

.books-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.books-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: var(--primary-dark);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.books-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.books-control {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease;
}

.books-control:hover {
  transform: translateY(-2px);
  background: #fff7ed;
  border-color: rgba(245, 158, 11, 0.25);
}

.books-control:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.28);
  outline-offset: 3px;
}

.books-author-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.4rem;
  align-items: stretch;
}

.books-author-copy {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.92)),
    var(--dark);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.books-author-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  font-size: 0.84rem;
  font-weight: 800;
}

.books-author-copy h3 {
  max-width: 760px;
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.04;
}

.books-author-copy p {
  max-width: 780px;
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.75;
}

.books-author-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.books-author-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.5rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 800;
}

.books-author-photo {
  max-height: 700px;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.books-author-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 100%;
}

.books-shell {
  padding: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--white);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.books-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 116, 139, 0.24) transparent;
}

.books-carousel::-webkit-scrollbar {
  height: 8px;
}

.books-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.24);
}

.book-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
  color: inherit;
  transition: transform 0.24s ease;
}

.book-card:hover {
  transform: translateY(-4px);
}

.book-card:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.3);
  outline-offset: 5px;
  border-radius: 24px;
}

.book-cover {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4.35;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #e2e8f0, #cbd5e1);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.14);
}

.book-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(15, 23, 42, 0.02));
}

.book-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.book-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0.15rem;
}

.book-meta strong {
  font-size: 1rem;
  line-height: 1.3;
}

.book-meta span {
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.92rem;
}

.events-section {
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}

.events-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}

.events-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.18);
  color: var(--primary-dark);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 240px;
  gap: 1rem;
}

.event-card {
  grid-column: span 1;
  grid-row: span 1;
  margin: 0;
}

.event-card-wide {
  grid-column: span 2;
  grid-row: span 2;
}

.event-card-wide-soft {
  grid-column: span 2;
  grid-row: span 1;
}

.event-card-tall {
  grid-column: span 1;
  grid-row: span 2;
}

.event-trigger {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: #0f172a;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.event-trigger:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 55px rgba(15, 23, 42, 0.18);
}

.event-trigger:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.32);
  outline-offset: 4px;
}

.event-trigger img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.event-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.8rem;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.02) 18%, rgba(2, 6, 23, 0.78) 100%);
}

.event-chip {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  backdrop-filter: blur(10px);
}

.event-overlay figcaption {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0;
  max-width: 32rem;
}

.event-modal {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

.event-modal-image {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  display: block;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.event-modal-caption {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1rem;
}

.video-box {
  min-height: 460px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #111827, #1f2937);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.video-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(245, 158, 11, 0.18),
    transparent 35%
  );
}

.video-content {
  position: relative;
  z-index: 1;
}

.play-circle {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.bio-panel,
.contact-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.bio-panel p,
.bio-panel li,
.contact-panel p,
.contact-panel span {
  color: var(--muted);
}

.section-heading {
  max-width: 860px;
}

.panel-head {
  margin-bottom: 1.4rem;
}

.panel-title {
  font-size: 1.45rem;
  line-height: 1.15;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1rem;
}

.panel-text {
  color: var(--muted);
  max-width: 46rem;
}

.about-copy {
  display: grid;
  gap: 1rem;
}

.about-copy p {
  margin: 0;
}

.about-author-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 1.4rem;
  align-items: stretch;
}

.about-author-photo {
  min-height: 520px;
  margin: 0;
  border-radius: 30px;
  overflow: hidden;
  background: #111827;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.about-author-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.about-author-copy {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.92)),
    var(--dark);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.about-author-label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  font-size: 0.84rem;
  font-weight: 800;
}

.about-author-copy h3 {
  max-width: 800px;
  margin: 0 0 1rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.04;
}

.about-author-copy p {
  max-width: 820px;
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.75;
}

.about-author-copy strong {
  color: #fff;
}

.about-author-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.about-author-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.5rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3rem;
  color: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.contact-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.contact-icon-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.contact-icon-email {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.contact-icon-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
}

.contact-copy {
  min-width: 0;
}

.contact-copy strong {
  color: var(--dark);
}

.contact-copy span {
  display: block;
  word-break: break-word;
}

.mini-box {
  background: #f8fafc;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  padding: 1.25rem;
}

.service-card h4 {
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
}

.service-card p {
  margin: 0;
}

.service-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-points {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
}

.service-points li {
  margin: 0;
}

.service-result {
  margin-top: auto !important;
  padding-top: 0.25rem;
}

@media (max-width: 991.98px) {
  .testimonials-head {
    align-items: start;
    flex-direction: column;
  }

  .instagram-link {
    width: 100%;
  }
}

.cta-banner {
  background: linear-gradient(135deg, #f59e0b, #fb923c);
  color: #111827;
  border-radius: 28px;
  padding: 2.2rem;
  box-shadow: var(--shadow-soft);
}

.form-control,
.form-select {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  border-color: var(--border);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.14);
}

.footer-custom {
  background: #020617;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.8rem 0;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  box-shadow: 0 18px 35px rgba(22, 163, 74, 0.32);
  z-index: 1030;
}

.whatsapp-float::before {
  content: "";
  width: 1.65rem;
  height: 1.65rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M19.05 4.91A9.82 9.82 0 0 0 12.03 2a9.93 9.93 0 0 0-8.6 14.9L2 22l5.25-1.37a9.92 9.92 0 0 0 4.76 1.21h.01c5.48 0 9.94-4.46 9.94-9.94A9.86 9.86 0 0 0 19.05 4.91ZM12.03 20.16h-.01a8.23 8.23 0 0 1-4.19-1.14l-.3-.18-3.12.82.83-3.04-.2-.31a8.24 8.24 0 1 1 7 3.85Zm4.52-6.17c-.25-.13-1.5-.74-1.73-.83-.23-.08-.4-.12-.57.13-.17.25-.66.83-.8 1-.15.17-.3.19-.55.06-.25-.13-1.07-.39-2.03-1.26-.75-.67-1.25-1.5-1.4-1.75-.15-.25-.02-.38.11-.5.11-.11.25-.3.38-.45.13-.15.17-.25.25-.42.08-.17.04-.32-.02-.45-.06-.13-.57-1.37-.78-1.88-.21-.5-.42-.42-.57-.43h-.49c-.17 0-.45.06-.68.32-.23.25-.87.85-.87 2.08 0 1.22.89 2.41 1.01 2.58.13.17 1.75 2.67 4.25 3.74.59.25 1.05.4 1.41.51.59.19 1.12.16 1.54.1.47-.07 1.5-.61 1.71-1.2.21-.59.21-1.09.15-1.2-.07-.1-.23-.17-.48-.29Z'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 6rem;
  }

  .hero-image-box {
    min-height: 460px;
  }

  .books-head {
    align-items: start;
    flex-direction: column;
  }

  .books-author-feature {
    grid-template-columns: 1fr;
  }

  .books-author-photo {
    min-height: 520px;
    order: -1;
  }

  .about-author-feature {
    grid-template-columns: 1fr;
  }

  .about-author-photo {
    min-height: 520px;
  }

  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .event-card {
    grid-column: span 1;
    grid-row: span 1;
  }

  .event-card-wide,
  .event-card-wide-soft {
    grid-column: span 2;
    grid-row: span 1;
  }

  .event-card-tall {
    grid-column: span 1;
    grid-row: span 2;
  }
}

@media (max-width: 767.98px) {
  .logo-carousel-shell {
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  }

  .logo-carousel-track {
    animation-duration: 64s;
  }

  .logo-item {
    width: 138px;
    height: 76px;
    flex-basis: 138px;
    padding: 0.85rem;
  }

  .logo-item img {
    max-height: 48px;
  }

  .video-carousel {
    grid-auto-columns: minmax(86vw, 1fr);
  }

  .video-thumb {
    flex-direction: column;
    align-items: stretch;
  }

  .video-thumb-media {
    width: 100%;
    flex-basis: auto;
  }

  .books-carousel {
    grid-auto-columns: minmax(56vw, 1fr);
  }

  .books-shell {
    padding: 1rem;
  }

  .books-author-copy {
    padding: 1.35rem;
  }

  .books-author-copy p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .books-author-photo {
    min-height: 390px;
    border-radius: 24px;
  }

  .about-author-copy {
    padding: 1.35rem;
  }

  .about-author-copy p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .about-author-photo {
    min-height: 390px;
    border-radius: 24px;
  }

  .events-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 290px;
  }

  .event-card,
  .event-card-wide,
  .event-card-wide-soft,
  .event-card-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .event-trigger {
    border-radius: 24px;
  }
}

.testimonials-page {
  background: #f8fafc;
}

.testimonials-page .section-title,
.testimonials-page .books-kicker {
  letter-spacing: 0;
}

.testimonial-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 5.2rem 0 5.6rem;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(15, 23, 42, 0.74)),
    url("../img/1.jpg") center / cover no-repeat;
}

.testimonial-hero .container {
  position: relative;
  z-index: 1;
}

.testimonial-hero-title {
  max-width: 960px;
  margin-bottom: 1.1rem;
  font-size: 4rem;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.testimonial-proof-row {
  display: grid;
  gap: 0.85rem;
}

.testimonial-proof-item {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.testimonial-proof-item strong,
.testimonial-proof-item span {
  display: block;
}

.testimonial-proof-item strong {
  color: #fcd34d;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 900;
}

.testimonial-proof-item span {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.testimonial-filter {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dark);
  padding: 0.72rem 1rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.testimonial-filter:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.3);
}

.testimonial-filter:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.28);
  outline-offset: 3px;
}

.testimonial-filter.is-active {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

@keyframes testimonialShimmer {
  from {
    background-position: 220% 0;
  }

  to {
    background-position: -220% 0;
  }
}

.testimonial-empty {
  padding: 1.4rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #fff;
  color: var(--muted);
}

.testimonial-showcase-section {
  background:
    linear-gradient(180deg, #fff7ed 0%, #fff 48%, #f8fafc 100%);
}

.testimonial-showcase-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.4rem;
}

.testimonial-showcase-shell,
.testimonial-showcase-loader {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
}

.testimonial-showcase-shell {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.testimonial-showcase-loader {
  padding: 1.25rem;
}

.testimonial-showcase-loader.is-hidden,
.testimonial-showcase-shell[hidden] {
  display: none;
}

.testimonial-showcase-skeleton {
  min-height: 390px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent),
    #e2e8f0;
  background-size: 220% 100%;
  animation: testimonialShimmer 1.1s linear infinite;
}

.testimonial-showcase-main {
  min-height: 390px;
}

.testimonial-showcase-card {
  --testimonial-bg: url("../img/2.jpg");
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: stretch;
  padding: 2rem;
  border-radius: 24px;
  background: #111827;
  color: #fff;
}

.testimonial-showcase-card::before,
.testimonial-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.testimonial-showcase-card::before {
  background-image: var(--testimonial-bg);
  background-position: center;
  background-size:  auto;
  background-repeat: no-repeat;
  opacity: 0.70;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.02);
}

.testimonial-showcase-card::after {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.76) 48%, rgba(15, 23, 42, 0.42) 100%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.66));
}

.testimonial-showcase-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 780px;
}

.testimonial-showcase-index {
  position: relative;
  z-index: 1;
}

.testimonial-showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.testimonial-showcase-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(245, 158, 11, 0.38);
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #fcd34d;
  font-size: 0.78rem;
  font-weight: 900;
}

.testimonial-image-button {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.48rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.testimonial-image-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(245, 158, 11, 0.36);
}

.testimonial-image-button:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.34);
  outline-offset: 3px;
}

.testimonial-showcase-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: justify;
}

.testimonial-showcase-person {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.testimonial-showcase-avatar {
  position: relative;
  overflow: hidden;
  width: 3.4rem;
  height: 3.4rem;
  flex: 0 0 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #f59e0b;
  color: #111827;
  font-weight: 900;
}

.testimonial-showcase-avatar.has-image,
.testimonial-showcase-thumb-avatar.has-image {
  background: #fff;
}

.testimonial-showcase-avatar img,
.testimonial-showcase-thumb-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: auto;
}

.testimonial-showcase-avatar.has-image > span,
.testimonial-showcase-thumb-avatar.has-image > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.testimonial-showcase-person strong,
.testimonial-showcase-person small {
  display: block;
}

.testimonial-showcase-person strong {
  color: #fff;
  font-size: 1.05rem;
}

.testimonial-showcase-person small {
  color: rgba(255, 255, 255, 0.64);
}

.testimonial-showcase-index {
  min-width: 9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  text-align: right;
}

.testimonial-showcase-index span {
  color: #fcd34d;
  font-size: 4.4rem;
  line-height: 0.9;
  font-weight: 900;
}

.testimonial-showcase-index small {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.testimonial-showcase-controls {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin: 1rem 0;
}

.testimonial-showcase-control {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 50%;
  background: #fff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.testimonial-showcase-control:hover {
  transform: translateY(-2px);
  background: #fff7ed;
  border-color: rgba(245, 158, 11, 0.26);
}

.testimonial-showcase-control:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.28);
  outline-offset: 3px;
}

.testimonial-showcase-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 0.8rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 116, 139, 0.24) transparent;
}

.testimonial-showcase-rail::-webkit-scrollbar {
  height: 8px;
}

.testimonial-showcase-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.24);
}

.testimonial-showcase-thumb {
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 0.7rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #f8fafc;
  color: var(--dark);
  text-align: left;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.testimonial-showcase-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.28);
}

.testimonial-showcase-thumb.is-active {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.testimonial-showcase-thumb:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.28);
  outline-offset: 3px;
}

.testimonial-showcase-thumb-avatar {
  position: relative;
  overflow: hidden;
  grid-row: span 2;
  width: 2.45rem;
  height: 2.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #f59e0b;
  color: #111827;
  font-weight: 900;
}

.testimonial-showcase-thumb strong,
.testimonial-showcase-thumb small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-showcase-thumb strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.testimonial-showcase-thumb small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.testimonial-showcase-thumb.is-active small {
  color: rgba(255, 255, 255, 0.62);
}

.testimonial-image-modal {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  color: #fff;
}

.testimonial-image-modal-img {
  width: 100%;
  max-height: 72vh;
  display: block;
  object-fit: contain;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.testimonial-image-modal-caption {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .testimonial-hero {
    padding: 4rem 0;
  }

  .testimonial-hero-title {
    font-size: 3rem;
  }

  .testimonial-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-showcase-card {
    grid-template-columns: 1fr;
  }

  .testimonial-showcase-index {
    min-width: 0;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .testimonial-hero-title {
    font-size: 2.35rem;
  }

  .testimonial-proof-row {
    grid-template-columns: 1fr;
  }

  .testimonial-filter {
    flex: 1 1 calc(50% - 0.7rem);
  }

  .testimonial-showcase-card {
    padding: 1.35rem;
    min-height: 440px;
  }

  .testimonial-showcase-controls {
    justify-content: center;
  }

  .testimonial-showcase-rail {
    grid-auto-columns: minmax(78vw, 1fr);
  }

  .testimonial-showcase-filter {
    flex: 1 1 calc(50% - 0.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-carousel-track {
    animation: none;
  }

  .logo-carousel-shell {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.article-template-page {
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.article-hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 3rem;
}

.article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(248, 250, 252, 0.96)),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 28%);
}

.article-hero .container {
  position: relative;
  z-index: 1;
}

.article-hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: var(--dark);
}

.article-hero-topline span:first-child {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.article-hero-topline span:last-child {
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.18);
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-title {
  margin-bottom: 1rem;
  font-size: clamp(2.0rem, 5vw, 4.0rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.article-subtitle {
  margin-bottom: 0;
  color: var(--dark);
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 600;
}

.article-layout {
  padding: 0 0 5.5rem;
}

.article-main {
  display: grid;
  gap: 1.5rem;
}

.article-author-card,
.article-content-card,
.article-cta-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.article-content-card {
  padding: clamp(1.4rem, 2.8vw, 2.5rem);
}

.article-content-card p {
  margin-bottom: 1.15rem;
  color: #243041;
  font-size: 1.03rem;
  line-height: 1.8;
  text-align: justify;
}

.article-content-card p:last-child {
  margin-bottom: 0;
}

.article-content-card p.article-lead::first-letter {
  float: left;
  margin: 0.18rem 0.7rem 0 0;
  padding: 0.4rem 0.75rem;
  border-radius: 18px;
  background: #f2eadf;
  color: var(--dark);
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 900;
}

.article-content-card h2 {
  margin: 1.8rem 0 0.9rem;
  color: var(--dark);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.article-content-card ul {
  margin: 0 0 1.3rem;
  padding-left: 1.25rem;
  color: #243041;
}

.article-content-card li {
  margin-bottom: 0.7rem;
  line-height: 1.7;
}

.article-highlight-quote {
  margin: 1.6rem 0;
  padding: 1.4rem 1.5rem;
  border-left: 4px solid var(--primary-color);
  border-radius: 0 22px 22px 0;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(255, 255, 255, 0.92));
}

.article-highlight-quote p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  font-weight: 700;
}

.article-inline-media {
  margin: 2rem 0;
}

.article-inline-media img {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
  object-fit: cover;
}

.article-inline-media figcaption {
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.article-meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.article-author-card {
  position: sticky;
  top: 110px;
  overflow: hidden;
}

.article-author-photo {
  position: relative;
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0.26)),
    #dbe4ef;
}

.article-author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-author-body {
  padding: 1.4rem;
}

.article-author-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: var(--primary-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-author-body h2 {
  margin-bottom: 0.4rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.article-author-role {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.article-author-body p {
  margin-bottom: 1rem;
  color: #334155;
  line-height: 1.7;
}

.article-social-list {
  display: grid;
  gap: 0.75rem;
}

.article-social-link {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.article-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.24);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.article-social-icon {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.article-social-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.article-social-icon-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af);
}

.article-social-icon-whatsapp {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.article-social-icon-tiktok {
  background: linear-gradient(135deg, #111827, #0f172a);
}

.article-social-copy {
  min-width: 0;
}

.article-social-copy strong,
.article-social-copy span {
  display: block;
}

.article-social-copy strong {
  color: var(--dark);
  font-size: 0.92rem;
}

.article-social-copy span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.article-cta-card {
  padding: 1.5rem;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.article-actions-card {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.article-actions-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.article-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: var(--dark);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.article-more-link:hover {
  transform: translateY(-2px);
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.15);
}

.article-share-block {
  display: grid;
  gap: 0.75rem;
}

.article-share-label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-share-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.article-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: var(--dark);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.article-share-link:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.28);
  color: var(--dark);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

.article-share-link-linkedin {
  background: rgba(10, 102, 194, 0.08);
}

.article-share-link-facebook {
  background: rgba(24, 119, 242, 0.08);
}

.article-share-link-x {
  background: rgba(15, 23, 42, 0.08);
}

.article-share-link-threads {
  background: rgba(225, 29, 72, 0.08);
}

.article-cta-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.35rem;
  font-weight: 900;
}

.article-cta-card p {
  margin-bottom: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.articles-hub-shell {
  display: grid;
  gap: 1.4rem;
}

.articles-hub-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.9), #ffffff);
}

.articles-hub-toolbar p {
  margin: 0;
  color: var(--muted);
}

.articles-hub-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.12);
  color: #9a3412;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hub-card {
  padding: 1.7rem;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.article-hub-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, 0.22);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.article-hub-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.article-hub-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.article-hub-title {
  margin-bottom: 0.8rem;
  font-size: 1.65rem;
  line-height: 1.2;
}

.article-hub-title a {
  color: var(--dark);
  text-decoration: none;
}

.article-hub-title a:hover {
  color: var(--primary);
}

.article-hub-excerpt {
  margin-bottom: 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.article-hub-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
}

.article-hub-link:hover {
  color: var(--primary-dark);
}

@media (max-width: 991.98px) {
  .article-hero {
    padding: 3.75rem 0 2.25rem;
  }

  .article-author-card {
    position: static;
  }

  .article-actions-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .article-hero-topline {
    align-items: start;
    flex-direction: column;
  }

  .article-title {
    max-width: none;
    font-size: 2.6rem;
  }

  .article-content-card p.article-lead::first-letter {
    margin-right: 0.55rem;
    padding: 0.35rem 0.65rem;
    font-size: 2.2rem;
  }

  .articles-hub-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
