/*
 * Visual direction requested by the client: light, compact and close to the
 * supplied Welcome&study reference. This layer intentionally calms the more
 * expressive first iteration without discarding its responsive foundation.
 */

:root {
  --ws-ink: #111a3b;
  --ws-muted: #646c82;
  --ws-cloud: #f6f7fb;
  --ws-line: #e8ebf3;
  --ws-shadow: 0 10px 35px rgba(32, 48, 91, 0.08);
  --ws-shadow-soft: 0 7px 24px rgba(32, 48, 91, 0.065);
}

body.ws-redesign-home {
  color: var(--ws-ink);
  background: var(--ws-cloud);
}

.ws-shell {
  width: min(1480px, calc(100% - 34px));
}

.ws-site-header {
  padding: 10px 0 8px;
}

.ws-site-header.is-scrolled {
  padding: 7px 0;
}

.ws-header-inner {
  min-height: 64px;
  padding: 8px 12px 8px 22px;
  grid-template-columns: 188px 1fr auto;
  overflow: hidden;
  border-radius: 26px;
  background-clip: padding-box;
  clip-path: inset(0 round 26px);
  isolation: isolate;
  box-shadow: 0 7px 24px rgba(29, 44, 83, 0.065);
}

.ws-logo img {
  width: 175px;
}

.ws-socials svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}

.ws-socials a:nth-child(2) svg {
  width: 15px;
  height: 15px;
}

.ws-primary-nav {
  gap: clamp(14px, 1.75vw, 28px);
}

.ws-primary-nav a {
  color: #11162b;
  font-size: 12px;
  font-weight: 720;
}

.ws-hero-wrap {
  margin-bottom: 16px;
}

.ws-hero {
  min-height: clamp(470px, 46vw, 590px);
  max-height: 610px;
  align-items: flex-start;
  color: var(--ws-ink);
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: 28px;
  box-shadow: var(--ws-shadow);
}

.ws-hero-video {
  left: 0;
  right: 0;
  width: 100%;
  object-position: right center;
  transform: scale(1.01);
}

.ws-hero-scrim {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 31%,
    rgba(255, 255, 255, 0.98) 38%,
    rgba(255, 255, 255, 0.76) 46%,
    rgba(255, 255, 255, 0.17) 59%,
    rgba(255, 255, 255, 0.04) 100%
  );
}

.ws-hero-grid {
  display: none;
}

.ws-hero-content {
  width: 51%;
  padding: clamp(70px, 8vw, 110px) clamp(42px, 5vw, 72px) 42px;
}

.ws-hero h1 {
  max-width: 690px;
  color: var(--ws-ink) !important;
  font-size: clamp(46px, 4.6vw, 68px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ws-hero h1 em {
  color: var(--ws-blue) !important;
}

.ws-hero-copy {
  max-width: 500px;
  margin-top: 22px;
  color: #535b70 !important;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.55;
}

.ws-hero-actions {
  margin-top: 28px;
}

.ws-button {
  min-height: 50px;
  padding-inline: 22px;
  gap: 14px;
  font-size: 11px;
  box-shadow: none;
}

.ws-button:hover,
.ws-button:focus-visible {
  transform: translateY(-2px);
}

.ws-button-primary {
  box-shadow: 0 9px 22px rgba(215, 19, 44, 0.2);
}

.ws-button-glass {
  color: var(--ws-ink) !important;
  border-color: var(--ws-line);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 8px 20px rgba(30, 43, 81, 0.07);
}

.ws-play-dot {
  width: 31px;
  height: 31px;
}

.ws-float-globe {
  width: clamp(80px, 8vw, 120px);
  left: -22px;
  bottom: -28px;
  filter: drop-shadow(0 10px 15px rgba(22, 35, 74, 0.15));
}

body.ws-redesign-home .ws-float-bag {
  display: none;
}

.ws-trust-row {
  display: none;
}

.ws-section {
  margin-bottom: 16px;
  padding: clamp(26px, 3.2vw, 46px) !important;
  border: 1px solid var(--ws-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(31, 45, 84, 0.045);
}

.ws-section-head {
  margin-bottom: 28px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.ws-section-head .ws-kicker,
.ws-panel-head .ws-kicker,
.ws-reviews-heading .ws-kicker {
  display: none;
}

.ws-section h2,
.ws-feature-panel h2,
.ws-reviews-heading h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ws-ink) !important;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.ws-section h2::before,
.ws-feature-panel h2::before,
.ws-reviews-heading h2::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--ws-red);
  box-shadow: 0 0 0 5px rgba(237, 27, 47, 0.08);
}

.ws-program-panel h2::before,
#gallery h2::before {
  background: var(--ws-blue);
  box-shadow: 0 0 0 5px rgba(26, 72, 215, 0.08);
}

