.et_pb_section .ia-title * {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3rem) !important;
	line-height: 1;
}
.et_pb_section .ia-subtitle * {
	font-family: "Inter", sans-serif;
	line-height: 1;
	font-weight: 400;
	font-size: clamp(1rem, 3vw, 1.125rem) !important;
	line-height: 1.5;
}
#ia-hero-section{
  position: relative;
  overflow: hidden;
}

/* Video layer injected by JS */
#ia-hero-section .bg-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;

  opacity: 0;
  transition: opacity .4s ease;
}

/* Fade-in when ready */
#ia-hero-section.is-video-ready .bg-video{
  opacity: 1;
}

/* Ensure all Divi content stays above video */
#ia-hero-section .et_pb_row,
#ia-hero-section .et_pb_module,
#ia-hero-section .et_pb_column{
  position: relative;
  z-index: 1;
}


.hero-logo_ai {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid #F4B40D;
  color: #F4B40D;
 	background: #090600A6;
  border-radius: 50px;
  width: fit-content;
  margin: auto;
}
.hero-subheading {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
}
.gradient-text {
  background: linear-gradient(180deg, #FFFFFF 54.17%, #EFBD4C 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.125rem, 6vw, 3.75rem) !important;
  font-weight: 700 !important;
}
.hero-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 8px;
  background: linear-gradient(143.5deg, #BE8F48 0%, #E4C78F 121.58%);          
  color: #fff;                   
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.125rem);
}


/* section 2 */

.ai-section_row {
  display: flex;
}
.ai-section_row .et_pb_column_1 {
  display: flex;
}

.ai-section_row .et_pb_column_1 .et_pb_image,
.ai-section_row .et_pb_image_wrap {
  height: 100%;
  width: 100%;
}

.ai-section_row .et_pb_image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.ai-section_row .et_pb_column {
  margin-right: 60px;  
  flex: 1 1 auto;               
}
@media(max-width: 1440px) {
  #ai-section_row {
    padding: 30px 40px !important;
  }
}
@media (max-width: 1200px) {
  .ai-section_row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .ai-section_row .et_pb_column {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 60px !important;  
  }
  .ai-section_row .et_pb_column:last-child {
     margin-bottom: 0 !important;  
  }
}
.bc-glass-card {
  border-radius: 32px;
  padding: 16px 24px;
 background: #2B220E47;;
	border: 1px solid #FFFFFF42;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.bc-glass-card__title {
  margin: 0 0 28px;
  font-weight: 600 !important;
 font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5 !important;
}

.bc-glass-card__list {
  margin: 0;
  padding: 0 !important;
  max-width:unset !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bc-glass-card__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 1.5 !important;
   padding: 7px 0;
}
.bc-glass-card__item span {
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.8);
font-family: Inter;
font-weight: 400;
font-size: clamp(0.875rem, 2vw, 1rem);
line-height: 1.5;
} 


/* section 3 */
.about-row {
  display: flex;
   align-items: stretch;
}

.about-row .et_pb_column {
  flex: 1 1 auto;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
}

.about-row .et_pb_column .et_pb_module:last-child{
  margin-top: auto;
}
.about-card__list {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-card__item {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
font-weight: 300 !important;
line-height: 1.5;
}

.about-card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  border: 0.5px solid rgba(243, 190, 111, 1);
  color: #ffffff;
  border-radius: 8px;
  background: rgba(230, 169, 0, 0.05);
  font-weight: 700;
  line-height: 1.5;
	font-size: 16px;
}
@media(max-width: 980px) {
  .about-row {
    flex-direction: column;
  }
  .about-row .et_pb_column {
    margin-right: 0;
  }
}


/* section 4 */
.comment-row {
  display: flex;
   align-items: stretch;
}

