/* AI Solutions Page Custom Styles */

/* --- WHY CHOOSE AYK AI SOLUTIONS (FAQ) SECTION --- */
.ai-faq-section {
  background: #F5F5F5;
  padding: 72px 0 64px 0;
}

.ai-faq-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 36px;
  color: #1D1E20;
}

.ai-faq-list {
  margin: 0 auto;
  background: #fff;
}

.ai-faq-item {
  border-bottom: 1px solid #E0E0E0;
  padding: 0 24px;
}

.ai-faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 19px;
  font-weight: 400;
  color: #1D1E20;
  padding: 28px 0 20px 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: color 0.18s;
}

.ai-faq-question[aria-expanded="true"] {
  color: #FABA46;
}

.ai-faq-icon {
  display: inline-block;
  margin-left: 24px;
  font-size: 24px;
  transition: transform 0.25s;
}

.ai-faq-question[aria-expanded="true"] .ai-faq-icon {
  transform: rotate(180deg);
}

.ai-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 16px;
  color: #444;
  padding: 0 0;
  transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1), opacity 0.22s;
}

.ai-faq-item.open .ai-faq-answer {
  opacity: 1;
  max-height: 300px;
  padding-bottom: 28px;
}

/* FAQ icon visibility */
.ai-faq-icon-minus {
  display: none;
}
.ai-faq-question[aria-expanded="true"] .ai-faq-icon-minus {
  display: inline-block;
}
.ai-faq-question[aria-expanded="true"] .ai-faq-icon-plus {
  display: none;
}

@media (max-width: 700px) {
  .ai-faq-section {
    padding: 44px 0 32px 0;
  }
  .ai-faq-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .ai-faq-question {
    font-size: 16px;
    padding: 18px 0 14px 0;
  }
}

/* --- AI INFO BAR SECTION --- */
.ai-info-bar-section {
  background: #fff;
  padding: 48px 0;
}

.ai-info-bar-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin: 0 auto;
}

.ai-info-feature {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  padding: 0 32px;
  min-width: 0;
}

.ai-info-icon {
  margin-right: 20px;
  flex-shrink: 0;
  display: block;
  margin: 32px 0 24px 0;
}

.ai-info-title {
  font-size: 20px;
  font-weight: 700;
  color: #1D1E20;
  margin-bottom: 2px;
}

.ai-info-desc {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .ai-info-bar-container {
    flex-direction: column;
    gap: 0;
    box-shadow: none;
  }
  .ai-info-feature {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 24px 0;
    justify-content: flex-start;
  }
  .ai-info-feature:last-child {
    border-bottom: none;
  }
}

/* --- INDUSTRY APPLICATIONS SECTION --- */
.ai-industry-section {
  background: #1A1A1A;
  padding: 72px 0 80px 0;
  color: #fff;
}

.ai-industry-title {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 64px;
  text-align: center;
  letter-spacing: -1px;
  color: #fff;
}

.ai-industry-highlight {
  color: #ffb300;
  font-weight: 900;
  letter-spacing: 1px;
}

.ai-industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}

.ai-industry-card {
  background: #242424;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #C3C3C3;
  min-height: 340px;
}

.ai-industry-img {
  width: 100%;
  object-fit: contain;
}

.ai-industry-card-content {
  padding: 0 24px 32px 24px;
}

.ai-industry-card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #FCF8F0;
}

.ai-industry-card-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #C3C3C3;
  font-weight: 400;
}

@media (max-width: 900px) {
  .ai-industry-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ai-industry-section {
    padding: 42px 0 24px 0;
  }
}

/* --- AI FEATURE SECTION --- */
.ai-feature-section {
  background: #fff;
  padding: 72px 0 36px 0;
}

.ai-feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto 56px auto;
  flex-wrap: wrap;
}

.ai-feature-col {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-feature-img-col {
  align-items: flex-end;
}

.ai-feature-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ai-feature-title {
  font-family: 'Avenir', 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #1D1E20;
  margin-bottom: 24px;
  line-height: 1.18;
}

.ai-feature-desc {
  font-size: 18px;
  color: #626262;
  margin-bottom: 48px;
  line-height: 1.6;
}

.ai-feature-btn {
  display: inline-block;
  background: transparent;
  color: #000;
  border: 2px solid #000;
  font-family: 'Avenir', 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 24px;
  line-height: 16px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  box-shadow: none;
  margin: 0;
}

.ai-feature-btn:hover,
.ai-feature-btn:focus {
  background: #1D1E20;
  color: #fff;
  border-color: #1D1E20;
  text-decoration: none;
}


@media (max-width: 900px) {
  .ai-feature-row {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
  }
  .ai-feature-col {
    max-width: 100%;
    min-width: 0;
  }
  .ai-feature-img {
    max-width: 320px;
  }
  .ai-feature-text-col {
    margin: 0 5%;
  }
}

@media (max-width: 600px) {
  .ai-feature-section {
    padding: 32px 0 16px 0;
  }
  .ai-feature-img {
    max-width: 100%;
  }
}

.ai-hero-section {
  background: #2E2927;
  color: #fff;
  padding: 10% 0;
  min-height: 440px;
}

.ai-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  flex-wrap: wrap;
}

.ai-hero-text {
  /* flex: 1 1 420px; */
  max-width: 600px;
  z-index: 2;

  .title-span {
    display: block;
  }
}

.ai-hero-title {
  font-family: 'Avenir', sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.ai-highlight {
  color: #ffb300;
  font-weight: 900;
  letter-spacing: 1px;
}

.ai-hero-desc {
  font-size: 20px;
  color: #d3d3d3;
  margin-bottom: 0;
  line-height: 1.6;
}

.ai-hero-image {
  flex: 1 1 320px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 260px;
  max-width: 480px;
  padding-left: 32px;
}

.ai-hero-image img {
  width: 100%;
  height: auto;
  scale: 1.4;
}

@media (max-width: 900px) {
  .ai-hero-container {
    flex-direction: column;
    padding: 0 12px;
    margin: 0 5%;
  }
  .ai-hero-image {
    justify-content: flex-start;
    padding-left: 0;
    margin-top: 32px;
    scale: 0.8;
  }
  .ai-hero-text {
    .title-span {
      display: inline-block;
    }
  }
}

@media (max-width: 600px) {
  .ai-hero-section {
    padding: 40px 0 24px 0;
  }
  .ai-hero-image img {
    max-width: 100%;
    scale: 1;
  }
}

/* --- AI CTA SECTION --- */
.ai-cta-section {
  background-image: url('../../images/ai-cta-bg.png');
  padding: 100px 0 56px 0;
  position: relative;
  overflow: hidden;
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #121616;
}

.ai-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 48px;
}

.ai-cta-content {
  flex: 1 1 380px;
  z-index: 2;
  max-width: 380px;
}

.ai-cta-headline {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.15;
}

.ai-cta-desc {
  color: #fff;
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.6;
}

.ai-cta-btn {
  display: inline-block;
  background: #FABA46;
  color: #18191a;
  font-weight: 700;
  font-size: 1.15rem;
  padding: 12px 40px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  box-shadow: 0 4px 20px rgba(250,186,70,0.08);
}
.ai-cta-btn:hover,
.ai-cta-btn:focus {
  background: #fff;
  color: #18191a;
}
