.elementor-6445 .elementor-element.elementor-element-ec33763{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-173px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6445 .elementor-element.elementor-element-ec33763:not(.elementor-motion-effects-element-type-background), .elementor-6445 .elementor-element.elementor-element-ec33763 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b0e6b1f );}.elementor-6445 .elementor-element.elementor-element-b019511{--spacer-size:50px;}.elementor-6445 .elementor-element.elementor-element-82d80d8{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6445 .elementor-element.elementor-element-5fc4ba5{--spacer-size:50px;}.elementor-6445 .elementor-element.elementor-element-88531b1{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6445 .elementor-element.elementor-element-93d6d38{--spacer-size:50px;}@media(max-width:1024px){.elementor-6445 .elementor-element.elementor-element-ec33763{--margin-top:-141px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6445 .elementor-element.elementor-element-b019511{--spacer-size:81px;}}@media(max-width:767px){.elementor-6445 .elementor-element.elementor-element-b019511{--spacer-size:80px;}}/* Start custom CSS for html, class: .elementor-element-cc3e005 *//* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.jooyaab-landing {
  background: #000;
  color: #fff;
  line-height: 1.8;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 201, 24, 0.1);
  border: 1px solid rgba(255, 201, 24, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 32px;
  animation: fadeInDown 0.8s ease;
}

.hero-badge span {
  font-size: 14px;
  color: #ffc918;
  font-weight: 500;
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.title-accent {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #ffc918;
  margin-top: 16px;
}

.hero-description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background: #ffc918;
  color: #000;
  border: 2px solid #ffc918;
}

.btn-primary:hover {
  background: #ffb700;
  border-color: #ffb700;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 201, 24, 0.4);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* Hero Visual */
.hero-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  z-index: 1;
  pointer-events: none;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 201, 24, 0.2);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.orbit-1 {
  width: 300px;
  height: 300px;
  animation-duration: 20s;
}

.orbit-2 {
  width: 450px;
  height: 450px;
  animation-duration: 30s;
}

.orbit-3 {
  width: 600px;
  height: 600px;
  animation-duration: 40s;
}

.planet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 30% 30%, #ffc918, #ff8c00);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(255, 201, 24, 0.6);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Styles */
section {
  padding: 100px 0;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffc918;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
color: white;
}

.section-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* Course Intro Section */
.course-intro {
  background: #0a0a0a;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.05) 0%, rgba(255, 201, 24, 0.02) 100%);
  border: 1px solid rgba(255, 201, 24, 0.2);
  border-radius: 24px;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.info-icon {
  flex-shrink: 0;
}

.info-content {
  flex: 1;
}

.info-content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.info-content p:last-child {
  margin-bottom: 0;
}

.info-highlight {
  color: #ffc918 !important;
  font-weight: 600;
}

/* Magic Section */
.magic-section {
  background: #000;
}

.stage-wrapper {
  margin-bottom: 80px;
}

.stage-wrapper:last-child {
  margin-bottom: 0;
}

.stage-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.stage-number {
  font-size: 72px;
  font-weight: 700;
  color: #ffc918;
  line-height: 1;
  opacity: 0.3;
}

.stage-info h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stage-info p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* Skills Grid */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.skill-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
}

.skill-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.skill-icon {
  margin-bottom: 20px;
}

.skill-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffc918;
}

.skill-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Activity Showcase */
.activity-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.05) 0%, rgba(255, 201, 24, 0.02) 100%);
  border: 1px solid rgba(255, 201, 24, 0.2);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
}

.activity-showcase p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

/* Assessment Box */
.assessment-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
}

.assessment-box p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

/* Courses Section */
.courses-section {
  background: #0a0a0a;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.course-item {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.course-item:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.course-number {
  font-size: 48px;
  font-weight: 700;
  color: #ffc918;
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 16px;
}

.course-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}

