.copilot-hero,
.copilot-overview,
.copilot-realtime,
.copilot-postcall,
.copilot-quality,
.copilot-governance,
.copilot-integrations,
.copilot-contact {
  overflow: hidden;
}

.copilot-hero {
  position: relative;
  /* min-height: 801px; */
  padding: 159px 0 71px;
  background: #F6F6F8;


  inset: 0 50% auto;
  width: 1439.9px;
  min-height: 819px;
  transform: translateX(-50%);
}

.copilot-hero__pattern {
  position: absolute;
  inset: 0;
  /* background:
    url("../assets/images/hero_bg.png") center top / cover no-repeat,
    radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.15px, transparent 0) 0 0 / 16px 16px,
    #F6F6F8; */

  background: url("../assets/images/hero_bg.png") center top / 110% auto repeat,
            radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.15px, transparent 0) 0 0 / 16px 16px,
            #F6F6F8;

background:
    url("../assets/images/hero_bg.png") center top / 100% auto repeat,
    radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.15px, transparent 0) 0 0 / 16px 16px,
    #F6F6F8;


  opacity: 1;
}

.copilot-hero__inner,
.copilot-contact__inner {
  position: relative;
  z-index: 1;
}

.copilot-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

.copilot-hero__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 468px;
}

.copilot-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 583px;
  padding-top: 127px;
}

.copilot-hero__title {
  margin: 0;
  width: 100%;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #111A4A;
}

.copilot-hero__subtitle {
  margin: 0;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  color: #111A4A;
  white-space: pre-line;
}

.copilot-hero__button {
  width: 190px;
}

.copilot-hero__visual {
  width: 552.5px;
  max-width: calc(100% - 247px);
  margin-right: -80px;
  align-self: flex-end;
}

.copilot-hero__visual img {
  width: 100%;
  height: auto;
}

.copilot-hero__partners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.copilot-hero__note {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #111A4A;
}

.copilot-hero__logos {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: center;
  gap: 32px;
  width: 100%;
}

.copilot-hero__logos img {
  width: 100%;
  max-width: 120px;
  max-height: 60px;
  margin: 0 auto;
  object-fit: contain;
}

.copilot-overview {
  padding: 96px 0;
  background: #F6F6F8;
}

.copilot-overview .container,
.copilot-realtime .container,
.copilot-postcall .container,
.copilot-quality .container,
.copilot-governance .container,
.copilot-contact .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}


.copilot-contact .container {
background: url("../assets/images/hero_bg.png") center top / 100% auto no-repeat,
            radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.15px, transparent 0) 0 0 / 16px 16px,
            #F6F6F8;

}



.copilot-section-title {
  margin-top: 16px;
}

.copilot-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.copilot-overview__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 670px;
  background: #FBFBFC;
  border-radius: 12px;
}

.copilot-overview__image-wrap {
  height: 450px;
  background: #EFEFF2;
}

.copilot-overview__image-wrap img,
.copilot-postcall__image-wrap img,
.copilot-governance__image-wrap img,
.copilot-integrations__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.copilot-overview__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
}

.copilot-overview__body h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #6C728F;
}

.copilot-overview__body p,
.copilot-contact__card p {
  white-space: pre-line;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #6C728F;
}

.copilot-realtime {
  padding: 96px 0;
  background: #F6F6F8;
}

.copilot-realtime__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.copilot-realtime__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  min-height: 319px;
  border-radius: 14px;
}

.copilot-realtime__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 24px;
}

.copilot-realtime__icon-wrap img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.copilot-realtime__card h3,
.copilot-quality__card h3,
.copilot-integrations__card h3 {
  margin: 0;
  padding: 0 24px;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #111A4A;
}

.copilot-realtime__card p {
  margin: 0;
  padding: 0 24px;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 20.8px;
  text-align: center;
  color: #6C728F;
}

.copilot-postcall {
  position: relative;
  padding: 96px 0;
  background: #011821;
}

