body {
  background: linear-gradient(135deg, #0c082b 0%, #182c4f 100%) fixed !important;
}

.about-hero {
  padding: 140px 0 50px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(0, 150, 255, 0.08) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.about-hero .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 60px;
  font-size: 14px;
}

.breadcrumbs__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumbs__link:hover {
  color: #0096ff;
}

.breadcrumbs__link svg {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.3);
}

.breadcrumbs__current {
  color: #0096ff;
}

.about-hero__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-hero__text {
  max-width: 100%;
}

.about-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.about-hero__label-dot {
  width: 6px;
  height: 6px;
  background: #0096ff;
  border-radius: 50%;
}

.about-hero__title {
  font-size: 64px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 30px 0;
  letter-spacing: -0.02em;
}

.about-hero__title-highlight {
  color: #0096ff;
}

.about-hero__description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 50px;
  max-width: 500px;
}

.about-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-hero__stat-value {
  font-size: 36px;
  font-weight: 900;
  color: #0096ff;
  line-height: 1;
}

.about-hero__stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.about-hero__image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-seo {
  padding: 80px 0;
  position: relative;
}

.about-seo .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-seo__content {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px 60px;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.about-seo__content.expanded {
  max-height: 5000px;
}

.about-seo__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, rgba(12, 8, 43, 0.95));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.about-seo__content.expanded::after {
  opacity: 0;
}

.about-seo__title {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 30px 0;
  line-height: 1.3;
}

.about-seo__subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px 0;
  line-height: 1.4;
}

.about-seo__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.about-seo__text p {
  margin: 0 0 20px 0;
}

.about-seo__text ol {
  list-style-type: decimal;
  margin-left: 30px;
}

.about-seo__text ul {
  list-style-type: disc;
  margin-left: 30px;
}

.about-seo__text strong {
  color: #ffffff;
  font-weight: 600;
}

.about-seo__text blockquote {
  position: relative;
  margin: 24px 0;
  padding: 18px 22px 18px 56px;
  background: #f5f8fc1c;
  border-left: 4px solid #0b5fff;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #ffffff;
}

.about-seo__text blockquote::before {
  content: "\201C";
  position: absolute;
  left: 16px;
  top: 10px;
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: 1;
  color: #0b5fff;
}

.about-seo__text blockquote strong {
  color: #0b5fff;
}

.about-seo__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  padding: 16px 32px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.3);
  border-radius: 12px;
  color: #0096ff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

span.about-seo__toggle-text {
  color: #fff;
}

.about-seo__toggle:hover {
  background: rgba(0, 150, 255, 0.2);
  border-color: #0096ff;
  transform: translateY(-2px);
}

.about-seo__toggle.expanded {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.about-seo__toggle-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-seo__toggle.expanded .about-seo__toggle-icon {
  transform: rotate(180deg);
}

.timeline-section {
  padding: 80px 0;
  position: relative;
}

.timeline-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.timeline-header {
  text-align: center;
  margin-bottom: 80px;
}

.timeline-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.timeline-label svg {
  color: #0096ff;
}

.timeline-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/* Timeline */
.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.timeline__line {
  position: absolute;
  top: 20px;
  left: 1.2%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 150, 255, 0.3) 0%,
    rgba(0, 150, 255, 0.3) 90%,
    transparent 100%
  );
}

.timeline__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.timeline__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 150, 255, 0.1);
  border: 2px solid rgba(0, 150, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline__dot-inner {
  width: 12px;
  height: 12px;
  background: #0096ff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 150, 255, 0.6);
}

.timeline__item:hover .timeline__dot {
  background: rgba(0, 150, 255, 0.2);
  border-color: #0096ff;
  transform: scale(1.1);
}

.timeline__content {
  flex: 1;
}

.timeline__year-wrapper {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}

.timeline__year {
  font-size: 48px;
  font-weight: 900;
  color: #0096ff;
  line-height: 1;
}

.timeline__stage {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timeline__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px 0;
  line-height: 1.3;
  text-align: left;
}

.timeline__item-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  text-align: left;
}

.values-section {
  padding: 80px 0;
  position: relative;
}

.values-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.values-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.values-left {
  position: sticky;
  top: 120px;
  align-self: start;
}

.values-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.values-label-dot {
  width: 6px;
  height: 6px;
  background: #0096ff;
  border-radius: 50%;
}

.values-title {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 30px 0;
  letter-spacing: -0.02em;
}

.values-title-highlight {
  color: #0096ff;
}

