/*
Theme Name: Summit Evolution
Theme URI: https://summit-evolution.local
Author: Summit Evolution
Description: Premium one-page event theme for Summit Evolution.
Version: 1.0.0
Text Domain: summit-evolution
*/

:root {
  --primary: #40c0ec;
  --primary-dark: #1d8fb3;
  --ink: #0b0d0f;
  --ink-soft: #171b20;
  --paper: #f7f8fa;
  --paper-2: #eef1f5;
  --accent: #ffb74a;
  --accent-2: #9cf1ff;
  --danger: #ff4d4d;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shadow-1: 0 20px 60px rgba(11, 13, 15, 0.18);
  --shadow-2: 0 12px 30px rgba(64, 192, 236, 0.2);
  --grid-max: 1200px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
  --space-8: 128px;
  --header-offset: 100px;
}

@media only screen and (max-width: 600px) {
  :root {
    --hero-offset: 144px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Sora", "Helvetica Neue", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(100% - 48px, var(--grid-max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 248, 250, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(11, 13, 15, 0.08);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  color: var(--ink);
  height: var(--header-offset);
}

.site-header.is-hero {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  color: rgba(245, 247, 250, 0.95);
  position: sticky;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.brand-link:hover {
  opacity: 0.85;
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow-2);
}

.brand-title {
  font-family: "Bebas Neue", "Arial Black", sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-links a {
  color: var(--ink-soft);
}

.nav-links a:hover {
  color: var(--primary-dark);
}

.site-header.is-hero .nav-links a {
  color: rgba(245, 247, 250, 0.7);
}

.site-header.is-hero .nav-links a:hover {
  color: rgba(245, 247, 250, 0.95);
}

.site-header.is-hero .brand-title,
.site-header.is-hero .brand {
  color: rgba(245, 247, 250, 0.95);
}

.site-header.is-hero .brand img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.site-header.is-hero .btn-primary {
  background: rgba(255, 255, 255, 0.18);
  color: rgba(245, 247, 250, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  text-align: center;
  line-height: normal;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

@media only screen and (max-width: 360px) {
  .btn {
    padding: 8px 12px;
    font-size: 12px;
  }
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent-2));
  color: var(--ink);
}

.btn-ghost {
  background: transparent;
  border: 1px solid rgba(11, 13, 15, 0.18);
  color: var(--ink);
}

.hero {
  position: relative;
  padding: var(--space-7) 0 var(--space-2) !important;
  margin-top: calc(-1 * var(--header-offset));
  min-height: 100vh;
  overflow: hidden;
  color: #f5f7fa;
  background: var(--ink);
  isolation: isolate;
  display: flex;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      120deg,
      rgba(11, 13, 15, 0.88) 12%,
      rgba(11, 13, 15, 0.5) 55%,
      rgba(11, 13, 15, 0.78) 100%
    ),
    radial-gradient(
      circle at 18% 12%,
      rgba(64, 192, 236, 0.2),
      transparent 45%
    ),
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23ffffff' fill-opacity='0.12'/%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  filter: saturate(1.08) contrast(1.05);
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-7);
  align-items: stretch;
  z-index: 2;
  padding: var(--space-2) var(--space-2) 0;
  flex: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.hero-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.hero .section-kicker {
  color: rgba(245, 247, 250, 0.7);
}

.hero-title {
  font-family: "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(54px, 9vw, 120px);
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0 0 var(--space-1);
  text-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.hero-title span {
  color: #7dd9f5;
  text-shadow: 0 14px 40px rgba(64, 192, 236, 0.35);
}

.hero-subtitle {
  font-size: 18px;
  max-width: 700px;
  margin: 0 0 var(--space-1);
  color: white;
  text-align: center;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: var(--space-5);
}

.badge {
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(11, 13, 15, 0.08);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero .badge {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(245, 247, 250, 0.85);
}

.hero .btn-ghost {
  border-color: rgba(245, 247, 250, 0.35);
  color: rgba(245, 247, 250, 0.9);
}

.hero-card {
  background: rgba(12, 16, 20, 0.72);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  backdrop-filter: blur(12px);
  color: rgba(245, 247, 250, 0.95);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: var(--radius-lg);
  padding: 2px;
  background: linear-gradient(
    135deg,
    rgba(64, 192, 236, 0.55),
    rgba(255, 183, 74, 0.45)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.7;
}

.hero-stars {
  margin-top: var(--space-2);
  border-radius: var(--radius-md);
  background: rgba(11, 13, 15, 0.9);
  color: rgba(245, 247, 250, 0.9);
  text-align: center;
  box-shadow: 0 18px 40px rgba(11, 13, 15, 0.2);
}

.stars-row {
  color: #7dd9f5;
  font-size: 20px;
  letter-spacing: 6px;
  margin-bottom: 8px;
}

.stars-quote {
  margin: 0 0 6px;
  font-size: 16px;
  font-style: italic;
}

.stars-author {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(245, 247, 250, 0.65);
}

.hero-supporters {
  padding-top: var(--space-2);
}

.supporters-logos {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.supporters-logos img {
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.2);
  opacity: 0.9;
}

.hero-card h3 {
  color: #f5f7fa;
}

.hero .stat {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 250, 0.8);
}

.hero .stat strong {
  color: #f5f7fa;
}

.hero-card h3 {
  font-size: 20px;
  margin-top: 0;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-4);
}

.hero-card li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(11, 13, 15, 0.08);
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}

.section {
  padding: var(--space-7) 0;
  position: relative;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.section::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 10%;
  right: 10%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.js .section {
  opacity: 0;
  transform: translateY(30px);
}

.section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.section.in-view::before {
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.section.in-view .reveal {
  opacity: 1;
  transform: translateY(0);
}

.section.in-view .reveal:nth-child(1) {
  transition-delay: 0.05s;
}

.section.in-view .reveal:nth-child(2) {
  transition-delay: 0.12s;
}

.section.in-view .reveal:nth-child(3) {
  transition-delay: 0.18s;
}

.section.in-view .reveal:nth-child(4) {
  transition-delay: 0.24s;
}

.section-title {
  font-family: "Bebas Neue", "Arial Black", sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  margin: 0 0 var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: var(--primary-dark);
  margin-bottom: var(--space-2);
}

.section-kicker .divider {
  width: 42px;
  height: 1px;
  background: var(--primary-dark);
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--space-4);
}

.card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: var(--space-4);
  box-shadow: var(--shadow-1);
  border: 1px solid rgba(11, 13, 15, 0.06);
}

.card.dark {
  background: var(--ink);
  color: #fff;
}

/* Utility: Decorated Section - Add stars and background icons to any section */
.decorated-section {
  position: relative;
}

.decorated-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%2340c0ec' fill-opacity='0.1'/%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.decorated-section::after {
  content: "★";
  position: absolute;
  top: 12%;
  right: 8%;
  font-size: 32px;
  color: rgba(64, 192, 236, 0.15);
  animation: twinkle 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.about {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.15);
  }
}

