/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: #120b00;
  color: white;
  line-height: 1.6;
}

/* Font weights */
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #5d461d;
  backdrop-filter: blur(24.7px);
  background: radial-gradient(50% 50% at 50% 50%, rgba(96, 66, 11, 1) 0%, rgba(20, 13, 0, 1) 100%);
  z-index: 1000;
}

.header-content {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}

.header-text {
  font-weight: 700;
  color: white;
  font-size: 18px;
  line-height: 25.2px;
  white-space: nowrap;
}

.progress-container {
  position: relative;
  width: 100%;
  max-width: 361px;
  height: 39px;
}

.progress-bar {
  position: absolute;
  top: 11px;
  left: 0;
  width: 357px;
  height: 21px;
  background-color: #e3e3e3;
  border-radius: 67px;
}

.progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 21px;
  border-radius: 67px;
  background: linear-gradient(180deg, rgba(195, 138, 29, 1) 0%, rgba(99, 70, 15, 1) 100%);
}

.progress-text {
  position: absolute;
  top: 11px;
  left: 209px;
  font-weight: 700;
  color: white;
  font-size: 14px;
  line-height: 18.2px;
  text-align: center;
  white-space: nowrap;
}

.fire-emoji {
  position: absolute;
  top: 0;
  left: 254px;
  width: 20px;
  font-family: "Sora", sans-serif;
  font-size: 29.7px;
  line-height: 38.6px;
  text-align: center;
  text-shadow: 0px 3.21px 3.21px rgba(255, 229, 98, 0.3);
}

/* Main Container */
.main-container {
  width: 100%;
  min-height: 100vh;
  background-color: #120b00;
  padding-top: 80px;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 760px;
  background-color: #191205;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glow-effects {
  position: absolute;
  top: 271px;
  right: 20%;
  width: 561px;
  height: 389px;
}

.glow-1 {
  position: absolute;
  top: 0;
  left: 53px;
  width: 508px;
  height: 389px;
  border-radius: 253.92px/194.34px;
  filter: blur(49.75px);
  opacity: 0.48;
  background-color: #fdc457;
}

.glow-2 {
  position: absolute;
  top: 34px;
  left: 0;
  width: 348px;
  height: 126px;
  border-radius: 173.81px/63.13px;
  filter: blur(56.65px);
  background-color: #fdc457;
}

.hero-image-1,
.hero-image-2 {
  position: absolute;
  top: 0;
  width: 692px;
  height: 760px;
  object-fit: cover;
}

.hero-image-1 {
  right: 35%;
}
.hero-image-2 {
  right: 15%;
}

.hero-glow-container {
  position: absolute;
  width: 801px;
  height: 760px;
  top: 0;
  right: 20%;
}

.hero-glow-1 {
  position: absolute;
  width: 801px;
  height: 610px;
  top: 150px;
  left: 0;
}

.hero-glow-2 {
  position: absolute;
  width: 581px;
  height: 520px;
  top: 0;
  left: 140px;
}

.hero-main-image {
  position: absolute;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  width: 865px;
  height: 760px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(307deg, rgba(15, 10, 0, 1) 0%, rgba(31, 21, 1, 0) 100%);
}

.hero-content {
  position: relative;
  max-width: 522px;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 5;
}

.logo {
  width: 100%;
  max-width: 503px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.hero-description {
  color: #d1d5db;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  line-height: 1.4;
  text-align: justify;
}

.hero-info {
  font-weight: 900;
  color: #d1d5db;
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  line-height: 1.4;
}

/* CTA Button */
.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background-color: #4fff3f;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 8px 23.4px -1px rgba(29, 19, 0, 0.44);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #1c1c1c;
  text-decoration: none;
  transition: transform 0.2s ease;
  max-width: fit-content;
}

.cta-button:hover {
  transform: translateY(-2px);
}

.button-shine {
  position: absolute;
  top: -5px;
  left: -105px;
  width: 79px;
  height: 69px;
  background: linear-gradient(
    297deg,
    rgba(80, 255, 64, 0) 0%,
    rgba(80, 255, 64, 0.8) 41%,
    rgba(80, 255, 64, 0.8) 49%,
    rgba(80, 255, 64, 0) 100%
  );
  transform: rotate(7.19deg);
  transition: left 0.6s ease;
}

.cta-button:hover .button-shine {
  left: calc(100% + 50px);
}

.cta-button img {
  width: 18px;
  height: 18px;
}

/* About Section */
.about-section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Benefits Section */
.benefits-section {
  padding: 80px 20px;
  max-width: 1290px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.benefits-title {
  max-width: 722px;
  font-weight: 600;
  color: #f0f5ff;
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.4;
  text-align: center;
}

.benefits-container {
  position: relative;
  width: 100%;
}

.benefit-line {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: #54472f;
}

.benefits-grid {
  display: flex;
  justify-content: center;
  gap: 43px;
  width: 100%;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0;
}

.benefit-dot {
  width: 23px;
  height: 26px;
  background-color: #806e4c;
  border-radius: 11.62px/13px;
  margin-bottom: 10px;
}

.benefit-text {
  color: #c9ab73;
  font-size: clamp(0.875rem, 3vw, 1.25rem);
  line-height: 1.4;
  text-align: center;
}

/* Exclusive Section */
.exclusive-section {
  position: relative;
  padding: 60px 20px;
  background-color: #cdbea2;
  margin: 80px 0;
}

.exclusive-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cdbea2;
}