.values-description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 400px;
  margin: 0;
}

.values-right {
  display: flex;
  flex-direction: column;
}

.value-item {
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  gap: 24px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.value-item:first-child {
  padding-top: 0;
}

.value-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.value-item:hover {
  padding-left: 10px;
}

.value-item__number {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.3);
  font-variant-numeric: tabular-nums;
}

.value-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.value-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}

.value-item__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.value-item__icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
  transition: all 0.3s ease;
  justify-self: end;
}

.value-item:hover .value-item__icon {
  background: rgba(0, 150, 255, 0.1);
  border-color: rgba(0, 150, 255, 0.3);
  transform: scale(1.05);
}

.services-section {
  padding: 60px 0 40px;
}

.services-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.services-left {
  position: sticky;
  top: 120px;
  align-self: start;
  height: fit-content;
}

.services-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.services-label-dot {
  width: 6px;
  height: 6px;
  background: #0096ff;
  border-radius: 50%;
}

.services-title {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 30px 0;
  letter-spacing: -0.02em;
}

.services-title-highlight {
  color: #0096ff;
}

.services-description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  max-width: 400px;
  margin: 0;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 150, 255, 0.4);
}

.services-btn svg {
  width: 16px;
  height: 16px;
}

.services-right {
  display: flex;
  flex-direction: column;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-item__check {
  width: 24px;
  height: 24px;
  border: 1px solid #0096ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0096ff;
}

.service-item__content {
  flex: 1;
}

.service-item__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin: 0;
}

.service-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 150, 255, 0.1);
  border-color: rgba(0, 150, 255, 0.3);
}

.goals-section {
  padding: 80px 0;
  position: relative;
}

.goals-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.goals-wrapper {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px;
  height: 100%;
  min-height: 800px;
}

.goals-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 50px;
}

.goals-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.goals-label-dot {
  width: 6px;
  height: 6px;
  background: #0096ff;
  border-radius: 50%;
}

.goals-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}

.goals-title-highlight {
  color: #0096ff;
}

.goals-description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  max-width: 500px;
}

.goals-horizon {
  background: rgba(0, 150, 255, 0.08);
  border: 1px solid rgba(0, 150, 255, 0.2);
  border-radius: 20px;
  padding: 30px;
}

.goals-horizon__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.goals-horizon__label {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.goals-horizon__icon {
  color: #0096ff;
}

.goals-horizon__years {
  font-size: 36px;
  font-weight: 900;
  color: #0096ff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.goals-horizon__arrow {
  color: rgba(0, 150, 255, 0.5);
}

.goals-horizon__text {
  font-size: 14px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.goals-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 50px;
}

.goals-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}

.goal-card {
  background: rgba(12, 8, 43, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.goal-card__bg-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  z-index: 0;
  user-select: none;
  transition: color 0.4s ease;
}

.goal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 150, 255, 0.2);
  box-shadow: 0 10px 40px rgba(0, 150, 255, 0.1);
}

.goal-card:hover .goal-card__bg-number {
  color: rgba(255, 255, 255, 0.12);
}

.goal-card--1 {
  transform: translateY(0);
}

.goal-card--2 {
  transform: translateY(40px);
}

.goal-card--3 {
  transform: translateY(80px);
}

.goal-card--1:hover {
  transform: translateY(-4px);
}

.goal-card--2:hover {
  transform: translateY(36px);
}

.goal-card--3:hover {
  transform: translateY(76px);
}

.goal-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}

.goal-card__number {
  width: 40px;
  height: 40px;
  background: rgba(0, 150, 255, 0.1);
  border: 1px solid rgba(0, 150, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #0096ff;
}

.goal-card__year {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #0096ff;
}

.goal-card__bg-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: rgb(255 255 255 / 3%);
  line-height: 1;
  z-index: 0;
  user-select: none;
}

.goal-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 2;
  min-height: 56px;
}

.goal-card__progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.goal-card__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #0096ff 0%, #00c3ff 100%);
  border-radius: 2px;
  transition: width 1s ease;
}