/* Utility: Decorated Content - Add stars and sparkles inside content area */
.decorated-content {
  position: relative;
  z-index: 1;
}

.decorated-content::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 2L22.5 17.5L38 20L22.5 22.5L20 38L17.5 22.5L2 20L17.5 17.5L20 2Z' fill='%2340c0ec' fill-opacity='0.15'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  animation: spin 20s linear infinite;
  pointer-events: none;
}

.decorated-content::after {
  content: "✨";
  position: absolute;
  bottom: 15%;
  right: 8%;
  font-size: 24px;
  color: rgba(255, 183, 74, 0.3);
  animation: twinkle 2.8s ease-in-out infinite;
  animation-delay: 0.8s;
  pointer-events: none;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex: 1;
  align-self: center;
  position: relative;
  z-index: 1;
}

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

.about-content > p {
  margin-top: 0;
  font-size: 14px;
  max-width: 900px;
}

.about-title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: var(--space-2);
  max-width: 700px;
  position: relative;
}

.about-kicker {
  text-align: left;
  position: relative;
  z-index: 1;
}

.about-kicker::before,
.about-kicker::after {
  content: "✦";
  position: absolute;
  font-size: 18px;
  color: rgba(64, 192, 236, 0.25);
  animation: twinkle 2.5s ease-in-out infinite;
}

.about-kicker::before {
  top: -24px;
  left: 20%;
  animation-delay: 0.5s;
}

.about-kicker::after {
  bottom: -32px;
  right: 15%;
  animation-delay: 1.2s;
}

.about-image {
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-1);
  border: 1px solid rgba(11, 13, 15, 0.06);
}

