/* Single skill pages — chrome + readable content. Scoped to .iw-skill */
.iw-skill {
  --navy: #19476d;
  --navy-deep: #0d2f4a;
  --navy-ink: #0a1f30;
  --accent: #d51067;
  --muted: #5a6b7d;
  --line: rgba(25, 71, 109, 0.12);
  --soft: #eef3f8;
  --cream: #f7fafc;
  --page: min(1040px, calc(100% - 96px));
  color: var(--navy-ink);
  background: #fff;
  overflow-x: clip;
  direction: rtl;
  text-align: right;
}

.iw-skill .iw-sk-shell {
  width: var(--page);
  max-width: 100%;
  margin-inline: auto;
}

.iw-skill .container,
.iw-skill .iw-sk-hero,
.iw-skill .iw-sk-body,
.iw-skill .iw-sk-related,
.iw-skill .swiper,
.iw-skill .titleBar,
.iw-skill .titleBar > .container,
.iw-skill section.news,
.iw-skill .modulesLinks,
.iw-skill .mediaCollection,
.iw-skill .internationalCompetitors {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.iw-skill .iw-sk-eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
}

.iw-skill .iw-sk-eyebrow--light {
  color: rgba(255, 255, 255, 0.8);
}

/* Hero */
.iw-skill .iw-sk-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 1.25rem 0 1.75rem;
  border-radius: 18px;
  background: linear-gradient(160deg, #0a2740 0%, #19476d 100%);
  padding: clamp(1.6rem, 3.5vw, 2.4rem) 28px;
}

.iw-skill .iw-sk-hero__media,
.iw-skill .iw-sk-hero__shade {
  position: absolute;
  inset: 0;
}

.iw-skill .iw-sk-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.iw-skill .iw-sk-hero__shade {
  background:
    linear-gradient(90deg, rgba(7, 25, 38, 0.82) 0%, rgba(7, 25, 38, 0.55) 55%, rgba(7, 25, 38, 0.35) 100%),
    radial-gradient(500px 220px at 80% 120%, rgba(213, 16, 103, 0.22), transparent 70%);
}

.iw-skill .iw-sk-hero__inner {
  position: relative;
  z-index: 1;
}

.iw-skill .iw-sk-hero__titles {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-align: center;
}

.iw-skill .iw-sk-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.iw-skill .iw-sk-hero__en {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.92rem, 1.8vw, 1.12rem);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  direction: ltr;
}

.iw-skill .iw-sk-hero__sub {
  direction: rtl;
}

.iw-skill .iw-sk-hero--facts .iw-sk-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.35rem;
}

.iw-skill .iw-sk-hero__facts {
  list-style: none;
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0.95rem 0.4rem 0.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.iw-skill .iw-sk-hero__fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.28rem;
  min-width: 0;
  text-align: center;
}

.iw-skill .iw-sk-hero__fact-label {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
}

.iw-skill .iw-sk-hero__fact-value {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.5;
}

.iw-skill .iw-sk-hero__fact--code .iw-sk-hero__fact-value {
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.iw-skill .iw-sk-lead {
  display: none;
}

.iw-skill .iw-sk-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 1.1rem;
}

.iw-skill .iw-sk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.iw-skill .iw-sk-btn--accent {
  background: var(--accent);
  color: #fff !important;
}

.iw-skill .iw-sk-btn--accent:hover {
  background: #bb0e5c;
}

.iw-skill .iw-sk-btn--navy {
  background: var(--navy);
  color: #fff !important;
}

.iw-skill .iw-sk-btn--navy:hover {
  background: #143a59;
}

.iw-skill .iw-sk-btn--ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.iw-skill .iw-sk-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Body / Elementor */
.iw-skill .iw-sk-body,
.iw-skill .iw-sk-body .elementor {
  width: 100%;
}