.goal-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.goal-card__stage {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.goal-card__percent {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.awards-section {
  padding: 80px 0;
  position: relative;
}

.awards-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.awards-header {
  text-align: center;
  margin-bottom: 60px;
}

.awards-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.awards-label svg {
  color: #0096ff;
}

.awards-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/* Grid */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card */
.award-card {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.award-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 150, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 150, 255, 0.15);
}

.award-card__year {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #182c4ffc;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}

.award-card__year svg {
  color: #0096ff;
}

.award-card__image-wrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.award-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  object-position: top;
}

.award-card:hover .award-card__image {
  transform: scale(1.05);
}

.award-card__content {
  padding: 24px;
}

.award-card__name {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.award-card__org {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.4;
}

.team-section {
  padding: 80px 0;
  position: relative;
}

.team-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #0096ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.team-label svg {
  color: #0096ff;
}

.team-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 150, 255, 0.3);
  box-shadow: 0 20px 60px rgba(0, 150, 255, 0.15);
}

.team-card__photo {
  position: relative;
  height: 320px;
  background: linear-gradient(135deg, #1a3a5c 0%, #0f1736 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.team-card__photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 20% 20%,
    rgba(0, 150, 255, 0.3) 0%,
    transparent 50%
  );
  pointer-events: none;
}

.team-card__initials {
  font-size: 72px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}

.team-card__badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.team-card__info {
  padding: 24px;
}

.team-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.team-card__description {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.contact-section {
  padding: 80px 0;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  /* background: radial-gradient(
    ellipse at 100% 0%,
    rgba(0, 150, 255, 0.15) 0%,
    transparent 60%
  ); */
  pointer-events: none;
}

.contact-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.contact-wrapper {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
  background: radial-gradient(
    ellipse at 100% 0%,
    rgba(0, 150, 255, 0.15) 0%,
    transparent 60%
  );
}

.contact-title {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.contact-title strong {
  color: #0096ff;
}

.contact-description {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 450px;
}

.contact-info {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.contact-info__item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info__item:hover {
  color: #0096ff;
  transform: translateX(4px);
}

.contact-info__icon {
  color: #0096ff;
  flex-shrink: 0;
}

.contact-form-wrapper {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
}

.contact-form__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.contact-form__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 30px 0;
  line-height: 1.5;
}

.contact-form__group {
  margin-bottom: 20px;
}

.contact-form__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.contact-form__input {
  width: 100%;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}

.contact-form__input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 150, 255, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 150, 255, 0.1);
}

.contact-form__input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.contact-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #0096ff 0%, #00c3ff 100%);
  border: none;
  border-radius: 50px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  box-shadow: 0 8px 30px rgba(0, 150, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.contact-form__submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.2) 50%,
    transparent 100%
  );
  transition: left 0.5s ease;
}

.contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 150, 255, 0.5);
}

.contact-form__submit:hover::before {
  left: 100%;
}

.contact-form__submit:active {
  transform: translateY(0);
}

a.contact-info__item svg {
  stroke: #0096ff;
}

.award-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.award-modal.active {
  opacity: 1;
  visibility: visible;
}

.award-modal[aria-hidden="true"] {
  display: none;
}

.award-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.award-modal__content {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #0c082b 0%, #182c4f 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  max-width: 1110px;
  width: 100%;
  max-height: 98vh;
  overflow: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.award-modal.active .award-modal__content {
  transform: scale(1);
}

.award-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.award-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.award-modal__body {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: start;
}

.award-modal__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
  max-height: 760px;
}

.award-modal__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.award-modal__year {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(0, 150, 255, 0.15);
  border: 1px solid rgba(0, 150, 255, 0.3);
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #0096ff;
  width: fit-content;
}

