
.about-hero-section {
  position: relative;
  background: #0B0D0E;
  color: #fff;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 80px 0;
  overflow: hidden;
}
.about-hero-grid-bg {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, #23272F 0 1px, transparent 1px 80px),
              repeating-linear-gradient(180deg, #23272F 0 1px, transparent 1px 80px);
  opacity: 0.5;
  z-index: 0;
}
.about-hero-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0 1px, transparent 1px 80px),
              repeating-linear-gradient(180deg, transparent 0 1px, transparent 1px 80px);
  z-index: 1;
  pointer-events: none;
}
.about-hero-grid-cell {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 1px solid #23272F;
  opacity: 0.15;
  z-index: 1;
  pointer-events: auto;
  transition: background 0.18s, opacity 0.18s;
}
.about-hero-grid-cell:hover {
  opacity: 1;
  z-index: 2;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 50% 40%, #f3f6fa 0%, #fff 80%);
  opacity: 1;
  pointer-events: none;
}
.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.about-hero-title {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
  line-height: 1.1;
}
.about-hero-subtitle {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.about-hero-labels {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;

  @media (max-width: 767px) {
    display: none;
  }
}
.about-hero-label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
}
.about-hero-label__arrow {
  margin-bottom: 2px;
  display: block;
  width: 28px;
  height: 28px;
}
.service-label-card {
  display: inline-block;
  color: #fff;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  border-radius: 12px;
  padding: 7px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  min-width: 120px;
  background: #F44336;
  pointer-events: auto;
  transition: transform 0.15s, box-shadow 0.15s;
  text-align: center;
}
.service-label-card--web { background: #EF8738; }
.service-label-card--mobile { background: #2563eb; }
.service-label-card--seo { background: #43a047; }
.service-label-card--enterprise { background: #e83e8c; }
.service-label-card--software { background: #232a44; }
.about-hero-label--top-left {
  top: 70px; left: 3vw;
}
.about-hero-label--top-right {
  top: 70px; right: 3vw;
}
.about-hero-label--bottom-left {
  bottom: 90px; left: 6vw;
}
.about-hero-label--bottom-right {
  bottom: 90px; right: 6vw;
}
.about-hero-label--center-bottom {
  left: 50%; top: 0; 
}
.about-hero-label--center-bottom-right {
  left: 35%;
  bottom: 10px;
  transform: translateX(-50%);
}
.service-label-card--ai {
  background: #e83e8c;
}
@media (max-width: 991px) {
  .about-hero-title { font-size: 2.2rem; }
  .about-hero-label .service-label-card { font-size: 0.95rem; padding: 6px 14px; min-width: 80px; }
  .about-hero-label__arrow { width: 18px; height: 18px; }
  .about-hero-label--top-left, .about-hero-label--top-right { top: 10px; }
  .about-hero-label--bottom-left, .about-hero-label--bottom-right { bottom: 10px; }
  .about-hero-section { padding: 60px 0 40px 0; }
  .about-hero-grid-cell { width: 50px; height: 50px; }
}
@media (max-width: 600px) {
  .about-hero-section { padding: 40px 0 20px 0; }
  .about-hero-title { font-size: 1.3rem; }
  .about-hero-label .service-label-card { font-size: 0.8rem; padding: 4px 8px; min-width: 60px; }
  .about-hero-label__arrow { width: 12px; height: 12px; }
  .about-hero-label--center-bottom { transform: translateX(-50%) translateY(20px); }
  .about-hero-grid-cell { width: 30px; height: 30px; }
}


.why-choose-modern-section {
    background: #fff;
    padding: 80px 0 60px 0;
    font-family: 'Inter', Arial, sans-serif;
  }
  .why-choose-modern__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 56px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .why-choose-modern__left {
    flex: 1 1 340px;
    min-width: 260px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 18px;
  }
  .why-choose-modern__badge {
    display: inline-block;
    background: #f5f6fa;
    color: #232a44;
    font-size: 1rem;
    border-radius: 16px;
    padding: 4px 16px;
    margin-bottom: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1.5px solid #e5e7eb;
  }
  .why-choose-modern__title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #181A1B;
    margin-bottom: 1.2rem;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .why-choose-modern__desc {
    font-size: 1.13rem;
    color: #444;
    font-weight: 500;
    line-height: 1.6;
  }
  .why-choose-modern__right {
    flex: 2 1 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .why-choose-modern__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    width: 100%;
  }
  .why-choose-modern__card {
    background: #fafbfc;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(37,99,235,0.04);
    padding: 36px 28px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 170px;
    transition: box-shadow 0.18s, transform 0.18s;
    border: 1.5px solid #f0f1f3;
  }
  .why-choose-modern__card:hover {
    box-shadow: 0 8px 32px rgba(37,99,235,0.10);
    transform: translateY(-4px) scale(1.02);
    border: 2px solid #2563eb;
  }
  .why-choose-modern__icon {
    font-size: 2.1rem;
    color: #232a44;
    margin-bottom: 18px;
  }
  .why-choose-modern__card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #181A1B;
    margin-bottom: 0.5rem;
  }
  .why-choose-modern__card-desc {
    color: #666;
    font-size: 1.05rem;
    font-weight: 400;
  }
  .why-choose-modern__achievements-stats {
    display: flex;
    gap: 28px;
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .why-choose-modern__achievements-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 90px;
  }
  .why-choose-modern__achievements-num {
    font-size: 1.7rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 2px;
    letter-spacing: -1px;
  }
  .why-choose-modern__achievements-label {
    font-size: 1.01rem;
    color: #232a44;
    font-weight: 500;
    line-height: 1.2;
  }
  @media (max-width: 991px) {
    .why-choose-modern__container {
      flex-direction: column;
      gap: 32px;
      align-items: stretch;
    }
    .why-choose-modern__right {
      width: 100%;
      justify-content: flex-start;
    }
    .why-choose-modern__grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .why-choose-modern__achievements-stats {
      gap: 16px;
      margin-top: 1.2rem;
    }
    .why-choose-modern__achievements-stat {
      min-width: 70px;
    }
    .why-choose-modern__achievements-num { font-size: 1.2rem; }
    .why-choose-modern__achievements-label { font-size: 0.93rem; }
  }

  .vision-mission-modern {
    background: #f8fafc;
    padding: 64px 0 48px 0;
  }
  .vision-mission-modern__container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .vision-mission-modern__text {
    font-family: 'Inter', Arial, sans-serif;
  }
  .vision-mission-modern__text h2 {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #181A1B;
    letter-spacing: -1px;
  }
  .vision-mission-modern__text p {
    font-size: 1.18rem;
    color: #232a44;
    line-height: 1.6;
    font-weight: 400;
  }
  .vision-mission-modern__faq {
    font-family: 'Inter', Arial, sans-serif;
    width: 100%;
  }
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .faq-item {
    border-bottom: 1.5px solid #ececec;
    background: #fff;
    transition: border 0.2s, background 0.2s;
  }
  .faq-item.open {
    border-bottom: 2px solid #2563eb;
    background: #f8faff;
  }
  .faq-question {
    display: flex;
    align-items: center;
    padding: 18px 0 18px 0;
    cursor: pointer;
    user-select: none;
    gap: 18px;
  }
  .faq-number {
    font-size: 1.1rem;
    color: #bdbdbd;
    font-weight: 600;
    min-width: 32px;
    text-align: right;
    letter-spacing: 0.02em;
  }
  .faq-item.open .faq-number {
    color: #2563eb;
  }
  .faq-q {
    font-size: 1.13rem;
    color: #181A1B;
    font-weight: 500;
    flex: 1;
  }
  .faq-toggle {
    font-size: 1.5rem;
    color: #bdbdbd;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fafbfc;
    border: 1px solid #ececec;
    transition: background 0.2s, color 0.2s, border 0.2s;
    margin-left: 12px;
  }
  .faq-item.open .faq-toggle {
    color: #2563eb;
    background: #eaf1ff;
    border-color: #2563eb;
  }
  .faq-plus { display: inline; }
  .faq-minus { display: none; }
  .faq-item.open .faq-plus { display: none; }
  .faq-item.open .faq-minus { display: inline; }
  .faq-answer {
    display: none;
    font-size: 1.05rem;
    color: #444;
    padding: 0 0 18px 50px;
    line-height: 1.6;
  }
  .faq-item.open .faq-answer {
    display: block;
  }
  .vision-mission-modern__faq-heading {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: #181A1B;
    letter-spacing: -1px;
    font-family: 'Inter', Arial, sans-serif;
  }
  @media (max-width: 900px) {
    .vision-mission-modern__container {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .vision-mission-modern__images {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 600px) {
    .vision-mission-modern {
      padding: 36px 0 24px 0;
    }
    .vision-mission-modern__text h2 { font-size: 1.3rem; }
    .vision-mission-modern__text p { font-size: 1rem; }
    .vision-mission-modern__images { gap: 8px; }
    .faq-question { padding: 14px 0 14px 0; gap: 10px; }
    .faq-answer { padding-left: 32px; }
    .vision-mission-modern__faq-heading { font-size: 1.3rem; }
  }

.achievements-modern-section {
  background: #101114;
  color: #fff;
  padding: 80px 0 60px 0;
  font-family: 'Inter', Arial, sans-serif;
}
.achievements-modern__container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 0 24px;
}
.achievements-modern__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievements-modern__img-wrap {
  position: relative;
  width: 100%;
  min-height: 400px;
  border-radius: 24px;
  overflow: hidden;
  background: #232a44;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.achievements-modern__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.1);
}
.achievements-modern__stat-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #fff;
  color: #181A1B;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(37,99,235,0.10);
  padding: 18px 24px 16px 24px;
  min-width: 150px;
  z-index: 2;
}
.achievements-modern__stat-label {
  font-size: 1.02rem;
  color: #888;
  font-weight: 500;
  margin-bottom: 2px;
}
.achievements-modern__stat-value {
  font-size: 2.1rem;
  font-weight: 800;
  color: #232a44;
  margin-bottom: 8px;
}
.achievements-modern__stat-chart {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 32px;
}
.achievements-modern__stat-chart .bar {
  width: 8px;
  border-radius: 3px;
  background: #e0e7ef;
  height: 30%;
  transition: background 0.2s;
}
.achievements-modern__stat-chart .bar1 { height: 30%; }
.achievements-modern__stat-chart .bar2 { height: 45%; }
.achievements-modern__stat-chart .bar3 { height: 60%; }
.achievements-modern__stat-chart .bar4 { height: 70%; }
.achievements-modern__stat-chart .bar5 { height: 50%; }
.achievements-modern__stat-chart .bar6 { height: 100%; background: #2563eb; }
.achievements-modern__stat-chart .bar7 { height: 40%; }
.achievements-modern__stat-chart .bar.active { background: #2563eb; }
.achievements-modern__stats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 16px;
}
.achievements-modern__stat-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.achievements-modern__stat-num {
  font-size: 1.18rem;
  font-weight: 700;
  color: #2563eb;
  min-width: 38px;
}
.achievements-modern__stat-desc {
  font-size: 1.02rem;
  color: #232a44;
  font-weight: 500;
}
.achievements-modern__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.achievements-modern__heading {
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  color: #fff;
  letter-spacing: -1px;
}
.achievements-modern__features {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 2.5rem;
}
.achievements-modern__feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.achievements-modern__icon {
  font-size: 1.7rem;
  color: #fff;
  background: #232a44;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.achievements-modern__feature-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}
.achievements-modern__feature-desc {
  color: #cfd8e3;
  font-size: 1.05rem;
  font-weight: 400;
}
.achievements-modern__users {
  display: flex;
  align-items: center;
  gap: 18px;
}
.achievements-modern__avatars {
  display: flex;
  align-items: center;
  gap: -8px;
}
.achievements-modern__avatars img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #fff;
  margin-left: -10px;
  background: #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.achievements-modern__avatars img:first-child { margin-left: 0; }
.achievements-modern__avatar-more {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
  margin-left: -10px;
  border: 2.5px solid #fff;
}
.achievements-modern__usage {
  color: #cfd8e3;
  font-size: 1.05rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .achievements-modern__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .achievements-modern__left, .achievements-modern__right {
    justify-content: center;
    align-items: center;
  }
  .achievements-modern__right { align-items: center; text-align: center; }
  .achievements-modern__heading { font-size: 1.5rem; }
}
@media (max-width: 600px) {
  .achievements-modern-section { padding: 40px 0 24px 0; }
  .achievements-modern__img-wrap { width: 100%; height: 220px; }
  .achievements-modern__stat-card { left: 10px; bottom: 10px; padding: 10px 14px 8px 14px; min-width: 90px; }
  .achievements-modern__heading { font-size: 1.1rem; }
  .achievements-modern__feature-title { font-size: 1rem; }
  .achievements-modern__feature-desc, .achievements-modern__usage { font-size: 0.95rem; }
  .achievements-modern__avatars img, .achievements-modern__avatar-more { width: 28px; height: 28px; line-height: 28px; font-size: 1rem; }
}

.service-label-cards {
    margin: 48px 0 32px 0;
    display: flex;
    justify-content: center;
  }
  .service-label-cards__container {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-label-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F44336;
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.18rem;
    font-weight: 600;
    border-radius: 16px;
    padding: 12px 28px;
    box-shadow: 0 2px 12px rgba(244,67,54,0.10);
    transition: transform 0.15s, box-shadow 0.15s;
    cursor: pointer;
    min-width: 180px;
  }
  .service-label-card i {
    font-size: 1.3em;
  }
  .service-label-card:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 8px 24px rgba(244,67,54,0.18);
  }
  .service-label-card--web { background: #EF8738; }
  .service-label-card--mobile { background: #2563eb; }
  .service-label-card--seo { background: #43a047; }
  .service-label-card--enterprise { background: #e83e8c; }
  .service-label-card--software { background: #232a44; }
  @media (max-width: 700px) {
    .service-label-cards__container { flex-direction: column; gap: 16px; }
    .service-label-card { min-width: 0; width: 100%; justify-content: center; }
  }