.about-image::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L32 28L60 30L32 32L30 60L28 32L0 30L28 28L30 0Z' fill='%2340c0ec' fill-opacity='0.2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  animation: pulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 10;
}

.about-image::after {
  content: "⋆";
  position: absolute;
  bottom: -15px;
  left: 10%;
  font-size: 28px;
  color: rgba(156, 241, 255, 0.4);
  animation: twinkle 3.5s ease-in-out infinite;
  animation-delay: 1.5s;
  pointer-events: none;
  z-index: 10;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

.about-image img {
  width: 100%;
  height: 100%;
  max-width: 700px;
  object-fit: cover;
  display: block;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-3);
}

.stat {
  padding: var(--space-3);
  border-radius: var(--radius-sm);
  background: var(--paper-2);
  text-align: center;
}

.stat strong {
  display: block;
  font-size: 28px;
  font-family: "Bebas Neue", "Arial Black", sans-serif;
}

.schedule {
  display: grid;
  gap: var(--space-3);
}

.schedule-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-3);
  padding: var(--space-3);
  border-radius: var(--radius-sm);
  background: rgba(11, 13, 15, 0.04);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-3);
}

.gallery-grid img {
  border-radius: var(--radius-sm);
  height: 200px;
  object-fit: cover;
  box-shadow: var(--shadow-1);
}

.section-gallery {
  background: linear-gradient(180deg, #f7f8fa 0%, #eef4f8 100%);
  padding-left: 0;
  padding-right: 0;
}

.section-dark {
  background: black;
  color: #fff;
}

.section-edge .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-edge .section-kicker,
.section-edge .section-title {
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}

.section-edge .partners-column {
  padding-left: 0;
  padding-right: 0;
}

.section-edge .logo-carousel {
  border-radius: 0;
}

.section-dark .logo-grid img,
.section-dark .logo-item img {
  filter: brightness(1.2);
  opacity: 0.9;
}
.partners-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.partners-kicker {
  color: var(--primary);
}

.partners-column .logo-carousel,
.partners-column {
  border-radius: var(--radius-sm);
}

.gallery-header {
  margin-bottom: var(--space-4);
}

.gallery-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  padding: 24px 0;
  background: linear-gradient(
    90deg,
    rgba(11, 13, 15, 0.08),
    transparent 55%,
    rgba(64, 192, 236, 0.2)
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}

.gallery-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: galleryScroll 28s linear infinite;
}

.gallery-card {
  width: 240px;
  height: 320px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  position: relative;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.gallery-card:nth-child(even) {
  transform: translateY(16px);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.mentors-section {
  background: #ffffff;
  position: relative;
}

.mentors-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      520px 220px at 15% 10%,
      rgba(64, 192, 236, 0.12),
      transparent 70%
    ),
    radial-gradient(
      520px 220px at 85% 0%,
      rgba(11, 13, 15, 0.05),
      transparent 70%
    );
  pointer-events: none;
}

.mentors-section .container {
  position: relative;
  z-index: 1;
}

/* Mentors Section */
.mentors-section {
  position: relative;
  background: linear-gradient(135deg, #0a0f14 0%, #000000 50%, #0d1117 100%);
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

.mentors-section .container {
  position: relative;
  z-index: 2;
}

.mentors-section .section-kicker {
  color: var(--primary);
}

.mentors-section .section-title,
.mentors-section .section-kicker {
  color: #ffffff;
}

.mentors-section .section-kicker {
  color: var(--primary);
}

.mentors-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-5);
}

/* Mentor Spotlight - Mini Section Blocks */
.mentor-spotlight {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: var(--space-4);
  min-height: 320px;
  position: relative;
}

.mentor-spotlight:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 280px;
  max-height: 380px;
}

.mentor-spotlight:nth-child(3) .mentor-image {
  min-height: 280px;
  max-height: 380px;
}

.mentor-spotlight:nth-child(3) .mentor-image img {
  object-position: 50% 60%;
  transform: scale(0.8);
}

.mentor-spotlight:nth-child(3):hover .mentor-image img {
  transform: scale(0.86);
}

.mentor-spotlight.is-reverse {
  flex-direction: row-reverse;
}

.mentor-image {
  flex: 0 0 45%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
  border-radius: 16px;
}

.mentor-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.mentor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    filter 0.8s ease;
  filter: saturate(0.95) contrast(1.02);
}

.mentor-spotlight:hover .mentor-image img {
  transform: scale(1.05);
  filter: saturate(1.1) contrast(1.08);
}