.award-modal__title {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.award-modal__org {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6;
}

.team-card__photo img {
  object-fit: contain;
  width: 100%;
  height: auto;
  position: relative;
  align-content: flex-start;
  align-items: flex-start;
  align-self: self-start;
}

@media (max-width: 1200px) {
  .about-hero {
    padding: 160px 0 50px;
  }

  h1.about-hero__title {
    text-align: left;
    font-size: 48px;
  }

  .about-hero__description {
    max-width: 100%;
    text-align: left;
  }

  span.about-hero__label {
    display: flex;
    max-width: max-content;
  }

  .timeline-section,
  .about-seo,
  .values-section,
  .goals-section,
  .services-section,
  .awards-section,
  .team-section,
  .contact-section {
    padding: 60px 0 40px;
  }

  .timeline-title,
  .timeline__year,
  .values-title,
  .services-title,
  .goals-title,
  .awards-title,
  .team-title,
  .contact-title {
    font-size: 38px;
  }

  h2.contact-title,
  .contact-description {
    text-align: left;
  }

  .contact-form__label {
    display: none;
  }

  .contact-wrapper {
    padding: 40px;
  }

  h3.service-item__title {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .about-hero {
    padding: 140px 0 40px;
  }

  .about-hero__content {
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
  }

  .about-hero__stats {
    padding-top: 30px;
  }

  .about-hero__title {
    font-size: 48px;
  }

  .about-hero__image-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .about-hero__stat-value {
    font-size: 28px;
  }

  .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .timeline__line {
    display: none;
  }

  .timeline__item {
    position: relative;
    padding-left: 60px;
  }

  .timeline__item-title {
    text-align: left;
  }

  .timeline__dot {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }

  .values-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .values-left {
    position: relative;
    top: 0;
  }

  .values-title {
    font-size: 42px;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .services-left {
    position: relative;
    top: 0;
  }

  .services-title {
    font-size: 42px;
  }

  .goals-header {
    grid-template-columns: 2fr 1fr;
    gap: 30px;
  }

  .goals-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .goal-card--1,
  .goal-card--2,
  .goal-card--3 {
    transform: translateY(0);
  }

  .goal-card--1:hover,
  .goal-card--2:hover,
  .goal-card--3:hover {
    transform: translateY(-4px);
  }

  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 40px;
  }

  .contact-title {
    font-size: 40px;
  }

  .timeline-title,
  .values-title,
  .services-title,
  .goals-title,
  .awards-title,
  .team-title,
  .contact-title {
    font-size: 36px;
  }

  .timeline__year {
    font-size: 28px;
  }

  .values-description {
    max-width: 100%;
  }

  .values-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }

  .value-item__title,
  .value-item__text {
    text-align: left;
  }

  .value-item {
    grid-template-columns: 30px 1fr 0;
    gap: 24px;
    padding: 0;
    border-bottom: transparent;
  }

  .value-item__content {
    max-width: 320px;
  }

  .services-description {
    max-width: 100%;
  }

  .goals-wrapper {
    padding: 40px;
    min-height: min-content;
  }

  .goals-wrapper {
    padding: 40px;
    height: 100%;
    min-height: min-content;
  }

  .goal-card__title {
    font-size: 16px;
    min-height: 66px;
  }

  .service-item {
    padding: 20px;
  }

  .goals-horizon__years {
    font-size: 30px;
  }

  .contact-form-wrapper {
    padding: 25px;
  }
}

@media (max-width: 980px) {
  .value-item__content {
    max-width: 240px;
  }

  .goals-wrapper {
    padding: 20px;
  }

  .goals-cards {
    gap: 10px;
  }

  .goals-header,
  .goals-divider {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 140px 0 40px;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .about-hero__title {
    font-size: 36px;
  }

  .about-hero__description {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .about-hero__stats {
    gap: 20px;
  }

  .about-hero__stat-value {
    font-size: 28px;
  }

  .about-hero__stat-label {
    font-size: 12px;
  }

  .about-hero__image-wrapper {
    aspect-ratio: 1/1;
    border-radius: 20px;
    display: none;
  }

  .about-seo {
    padding: 60px 0 40px;
  }

  .about-seo__content {
    padding: 30px 24px;
    max-height: 400px;
    border-radius: 20px;
  }

  .about-seo__title {
    font-size: 28px;
  }

  .about-seo__subtitle {
    font-size: 20px;
  }

  .about-seo__text {
    font-size: 14px;
  }

  .timeline-section {
    padding: 60px 0 40px;
  }

  .timeline-header {
    margin-bottom: 50px;
  }

  .timeline-title {
    font-size: 32px;
  }

  .timeline {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .timeline__year {
    font-size: 20px;
  }

  .timeline__item-title {
    font-size: 18px;
  }

  .values-section {
    padding: 60px 0;
  }

  .values-title {
    font-size: 32px;
  }

  .values-description {
    font-size: 15px;
  }

  .value-item {
    grid-template-columns: 40px 1fr 40px;
    gap: 16px;
    padding: 0 0;
    align-content: space-between;
  }

  .value-item__number {
    font-size: 13px;
  }

  .value-item__title {
    font-size: 20px;
  }

  .value-item__text {
    font-size: 14px;
  }

  .value-item__icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }

  .value-item__icon svg {
    width: 20px;
    height: 20px;
  }

  .services-section {
    padding: 60px 0;
  }

  .services-title {
    font-size: 32px;
  }

  .services-description {
    font-size: 15px;
  }

  .services-btn {
    padding: 14px 24px;
    font-size: 14px;
  }

  .service-item {
    padding: 20px 24px;
    gap: 16px;
  }

  .service-item__title {
    font-size: 16px;
  }

  .goals-section {
    padding: 60px 0 40px;
  }

  .goals-wrapper {
    padding: 30px 20px;
  }

  .goals-title {
    font-size: 30px;
  }

  .goals-horizon__years {
    font-size: 28px;
  }

  .goal-card {
    padding: 24px;
  }

  .goal-card__title {
    font-size: 18px;
    min-height: auto;
  }

  .goal-card__bg-number {
    font-size: 60px;
  }

  .awards-section {
    padding: 60px 0 40px;
  }

  .awards-title {
    font-size: 32px;
  }

  .awards-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }

  .award-card__image-wrapper {
    height: 240px;
  }

  .team-section {
    padding: 60px 0 40px;
  }

  .team-title {
    font-size: 32px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .team-card__photo {
    height: 280px;
  }

  .team-card__initials {
    font-size: 60px;
  }

  .contact-section {
    padding: 60px 0 40px;
  }

  .contact-wrapper {
    padding: 30px 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-title {
    font-size: 32px;
  }

  .contact-description {
    font-size: 15px;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .about-hero__content {
    grid-template-columns: 1fr;
  }

  .goals-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  p.goals-horizon__text {
    text-align: left;
  }

  .values-right {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 30px;
  }

  .award-modal__content {
    padding: 30px 20px;
    width: 95%;
    max-height: 95vh;
  }

  .award-modal__body {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .award-modal__image {
    max-height: 300px;
  }

  .award-modal__title {
    font-size: 22px;
  }

  .award-modal__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  h1.about-hero__title {
    text-align: left;
    font-size: 32px;
  }

  .about-hero__title {
    font-size: 28px;
  }

  .about-hero__stats {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-hero__stat {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }

  .about-seo__content {
    padding: 24px 20px;
    max-height: 350px;
  }

  .about-seo__title {
    font-size: 24px;
  }

  .about-seo__subtitle {
    font-size: 18px;
  }

  .about-seo__toggle {
    padding: 14px 24px;
    font-size: 14px;
  }

  .timeline-title {
    font-size: 28px;
  }

  .timeline__year {
    font-size: 36px;
  }

  .timeline__item {
    padding-left: 50px;
  }

  .timeline__dot {
    width: 36px;
    height: 36px;
  }

  .timeline__dot-inner {
    width: 10px;
    height: 10px;
  }

  .values-title {
    font-size: 28px;
  }

  .value-item {
    grid-template-columns: 32px 1fr 56px;
    gap: 12px;
    padding: 24px 0;
  }

  .value-item__number {
    order: -1;
  }

  .value-item__icon {
    justify-self: start;
  }

  .services-title {
    font-size: 28px;
  }

  .services-description {
    font-size: 14px;
  }

  .service-item {
    padding: 18px 20px;
    gap: 12px;
  }

  .service-item__title {
    font-size: 15px;
  }

  .goals-title {
    font-size: 28px;
  }

  .goals-horizon {
    padding: 24px;
  }

  .goals-horizon__years {
    font-size: 24px;
  }

  .goal-card__header {
    margin-bottom: 20px;
  }

  .goal-card__number {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .goal-card__year {
    padding: 6px 12px;
    font-size: 13px;
  }

  .awards-title {
    font-size: 28px;
  }

  .award-card__image-wrapper {
    height: 200px;
  }

  .award-card__content {
    padding: 20px;
  }

  .award-card__name {
    font-size: 15px;
  }

  .award-card__year {
    padding: 6px 12px;
    font-size: 12px;
  }

  .team-title {
    font-size: 28px;
  }

  .team-card__photo {
    height: 240px;
  }

  .team-card__initials {
    font-size: 48px;
  }

  .team-card__info {
    padding: 20px;
  }

  .team-card__name {
    font-size: 16px;
  }

  .team-card__description {
    font-size: 12px;
  }

  .team-card__badge {
    padding: 6px 12px;
    font-size: 9px;
  }

  .contact-wrapper {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .contact-title {
    font-size: 28px;
  }

  .contact-description {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .contact-form__title {
    font-size: 20px;
  }

  .contact-form__input {
    padding: 14px 16px;
    font-size: 14px;
  }

  .contact-form__submit {
    padding: 16px;
    font-size: 15px;
  }

  .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .value-item__content {
    max-width: 100%;
  }

  .contact-info {
    flex-direction: column;
  }
}