.copilot-postcall::before,
.copilot-quality::before,
.copilot-integrations::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(51, 159, 234, 0.16) 1px, transparent 0);
  background-size: 12px 12px;
  opacity: 0.24;
  pointer-events: none;
}

.copilot-postcall .container,
.copilot-quality .container {
  position: relative;
  z-index: 1;
}

.copilot-postcall__grid {
  display: grid;
  grid-template-columns: 1.015fr 1fr;
  gap: 24px;
  width: 100%;
}

.copilot-postcall__text {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-top: 24px;
}

.copilot-postcall__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.copilot-postcall__block h3 {
  margin: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #A2ACB1;
}

.copilot-postcall__block p,
.copilot-quality__card p,
.copilot-integrations__card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #A2ACB1;
}

.copilot-postcall__image-wrap {
  height: 463px;
  border: 1px solid #0D3443;
  border-radius: 12px;
  overflow: hidden;
  background: #11272F;
}

.copilot-quality {
  position: relative;
  padding: 96px 0;
  background: #011821;
}

.copilot-quality__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.copilot-quality__card {
  min-height: 210px;
  padding: 24px;
  background: #11272F;
  border: 1px solid #0D3443;
  border-radius: 14px;
}

.copilot-quality__card h3 {
  padding: 0;
  margin-bottom: 16px;
  text-align: left;
  color: #FBFCFC;
}

.copilot-governance {
  padding: 96px 0;
  background: #FBFBFC;
}

.copilot-governance__grid {
  display: grid;
  grid-template-columns: 587px 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.copilot-governance__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.copilot-governance__card {
  padding: 24px 22px 24px 24px;
  background: #F6F6F8;
  border: 1px solid #D0D1D4;
  border-radius: 10px;
}

.copilot-governance__card h3 {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #111A4A;
}

.copilot-governance__card p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #6C728F;
}

.copilot-governance__image-wrap {
  width: 100%;
  max-width: 588px;
  margin-left: auto;
}

.copilot-integrations {
  position: relative;
  padding: 66px 0 96px;
  background: #011821;
}

.copilot-integrations__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 588px 1fr;
  gap: 56px;
  align-items: start;
  /* border: 1px solid #0D3443; */
  padding: 0;
}

.copilot-integrations__visual {
  height: 524px;
  padding: 0;
}

.copilot-integrations__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 0 40px 0 0;
}

.copilot-integrations__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.copilot-integrations__card h3 {
  padding: 0;
  margin-bottom: 16px;
  text-align: left;
  color: #FBFCFC;
  font-size: 24px;
  line-height: 28.8px;
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-weight: 400;
}

.copilot-contact {
  position: relative;
  padding: 96px 0;
  background: #F6F6F8;
}

.copilot-contact__pattern {
  position: absolute;
  inset: 0;
  background:
    url("../assets/images/copilot/contact_bg (1).png") center top / cover no-repeat,
    radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.15px, transparent 0) 0 0 / 16px 16px,
    #F6F6F8;
  opacity: 0.8;
}

.copilot-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.copilot-contact__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 236px;
  padding: 24px;
}

.copilot-contact__card--light {
  background: #FFFFFF;
}

.copilot-contact__card--blue {
  background: #95C7EA;
}

.copilot-contact__card--blue p {
  color: #111A4A;
}

.copilot-contact__card h3 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #111A4A;
}

.copilot-contact__button {
  margin-top: auto;
  align-self: flex-end;
}

.understanding {
  padding: 96px 0;
  background: #F6F6F8;
}

.understanding::before {
  display: none;
}

.understanding .section-tag-dark {
  background: #DDEDEA;
  color: #57A39A;
}

.understanding .section-title-light {
  color: #111A4A;
}

.understanding-panel {
  background: #FBFBFC;
  border: 1px solid #E3E6EC;
  border-radius: 16px;
  overflow: hidden;
}

.understanding-col {
  background: #FBFBFC;
  border-right: 1px solid #E3E6EC;
}

