/* ===== WORKSHOPS LANDING PAGE STYLES ===== */

/* Hero Section Animations */
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Section Typography - Frontpage Style */
.section-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  text-align: center;
}

.section-desc {
  font-size: 17px;
  color: rgba(255, 255, 255, 1.0);
  max-width: 560px;
  margin: 0 auto 40px;
  text-align: center;
}

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 80px 32px 0;
}

.hero-glow-1,
.hero-glow-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-1 {
  top: -220px;
  right: -180px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.16), transparent 70%);
}

.hero-glow-2 {
  top: 40px;
  left: -180px;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.16), transparent 70%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 44px;
}

.hero-left {
  position: relative;
  z-index: 1;
}

.hero-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #a78bfa;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-title {
  font-size: 44px;
  line-height: 1.16;
  margin: 0 0 18px;
  color: #fff;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin: 0 0 30px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
  margin-bottom: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  white-space: nowrap;
}

/* Hero Illustration */
.hero-illustration {
  position: relative;
  height: 360px;
  animation: heroFloat 5s ease-in-out infinite;
}

.hero-illustration-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.35), transparent 70%);
  filter: blur(6px);
}

.hero-svg {
  position: absolute;
  inset: 0;
}


.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 12px;
}
.hero-info-card {
  position: absolute;
  background: #11131c;
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.6);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.info-card-label {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.info-card-items {
  display: flex;
  gap: 5px;
}

.info-card-item {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card-item.success {
  background: rgba(34, 197, 94, 0.15);
}

.info-card-item.iac {
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.info-card-item.iac:nth-child(1) {
  background: rgba(124, 58, 237, 0.2);
}

.info-card-item.iac:nth-child(2) {
  background: rgba(59, 130, 246, 0.2);
}

.card-ci-cd {
  top: 6px;
  left: 0;
  border-color: rgba(124, 58, 237, 0.3);
}

.card-gitops {
  top: 2px;
  right: 0;
  border-color: rgba(34, 211, 238, 0.25);
}

.info-flow {
  align-items: center;
}

.info-flow-item {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.info-flow-item:nth-child(1) {
  background: rgba(249, 115, 22, 1);
}

.info-flow-item:nth-child(3) {
  background: #22d3ee;
  color: #fff;
}

.card-iac {
  bottom: 78px;
  left: 6px;
  border-color: rgba(124, 58, 237, 0.25);
}

.card-cloud {
  top: 64px;
  right: 2px;
  border-color: rgba(255, 255, 255, 0.1);
}

.info-card-brand {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #ff9900;
}

.card-observability {
  bottom: 20px;
  right: 0;
  border-color: rgba(255, 255, 255, 0.1);
}

.info-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 20px;
}

.info-chart span {
  width: 5px;
  background: #22d3ee;
  border-radius: 2px;
}

/* Why Attend Section */
.why-attend-section {
  padding: 64px 32px;
}

/* Section headers now use .workshops-header from home.css */

/* Section labels now use .workshops-title-icon from home.css */

.why-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.why-card {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 14px;
  padding: 20px 18px;
}

.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.why-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 6px;
}

.why-card p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Upcoming Workshops Section */
.upcoming-section {
  padding: 64px 32px;
}

/* Section headers now use .workshops-header and .workshops-link from home.css */

.workshop-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.workshop-card {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s;
}

.workshop-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.workshop-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.workshop-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workshop-badges {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

.badge-duration,
.badge-level {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.65);
}

.workshop-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 8px;
}

.workshop-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 14px;
  flex: 1;
}

.workshop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.tag {
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.75);
}

.workshop-price {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.workshop-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Benefits Section */
.benefits-section {
  padding: 64px 32px;
}

.benefits-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.benefit-card {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
}

.benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.benefit-card h3 {
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 5px;
}

.benefit-card p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Learning Methodology Section */
.methodology-section {
  padding: 64px 32px;
}

.methodology-flow {
  position: relative;
}

.flow-line {
  position: absolute;
  top: 23px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    rgba(124, 58, 237, 0.5) 0 6px,
    transparent 6px 12px
  );
}

.methodology-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.methodology-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.step-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #0d0f18;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  outline: none;
}

.step-number {
  font-size: 16.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #a78bfa;
}

.methodology-step h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

.methodology-step p {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* Instructor Section */
.instructor-section {
  padding: 64px 32px;
}

.instructor-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
}

.instructor-grid h2 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -0.015em;
}