.comment-row .et_pb_column {
  flex: 1 1 auto;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.comment-row .et_pb_column:hover {
 background: rgba(230, 169, 0, 0.05);
  border: 0.5px solid rgba(230, 169, 0, 1);
}
.comment-row .et_pb_column .et_pb_module:last-child{
  margin-top: auto;
}
.et_pb_section .comment-title * {
  font-size: clamp(1.3rem, 3vw, 1.75rem) !important;
  letter-spacing: -1px;
  line-height: 1.5;
}
.people-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #FFFFFF1A; 
  color:#F0C563;                   
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.people-badge svg{
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .comment-row {
  	flex-direction: column;
}

.comment-row .et_pb_column {
    margin-right: 0;
  }
}

/* section 5 */
.evaluation-heading_top {
  padding: 9px 14px;
  border-radius: 32px;
 border: 1px solid #FFFFFF33;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(4px);
 	width: fit-content; 
  margin: auto;
  box-shadow: 0px -7px 11px 0px #A48FFF1F inset;
	backdrop-filter: blur(4px);
    font-size: clamp(0.75rem, 3vw, 0.875rem) !important;
  font-weight: 400;

}
.evaluation-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 14px;
  border-radius: 8px;
  border: 1px solid #FFF82C14;
  background: linear-gradient(0deg, rgba(255, 208, 54, 0.01), rgba(255, 208, 54, 0.01)),
linear-gradient(180deg, rgba(243, 238, 255, 0) 0%, rgba(243, 238, 255, 0.5) 100%);

box-shadow: 0px 0px 12px 0px #FFFFFF14 inset;
box-shadow: 0px 1px 9.4px 0px #FFF9CD30;
 	width: fit-content; 
  margin: auto;
  cursor: pointer;
   font-size: clamp(0.75rem, 3vw, 0.875rem) !important;
  font-weight: 400;
}
.evaluation-btn:hover {
	opacity: 0.8;
}
@media (max-width: 768px) {
  .evaluation-btn {
    gap: 10px;
    text-align: center;
  }
}

/*section 6 */
.bento-grid {
    display: grid;
    grid-template-columns: minmax(auto, 395px) 1fr;
    gap: 20px;
}

.bento-col.is-large {
    width: 100%;
    height: 100%;
  max-width: 414px;
}

.bento-col.is-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.bento-col:not(.is-large) {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto 1fr; 
    gap: 20px;
}
.bento-card:nth-child(2) {
  background: #0E0F11;
   border: 1px solid #FFFFFF33;
   border-radius: 20px;
}
.bento-card:not(:nth-child(2)) {
    background: #0E0F11;
    border: 1px solid #FFFFFF33;
    border-radius: 20px;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.bento-col:not(.is-large) .bento-card:nth-child(3) {
    grid-column: span 2;
}

.bento-card img {
    width: 100%;
    height: 100%;
  	border-radius: 20px;
  	object-fit: contain;
    border-radius: 20px;
    max-height: 297px;
}

.et_pb_section .bento-ia-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1.5;
    color: #fff;
}
.et_pb_section .bento-ia-subtitle {
   line-height: 1.5 !important;
}
.bento-card-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bento-card-list_item, .feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.bento-card-list_item-icon {
   display: flex;
  padding: 18px;
  background: linear-gradient(79.59deg, rgba(80, 78, 75, 0.25) 6.21%, rgba(156, 	143, 107, 0.25) 98.02%);
	border-radius: 30px;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.12);
}

.bento-card-list_item-title {
    color: #fff;
    font-weight: 500;
    font-size:  clamp(1rem, 3vw, 1.25rem);
  margin-bottom: 4px;
}

.bento-card-list_item-subtitle {
    color:rgba(255, 255, 255, 0.8);
   	font-weight: 400;
    font-size:  clamp(0.875rem, 3vw, 1rem);
  
}

@media (max-width: 980px) {
  .bento-col.is-large {
      width: 100%;
      height: 100%;
       max-width: unset;
  }
    .bento-grid, .bento-col:not(.is-large) {
        grid-template-columns: 1fr; 
    }
    .bento-col:not(.is-large) .bento-card:nth-child(3) {
        grid-column: span 1;
    }
}

.bottom-section_btn{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  border-radius: 8px;
background: linear-gradient(143.5deg, #BE8F48 0%, #E4C78F 121.58%);
  color: #fff;                   
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  font-size: clamp(1rem, 3vw, 1.125rem);
}