.ws-section-head-aside {
  flex-direction: row;
  align-items: center;
}

.ws-section-head-aside p {
  display: none;
}

.ws-text-link {
  min-height: 42px;
  padding: 0 8px 0 17px;
  gap: 12px;
  border: 1px solid var(--ws-line);
  border-radius: 999px;
  color: #596176;
  background: #fff;
  box-shadow: 0 6px 18px rgba(30, 43, 81, 0.06);
  font-size: 10px;
  text-transform: uppercase;
}

.ws-text-link span {
  width: 30px;
  height: 30px;
  color: var(--ws-ink);
  background: var(--ws-cloud);
}

.ws-text-link:hover span,
.ws-text-link:focus-visible span {
  color: #fff;
  background: var(--ws-red);
  transform: none;
}

.ws-course-section {
  padding: clamp(34px, 4.5vw, 64px) !important;
  background:
    radial-gradient(circle at 85% 5%, rgba(49, 95, 244, 0.09), transparent 25%),
    linear-gradient(145deg, #ffffff 0%, #f7f8ff 100%);
  border-color: #dde3f3;
  box-shadow: 0 20px 60px rgba(25, 43, 96, 0.09);
}

.ws-course-section .ws-section-head {
  margin-bottom: 38px;
}

.ws-course-section h2 {
  font-size: clamp(30px, 3vw, 44px);
}

.ws-course-section h2::before {
  background: var(--ws-blue);
  box-shadow: 0 0 0 6px rgba(26, 72, 215, 0.09);
}

.ws-course-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 22px);
}

.ws-course-card {
  position: relative;
  min-height: 335px;
  padding: 22px 24px 24px;
  overflow: hidden;
  border-color: #e1e6f2;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(25, 40, 83, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ws-course-card:hover,
.ws-course-card:focus-visible {
  border-color: rgba(49, 95, 244, 0.35);
  transform: none;
  box-shadow: 0 18px 38px rgba(32, 51, 111, 0.12);
}

.ws-course-visual {
  position: relative;
  width: 100%;
  height: 175px;
  display: block;
}

.ws-course-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(24, 32, 68, 0.14));
}

.ws-course-visual i {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #e5e8f2;
  border-radius: 14px;
  color: #4b4ed2;
  background: rgba(248, 249, 255, 0.94);
  box-shadow: 0 7px 20px rgba(40, 48, 100, 0.08);
}

.ws-course-visual i svg {
  width: 21px;
  height: 21px;
}

.ws-course-card h3 {
  margin: 7px 0 6px;
  color: var(--ws-ink) !important;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.2;
  text-transform: uppercase;
}

.ws-course-card > p {
  margin: 0;
  color: #747c92;
  font-size: 13px;
  line-height: 1.45;
}

.ws-course-meta {
  justify-content: flex-end;
}