.course-arrow {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: #ffc918;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.course-item:hover .course-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Services Section */
.services-section {
  background: #000;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.service-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(255, 201, 24, 0.1);
  border-radius: 50%;
}

.service-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffc918;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Audience Section */
.audience-section {
  background: #0a0a0a;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.audience-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  transition: all 0.3s ease;
}

.audience-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.audience-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  background: rgba(255, 201, 24, 0.1);
  border-radius: 50%;
}

.audience-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffc918;
}

.audience-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #ffc918 0%, #ff8c00 100%);
  padding: 80px 0;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 24px;
  color: #000;
}

.cta-badge span {
  font-size: 14px;
  font-weight: 600;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cta-content p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 32px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #ffc918;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Contact Section */
.contact-section {
  background: #000;
  padding: 100px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.contact-icon {
  flex-shrink: 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-value {
  font-size: 20px;
  font-weight: 600;
  color: #ffc918;
  direction: ltr;
  text-align: right;
}

/* Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
  }
  
  .title-accent {
    font-size: 24px;
  }
  
  .section-title {
    font-size: 36px;
color: white;
  }
  
  .hero-visual {
    width: 500px;
    height: 500px;
  }
  
  .orbit-1 {
    width: 250px;
    height: 250px;
  }
  
  .orbit-2 {
    width: 375px;
    height: 375px;
  }
  
  .orbit-3 {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
  
  .hero-section {
    min-height: auto;
    padding: 60px 24px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .title-accent {
    font-size: 20px;
  }
  
  .hero-description {
    font-size: 18px;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .hero-visual {
    width: 350px;
    height: 350px;
  }
  
  .orbit-1 {
    width: 180px;
    height: 180px;
  }
  
  .orbit-2 {
    width: 265px;
    height: 265px;
  }
  
  .orbit-3 {
    width: 350px;
    height: 350px;
  }
  
  .planet {
    width: 80px;
    height: 80px;
  }
  
  .section-title {
    font-size: 28px;
color: white;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .info-card {
    flex-direction: column;
    padding: 32px 24px;
  }
  
  .stage-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .stage-number {
    font-size: 48px;
  }
  
  .stage-info h3 {
    font-size: 24px;
  }
  
  .skills-grid {
    grid-template-columns: 1fr;
  }
  
  .courses-grid {
    grid-template-columns: 1fr;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .audience-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-card {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-value {
    text-align: center;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
  
  .cta-content p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  
  .hero-title {
    font-size: 28px;
  }
  
  .title-accent {
    font-size: 18px;
  }
  
  .hero-description {
    font-size: 16px;
  }
  
  .section-title {
    font-size: 24px;
color: white;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 14px 24px;
    font-size: 15px;
  }
  
  .skill-card,
  .service-card,
  .audience-card {
    padding: 24px;
  }
  
  .course-item {
    padding: 24px;
  }
  
  .info-card,
  .assessment-box {
    padding: 24px;
  }
  
  .cta-content h2 {
    font-size: 26px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}

.section-title {
    color: white !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-82d80d8 */.section-title {
    color: white !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-88531b1 *//* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.jooyaab-landing {
  background: #000;
  color: #fff;
  line-height: 1.8;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 201, 24, 0.1);
  border: 1px solid rgba(255, 201, 24, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 32px;
  animation: fadeInDown 0.8s ease;
}

.hero-badge span {
  font-size: 14px;
  color: #ffc918;
  font-weight: 500;
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.title-accent {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #ffc918;
  margin-top: 16px;
}

.hero-description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background: #ffc918;
  color: #000;
  border: 2px solid #ffc918;
}

.btn-primary:hover {
  background: #ffb700;
  border-color: #ffb700;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 201, 24, 0.4);
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* Hero Visual */
.hero-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  z-index: 1;
  pointer-events: none;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 201, 24, 0.2);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.orbit-1 {
  width: 300px;
  height: 300px;
  animation-duration: 20s;
}

.orbit-2 {
  width: 450px;
  height: 450px;
  animation-duration: 30s;
}

.orbit-3 {
  width: 600px;
  height: 600px;
  animation-duration: 40s;
}

.planet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at 30% 30%, #ffc918, #ff8c00);
  border-radius: 50%;
  box-shadow: 0 0 60px rgba(255, 201, 24, 0.6);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section Styles */
section {
  padding: 100px 0;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffc918;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* Course Intro Section */
.course-intro {
  background: #0a0a0a;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.05) 0%, rgba(255, 201, 24, 0.02) 100%);
  border: 1px solid rgba(255, 201, 24, 0.2);
  border-radius: 24px;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.info-icon {
  flex-shrink: 0;
}

.info-content {
  flex: 1;
}

.info-content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}

.info-content p:last-child {
  margin-bottom: 0;
}

.info-highlight {
  color: #ffc918 !important;
  font-weight: 600;
}

/* Magic Section */
.magic-section {
  background: #000;
}

.stage-wrapper {
  margin-bottom: 80px;
}

.stage-wrapper:last-child {
  margin-bottom: 0;
}

.stage-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.stage-number {
  font-size: 72px;
  font-weight: 700;
  color: #ffc918;
  line-height: 1;
  opacity: 0.3;
}

.stage-info h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.stage-info p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* Skills Grid */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.skill-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
}

.skill-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.skill-icon {
  margin-bottom: 20px;
}

.skill-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #ffc918;
}

.skill-card p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Activity Showcase */
.activity-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.05) 0%, rgba(255, 201, 24, 0.02) 100%);
  border: 1px solid rgba(255, 201, 24, 0.2);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
}