.iw-skill .iw-sk-body {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.iw-skill .iw-sk-body > *:first-child {
  margin-top: 0;
}

.iw-skill .iw-sk-body h2,
.iw-skill .iw-sk-body h3,
.iw-skill .iw-sk-toc-title {
  margin: 2rem 0 0.8rem;
  color: var(--navy-deep);
  font-weight: 800;
  line-height: 1.45;
}

.iw-skill .iw-sk-body h2 {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.iw-skill .iw-sk-body h3 {
  font-size: 1.08rem;
}

.iw-skill .iw-sk-body p,
.iw-skill .iw-sk-body li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.95;
}

.iw-skill .iw-sk-body p {
  margin: 0 0 1rem;
  text-align: justify;
}

.iw-skill .iw-sk-body ul,
.iw-skill .iw-sk-body ol {
  margin: 0 0 1.2rem;
  padding: 0 1.2rem 0 0;
}

.iw-skill .iw-sk-body a {
  color: var(--navy);
  font-weight: 700;
}

.iw-skill .iw-sk-body figure,
.iw-skill .iw-sk-body .wp-block-image,
.iw-skill .iw-sk-body .wp-block-gallery {
  margin: 0 0 1.4rem;
}

.iw-skill .iw-sk-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.iw-skill .iw-sk-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 1.6rem;
}

.iw-skill .iw-sk-gallery img,
.iw-skill .iw-sk-gallery figure {
  margin: 0;
  width: 100%;
}

.iw-skill .iw-sk-note,
.iw-skill .iw-sk-body blockquote {
  background: #e6eff8;
  border: 1px solid #c3d7ea;
  border-radius: 16px;
  padding: 1rem 1.15rem;
  margin: 0 0 1.4rem;
}

.iw-skill .iw-sk-body blockquote p {
  margin: 0;
}

.iw-skill .iw-sk-body code {
  background: var(--soft);
  padding: 0.1em 0.4em;
  border-radius: 6px;
  font-size: 0.88em;
  color: var(--navy-deep);
  direction: ltr;
  display: inline-block;
}

.iw-skill .iw-sk-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.4rem;
  font-size: 0.92rem;
}

.iw-skill .iw-sk-body th,
.iw-skill .iw-sk-body td {
  border: 1px solid var(--line);
  padding: 0.75rem 0.9rem;
  text-align: right;
}

.iw-skill .iw-sk-body thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.iw-skill .iw-sk-body tbody tr:nth-child(even) {
  background: var(--cream);
}

.iw-skill .iw-sk-toc {
  display: none;
}

.iw-skill .iw-sk-toc a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--navy) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.iw-skill .iw-sk-toc a:hover {
  background: #dce6f0;
}

.iw-skill .iw-sk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 1.6rem;
}

.iw-skill .iw-sk-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.05rem 1.1rem;
}

.iw-skill .iw-sk-card strong {
  display: block;
  margin: 0 0 0.4rem;
  color: var(--navy-deep);
  font-size: 0.98rem;
}

.iw-skill .iw-sk-card p,
.iw-skill .iw-sk-card span {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: right;
}

.iw-skill .iw-sk-honor {
  margin: 0 0 1.6rem;
  padding: 1.4rem 1.5rem 1.55rem;
  overflow: hidden;
  border: 1px solid rgba(25, 71, 109, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(254, 227, 0, 0.07), rgba(25, 71, 109, 0.045) 46%, rgba(213, 16, 103, 0.045)),
    #f6fafd;
}

.iw-skill .iw-sk-body .iw-sk-honor > h2 {
  margin-top: 0;
}

.iw-skill .iw-sk-honor > :last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .iw-skill .iw-sk-honor {
    padding: 1.15rem 1rem 1.25rem;
  }
}

.iw-skill .iw-sk-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 1.6rem 0 1.6rem;
}

.iw-skill .iw-sk-stat {
  flex: 0 1 calc((100% - 36px) / 4);
  max-width: calc((100% - 36px) / 4);
  box-sizing: border-box;
  background: var(--navy);
  color: #fff;
  border-radius: 16px;
  padding: 1rem 0.9rem;
  text-align: center;
}

.iw-skill .iw-sk-stat b {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.3;
}

.iw-skill .iw-sk-stat span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  line-height: 1.6;
}

.iw-skill .iw-sk-stat--accent {
  background: var(--accent);
}