.instructor-grid p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.expertise-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expertise-tag {
  font-size: 14.5px;
  padding: 9px 17px;
  border-radius: 999px;
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  background: rgba(124, 58, 237, 0.06);
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.expertise-tag:hover {
  border-color: rgba(124, 58, 237, 0.8);
  background: rgba(124, 58, 237, 0.15);
  color: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}

/* Testimonials Section */
.testimonials-section {
  padding: 64px 32px;
}

.testimonials-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(18, 20, 28, 0.85);
  border: 1.5px solid rgba(124, 58, 237, 0.6);
  color: rgba(255, 255, 255, 1);
  flex: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.carousel-btn:hover {
  border-color: rgba(124, 58, 237, 1);
  background: rgba(18, 20, 28, 1);
  color: rgba(124, 58, 237, 1);
  box-shadow: 0 0 16px rgba(124, 58, 237, 0.3);
}

.testimonials-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.333% - 12px);
  gap: 18px;
  flex: 1;
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  padding-bottom: 8px;
  width: 100%;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.testimonial-card {
  background: #0d0f18;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  user-select: none;
  -webkit-user-select: none;
  flex-shrink: 0;
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars span {
  font-size: 13px;
  color: #fbbf24;
}

.testimonial-quote {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  flex: none;
}

.testimonial-name {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.testimonial-role {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

/* FAQ Section */
.faq-container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.faq-header {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #8b5cf6;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.faq-title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
}

.faq-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 1.0);
  max-width: 480px;
  margin: 0 auto 40px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.02);
}

.faq-question-text {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.faq-icon {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 1.0);
  transition: transform 0.2s;
  flex: none;
}

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

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.faq-item.open .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding: 18px 22px 20px;
  visibility: visible;
}

/* Final CTA Section */
.final-cta-section {
  padding: 64px 32px 80px;
}

.cta-card {
  position: relative;
  background: linear-gradient(120deg, #1a1030, #3b1f5e 45%, #1a1030);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 24px;
  align-items: center;
  overflow: hidden;
}

.cta-card::before {
  content: '';
  position: absolute;
  top: -160px;
  left: -100px;
  width: 600px;
  height: 460px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.35), transparent 70%);
  filter: blur(4px);
  pointer-events: none;
}

.cta-content {
  position: relative;
  display: flex;
  gap: 20px;
}

.cta-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon svg {
  width: 100%;
  height: 100%;
}

.cta-title {
  font-size: 32px;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.cta-subtitle {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 26px;
  max-width: 440px;
}

.cta-buttons {
  position: relative;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Grid Classes */
.grid-4col {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
}

.grid-6col {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 14px !important;
}

/* Responsive Design */
@media (max-width: 1280px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-illustration {
    height: 300px;
  }
}

@media (max-width: 980px) {
  .hero-section {
    padding: 60px 32px 0;
  }

  .why-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .workshop-grid,
  .grid-4col {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .methodology-steps {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .instructor-grid {
    grid-template-columns: 1fr !important;
  }

  .cta-card {
    grid-template-columns: 1fr !important;
  }

  .flow-line {
    display: none !important;
  }

  .benefits-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .grid-6col {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 50px 20px 0;
  }

  .hero-title {
    font-size: 32px;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .workshop-grid,
  .grid-4col {
    grid-template-columns: 1fr !important;
  }

  .methodology-steps {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .testimonials-grid {
    grid-auto-flow: column !important;
    grid-auto-columns: calc(50% - 9px) !important;
  }

  .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .grid-6col {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  section {
    padding: 60px 20px;
  }

  .section-header {
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 26px;
  }
}

@media (max-width: 620px) {
  .hero-title {
    font-size: 28px;
    line-height: 1.2;
  }

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

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .workshop-grid,
  .grid-4col {
    grid-template-columns: 1fr !important;
  }

  .methodology-steps {
    grid-template-columns: 1fr !important;
  }

  .benefits-grid {
    grid-template-columns: 1fr !important;
  }

  .grid-6col {
    grid-template-columns: 1fr !important;
  }

  .faq-grid {
    grid-template-columns: 1fr !important;
  }

  .testimonials-wrapper {
    flex-direction: column;
  }

  .testimonials-grid {
    grid-auto-flow: column !important;
    grid-auto-columns: 100% !important;
    width: 100%;
    gap: 12px !important;
  }

  .carousel-btn {
    display: none;
  }

  .cta-card {
    padding: 32px 24px;
    grid-template-columns: 1fr !important;
  }

  .cta-content {
    flex-direction: column;
    gap: 12px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-subtitle {
    font-size: 14px;
  }

  .section-header-simple {
    flex-direction: column;
  }

  .hero-trust-badges {
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
  }

  .trust-badge {
    padding-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero-section {
    padding: 40px 16px 0;
  }

  .hero-label {
    font-size: 11px;
  }

  .hero-title {
    font-size: 24px;
  }

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

  .why-card h3,
  .benefit-card h3 {
    font-size: 12px;
  }

  .section-label {
    font-size: 11px;
  }

  .faq-icon {
    min-width: 22px;
  }

  .faq-answer {
    padding: 0 16px 16px 40px;
  }
}