.activity-showcase p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

/* Assessment Box */
.assessment-box {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
}

.assessment-box p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

/* Courses Section */
.courses-section {
  background: #0a0a0a;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.course-item {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.course-item:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.course-number {
  font-size: 48px;
  font-weight: 700;
  color: #ffc918;
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 16px;
}

.course-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}

.course-arrow {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: #ffc918;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.course-item:hover .course-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Services Section */
.services-section {
  background: #000;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.service-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(255, 201, 24, 0.1);
  border-radius: 50%;
}

.service-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffc918;
}

.service-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* Audience Section */
.audience-section {
  background: #0a0a0a;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}

.audience-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  transition: all 0.3s ease;
}

.audience-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.audience-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 24px;
  background: rgba(255, 201, 24, 0.1);
  border-radius: 50%;
}

.audience-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffc918;
}

.audience-card p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #ffc918 0%, #ff8c00 100%);
  padding: 80px 0;
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 24px;
  color: #000;
}

.cta-badge span {
  font-size: 14px;
  font-weight: 600;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cta-content p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 32px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000;
  color: #ffc918;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Contact Section */
.contact-section {
  background: #000;
  padding: 100px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: linear-gradient(135deg, rgba(255, 201, 24, 0.1) 0%, rgba(255, 201, 24, 0.05) 100%);
  border-color: rgba(255, 201, 24, 0.3);
  transform: translateY(-4px);
}

.contact-icon {
  flex-shrink: 0;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.contact-value {
  font-size: 20px;
  font-weight: 600;
  color: #ffc918;
  direction: ltr;
  text-align: right;
}

/* Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 48px;
  }
  
  .title-accent {
    font-size: 24px;
  }
  
  .section-title {
    font-size: 36px;
  }
  
  .hero-visual {
    width: 500px;
    height: 500px;
  }
  
  .orbit-1 {
    width: 250px;
    height: 250px;
  }
  
  .orbit-2 {
    width: 375px;
    height: 375px;
  }
  
  .orbit-3 {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
  
  .hero-section {
    min-height: auto;
    padding: 60px 24px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .title-accent {
    font-size: 20px;
  }
  
  .hero-description {
    font-size: 18px;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .hero-visual {
    width: 350px;
    height: 350px;
  }
  
  .orbit-1 {
    width: 180px;
    height: 180px;
  }
  
  .orbit-2 {
    width: 265px;
    height: 265px;
  }
  
  .orbit-3 {
    width: 350px;
    height: 350px;
  }
  
  .planet {
    width: 80px;
    height: 80px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .info-card {
    flex-direction: column;
    padding: 32px 24px;
  }
  
  .stage-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  
  .stage-number {
    font-size: 48px;
  }
  
  .stage-info h3 {
    font-size: 24px;
  }
  
  .skills-grid {
    grid-template-columns: 1fr;
  }
  
  .courses-grid {
    grid-template-columns: 1fr;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .audience-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-card {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-value {
    text-align: center;
  }
  
  .cta-content h2 {
    font-size: 32px;
  }
  
  .cta-content p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
  
  .hero-title {
    font-size: 28px;
  }
  
  .title-accent {
    font-size: 18px;
  }
  
  .hero-description {
    font-size: 16px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 14px 24px;
    font-size: 15px;
  }
  
  .skill-card,
  .service-card,
  .audience-card {
    padding: 24px;
  }
  
  .course-item {
    padding: 24px;
  }
  
  .info-card,
  .assessment-box {
    padding: 24px;
  }
  
  .cta-content h2 {
    font-size: 26px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-button {
    padding: 16px 32px;
    font-size: 16px;
  }
}
/* ========================================
   بخش دوم: چرا نجوم، آمار، مربیان، نظرات، همکاری، سوالات
   ======================================== */

/* استایل‌های عمومی بخش‌ها */
section {
  padding: 80px 0;
  position: relative;
  animation: fade-in 0.8s ease-out;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ffc918;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  padding: 8px 20px;
  border: 2px solid #ffc918;
  border-radius: 30px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ========================================
   بخش چرا نجوم (Why Astronomy)
   ======================================== */
.why-astronomy-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.benefit-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ffc918 0%, #ffb800 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(255, 201, 24, 0.2);
  border-color: #ffc918;
}

.benefit-card:hover::before {
  transform: scaleX(1);
}

.benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffc918 0%, #ffb800 100%);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(255, 201, 24, 0.3);
}

.benefit-icon svg {
  width: 32px;
  height: 32px;
  fill: #000;
}

.benefit-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.benefit-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* ========================================
   بخش آمار (Statistics)
   ======================================== */
.stats-section {
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 201, 24, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.stats-section .section-title {
  color: #fff;
}

.stats-section .section-subtitle {
  color: #ccc;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 2px solid rgba(255, 201, 24, 0.2);
  transition: all 0.3s ease;
}

.stat-card:hover {
  background: rgba(255, 201, 24, 0.1);
  border-color: #ffc918;
  transform: scale(1.05);
}

.stat-number {
  font-size: 56px;
  font-weight: 800;
  color: #ffc918;
  margin-bottom: 12px;
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}

/* ========================================
   بخش ویژه مربیان (For Educators)
   ======================================== */
.educators-section {
  background: #fff;
}

.educators-content {
  display: grid;
  gap: 50px;
  margin-top: 40px;
}

.educator-feature {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  align-items: start;
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.educator-feature:hover {
  border-color: #ffc918;
  box-shadow: 0 8px 30px rgba(255, 201, 24, 0.15);
}

.feature-visual {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ffc918 0%, #ffb800 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(255, 201, 24, 0.3);
  flex-shrink: 0;
}

.feature-visual svg {
  width: 50px;
  height: 50px;
  fill: #000;
}

.feature-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.3;
}

.feature-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  font-size: 15px;
  color: #333;
  padding-right: 28px;
  position: relative;
  line-height: 1.6;
}

.feature-list li::before {
  content: '✓';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ffc918;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

/* ========================================
   بخش نظرات (Testimonials)
   ======================================== */
.testimonials-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.testimonial-card {
  background: #fff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  border-color: #ffc918;
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(255, 201, 24, 0.2);
}

.quote-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  opacity: 0.3;
}

.quote-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffc918;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
  border-top: 2px solid #f0f0f0;
}