/* Roadmap */
.iw-skill .iw-sk-roadmap {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.iw-skill .iw-sk-roadmap > li {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 0 0 1.35rem;
}

.iw-skill .iw-sk-roadmap > li:last-child {
  padding-bottom: 0;
}

.iw-skill .iw-sk-roadmap > li::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 25px;
  width: 2px;
  bottom: 0;
  background: var(--line);
}

.iw-skill .iw-sk-roadmap > li:last-child::before {
  display: none;
}

.iw-skill .iw-sk-step {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.iw-skill .iw-sk-roadmap h3 {
  margin: 0.15rem 0 0.35rem;
  font-size: 1.05rem;
}

.iw-skill .iw-sk-roadmap p,
.iw-skill .iw-sk-roadmap li {
  margin: 0;
}

.iw-skill .iw-sk-roadmap ul {
  margin: 0.35rem 0 0;
}

.iw-skill .iw-sk-roadmap a {
  text-decoration: none !important;
}

.iw-skill .iw-sk-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #e6eff8 0%, #d3e2f1 100%);
  border: 1px solid #c3d7ea;
  border-radius: 18px;
  padding: 1.3rem 1.4rem;
  margin: 1.5rem 0 2.4rem;
}

.iw-skill .iw-sk-cta > div {
  flex: 1 1 auto;
  min-width: 0;
}

.iw-skill .iw-sk-cta strong {
  display: block;
  margin: 0 0 0.35rem;
  color: var(--navy-deep);
  font-size: 1.05rem;
}

.iw-skill .iw-sk-cta p {
  margin: 0;
  text-align: right;
}