/* Mentor Info - Content Section */
.mentor-info {
  flex: 1;
  padding: var(--space-4) var(--space-3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}

.mentor-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 10%,
    rgba(255, 255, 255, 0.35) 45%,
    transparent 75%
  );
  transform: translateX(-120%);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  will-change: transform, opacity;
}

.mentor-spotlight:hover .mentor-info::before {
  animation: mentor-sweep 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes mentor-sweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

.mentor-name {
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mentor-bio {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--primary-dark);
  margin: 0 0 0.8rem 0;
  transition: transform 0.4s ease;
}

.mentor-title {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: transform 0.4s ease;
}

.mentor-spotlight:hover .mentor-name {
  transform: translateY(-2px);
}

.mentor-spotlight:hover .mentor-bio,
.mentor-spotlight:hover .mentor-title {
  transform: translateY(-1px);
}

/* Hover Effect - Elevation */
.mentor-spotlight {
  transition:
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s ease;
}

.mentor-spotlight:hover {
  transform: translateY(-6px);
}

.testimonial-row {
  display: grid;
  grid-template-columns: 1fr minmax(0, 1.4fr) 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
}

.testimonial-row::before,
.testimonial-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 180px;
  pointer-events: none;
  z-index: 2;
}

.testimonial-row::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(247, 248, 250, 1) 0%,
    rgba(247, 248, 250, 1) 30%,
    rgba(247, 248, 250, 0.9) 50%,
    rgba(247, 248, 250, 0) 100%
  );
}

.testimonial-row::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(247, 248, 250, 1) 0%,
    rgba(247, 248, 250, 1) 30%,
    rgba(247, 248, 250, 0.9) 50%,
    rgba(247, 248, 250, 0) 100%
  );
}

.testimonial-edge {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.testimonial-edge.left {
  justify-content: flex-end;
}

.testimonial-edge.right {
  justify-content: flex-start;
}

.section-gradient {
  background: linear-gradient(
    120deg,
    rgba(11, 13, 15, 0.06),
    rgba(64, 192, 236, 0.12)
  );
}

.section-gradient::before {
  display: none;
}

.testimonial-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease,
    opacity 0.5s ease;
}

.testimonial-card.horizontal {
  /* [COMENTADO] Para futuras atualizações com imagem:
  grid-template-columns: 110px 1fr;
  align-items: center;
  */
  grid-template-columns: 1fr;
  align-items: center;
}

.testimonial-card.center {
  box-shadow: var(--shadow-2);
}

.testimonial-card.side {
  opacity: 0.85;
  min-width: 520px;
}

.testimonial-edge .testimonial-card.side {
  width: 520px;
}

.testimonial-edge.left .testimonial-card.side {
  margin-left: -70%;
}

.testimonial-edge.right .testimonial-card.side {
  margin-right: -70%;
}

.testimonial-card.side.is-fading {
  opacity: 0;
}

.testimonial-card.center.is-fading {
  opacity: 0.75;
}

/* [COMENTADO] Para futuras atualizações com imagem:
.testimonial-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}
*/

.testimonial-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.person-card {
  background: #fff;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-1);
}

.person-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.person-card .meta {
  padding: 14px;
  font-weight: 600;
}

.mentor-name {
  font-weight: 700;
}

.mentor-desc {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(11, 13, 15, 0.7);
  margin: 10px 0 0;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-3);
  align-items: center;
}

.logo-grid img {
  max-height: 70px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
}

.logo-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  padding: 18px 0;
}

.logo-track {
  display: flex;
  gap: 4px;
  width: max-content;
  animation: logoScroll 60s linear infinite;
}

.logo-item {
  min-width: 400px;
  display: grid;
  place-items: center;
}

.logo-item img {
  max-height: 270px;
  object-fit: contain;
  opacity: 0.9;
}