.testimonial-author strong {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.testimonial-author span {
  font-size: 14px;
  color: #666;
}

/* ========================================
   بخش همکاری (Partnership)
   ======================================== */
.partnership-section {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.partnership-section::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 201, 24, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 4s ease-in-out infinite;
}

.partnership-section .section-label {
  border-color: #ffc918;
}

.partnership-section .section-title {
  color: #fff;
}

.partnership-section .section-subtitle {
  color: #ccc;
}

.partnership-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.partnership-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffc918;
  margin-bottom: 20px;
  line-height: 1.3;
}

.partnership-text p {
  font-size: 18px;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 30px;
}

.partnership-features {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}

.partnership-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 201, 24, 0.2);
  transition: all 0.3s ease;
}

.partnership-item:hover {
  background: rgba(255, 201, 24, 0.1);
  border-color: #ffc918;
}

.partnership-item svg {
  width: 24px;
  height: 24px;
  fill: #ffc918;
  flex-shrink: 0;
}

.partnership-item span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.partnership-visual {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnership-visual::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #ffc918 0%, #ffb800 100%);
  border-radius: 50%;
  opacity: 0.2;
  animation: rotate 20s linear infinite;
}

.partnership-visual::after {
  content: '★';
  position: absolute;
  font-size: 120px;
  color: #ffc918;
  animation: pulse 3s ease-in-out infinite;
}

