.experience-section {
  position: relative;
  border-top: 1px solid var(--line);
  background: radial-gradient(ellipse at 86% 16%, #43489812, transparent 48%);
  scroll-margin-top: 32px;
}
.experience-section .section-top > p { max-width: 340px; }
.experience-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid #919abe2b;
  margin: 46px 0 68px;
  padding: 34px 0;
}
.experience-facts > div { min-width: 0; padding: 0 32px; }
.experience-facts > div:first-child { padding-left: 0; }
.experience-facts > div + div { border-left: 1px solid #919abe2b; }
.experience-facts strong {
  font-size: clamp(2.8rem, 4.8vw, 4.3rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.15;
  color: #dfdfff;
}
.experience-facts strong span { font-size: .62em; }
.experience-facts p { max-width: 305px; font-size: 1rem; color: #a8b1c9; line-height: 1.6; margin-top: 15px; }
.experience-case-heading { margin-bottom: 27px; }
.experience-case-heading h3 { font-size: 1.5rem; font-weight: 500; line-height: 1.3; }
.experience-case-heading p { margin-top: 10px; font-size: 1rem; line-height: 1.6; color: #9da6bf; }
.experience-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.experience-case {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid #9a9bdb30;
  border-radius: 13px;
  background: linear-gradient(150deg, #151928, #0c101a 74%);
}
.experience-case::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, #beb0ff99, #778fff33, transparent);
}
.experience-case-top { display: flex; justify-content: space-between; gap: 15px; font-size: .75rem; line-height: 1.5; letter-spacing: .05em; color: #8c97b6; }
.experience-case h3 { margin-top: 20px; font-size: 1.65rem; font-weight: 500; letter-spacing: -.025em; }
.experience-result { margin: 28px 0; padding-bottom: 25px; border-bottom: 1px solid #9a9bdb23; }
.experience-result strong { display: block; font-size: clamp(2.7rem, 4vw, 3.8rem); line-height: 1.1; font-weight: 400; letter-spacing: -.055em; color: #d3caff; }
.experience-result strong span { font-size: .65em; }
.experience-result p { margin-top: 10px; font-size: .875rem; line-height: 1.5; color: #c0c8df; }
.experience-case > p { margin-bottom: 26px; font-size: 1rem; line-height: 1.7; color: #aab4cc; }
.experience-case-tags { margin-top: auto; display: flex; flex-wrap: wrap; gap: 9px; }
.experience-case-tags span { padding: 7px 9px; border: 1px solid #9a9bdb25; border-radius: 5px; color: #aebcdd; font-size: .8125rem; line-height: 1.4; }
.experience-reviews {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: start;
  gap: 40px;
  padding: 38px 40px;
  margin-top: 30px;
  border: 1px solid #aaa0fa4a;
  border-radius: 13px;
  background: radial-gradient(ellipse at 95% 50%, #7068d924, transparent 68%), #101320;
}
.experience-reviews h3 { margin-top: 16px; font-size: clamp(1.85rem, 3vw, 2.6rem); font-weight: 400; line-height: 1.16; letter-spacing: -.03em; }
.experience-reviews p { max-width: 540px; margin-top: 17px; font-size: 1rem; line-height: 1.65; color: #aab4cc; }
.experience-reviews .text-link { margin-top: 24px; font-size: .875rem; }
.experience-review-links { display: grid; gap: 12px; min-width: 0; }
.experience-review-links > a {
  display: grid;
  gap: 10px;
  padding: 22px 24px;
  border: 1px solid #b2a5ff33;
  border-radius: 9px;
  background: #aaa0fa08;
  transition: background .25s, border-color .25s;
}
.experience-review-links > a:hover { border-color: #c8bdff88; background: #aaa0fa12; }
.experience-review-links > a:focus-visible { outline: 2px solid #c9baff; outline-offset: 3px; }
.review-publication { font-size: .75rem; letter-spacing: .055em; line-height: 1.5; color: #919dbb; }
.review-link-title { font-size: 1.125rem; line-height: 1.4; color: #e6e6f5; }
.review-open { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: .875rem; line-height: 1.4; color: #bcb5ef; }
.review-open > span { font-size: 1.5rem; }
.desktop-nav { gap: 24px; }
.desktop-nav a { white-space: nowrap; font-size: .875rem; }
@media (max-width: 1120px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav:not([hidden]) {
    display: flex;
    position: fixed;
    inset: 88px 0 0;
    z-index: 45;
    padding: 20px 30px 36px;
    flex-direction: column;
    gap: 0;
    background: #080c17fa;
    backdrop-filter: blur(20px);
    overflow-y: auto;
  }
  .mobile-nav a { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 1.2rem; line-height: 1.35; }
  .site-header:has(+ .mobile-nav:not([hidden])) { position: fixed; background: #080c17; }
  .experience-case { padding: 24px; }
  .experience-cases { gap: 16px; }
}
@media (max-width: 850px) {
  .experience-cases { grid-template-columns: 1fr; gap: 20px; }
  .experience-facts > div { padding-inline: 20px; }
  .experience-reviews { grid-template-columns: 1fr; gap: 28px; padding: 30px; }
}
@media (max-width: 640px) {
  .mobile-nav:not([hidden]) { inset-block-start: 76px; padding: 14px 24px 28px; }
  .mobile-nav a { padding-block: 17px; }
  .experience-section .section-top > p { max-width: none; }
  .experience-facts { grid-template-columns: 1fr; gap: 0; margin: 30px 0 42px; padding: 0; }
  .experience-facts > div, .experience-facts > div:first-child { padding: 25px 0; }
  .experience-facts > div + div { border-left: 0; border-top: 1px solid #919abe2b; }
  .experience-facts strong { font-size: 3.4rem; }
  .experience-facts p { max-width: none; margin-top: 10px; }
  .experience-reviews { padding: 27px 24px; }
  .experience-review-links > a { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) { .experience-review-links > a { transition: none; } }