@keyframes logoScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes galleryScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.faq-item {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 18px 22px;
  box-shadow: var(--shadow-1);
  border: 1px solid rgba(11, 13, 15, 0.06);
  max-width: 720px;
  margin-bottom: 14px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  padding-right: 24px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.faq-item p {
  margin: 12px 0 0;
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.35s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

.faq-item[open] {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(11, 13, 15, 0.15);
  border-color: rgba(64, 192, 236, 0.35);
}

.faq-item[open] p {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
}

.cta {
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  display: grid;
  gap: var(--space-4);
}

.cta form {
  display: grid;
  gap: var(--space-2);
  justify-items: center;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: "Sora", sans-serif;
}

.cta form input,
.cta form button {
  max-width: 420px;
}

@media (max-width: 600px) {
  .cta form input,
  .cta form button {
    max-width: 100%;
  }
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.footer {
  padding: var(--space-5) 0 var(--space-4);
  text-align: center;
  font-size: 14px;
  color: rgba(11, 13, 15, 0.6);
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .mentors-stack {
    gap: var(--space-3);
  }

  .mentor-spotlight {
    flex-direction: column;
    min-height: auto;
    gap: var(--space-3);
  }

  .mentor-spotlight:nth-child(3) {
    grid-column: auto;
    min-height: auto;
    max-height: none;
  }

  .mentor-spotlight:nth-child(3) .mentor-image {
    min-height: 280px;
    max-height: none;
  }

  .mentor-spotlight.is-reverse {
    flex-direction: column;
  }

  .mentor-image {
    flex: 0 0 280px;
    min-height: 280px;
  }

  .mentor-info {
    flex: 1;
    padding: var(--space-3);
    text-align: center;
  }

  .mentor-name {
    font-size: 1.2rem;
  }

  .mentor-bio {
    font-size: 0.9rem;
  }

  .supporters-logos img {
    max-height: 60px;
  }

  .testimonial-row {
    align-items: stretch;
  }

  .testimonial-edge {
    align-items: stretch;
  }

  .testimonial-card {
    display: flex;
    flex-direction: column;
  }

  .testimonial-card.horizontal {
    /* [COMENTADO] Para futuras atualizações com imagem:
    display: grid;
    grid-template-columns: 110px 1fr;
    align-content: start;
    */
    display: flex;
    flex-direction: column;
  }

  .testimonial-card p {
    margin: 0;
    line-height: 1.4;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(100% - 32px, var(--grid-max));
  }

  .brand-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .hero {
    padding: var(--space-8) 0 var(--space-5) !important;
    background-color: var(--ink);
    background-image: none;
  }

  .hero-bg-img,
  .hero::after {
    height: 50vh;
  }

  .hero-title {
    font-size: clamp(44px, 14vw, 72px);
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-card {
    padding: var(--space-4);
  }

  .section {
    padding: var(--space-6) 0;
  }

  .section-title {
    font-size: clamp(30px, 9vw, 44px);
  }

  .cta {
    padding: var(--space-5);
  }

  .testimonial-card.horizontal {
    /* [COMENTADO] Para futuras atualizações com imagem:
    grid-template-columns: 1fr;
    text-align: left;
    gap: 12px;
    */
    flex-direction: column;
    text-align: center;
  }

  /* [COMENTADO] Para futuras atualizações com imagem:
  .testimonial-card img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  */

  .testimonial-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonial-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .testimonial-row::before,
  .testimonial-row::after {
    display: none;
  }

  .testimonial-edge {
    display: none;
  }

  .testimonial-edge.left .testimonial-card.side,
  .testimonial-edge.right .testimonial-card.side {
    display: none;
  }

  .testimonial-card.center {
    transform: none;
    box-shadow: var(--shadow-2);
    max-width: 100%;
  }

  .gallery-card {
    width: 200px;
    height: 260px;
  }

  .mentors-stack {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2);
  }

  .mentor-spotlight {
    min-height: auto;
    gap: var(--space-2);
  }

  .mentor-spotlight:nth-child(3) {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .mentor-spotlight:nth-child(3) .mentor-image {
    min-height: 240px;
    max-height: none;
  }

  .mentor-image {
    flex: 0 0 40vh;
    min-height: 40vh;
    border-radius: 12px;
  }

  .mentor-info {
    padding: 10px;
  }

  .mentor-bio {
    display: none;
  }

  .mentor-spotlight:nth-child(3) .mentor-bio {
    display: block;
  }

  .mentor-info {
    padding: 12px;
  }

  .mentor-title {
    font-size: 0.7rem;
  }

  .partners-column {
    grid-template-columns: 1fr;
  }

  .logo-item {
    min-width: 220px;
  }

  .logo-item img {
    max-height: 120px;
  }

  .schedule-item {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section,
  .reveal,
  .logo-track,
  .gallery-track {
    animation: none;
    transition: none;
  }
}
.section-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.section-grid > * {
  width: 100%;
}