.iw-skill .iw-sk-cta .iw-sk-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Related blocks already in theme */
.iw-skill .iw-sk-related {
  width: 100%;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.iw-skill .modulesLinks {
  align-items: stretch;
  margin-bottom: 3rem;
}

.iw-skill .modulesLinks > h2,
.iw-skill .mediaCollection > h2,
.iw-skill .internationalCompetitors .tabsTitle h2,
.iw-skill .skillNews .titleBar strong {
  color: var(--navy-deep);
  font-size: 1.35rem;
  margin: 0 0 1.2rem;
}

.iw-skill .modulesLinks > .links {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  row-gap: 14px;
}

.iw-skill .modulesLinks > .links > a {
  background: linear-gradient(165deg, #eef5fb 0%, #d7e7f4 100%);
  border: 1px solid rgba(25, 71, 109, 0.1);
  border-radius: 16px;
  padding: 1rem 1.05rem;
  min-height: 118px;
  box-shadow: 0 6px 16px rgba(25, 71, 109, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.iw-skill .modulesLinks > .links > a:nth-child(4n + 2) {
  background: linear-gradient(165deg, #fdf2f6 0%, #f0d8e4 100%);
  border-color: rgba(213, 16, 103, 0.12);
}

.iw-skill .modulesLinks > .links > a:nth-child(4n + 3) {
  background: linear-gradient(165deg, #fff8e8 0%, #f1e6c4 100%);
  border-color: rgba(176, 140, 20, 0.16);
}

.iw-skill .modulesLinks > .links > a:nth-child(4n + 4) {
  background: linear-gradient(165deg, #eef8f5 0%, #d4ece4 100%);
  border-color: rgba(20, 120, 100, 0.12);
}

.iw-skill .modulesLinks > .links > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(25, 71, 109, 0.08);
}

.iw-skill .modulesLinks > .links > a > strong {
  color: var(--navy-deep);
  font-size: 0.95rem;
  line-height: 1.6;
}

.iw-skill .modulesLinks > .links > a > span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.iw-skill .skillNews {
  margin-bottom: 3rem !important;
}

.iw-skill .skillNews .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.iw-skill .skillNews .swiper-slide a img {
  display: block;
  margin-inline: auto;
  object-fit: cover;
}

.iw-skill .skillNews .swiper-slide a > div {
  width: 100%;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.iw-skill .skillNews .swiper-slide a > div strong {
  text-align: center;
  width: 100%;
}

.iw-skill .skillNews .swiper-slide a > div p {
  display: none;
}

.iw-skill .iw-sk-resources {
  margin: 0 0 2.2rem;
}

.iw-skill .iw-sk-resources > h2 {
  color: var(--navy-deep);
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 0.85rem;
}

.iw-skill .iw-sk-resources__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.iw-skill .iw-sk-resources__card {
  display: flex;
  flex: 0 1 240px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.22rem;
  width: 100%;
  max-width: 250px;
  min-height: 0;
  padding: 0.7rem 0.85rem 0.65rem;
  border: 1px solid rgba(25, 71, 109, 0.1);
  border-radius: 12px;
  background: linear-gradient(165deg, #f3f7fb 0%, #e4eef6 100%);
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.iw-skill .iw-sk-resources__card--td {
  background: linear-gradient(165deg, #fbf4f7 0%, #f1e2e9 100%);
  border-color: rgba(213, 16, 103, 0.12);
}

.iw-skill .iw-sk-resources__card:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(25, 71, 109, 0.06);
}

.iw-skill .iw-sk-resources__card strong {
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
}

.iw-skill .iw-sk-resources__card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.65;
}

.iw-skill .iw-sk-resources__card em {
  display: inline-flex;
  align-items: center;
  margin-top: 0.42rem;
  padding: 0.16rem 0.58rem;
  border-radius: 999px;
  background: #19476d;
  color: #fff;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.iw-skill .iw-sk-resources__card--td em {
  background: #d51067;
}

.iw-skill .mediaCollection {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .iw-skill .iw-sk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iw-skill .iw-sk-stat {
    flex-basis: calc((100% - 12px) / 2);
    max-width: calc((100% - 12px) / 2);
  }
}

@media (max-width: 640px) {
  .iw-skill {
    --page: min(1040px, calc(100% - 40px));
  }

  .iw-skill .iw-sk-hero {
    padding-inline: 16px;
    border-radius: 14px;
  }

  .iw-skill .iw-sk-hero__facts {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-top: 1rem;
  }

  .iw-skill .iw-sk-grid,
  .iw-skill .iw-sk-gallery {
    grid-template-columns: 1fr;
  }

  .iw-skill .iw-sk-stat {
    flex-basis: 100%;
    max-width: 100%;
  }

  .iw-skill .iw-sk-cta {
    flex-wrap: wrap;
  }

  .iw-skill .iw-sk-body table {
    display: block;
    overflow-x: auto;
  }
}

/* Content sections */
.iw-skill .iw-sk-section {
  margin: 0 0 2.4rem;
  padding-bottom: 0.4rem;
}

.iw-skill .iw-sk-section > h2,
.iw-skill .iw-sk-honor > h2 {
  position: relative;
  padding-right: 14px;
}

.iw-skill .iw-sk-section > h2::before,
.iw-skill .iw-sk-honor > h2::before {
  content: "";
  position: absolute;
  top: 0.35em;
  right: 0;
  width: 4px;
  height: 1.05em;
  border-radius: 99px;
  background: var(--accent);
}

.iw-skill .iw-sk-card__meta {
  display: inline-block;
  margin: 0 0 0.45rem;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 800;
}

.iw-skill .iw-sk-grid--topics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 1.6rem;
}

.iw-skill .iw-sk-station {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  padding: 0.85rem 1.15rem 1.15rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(25, 71, 109, 0.08);
}

.iw-skill .iw-sk-station::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #1f6fb2;
}

.iw-skill .iw-sk-station__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 56px;
  margin: 0.1rem 0 0.35rem;
}

.iw-skill .iw-sk-body .iw-sk-station__title {
  flex: 1 1 auto;
  margin: 0;
  color: #16324a;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.iw-skill .iw-sk-station__icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  color: #1f6fb2;
}

.iw-skill .iw-sk-station__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.iw-skill .iw-sk-station__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 0.4rem;
  padding: 0;
  list-style: none;
}

.iw-skill .iw-sk-station__chips li {
  margin: 0;
  padding: 0.22rem 0.65rem;
  border: 0;
  border-radius: 999px;
  background: #e8f2fb;
  color: #19476d;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
}

.iw-skill .iw-sk-station__lead {
  flex: 1 1 auto;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.85;
}

.iw-skill .iw-sk-station__lead p {
  margin: 0 0 0.7rem;
  color: #5a6b7d;
  font-size: 0.86rem;
  line-height: 1.85;
}

.iw-skill .iw-sk-station__lead p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .iw-skill .iw-sk-grid--topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .iw-skill .iw-sk-grid--topics {
    grid-template-columns: 1fr;
  }
}

.iw-skill .iw-sk-table-wrap {
  width: 100%;
  overflow: hidden;
  margin: 1.6rem 0 1.4rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 71, 109, 0.06);
}

.iw-skill .iw-sk-table-wrap table {
  display: table;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.iw-skill .iw-sk-table-wrap th,
.iw-skill .iw-sk-table-wrap td {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 1rem;
}

.iw-skill .iw-sk-table-wrap thead th {
  background: var(--navy);
  color: #fff;
}

.iw-skill .iw-sk-table-wrap tbody tr:nth-child(even) {
  background: #f6f9fc;
}

.iw-skill .iw-sk-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.iw-skill .iw-sk-table-wrap td:first-child {
  font-weight: 800;
  color: var(--navy-deep);
  white-space: nowrap;
}

/* Competition path */
.iw-skill .iw-sk-body ol.iw-sk-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 1.6rem 0 1.8rem;
  padding: 1.35rem 0.8rem 1.05rem;
  border: 1px solid rgba(25, 71, 109, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(29, 111, 216, 0.08), rgba(213, 16, 103, 0.07)),
    linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%);
}

.iw-skill .iw-sk-path::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #19476d 0%, #1d6fd8 48%, #d51067 100%);
}

