.arc,
.arc-1,
.arc-2,
.arc-3,
.arc-4 {
  bottom: 0;
}
.arc,
.benefit-col::before {
  transform: translateX(-50%);
}
.flow-box,
.outcome-card,
.principle {
  text-align: center;
}
body {
  background: #f9f9f9;
}
.ai-title {
  font-size: 4rem;
  font-weight: 700;
  color: #303;
  line-height: 75px;
  font-family: Gilroy;
}
.ai-subtitle {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 40px;
  margin: 2rem 0;
}
.section-title {
  font-size: 3rem;
  font-weight: 700;
  font-family: Gilroy;
  line-height: 56px;
  margin-bottom: 1.5rem;
}
.ai-text {
  color: #3b4758;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 400;
}
.list-title,
.section-subtitle {
  font-size: 1.5rem;
  color: #100d08;
}
.info-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.list-title {
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 1.5rem;
}
.checkList,
.cross-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.checkList li,
.cross-list li {
  display: flex;
  align-items: center;
  color: #3b4758;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.cta-btn,
.lifecycle-tabs .nav-link {
  align-items: center;
  font-weight: 600;
}
.checkList li img,
.contact-form-list li img,
.cross-list li img,
.governance-list li img,
.outcome-card img {
  margin-right: 15px;
}
.outcome-card {
  border: 1px solid #f38a00;
  border-radius: 20px;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 4px 34px 0 rgba(255, 148, 8, 0.15);
  margin-top: 1rem;
}
.outcome-card p {
  color: #3b4758;
  font-size: 1rem;
  line-height: 24px;
}
.section-subtitle {
  font-weight: 400;
  margin-bottom: 3rem;
}
.principles-wrapper {
  max-width: 85%;
  height: 500px;
  border-bottom: 1px solid #f3d2df;
  position: relative;
}
.arc {
  position: absolute;
  left: 50%;
  border: 1px solid #f3d2df;
  border-bottom: none;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.arc-1 {
  width: 83%;
  height: 83%;
}
.arc-2 {
  width: 68%;
  height: 68%;
}
.arc-3 {
  width: 53%;
  height: 53%;
}
.arc-4 {
  width: 38%;
  height: 38%;
}
.principle {
  position: absolute;
  max-width: 260px;
}
.benefit-card,
.benefit-col,
.benefits-wrapper {
  position: relative;
}
.principle p {
  margin: 6px 0 0;
  color: #3b4758;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.arc-label {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #721562;
  color: #721562;
  font-weight: 700;
  background: #fbeedb;
  font-size: 1rem;
  line-height: 20px;
}
.ai-lifecycle-section,
.benefit-card,
.icon-circle img {
  background: #fff;
}
.center {
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.left-top {
  left: 18%;
  top: 21%;
}
.left-bottom {
  left: 5px;
  bottom: 10%;
}
.right-top {
  right: 18%;
  top: 21%;
}
.right-bottom {
  right: 10px;
  bottom: 10%;
}
.icon-circle img {
  height: 50px;
  width: 50px;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 0 30px -9px rgba(0, 0, 0, 0.15);
}
.benefits-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 36px;
  color: #100d08;
}
.benefits-wrapper {
  padding-top: 30px;
}
.benefits-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 9.5%;
  width: 81%;
  border-top: 1.5px dashed #721562;
  opacity: 0.3;
}
.benefit-col::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 2px;
  height: 30px;
  border-left: 1.5px dashed #721562;
  opacity: 0.3;
}
.benefit-card {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  font-weight: 500;
  height: 100%;
  line-height: 24px;
  border: 1px solid #f0e6ec;
  overflow: hidden;
  color: #3b4758;
}
.benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 0 0 2px 2px;
}
.benefit-col .benefit-card::before {
  background: linear-gradient(90deg, #ff9408, #e32200);
}
.cta-btn {
  display: inline-flex;
  padding: 12px 26px;
}
.cta-arrow {
  transition: transform 0.3s;
  transform: rotate(0);
  margin-left: 16px;
}
.cta-btn:hover .cta-arrow {
  transform: rotate(45deg);
}
.lifecycle-content .lifecycle-panel {
  display: none;
  opacity: 0;
  transition:
    opacity 0.5s,
    transform 0.5s;
}
@media (min-width: 992px) {
  .ai-lifecycle-section {
    height: 400vh;
    position: relative;
  }
  .ai-lifecycle-section .container {
    height: 100%;
    position: relative;
  }
  .lifecycle-tabs-col {
    align-self: flex-start;
  }
  .ai-lifecycle-section .section-body {
    position: sticky;
    top: 100px;
    align-items: flex-start;
  }
  .lifecycle-content {
    position: relative;
    min-height: 600px;
  }
  .lifecycle-content .lifecycle-panel {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    transform: translateY(20px);
  }
  .lifecycle-content .lifecycle-panel.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
    transform: translateY(0);
  }
}
.lifecycle-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.lifecycle-tabs .nav-link {
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #deccdd;
  background: #fff;
  color: #100d08;
  margin-bottom: 1.25rem;
  text-align: left;
  font-size: 1.25rem;
}
.content-header,
.step-number {
  align-items: center;
  display: flex;
}
.gradient-border2,
.lifecycle-content .content-box,
.lifecycle-tabs .nav-link.active {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #ff9408 0, #e32200 100%) border-box;
}
.gradient-border2,
.lifecycle-tabs .nav-link.active {
  border: 2px solid transparent;
  border-radius: 12px;
}
.step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffe9fb;
  justify-content: center;
  font-weight: 700;
  color: #100d08;
  padding: 16px;
  border: 1px solid #f4c7ec;
  position: inherit;
}
.dot,
.flow-box {
  position: absolute;
}
.lifecycle-tabs .nav-link.active .step-number {
  background: #ff9408;
  color: #100d08;
}
.lifecycle-content .content-box {
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 28px;
}
.content-header {
  gap: 14px;
  margin-bottom: 20px;
}
.content-header h4 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #100d08;
}
.content-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ff9408;
  color: #100d08;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  padding: 16px;
  font-size: 1.75rem;
}
.content-box h6 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 6px;
}
.content-box li,
.content-box p {
  font-size: 1rem;
  line-height: normal;
  color: #3b4758;
  margin-bottom: 12px;
}
.content-box ul {
  padding-left: 18px;
}
.speed-title {
  font-size: 2rem;
  font-weight: 700;
}
.speed-subtitle {
  font-size: 0.95rem;
  color: #555;
}
.speed-box {
  background: #ffe9fb80;
  border-radius: 12px;
  padding: 60px;
}
.box-heading {
  font-weight: 700;
  color: #100d08;
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 2rem;
}
.contact-form-list .bi.bi-check,
.governance-list .bi.bi-check,
.governance-list .bi.bi-check-lg {
  color: #100d08;
  margin-right: 0.75rem;
  flex-shrink: 0;
  background: #ff9408;
  border-radius: 50%;
  padding: 0;
  height: 22px;
  width: 22px;
  text-align: center;
}
.contact-form-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}
.governance-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #100d08;
  font-weight: 400;
  line-height: 24px;
}
.control-flow {
  width: 320px;
  height: 220px;
}
.flow-box {
  background: #fff;
  border: 1px solid #f3b6d4;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}
.pr-diff {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.automated-checks,
.merge {
  top: 70px;
}
.ai-suggestions {
  top: 70px;
  left: 0;
}
.automated-checks,
.human-review {
  left: 50%;
  transform: translateX(-50%);
}
.merge {
  right: 0;
}
.human-review {
  bottom: 0;
}
.dot {
  width: 8px;
  height: 8px;
  background: #b43ba3;
  border-radius: 50%;
}
.dot-left {
  top: 82px;
  left: 140px;
}
.dot-right {
  top: 82px;
  right: 140px;
}
.control-flow::after,
.control-flow::before {
  content: "";
  position: absolute;
  border: 1px dashed #d48bbd;
}
.control-flow::before {
  width: 160px;
  top: 86px;
  left: 80px;
}
.control-flow::after {
  height: 80px;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}
.gradient-border {
  border: 1px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #ff9408 0, #e32200 100%) border-box;
}
.system-changes-section {
  background: linear-gradient(135deg, #fff, #f7f1ff);
}
.visual-wrapper {
  max-width: 420px;
  position: relative;
}
.visual-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.top-card {
  margin-bottom: 20px;
}
.chat-bubble {
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px;
  margin-bottom: 8px;
  max-width: 90%;
}
.customer {
  background: #e8f0ff;
  margin-left: auto;
}
.bot {
  background: #f3f3f3;
}
.stats-row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.stat-card {
  flex: 1;
  background: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.stat-title {
  font-size: 1rem;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 22px;
  color: #12121f;
}
.stat-value {
  font-weight: 600;
  font-size: 14px;
}
.positive {
  color: #2fbf71;
}
.negative {
  color: #ff4d4f;
}
.badge {
  background: #ff4d6d;
  color: #fff;
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 12px;
}
.bar-chart {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  height: 60px;
}
.bar-chart span {
  flex: 1;
  background: #4c7cf3;
  border-radius: 4px;
  height: 100%;
}
.bar-chart .alert {
  background: #ff4d4f;
  height: 40%;
}
.chart-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-top: 6px;
}
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid #ddcdcd;
  line-height: 32px;
  color: #3b4758;
}
.feature-item .icon {
  font-size: 18px;
  color: #a855f7;
}
.metrics-note {
  display: inline-block;
  background: #fcf0f9;
  border-radius: 20px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  color: #100d08;
  line-height: 36px;
  font-size: 2rem;
  padding: 2rem 8rem;
  width: 100%;
}
.faq-section .accordion-button {
  background: 0 0;
}
.section-left-bottom-gradient {
  background:
    radial-gradient(
      750px 750px at 15% 85%,
      rgba(215, 240, 255, 0.45),
      rgba(217, 207, 255, 0.4),
      rgba(255, 209, 234, 0.35),
      rgba(255, 227, 210, 0.3),
      transparent 80%
    ),
    #fff;
}
@media (max-width: 991px) {
  .lifecycle-content .lifecycle-panel.active {
    display: block;
    opacity: 1;
    animation: 0.5s forwards fadeIn;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .principle,
  .visual-wrapper {
    max-width: 100%;
  }
  .ai-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 56px;
  }
  .section-title {
    font-size: 2.5rem;
    line-height: 48px;
  }
  .info-card,
  .outcome-card {
    padding: 1.5rem;
  }
  .speed-box {
    padding: 20px;
  }
  .feature-item {
    font-size: 1.15rem;
    line-height: 28px;
  }
  .metrics-note,
  .section-subtitle {
    font-size: 1.25rem;
  }
  .lifecycle-tabs {
    flex-direction: column;
    overflow-x: visible;
  }
  .lifecycle-tabs .nav-link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #deccdd;
  }
  .lifecycle-tabs .nav-link.active,
  .mobile-lifecycle-panel .content-box {
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(90deg, #ff9408 0, #e32200 100%) border-box;
  }
  .lifecycle-tabs .nav-link.active {
    margin-bottom: 0;
    color: #100d08;
    border-radius: 12px 12px 0 0;
    border: 2px solid transparent;
  }
  .lifecycle-tabs .nav-link.active .step-number {
    background: #ff9408;
    color: #100d08;
  }
  .mobile-lifecycle-panel {
    display: none;
    margin-bottom: 1.25rem;
  }
  .lifecycle-tabs .nav-link.active + .mobile-lifecycle-panel {
    display: block;
    animation: 0.5s forwards fadeIn;
  }
  .content-box h6 {
    margin-top: 0;
  }
  .mobile-lifecycle-panel .content-box {
    border-radius: 0 0 12px 12px;
    border: 2px solid transparent;
    border-top: none;
    padding: 20px;
    margin-top: 0;
  }
  .arc,
  .mobile-lifecycle-panel .content-header {
    display: none;
  }
  .metrics-note {
    padding: 2rem 1rem;
    line-height: 28px;
  }
  .principles-wrapper {
    height: auto;
    max-width: 100%;
  }
  .principle {
    position: static;
    margin: 20px auto;
  }
  .center {
    transform: none;
  }
}
