.strengths {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.strength {
  text-align: center;
  padding: 22px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  color: #e5e8f6;
  font-size: 14px;
  min-height: 92px;
  display: grid;
  place-items: center;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.strength:hover {
  transform: translateY(-3px);
  border-color: rgba(101, 224, 163, .24);
  background: rgba(101, 224, 163, .06);
}

.experience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.experience-section > .section-title {
  margin: 0 0 12px 2px;
}

.experience-disclosure {
  padding: 0;
  overflow: clip;
}

.experience-disclosure summary {
  min-height: 100px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
  transition: background .2s ease, border-color .2s ease;
}

.experience-disclosure summary::-webkit-details-marker {
  display: none;
}

.experience-disclosure summary:hover {
  background: rgba(154, 124, 255, .055);
}

.experience-disclosure summary:focus-visible {
  outline: 2px solid rgba(101, 224, 163, .78);
  outline-offset: -3px;
}

.experience-summary-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(154, 124, 255, .28);
  border-radius: 10px;
  color: #a879ff;
  background: rgba(154, 124, 255, .08);
}

.experience-summary-copy,
.experience-summary-copy strong,
.experience-summary-copy small {
  display: block;
}

.experience-summary-copy strong {
  margin-bottom: 6px;
  color: #f5f6fb;
  font-size: 18px;
}

.experience-summary-copy small {
  color: #aeb5c9;
  line-height: 1.45;
}

.experience-summary-action {
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: #b793ff;
  font-size: 13px;
  font-weight: 800;
}

.experience-summary-action vk-icon {
  transition: transform .2s ease;
}

.experience-disclosure[open] .experience-summary-action vk-icon {
  transform: rotate(90deg);
}

.experience-disclosure-body {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 9, 20, .18);
}

.exp-card {
  padding: 24px;
  min-height: 230px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.exp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(98, 217, 255, .2);
  background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
}

.exp-card h3 {
  font-size: 17px;
  margin: 12px 0 6px;
}

.exp-card small {
  color: #9fa7c4;
}

.date {
  color: #9a7cff;
  margin: 18px 0;
  font-weight: 700;
}

.exp-card li {
  margin: 8px 0;
  color: #d1d5e6;
  font-size: 13px;
}

.bottom-grid {
  display: grid;
  grid-template-columns: .9fr .8fr 1.45fr;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 95px 1fr;
  margin-bottom: 26px;
}

.timeline-item span {
  color: #9a7cff;
}

.timeline-item b {
  display: block;
  margin-bottom: 5px;
}

.timeline-item small {
  color: #b8bfd2;
}

.lang {
  margin-bottom: 24px;
}

.lang-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bar {
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 99px;
  overflow: hidden;
}

.bar div {
  height: 100%;
  background: linear-gradient(90deg, #6f4dff, #ba7cff);
  border-radius: 99px;
}

.authorizations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.authorizations-lead {
  margin: -7px 0 18px;
  color: #b8bfd2;
  font-size: 14px;
  line-height: 1.5;
}

.authorization-card {
  min-width: 0;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
}

.authorization-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(154, 92, 255, .34);
  border-radius: 8px;
  color: #b98cff;
  background: rgba(154, 92, 255, .1);
}

.authorization-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}

.authorization-copy b,
.authorization-copy small,
.authorization-copy em {
  display: block;
}

.authorization-copy b {
  margin: 1px 0 6px;
  color: #fff;
  font-size: 15px;
}

.authorization-copy small {
  color: #c7ccdc;
  font-size: 12px;
  line-height: 1.4;
}

.authorization-copy em {
  margin-top: 7px;
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.contact {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.contact .contact-card:first-child {
  grid-column: span 2;
}

.contact-method {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.contact-location,
.contact-social {
  grid-column: span 3;
}

.contact-card {
  padding: 22px;
  color: white;
  text-decoration: none;
  min-width: 0;
}

.contact-card h2 {
  color: #c5a7ff;
  font-size: 30px;
}

.contact-card small {
  color: #bfc5d8;
}

.contact-link {
  display: block;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.contact-link:hover {
  transform: translateY(-3px);
  border-color: rgba(101, 224, 163, .24);
  background: rgba(101, 224, 163, .06);
}

.contact-method > vk-icon {
  width: 26px;
  height: 26px;
  color: var(--green);
}

.contact-method > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.contact-method a {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-quick-copy {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.05);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.contact-quick-copy:hover {
  transform: translateY(-2px);
  border-color: rgba(101, 224, 163, .36);
  background: rgba(101, 224, 163, .1);
}

.contact-quick-copy vk-icon {
  width: 18px;
  height: 18px;
}

.rodo {
  text-align: center;
  color: #8b92a8;
  font-size: 13px;
  margin: 26px 0 8px;
}

.info-box a,
.contact-card a {
  color: white;
  text-decoration: none;
  transition: .25s;
}

.info-box a:hover,
.contact-card a:hover {
  color: #9a7cff;
}

.side-info {
  align-self: start;
  padding-top: 0;
}

.side-info .info-box {
  min-height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