.iw-skill .iw-sk-path li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.iw-skill .iw-sk-path__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #2b7de0 0%, #19476d 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 0 0 6px #f4f8fc, 0 8px 16px rgba(25, 71, 109, 0.22);
}

.iw-skill .iw-sk-path li:last-child .iw-sk-path__num {
  background: linear-gradient(145deg, #ee4b96 0%, #d51067 100%);
  box-shadow: 0 0 0 6px #f4f8fc, 0 8px 16px rgba(213, 16, 103, 0.22);
}

.iw-skill .iw-sk-path strong {
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.5;
}

.iw-skill .iw-sk-path span:last-child {
  color: var(--muted);
}

/* Accordion */
.iw-skill .iw-sk-acc {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1.6rem 0 1.4rem;
}

.iw-skill .iw-sk-acc details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.iw-skill .iw-sk-acc details[open] {
  border-color: rgba(25, 71, 109, 0.22);
  box-shadow: 0 8px 24px rgba(13, 47, 74, 0.05);
}

.iw-skill .iw-sk-acc summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.95rem 1.05rem;
  color: var(--navy-ink);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.7;
}

.iw-skill .iw-sk-acc summary::-webkit-details-marker {
  display: none;
}

.iw-skill .iw-sk-acc summary::after {
  content: "+";
  margin-right: auto;
  margin-left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--navy);
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.iw-skill .iw-sk-acc details[open] summary::after {
  content: "–";
}

.iw-skill .iw-sk-acc__num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.iw-skill .iw-sk-acc--faq summary {
  font-size: 0.96rem;
}

.iw-skill .iw-sk-acc__body {
  padding: 0 1.05rem 1.05rem 1.05rem;
}

.iw-skill .iw-sk-acc__body p {
  margin: 0;
}

.iw-skill .iw-sk-acc details {
  interpolate-size: allow-keywords;
  transition: box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.iw-skill .iw-sk-acc details:nth-child(odd) {
  background: #fff;
}

.iw-skill .iw-sk-acc details:nth-child(even) {
  background: #f7fafc;
  box-shadow: 0 2px 8px rgba(25, 71, 109, 0.03);
}

.iw-skill .iw-sk-acc details[open] {
  box-shadow: none;
}

.iw-skill .iw-sk-acc details:nth-child(even)[open] {
  box-shadow: 0 3px 10px rgba(25, 71, 109, 0.04);
}

.iw-skill .iw-sk-acc details::details-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.38s ease, opacity 0.28s ease, content-visibility 0.38s allow-discrete;
}

