/*
  About Us page specific styles
  - Styling for the About Us page content and layout to match Wix reference design
*/

/* Hero section */
.about-us-page .hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  text-align: left;
}

.about-us-page .hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #333;
  line-height: 1.2;
}

.about-us-page .hero .hero-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0;
  line-height: 1.5;
}

/* Content sections - alternating backgrounds */
.about-us-page section {
  padding: 60px 0;
}

.about-us-page .who-we-are {
  background: #fff;
}

.about-us-page .our-team {
  background: #000;
}

.about-us-page .mission-what-we-do {
  background: #fff;
}

.about-us-page .speakers-experience {
  background: #f8f9fa;
}

.about-us-page .branding-vision {
  background: #fff;
}

.about-us-page .clients {
  background: #000;
}

.about-us-page .about-us-page-testimonials {
  background: #fff;
}

.about-us-page .about-us-page-contact-demo {
  background: #f8f9fa;
}

/* Typography */
.about-us-page h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 32px;
  color: #333;
  line-height: 1.3;
}

.about-us-page h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333;
}

.about-us-page h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}

.about-us-page p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #555;
}

.about-us-page a {
  color: #00bcd4;
  text-decoration: none;
}

.about-us-page a:hover {
  color: #00acc1;
  text-decoration: underline;
}

/* Who We Are two-column layout */
.about-us-page .who-we-are-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.about-us-page .who-we-are-text h2 {
  margin-top: 0;
}

/* Video container */
.about-us-page .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.about-us-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
}

/* Team section */
.about-us-page .our-team h2 {
  color: #fff;
}

.about-us-page .team-list {
  margin-top: 24px;
}

.about-us-page .team-list p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 400;
}

/* Content grid layout for two-column sections */
.about-us-page .content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 32px;
}

/* Demo button */
.about-us-page .demo-button-container {
  margin-top: 32px;
}

.about-us-page .demo-button img {
  max-width: 200px;
  height: auto;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.about-us-page .demo-button:hover img {
  transform: scale(1.05);
}

/* Clients section */
.about-us-page .clients {
  text-align: center;
}

.about-us-page .clients h2 {
  color: #fff;
}

.about-us-page .client-logos {
  margin-top: 40px;
}

.about-us-page .client-logos img {
  max-width: 100%;
  height: auto;
}

/* Testimonials section */
.about-us-page .about-us-page-testimonials h2 {
  text-align: left;
  margin-bottom: 32px;
  font-size: 1.8rem;
}

.about-us-page .about-us-page-testimonial-quotes {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.about-us-page .about-us-page-testimonial-quotes blockquote {
  background: transparent;
  padding: 16px 0;
  border-radius: 0;
  border-left: none;
  margin: 0;
  font-style: italic;
  border-bottom: 1px solid #e9ecef;
}

.about-us-page .about-us-page-testimonial-quotes blockquote:last-child {
  border-bottom: none;
}

.about-us-page .about-us-page-testimonial-quotes blockquote p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Stats grid */
.about-us-page .about-us-page-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 32px;
}

.about-us-page .about-us-page-stat-item {
  background: transparent;
  color: #333;
  padding: 16px 0;
  border-radius: 0;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}

.about-us-page .about-us-page-stat-item:nth-child(1),
.about-us-page .about-us-page-stat-item:nth-child(2) {
  border-bottom: 1px solid #e9ecef;
}

.about-us-page .about-us-page-stat-item:nth-child(3),
.about-us-page .about-us-page-stat-item:nth-child(4) {
  border-bottom: none;
}

.about-us-page .about-us-page-stat-item p {
  margin: 0;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
}

.about-us-page .about-us-page-rating .about-us-page-rating-number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #333;
}

.about-us-page .about-us-page-rating .about-us-page-rating-label {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #666;
}

/* Contact demo section */
.about-us-page .about-us-page-contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr 300px;
  gap: 48px;
  align-items: start;
}

.about-us-page .about-us-page-demo-info h3 {
  color: #333;
  margin-bottom: 24px;
}

.about-us-page .about-us-page-contact-details {
  margin-top: 32px;
}

.about-us-page .about-us-page-contact-details h4 {
  margin-bottom: 16px;
}

.about-us-page .about-us-page-phone-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-us-page .about-us-page-phone-list li {
  margin-bottom: 8px;
}

/* Newsletter signup */
.about-us-page .about-us-page-newsletter-signup {
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-us-page .about-us-page-newsletter-signup h4 {
  margin-bottom: 24px;
}

.about-us-page .about-us-page-signup-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-us-page .about-us-page-form-group {
  display: flex;
  flex-direction: column;
}

.about-us-page .about-us-page-form-group label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.about-us-page .about-us-page-form-group input {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.about-us-page .about-us-page-form-group input:focus {
  outline: none;
  border-color: #00bcd4;
  box-shadow: 0 0 0 2px rgba(0, 188, 212, 0.2);
}

.about-us-page .about-us-page-submit-button {
  background: #00bcd4;
  color: white;
  padding: 12px 32px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: inherit;
}

.about-us-page .about-us-page-submit-button:hover {
  background-color: #00acc1;
}

/* Micha profile */
.about-us-page .about-us-page-micha-profile {
  text-align: center;
}

.about-us-page .about-us-page-micha-profile img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}

.about-us-page .about-us-page-micha-profile h4 {
  margin: 0;
  font-size: 1.2rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .about-us-page .hero h1 {
    font-size: 2rem;
  }
  
  .about-us-page .hero .hero-subtitle {
    font-size: 1rem;
  }

  .about-us-page .who-we-are-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-us-page .content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }



  .about-us-page .about-us-page-contact-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-us-page .about-us-page-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-us-page section {
    padding: 48px 0;
  }
}

@media (max-width: 480px) {
  .about-us-page .hero {
    padding: 60px 0;
  }

  .about-us-page .hero h1 {
    font-size: 1.8rem;
  }

  .about-us-page h2 {
    font-size: 1.5rem;
  }



  .about-us-page .about-us-page-newsletter-signup {
    padding: 24px;
  }

  .about-us-page section {
    padding: 40px 0;
  }
}