.exclusive-content {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.exclusive-title {
  color: #1c1c1c;
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.4;
  text-align: center;
}

.exclusive-grid {
  display: flex;
  gap: 32px;
  width: 100%;
}

.exclusive-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #47371b;
  background: linear-gradient(90deg, rgba(43, 31, 9, 1) 0%, rgba(29, 21, 4, 1) 100%);
  position: relative;
  min-height: 198px;
  flex: 1 1 0;
}

.card-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 244px;
  height: 152px;
  background-size: cover;
  opacity: 0.3;
}

.card-pattern-1 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern-3.svg");
}
.card-pattern-2 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern-4.svg");
}
.card-pattern-3 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern-5.svg");
}
.card-pattern-4 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern-6.svg");
}

.card-icon {
  width: 34px;
  height: 34px;
  z-index: 2;
}

.card-text {
  color: #cdbea2;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.4;
  z-index: 2;
}

/* Speakers Section */
.speakers-section {
  padding: 80px 20px;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.speakers-title {
  font-weight: 900;
  color: #f0f5ff;
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.4;
  text-align: center;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  width: 100%;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #47371b;
  background: linear-gradient(90deg, rgba(43, 31, 9, 1) 0%, rgba(29, 21, 4, 1) 100%);
  position: relative;
}

.speaker-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 335px;
  height: 206px;
  background-size: cover;
  opacity: 0.3;
}

.speaker-pattern-1 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern.svg");
}
.speaker-pattern-2 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern-1.svg");
}
.speaker-pattern-3 {
  background-image: url("https://c.animaapp.com/0N8a8wZF/img/background-pattern-2.svg");
}

.speaker-photo {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  z-index: 2;
}

.speaker-name {
  font-weight: 600;
  color: #f0f5ff;
  font-size: 22px;
  line-height: 30.8px;
  z-index: 2;
}

.speaker-bio {
  color: #cdbea2;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.4;
  z-index: 2;
}

/* Speaker Main Photo */
.speaker-main-photo {
  width: 100%;
  max-width: 1070px;
  height: auto;
  display: block;
  margin: 40px auto;
}

/* Frame Image */
.frame-image {
  width: 100%;
  height: auto;
  display: block;
}

/* FAQ Section */
.faq-section {
  padding: 80px 20px;
  max-width: 773px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.faq-title {
  font-weight: 700;
  color: white;
  font-size: 42px;
  line-height: 58.8px;
  text-align: center;
  letter-spacing: -2.1px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: 100%;
}

.faq-item {
  width: 100%;
  cursor: pointer;
}

.faq-question {
  position: relative;
  width: 100%;
  min-height: 55px;
  background-color: #806e4c;
  border-radius: 7.84px;
  display: flex;
  align-items: center;
  padding: 15px 60px 15px 40px;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #8f7a56;
}

.faq-question span {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: white;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.4;
  flex: 1;
}

.faq-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #6b5d42;
  border-radius: 0 0 7.84px 7.84px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 40px;
}

.faq-answer p {
  color: #e5d5b7;
  font-size: 14px;
  line-height: 20px;
}

/* Footer */
.footer {
  background-image: url("https://i.imgur.com/4ZlmyUA.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  
}

.footer-text-block {
  color: #cdbea2;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.5;
  margin-bottom: 30px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.footer-title {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 900;
  color: #f0f5ff;
  line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-content {
    margin-left: 3%;
  }

  .hero-main-image {
    right: 5%;
    width: 600px;
  }

  .benefits-grid {
    gap: 30px;
  }

  .benefit-item {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    gap: 20px;
  }

  .header-text {
    font-size: 16px;
  }

  .progress-container {
    width: 300px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
    padding: 40px 0;
    flex-direction: column;
  }

  .hero-content {
    margin: 0 20px;
    max-width: none;
    text-align: center;
    align-items: center;
  }

  .hero-main-image {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    left: auto;
    transform: none;
    margin-top: 20px;
  }

  .hero-image-1,
  .hero-image-2 {
    display: none;
  }

  .hero-background {
    opacity: 0.3;
  }

  .logo {
    max-width: 300px;
  }

  .benefits-grid,
  .exclusive-grid {
    flex-wrap: wrap;
  }

  .speakers-grid {
    grid-template-columns: 1fr;
  }

  .faq-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .main-container {
    padding-top: 120px;
  }

  .cta-button {
    font-size: 16px;
    padding: 14px 20px;
  }

  .faq-question {
    padding: 12px 50px 12px 20px;
  }
}