.iw-skill .iw-sk-acc details[open]::details-content {
  height: auto;
  opacity: 1;
}

.iw-skill .iw-sk-acc summary::after {
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.iw-skill .iw-sk-reps {
  margin: 1.1rem 0 0.4rem;
}

.iw-skill .iw-sk-body .internationalCompetitors {
  margin: 0;
}

.iw-skill .iw-sk-body .internationalCompetitors .tabsTitle {
  margin-top: 0.4rem;
}

@media (max-width: 900px) {
  .iw-skill .iw-sk-body ol.iw-sk-path {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0.2rem 0 0;
  }

  .iw-skill .iw-sk-path::before {
    top: 12px;
    bottom: 12px;
    right: 20px;
    left: auto;
    width: 4px;
    height: auto;
    background: linear-gradient(180deg, #19476d 0%, #1d6fd8 48%, #d51067 100%);
  }

  .iw-skill .iw-sk-path li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 12px;
    justify-items: start;
    text-align: right;
    padding: 0 0 1.1rem;
  }

  .iw-skill .iw-sk-path__num {
    grid-row: 1 / span 2;
    box-shadow: 0 0 0 6px #fff;
  }

  .iw-skill .iw-sk-path li:last-child {
    padding-bottom: 0;
  }
}

/* Cinematic full-bleed skill hero */
.iw-skill.iw-skill--cinematic {
  --page: min(1120px, calc(100% - 48px));
  --hero-blue: #1d6fd8;
  width: 100%;
  max-width: none;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100vh - 88px);
  margin: 0 0 3.2rem !important;
  padding: 0 0 4.6rem !important;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #071422;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__media,
.iw-skill.iw-skill--cinematic .iw-sk-hero__shade {
  position: absolute;
  inset: 0 0 0 0;
  border-radius: 0;
  overflow: hidden;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__img {
  opacity: 0.94;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.96) contrast(1.02);
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__shade {
  background:
    linear-gradient(90deg, rgba(6, 16, 28, 0.08) 0%, rgba(7, 20, 36, 0.26) 48%, rgba(7, 18, 32, 0.58) 100%),
    linear-gradient(180deg, rgba(6, 14, 24, 0.08) 0%, rgba(6, 14, 24, 0.03) 40%, rgba(6, 14, 24, 0.28) 100%);
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--page);
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(2.2rem, 6vh, 4rem) 0 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.iw-skill.iw-skill--cinematic .iw-sk-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin: 0 0 1.35rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 600;
}

.iw-skill.iw-skill--cinematic .iw-sk-crumbs a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.iw-skill.iw-skill--cinematic .iw-sk-crumbs a:hover {
  color: #fff;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__titles {
  align-items: flex-start;
  text-align: right;
  width: min(40rem, 100%);
  max-width: 100%;
  gap: 0.55rem;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__eyebrow {
  margin: 0;
  color: rgba(220, 228, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero h1,
.iw-skill.iw-skill--cinematic .iw-sk-hero__fa {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  font-weight: 800;
  line-height: 1.3;
  text-align: right;
  text-wrap: balance;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__en {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.7vw, 1.2rem);
  font-weight: 600;
  line-height: 1.5;
  direction: ltr;
  text-align: right;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__updated {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 2.4rem 0 0;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__updated-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__updated-box {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.38rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.4;
  backdrop-filter: blur(8px);
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem 1.7rem;
  margin: 2.4rem 0 0;
  padding: 0;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__pills li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  min-width: 4.8rem;
  color: #fff;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__pill-icon {
  width: 34px;
  height: 34px;
  color: #fff;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__pill-icon svg {
  width: 100%;
  height: 100%;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__pills span[lang="en"] {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  opacity: 0.88;
  text-align: center;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__actions {
  justify-content: flex-start;
  margin-top: 1.7rem;
  gap: 12px;
}

.iw-skill.iw-skill--cinematic .iw-sk-btn--solid {
  background: var(--hero-blue);
  color: #fff !important;
  border: 1px solid var(--hero-blue);
  min-width: 148px;
}

.iw-skill.iw-skill--cinematic .iw-sk-btn--solid:hover {
  background: #1558b0;
}

.iw-skill.iw-skill--cinematic .iw-sk-btn--line {
  background: rgba(8, 24, 42, 0.35);
  color: #fff !important;
  border: 1px solid rgba(160, 196, 255, 0.55);
  min-width: 190px;
}

.iw-skill.iw-skill--cinematic .iw-sk-btn--line:hover {
  background: rgba(29, 111, 216, 0.22);
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__barwrap {
  position: relative;
  z-index: 3;
  width: var(--page);
  max-width: 100%;
  margin: 0 auto -3.4rem;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 1.05rem 0.4rem;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(10, 28, 48, 0.16);
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.35rem 0.9rem;
  text-align: right;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item + .iw-sk-hero__bar-item {
  border-right: 1px solid #e6edf3;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--hero-blue);
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item--level .iw-sk-hero__bar-icon {
  color: #c9a227;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-icon svg {
  width: 100%;
  height: 100%;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item em {
  display: block;
  font-style: normal;
  color: #7b8794;
  font-size: 0.78rem;
  font-weight: 700;
}

.iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item strong {
  display: block;
  color: #16344d;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.45;
}

.iw-skill.iw-skill--cinematic .iw-sk-shell {
  padding-top: 1.2rem;
}

.iw-skill.iw-skill--cinematic .iw-sk-body {
  scroll-margin-top: 96px;
}

@media (min-width: 901px) {
  .iw-skill.iw-skill--cinematic .iw-sk-hero__inner {
    flex: 1 1 auto;
    justify-content: flex-start;
    padding-top: clamp(4.8rem, 13vh, 8rem);
    padding-bottom: 0.5rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills,
  .iw-skill.iw-skill--cinematic .iw-sk-hero__updated {
    margin-top: auto;
    padding-top: 3.2rem;
  }
}

@media (max-width: 900px) {
  .iw-skill.iw-skill--cinematic {
    --page: min(1120px, calc(100% - 32px));
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero {
    min-height: calc(100vh - 76px);
    padding-bottom: 5.2rem !important;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__en {
    max-width: none;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__updated {
    margin-top: 1.85rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem 0.4rem;
    margin-top: 1.85rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills li {
    min-width: 0;
    gap: 0.28rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pill-icon {
    width: 24px;
    height: 24px;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills span[lang="en"] {
    font-size: 0.58rem;
    line-height: 1.25;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.7rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item {
    justify-content: flex-start;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .iw-skill.iw-skill--cinematic .iw-sk-hero {
    min-height: auto;
    padding-bottom: 3.2rem !important;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__inner {
    padding-top: 1.6rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero h1,
  .iw-skill.iw-skill--cinematic .iw-sk-hero__fa {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__updated {
    margin-top: 1.7rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__updated-box {
    font-size: 0.88rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem 0.25rem;
    margin-top: 1.7rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills li {
    min-width: 0;
    gap: 0.2rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pill-icon {
    width: 20px;
    height: 20px;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__pills span[lang="en"] {
    font-size: 0.52rem;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__actions {
    width: 100%;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-btn--solid,
  .iw-skill.iw-skill--cinematic .iw-sk-btn--line {
    flex: 1 1 auto;
    min-width: 0;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__barwrap {
    margin-bottom: -1.8rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.15rem 0;
    padding: 0.5rem 0.25rem;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(10, 28, 48, 0.14);
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item {
    gap: 0.4rem;
    padding: 0.35rem 0.55rem;
    justify-content: flex-start;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item + .iw-sk-hero__bar-item {
    border-right: 1px solid #e6edf3;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item:nth-child(2n) {
    border-right: 0;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item:nth-child(n + 3) {
    border-top: 1px solid #e6edf3;
    padding-top: 0.45rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-icon {
    width: 22px;
    height: 22px;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item em {
    font-size: 0.65rem;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-hero__bar-item strong {
    font-size: 0.78rem;
    line-height: 1.3;
  }
  .iw-skill.iw-skill--cinematic .iw-sk-shell {
    padding-top: 2rem;
  }
}