.ws-course-meta b {
  width: 43px;
  height: 43px;
  color: #fff;
  background: linear-gradient(135deg, #315ff4, #493acb);
  box-shadow: 0 9px 22px rgba(49, 70, 203, 0.25);
  font-size: 18px;
}

.ws-course-card:hover .ws-course-meta b {
  transform: none;
}

.ws-split-section {
  gap: 0;
}

.ws-feature-panel {
  min-height: 510px;
  padding: 4px clamp(18px, 3vw, 40px) 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ws-program-panel {
  border-right: 1px solid var(--ws-line);
}

.ws-panel-head {
  margin-bottom: 22px;
}

.ws-round-link {
  width: 40px;
  height: 40px;
  box-shadow: none;
}

.ws-round-link:hover,
.ws-round-link:focus-visible {
  transform: none;
}

.ws-link-list {
  gap: 7px;
}

.ws-link-list a {
  min-height: 48px;
  padding: 6px 12px;
  grid-template-columns: 31px 1fr auto;
  border-radius: 13px;
  font-size: 12px;
}

.ws-link-list a:hover,
.ws-link-list a:focus-visible {
  transform: translateX(3px);
}

.ws-link-list i {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  font-size: 13px;
}

.ws-link-list i svg {
  width: 17px;
  height: 17px;
}

.ws-service-grid {
  gap: 9px;
}

.ws-service-grid a {
  min-height: 82px;
  padding: 12px;
  grid-template-columns: 35px 1fr auto;
  border-radius: 14px;
  font-size: 11px;
  box-shadow: 0 4px 14px rgba(28, 41, 78, 0.045);
}

.ws-service-grid a:hover,
.ws-service-grid a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(28, 41, 78, 0.075);
}

.ws-service-grid i {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  font-size: 16px;
}

.ws-service-grid i svg {
  width: 19px;
  height: 19px;
}

.ws-world-card {
  min-height: 128px;
  margin-top: 10px;
  padding: 18px 58px 18px 94px;
  color: var(--ws-ink);
  border: 1px solid var(--ws-line);
  border-radius: 17px;
  background: #fbfcff;
}

.ws-world-card > img {
  left: -19px;
  bottom: -42px;
  width: 112px;
}

.ws-world-card h3 {
  color: var(--ws-ink) !important;
  font-size: 18px;
}

.ws-world-card p {
  color: var(--ws-muted);
  font-size: 10px;
}

.ws-world-card .ws-round-link {
  color: var(--ws-red);
  background: #fff;
}

.ws-books {
  width: 125px;
  right: -18px;
  bottom: -36px;
}

.ws-telephone {
  width: 120px;
  right: -9px;
  bottom: -32px;
  opacity: 0.76;
}

.ws-benefits-section {
  margin: 0 auto 16px;
  width: min(1480px, calc(100% - 34px));
  color: var(--ws-ink);
  overflow: visible;
  background: transparent;
}

.ws-benefits-section::before {
  display: none;
}

.ws-benefits-inner {
  width: 100%;
  min-height: 0;
  padding: clamp(28px, 3.5vw, 48px);
  grid-template-columns: 0.7fr 1.3fr;
  gap: 42px;
  border: 1px solid var(--ws-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(31, 45, 84, 0.045);
}

.ws-benefits-copy .ws-kicker {
  color: var(--ws-blue);
  font-size: 10px;
}

.ws-benefits-copy h2 {
  color: var(--ws-ink) !important;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.05;
}

.ws-benefits-copy > p:not(.ws-kicker) {
  margin: 18px 0 24px;
  color: var(--ws-muted);
  font-size: 13px;
}

.ws-benefit-cards {
  gap: 9px;
}

.ws-benefit-card,
.ws-benefit-card:nth-child(2) {
  min-height: 230px;
  padding: 17px;
  color: var(--ws-ink);
  border-color: var(--ws-line);
  border-radius: 17px;
  background: #fbfcff;
  transform: none;
  backdrop-filter: none;
}

.ws-benefit-card:hover,
.ws-benefit-card:nth-child(2):hover {
  background: #fff;
  transform: translateY(-3px);
}

.ws-benefit-card > span {
  color: #a5aaba;
}

.ws-benefit-card i {
  width: 43px;
  height: 43px;
  margin-top: 25px;
  border-radius: 13px;
  font-size: 17px;
  box-shadow: none;
}

.ws-benefit-card i svg {
  width: 21px;
  height: 21px;
}

.ws-benefit-card h3 {
  color: var(--ws-ink) !important;
  font-size: 15px;
}

.ws-benefit-card p {
  color: var(--ws-muted);
  font-size: 10px;
}

body.ws-redesign-home .ws-benefits-decor {
  display: none;
}

.ws-gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 9px;
}

.ws-gallery-grid figure {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
}

.ws-gallery-wide {
  grid-column: span 1;
}

.ws-reviews-section {
  grid-template-columns: 0.42fr 1.58fr;
  gap: 32px;
}

.ws-reviews-heading {
  position: static;
}

.ws-reviews-heading h2 {
  font-size: clamp(22px, 2.6vw, 36px);
}

.ws-reviews-track {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.ws-review-card {
  padding: 20px;
  border-radius: 17px;
  box-shadow: 0 4px 14px rgba(28, 41, 78, 0.04);
}

.ws-review-card > p {
  color: #3e465c;
  font-size: 12px;
  line-height: 1.6;
}

.ws-review-card footer {
  margin-top: 18px;
  grid-template-columns: 34px 1fr auto;
}

.ws-review-card footer > span {
  width: 34px;
  height: 34px;
  font-size: 12px;
}

.ws-review-card cite {
  font-size: 9px;
}

.ws-career {
  min-height: 250px;
  margin-bottom: 16px;
  padding: clamp(30px, 4vw, 54px);
  color: var(--ws-ink);
  border: 1px solid var(--ws-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(31, 45, 84, 0.045);
}

.ws-career > div > p {
  color: var(--ws-blue);
}

.ws-career h2 {
  color: var(--ws-ink) !important;
  font-size: clamp(28px, 3.8vw, 50px);
}

.ws-career > div > span {
  color: var(--ws-muted);
}

.ws-career .ws-button-light {
  color: #fff !important;
  background: var(--ws-blue);
}

.ws-career > img {
  width: 150px;
  bottom: -67px;
  opacity: 0.2;
}

.ws-contact-card {
  min-height: 480px;
  padding: clamp(22px, 2.5vw, 36px);
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(22px, 3vw, 42px);
  overflow: visible;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #173fab, #2559ed);
  isolation: isolate;
}

.ws-contact-card::before {
  opacity: 0.07;
}

.ws-contact-map {
  position: relative;
  z-index: 2;
  min-height: 405px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: #dfe6f7;
  box-shadow: 0 22px 45px rgba(8, 31, 104, 0.22);
}

.ws-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 405px;
  display: block;
  border: 0;
}

.ws-contact-details {
  position: relative;
  z-index: 2;
  min-height: 405px;
  padding: 20px;
  align-content: center;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.11);
}

.ws-contact-details > div,
.ws-contact-details > a {
  padding: 13px 14px;
}

.ws-contact-item {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.ws-contact-item > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.ws-contact-item > i svg {
  width: 18px;
  height: 18px;
}

.ws-contact-item > span {
  min-width: 0;
}

.ws-contact-decor {
  position: absolute;
  z-index: 5;
  left: 52%;
  bottom: -72px;
  width: clamp(190px, 18vw, 280px);
  display: block;
  opacity: 0.95;
  filter: drop-shadow(0 20px 28px rgba(7, 37, 126, 0.28));
  transform: translateX(-50%) rotate(-9deg);
  pointer-events: none;
}

.ws-reveal {
  transform: translateY(14px);
  transition-duration: 0.5s;
}

.ws-site-footer {
  margin-top: 0;
  padding-top: 55px;
}

@media (max-width: 1060px) {
  .ws-header-inner {
    grid-template-columns: 165px 1fr auto;
  }

  .ws-logo img {
    width: 155px;
  }

  .ws-primary-nav {
    gap: 13px;
  }

  .ws-primary-nav a {
    font-size: 10px;
  }

  .ws-socials {
    display: none;
  }

  .ws-hero-content {
    width: 58%;
  }

  .ws-reviews-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 940px) {
  .ws-shell,
  .ws-benefits-section {
    width: min(100% - 24px, 1480px);
  }

  .ws-header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .ws-hero-video {
    width: 100%;
  }

  .ws-hero-content {
    width: 65%;
    padding: 42px;
  }

  .ws-benefits-inner {
    grid-template-columns: 1fr;
  }

  .ws-reviews-track {
    grid-template-columns: 1fr;
  }

  .ws-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ws-contact-card {
    grid-template-columns: 1fr;
  }

  .ws-contact-map,
  .ws-contact-map iframe {
    min-height: 360px;
  }

  .ws-contact-details {
    min-height: auto;
  }

  .ws-contact-decor {
    left: auto;
    right: -24px;
    bottom: -55px;
    width: 210px;
    transform: rotate(-12deg);
  }
}

@media (max-width: 700px) {
  .ws-shell,
  .ws-benefits-section {
    width: min(100% - 16px, 1480px);
  }

  .ws-header-inner {
    min-height: 58px;
    border-radius: 16px;
    clip-path: inset(0 round 16px);
  }

  .ws-hero {
    min-height: 650px;
    align-items: flex-end;
    border-radius: 22px;
  }

  .ws-hero-video {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 55%;
    object-position: 58% center;
  }

  .ws-hero-scrim {
    background: linear-gradient(0deg, #fff 0%, #fff 46%, rgba(255, 255, 255, 0.98) 52%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0) 100%);
  }

  .ws-hero-content {
    width: 100%;
    padding: 28px 22px 34px;
  }

  .ws-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .ws-hero-copy {
    font-size: 14px;
  }

  .ws-button-glass {
    display: inline-flex;
  }

  body.ws-redesign-home .ws-float-globe {
    display: none;
  }

  .ws-section {
    padding: 24px 16px !important;
    border-radius: 22px;
  }

  .ws-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ws-section-head-aside {
    justify-content: flex-start;
  }

  .ws-course-grid {
    grid-template-columns: 1fr;
  }

  .ws-course-card {
    min-height: 315px;
    padding: 18px 20px 20px;
  }

  .ws-course-visual {
    height: 170px;
  }

  .ws-split-section {
    grid-template-columns: 1fr;
  }

  .ws-feature-panel {
    min-height: auto;
    padding: 10px 0 24px;
    overflow: hidden;
  }

  .ws-program-panel {
    margin-bottom: 28px;
    padding-bottom: 32px;
    border-right: 0;
    border-bottom: 1px solid var(--ws-line);
  }

  .ws-benefits-inner {
    padding: 24px 16px;
    border-radius: 22px;
  }

  .ws-benefit-cards {
    grid-template-columns: 1fr;
  }

  .ws-benefit-card,
  .ws-benefit-card:nth-child(2) {
    min-height: 190px;
  }

  .ws-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }

  .ws-gallery-grid figure {
    aspect-ratio: auto;
  }

  .ws-career {
    min-height: 340px;
    border-radius: 22px;
  }

  .ws-contact-card {
    min-height: auto;
    padding: 18px;
    gap: 32px;
    border-radius: 18px;
  }

  .ws-contact-map,
  .ws-contact-map iframe {
    min-height: 310px;
  }

  .ws-contact-details {
    padding: 12px;
  }

  .ws-contact-decor {
    right: 0;
    bottom: -42px;
    width: 160px;
    display: block;
  }
}

@media (max-width: 390px) {
  .ws-hero {
    min-height: 680px;
  }

  .ws-hero-actions {
    display: grid;
  }

  .ws-course-grid {
    grid-template-columns: 1fr;
  }

  .ws-course-card {
    min-height: 292px;
    padding: 16px;
  }

  .ws-course-card h3 {
    font-size: 16px;
  }

  .ws-course-visual {
    height: 155px;
  }

  .ws-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .ws-gallery-grid figure {
    aspect-ratio: 16 / 9;
  }
}