/* دکمه CTA */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #ffc918 0%, #ffb800 100%);
  color: #000;
  box-shadow: 0 4px 20px rgba(255, 201, 24, 0.4);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px rgba(255, 201, 24, 0.6);
}

.btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* ========================================
   بخش سوالات متداول (FAQ)
   ======================================== */
.faq-section {
  background: #fff;
}

.faq-grid {
  display: grid;
  gap: 20px;
  margin-top: 40px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.faq-item {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 30px 35px;
  border-radius: 16px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #ffc918;
  box-shadow: 0 4px 20px rgba(255, 201, 24, 0.15);
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.4;
  display: flex;
  align-items: start;
  gap: 12px;
}

.faq-item h3::before {
  content: 'Q';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #ffc918;
  color: #000;
  border-radius: 8px;
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
}

.faq-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin: 0;
  padding-right: 44px;
}

/* ========================================
   انیمیشن‌ها
   ======================================== */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

/* ========================================
   ریسپانسیو (Responsive)
   ======================================== */
@media (max-width: 1024px) {
  .section-title {
    font-size: 36px;
  }
  
  .partnership-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .partnership-visual {
    height: 300px;
  }
  
  .partnership-visual::before {
    width: 250px;
    height: 250px;
  }
  
  .partnership-visual::after {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-title {
    font-size: 30px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
  
  .section-label {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .benefits-grid,
  .stats-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .educator-feature {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 25px;
  }
  
  .feature-visual {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  
  .feature-visual svg {
    width: 40px;
    height: 40px;
  }
  
  .stat-number {
    font-size: 42px;
  }
  
  .stat-label {
    font-size: 16px;
  }
  
  .partnership-visual::before {
    width: 200px;
    height: 200px;
  }
  
  .partnership-visual::after {
    font-size: 80px;
  }
  
  .benefit-card h3,
  .feature-content h3 {
    font-size: 20px;
  }
  
  .partnership-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  section {
    padding: 50px 0;
  }
  
  .section-title {
    font-size: 26px;
  }
  
  .section-subtitle {
    font-size: 15px;
  }
  
  .benefit-card,
  .testimonial-card {
    padding: 30px 20px;
  }
  
  .benefit-card h3 {
    font-size: 18px;
  }
  
  .benefit-card p,
  .testimonial-text,
  .faq-item p {
    font-size: 15px;
  }
  
  .faq-item {
    padding: 25px 20px;
  }
  
  .faq-item p {
    padding-right: 0;
  }
  
  .faq-item h3 {
    font-size: 18px;
    flex-direction: column;
    align-items: start;
  }
  
  .stat-number {
    font-size: 36px;
  }
  
  .stat-label {
    font-size: 15px;
  }
  
  .partnership-text p {
    font-size: 16px;
  }
  
  .partnership-item span {
    font-size: 14px;
  }
  
  .btn {
    padding: 14px 28px;
    font-size: 15px;
  }
}/* End custom CSS */