.understanding-col:last-child {
  border-right: 0;
}

.understanding-col h3 {
  color: #7A82A2;
}

.understanding-col p {
  color: #8D94AE;
}

.understanding-col img {
  filter: none;
}

.understanding-num {
  color: #111A4A;
}

@media (max-width: 900px) {
  .hero-overlay {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: -228px;
  }

  .hero-note {
    margin: 0;
  }
}

@media (max-width: 1199.98px) {
  .copilot-hero__main,
  .copilot-postcall__grid,
  .copilot-governance__grid,
  .copilot-integrations__inner {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }

  .copilot-hero__main {
    gap: 32px;
  }

  .copilot-hero__content,
  .copilot-hero__visual,
  .copilot-governance__image-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .copilot-hero__visual {
    align-self: center;
  }

  .copilot-governance__image-wrap {
    max-width: 720px;
  }

  .copilot-integrations__content {
    padding: 0 32px 32px;
  }
}

@media (max-width: 767.98px) {
  .copilot-hero {
    min-height: auto;
    padding: 120px 0 48px;
  }

  .copilot-hero__pattern {
    background:
      url("../assets/images/hero_bg.png") center top / cover no-repeat,
      radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.05px, transparent 0) 0 0 / 12px 12px,
      #F6F6F8;
  }

  .copilot-hero__inner {
    gap: 48px;
  }

  .copilot-hero__main {
    min-height: auto;
    gap: 16px;
  }

  .copilot-hero__content {
    width: 100%;
    padding-top: 0;
    gap: 32px;
  }

  .copilot-hero__title {
    font-size: 30px;
    line-height: 32px;
  }

  .copilot-hero__subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .copilot-hero__button {
    width: 100%;
  }

  .copilot-hero__visual {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-left: -16px;
  }

  .copilot-hero__partners {
    gap: 24px;
  }

  .copilot-hero__note {
    font-size: 16px;
    line-height: 24px;
  }

  .copilot-hero__logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .copilot-hero__logos img {
    max-width: 70px;
    max-height: 40px;
  }

  .copilot-overview,
  .copilot-realtime,
  .copilot-postcall,
  .copilot-quality,
  .copilot-governance,
  .copilot-contact {
    padding: 48px 0;
  }

  .copilot-overview__grid,
  .copilot-realtime__grid,
  .copilot-quality__grid,
  .copilot-contact__grid,
  .copilot-integrations__cards {
    grid-template-columns: 1fr;
  }

  .copilot-overview__card {
    min-height: 640px;
  }

  .copilot-overview__image-wrap {
    height: 320px;
  }

  .copilot-overview__body h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .copilot-realtime__card {
    min-height: 338px;
  }

  .copilot-postcall__grid {
    gap: 32px;
  }

  .copilot-postcall__text {
    gap: 48px;
    padding-top: 0;
  }

  .copilot-postcall__block h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .copilot-postcall__image-wrap {
    height: auto;
  }

  .copilot-governance__grid {
    gap: 32px;
  }

  .copilot-governance__cards {
    gap: 16px;
  }

  .copilot-governance__card h3,
  .copilot-contact__card h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .copilot-integrations {
    padding: 48px 0;
  }

  .copilot-integrations__inner {
    gap: 32px;
    border: 0;
  }

  .copilot-integrations__content {
    order: 1;
    gap: 32px;
    padding: 0;
  }

  .copilot-integrations__visual {
    order: 2;
    height: auto;
  }

  .copilot-integrations__card {
    padding: 24px 0;
    border-radius: 10px;
  }

  .copilot-integrations__card h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .copilot-contact__pattern {
    background:
      radial-gradient(circle at 1px 1px, rgba(114, 180, 226, 0.18) 1.05px, transparent 0) 0 0 / 12px 12px,
      #F6F6F8;
  }

  .copilot-contact__card {
    min-height: 270px;
  }

  .copilot-contact__button {
    align-self: flex-start;
    width: 100%;
  }
}
