@font-face {
  font-family: "WS Manrope";
  src: url("../fonts/Manrope-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/*
 * Elementor generates absolute localhost URLs for its cached Google fonts.
 * Re-declare the same bundled Montserrat files with relative URLs so they
 * remain available on Local Live Link and any future host.
 */
@font-face {
  font-family: "Montserrat";
  src: url("../../../../uploads/elementor/google-fonts/fonts/montserrat-0b130f36.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../../../uploads/elementor/google-fonts/fonts/montserrat-2c82b901.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../../../uploads/elementor/google-fonts/fonts/montserrat-1e82e2bf.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../../../uploads/elementor/google-fonts/fonts/montserrat-49e242af.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ws-red: #ed1b2f;
  --ws-red-dark: #c70d20;
  --ws-blue: #1a48d7;
  --ws-blue-bright: #315ff4;
  --ws-navy: #101a3e;
  --ws-ink: #13192f;
  --ws-muted: #687089;
  --ws-line: #e2e7f2;
  --ws-surface: #ffffff;
  --ws-cloud: #f4f6fb;
  --ws-soft-blue: #eaf0ff;
  --ws-radius-lg: 36px;
  --ws-radius-md: 24px;
  --ws-radius-sm: 17px;
  --ws-shadow: 0 22px 70px rgba(24, 38, 80, 0.12);
  --ws-shadow-soft: 0 12px 36px rgba(24, 38, 80, 0.08);
  --ws-font: "WS Manrope", "Manrope", "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body.ws-redesign-enabled {
  color: var(--ws-ink);
  font-family: var(--ws-font);
  background: var(--ws-cloud);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ws-redesign-home {
  margin: 0;
  overflow-x: hidden;
}

body.ws-redesign-home *,
body.ws-redesign-home *::before,
body.ws-redesign-home *::after {
  box-sizing: border-box;
}

body.ws-redesign-home img,
body.ws-redesign-home video {
  display: block;
  max-width: 100%;
}

body.ws-redesign-home a {
  color: inherit;
  text-decoration: none;
}

body.ws-redesign-home button,
body.ws-redesign-home input,
body.ws-redesign-home textarea,
body.ws-redesign-home select {
  font: inherit;
}

.ws-shell {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.ws-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  background: var(--ws-navy);
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.ws-skip-link:focus {
  transform: translateY(0);
}

.ws-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 0;
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.admin-bar .ws-site-header {
  top: 32px;
}

.ws-site-header.is-scrolled {
  padding-block: 8px;
  background: rgba(244, 246, 251, 0.86);
  box-shadow: 0 10px 35px rgba(20, 29, 66, 0.08);
  backdrop-filter: blur(18px);
}

.ws-header-inner {
  min-height: 70px;
  padding: 10px 14px 10px 24px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(218, 224, 238, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(22, 35, 75, 0.07);
  backdrop-filter: blur(18px);
}

.ws-logo {
  display: inline-flex;
  align-items: center;
}

.ws-logo img {
  width: 180px;
  height: auto;
}

.ws-primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.6vw, 28px);
}

.ws-primary-nav a {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.ws-primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--ws-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.ws-primary-nav a:hover::after,
.ws-primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ws-header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ws-socials {
  display: flex;
  gap: 7px;
}

.ws-socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ws-blue);
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ws-socials a:nth-child(2) {
  background: var(--ws-red);
}

.ws-socials a:hover,
.ws-socials a:focus-visible {
  transform: translateY(-3px) rotate(5deg);
}

.ws-language-switch {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid var(--ws-line);
  border-radius: 999px;
  background: var(--ws-cloud);
}

.ws-language-switch a {
  min-width: 33px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0 0 2px;
  border-radius: 999px;
  color: var(--ws-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.ws-language-switch a.is-active {
  color: #fff;
  background: var(--ws-navy);
}

.ws-menu-toggle {
  display: none;
}

.ws-home-main {
  padding-bottom: 24px;
}

.ws-hero-wrap {
  position: relative;
}

.ws-hero {
  position: relative;
  min-height: clamp(590px, 69vw, 750px);
  max-height: 780px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: var(--ws-radius-lg);
  color: #fff;
  background: var(--ws-navy);
  box-shadow: var(--ws-shadow);
  isolation: isolate;
}

.ws-hero-video,
.ws-hero-scrim,
.ws-hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ws-hero-video {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.ws-hero-scrim {
  z-index: -2;
  background:
    radial-gradient(circle at 74% 25%, rgba(40, 89, 237, 0.1), transparent 36%),
    linear-gradient(90deg, rgba(8, 15, 46, 0.92) 0%, rgba(11, 21, 59, 0.77) 43%, rgba(8, 17, 48, 0.18) 74%, rgba(8, 17, 48, 0.24) 100%),
    linear-gradient(0deg, rgba(4, 9, 29, 0.35), transparent 45%);
}

.ws-hero-grid {
  z-index: -1;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255,255,255,0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.26) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.ws-hero-content {
  width: min(700px, 60%);
  padding: clamp(50px, 7vw, 100px);
  position: relative;
  z-index: 2;
}

.ws-pill,
.ws-kicker {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-pill {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
}

.ws-pill span,
.ws-kicker span {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 12%, transparent);
}

.ws-hero h1 {
  margin: 0;
  font-size: clamp(54px, 6.2vw, 104px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-wrap: balance;
}

.ws-hero h1 em {
  color: #5c82ff;
  font-style: normal;
}

.ws-hero-copy {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.ws-hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ws-button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ws-button > span,
.ws-button > b {
  font-size: 18px;
  font-weight: 500;
}

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

.ws-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #ff243b, var(--ws-red-dark));
  box-shadow: 0 14px 32px rgba(227, 18, 46, 0.3);
}

.ws-button-primary:hover,
.ws-button-primary:focus-visible {
  box-shadow: 0 18px 38px rgba(227, 18, 46, 0.4);
}

.ws-button-glass {
  color: #fff !important;
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
}

.ws-button-light {
  color: var(--ws-navy) !important;
  background: #fff;
  box-shadow: var(--ws-shadow-soft);
}

.ws-play-dot {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ws-blue);
  font-size: 10px !important;
}

/* Mobile browsers can render the Unicode arrows/play sign as colour emoji.
   Draw the CTA icons instead, so their appearance stays identical everywhere. */
.ws-button > :is(span, b)[aria-hidden="true"]:not(.ws-play-dot) {
  position: relative;
  display: inline-block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 1;
}

.ws-button > :is(span, b)[aria-hidden="true"]:not(.ws-play-dot)::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
  transform-origin: left center;
}

.ws-button > :is(span, b)[aria-hidden="true"]:not(.ws-play-dot)::after {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

.ws-play-dot {
  position: relative;
  font-size: 0 !important;
}

.ws-play-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  content: "";
  transform: translate(-38%, -50%);
}

/* Keep the remaining decorative text symbols out of the emoji fallback font. */
.ws-redesign-enabled :is(a, button) {
  font-variant-emoji: text;
}

.ws-redesign-enabled :is(.ws-text-link, .ws-link-list a, .ws-round-link, .ws-course-meta, .ws-footer-bottom > a, .ws-price-trust-link, .ws-ec-text-link) {
  font-variant-emoji: text;
}

.ws-video-note {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 3;
  width: min(260px, 26vw);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  background: rgba(9, 17, 47, 0.58);
  backdrop-filter: blur(14px);
}

.ws-video-note p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.ws-video-toggle {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--ws-red);
  cursor: pointer;
  transition: transform 0.25s ease;
}

.ws-video-toggle:hover {
  transform: scale(1.08);
}

.ws-float {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 18px 24px rgba(5, 13, 44, 0.25));
  will-change: transform;
}

.ws-float-globe {
  width: clamp(110px, 12vw, 190px);
  left: -42px;
  bottom: -55px;
}

.ws-float-bag {
  width: clamp(90px, 9vw, 140px);
  top: -38px;
  right: 8%;
  transform: rotate(8deg);
}

.ws-trust-row {
  position: relative;
  z-index: 5;
  width: min(970px, calc(100% - 64px));
  margin: -34px auto 0;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  border: 1px solid var(--ws-line);
  border-radius: 24px;
  background: rgba(255,255,255,0.94);
  box-shadow: var(--ws-shadow-soft);
  backdrop-filter: blur(16px);
}

.ws-trust-row > div {
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid var(--ws-line);
}

.ws-trust-row > div:last-child {
  border-right: 0;
}

.ws-trust-row strong {
  color: var(--ws-blue);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.ws-trust-row span {
  color: var(--ws-muted);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}

.ws-section {
  padding-block: clamp(80px, 9vw, 136px);
}

.ws-section + .ws-section {
  padding-top: 0;
}

.ws-section-head {
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
  gap: 50px;
  align-items: end;
}

.ws-kicker {
  margin-bottom: 14px;
}

.ws-kicker-red {
  color: var(--ws-red);
}

.ws-kicker-blue {
  color: var(--ws-blue);
}

.ws-kicker-light {
  color: #aabaff;
}

.ws-section h2,
.ws-feature-panel h2,
.ws-benefits-copy h2,
.ws-reviews-heading h2,
.ws-contact-main h2,
.ws-career h2 {
  margin: 0;
  color: var(--ws-ink);
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 790;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.ws-section-head-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.ws-section-head-aside p {
  margin: 0;
  color: var(--ws-muted);
  font-size: 15px;
  line-height: 1.7;
}

.ws-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ws-ink);
  font-size: 13px;
  font-weight: 780;
}

.ws-text-link span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ws-navy);
  transition: transform 0.25s ease, background 0.25s ease;
}

.ws-text-link:hover span,
.ws-text-link:focus-visible span {
  transform: rotate(45deg);
  background: var(--ws-red);
}

.ws-course-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.ws-course-card {
  min-height: 245px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--ws-line);
  border-radius: 22px;
  background: var(--ws-surface);
  box-shadow: 0 9px 24px rgba(24, 37, 78, 0.055);
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.ws-course-card:hover,
.ws-course-card:focus-visible {
  z-index: 2;
  border-color: rgba(49,95,244,0.28);
  transform: translateY(-10px) rotate(calc((var(--card-index) - 2.5) * 0.2deg));
  box-shadow: 0 25px 52px rgba(28, 46, 104, 0.14);
}

.ws-flag {
  min-width: 58px;
  height: 44px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(221,226,239,0.8);
  border-radius: 12px;
  background: #f8f9fd;
  box-shadow: 0 8px 18px rgba(28,40,77,0.08);
  font-size: 30px;
  line-height: 1;
}

.ws-course-card h3 {
  margin: 28px 0 16px;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.25;
}

.ws-course-meta {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ws-course-meta small {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ws-muted);
  background: var(--ws-cloud);
  font-size: 10px;
  font-weight: 750;
}

.ws-course-meta b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ws-red);
  transition: transform 0.3s ease;
}

.ws-course-card:hover .ws-course-meta b {
  transform: rotate(-35deg);
}

.ws-split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
}

.ws-feature-panel {
  position: relative;
  min-width: 0;
  min-height: 670px;
  padding: clamp(26px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius-lg);
  background: #fff;
  box-shadow: var(--ws-shadow-soft);
}

.ws-panel-head {
  position: relative;
  z-index: 2;
  margin-bottom: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.ws-feature-panel h2 {
  font-size: clamp(38px, 4vw, 62px);
}

.ws-round-link {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--ws-line);
  border-radius: 50%;
  background: #fff;
  font-weight: 750;
  box-shadow: 0 9px 24px rgba(24,37,78,0.07);
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.ws-round-link:hover,
.ws-round-link:focus-visible {
  color: #fff;
  background: var(--ws-red);
  transform: rotate(45deg);
}

.ws-round-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* Generated Elementor buttons may still contain a Unicode arrow. */
.ws-icon-arrow {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 1;
  background: currentColor !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ws-icon-arrow::before,
.ws-icon-arrow::after {
  display: none;
}

/* The icon lives inside the existing round icon holder on text links. */
.ws-icon-host .ws-icon-arrow,
.ws-text-link .ws-icon-arrow {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

/* Once the vector icon is inserted, suppress the former CSS-drawn arrow. */
.ws-button > .ws-icon-host::before,
.ws-button > .ws-icon-host::after,
.ws-corp .ws-corp-button > .ws-icon-host::before,
.ws-corp .ws-corp-button > .ws-icon-host::after {
  display: none;
}

.ws-link-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
}

.ws-link-list a {
  min-height: 56px;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--ws-line);
  border-radius: 15px;
  background: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 680;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ws-link-list a:hover,
.ws-link-list a:focus-visible {
  border-color: rgba(49,95,244,0.25);
  transform: translateX(7px);
  box-shadow: 0 10px 24px rgba(24,38,80,0.07);
}

.ws-link-list i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--ws-blue);
  background: var(--ws-soft-blue);
  font-style: normal;
  font-size: 15px;
}

.ws-link-list b,
.ws-service-grid b {
  font-weight: 500;
  transition: transform 0.25s ease;
}

.ws-link-list a:hover b,
.ws-service-grid a:hover b {
  transform: rotate(45deg);
}

.ws-service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ws-service-grid a {
  min-height: 108px;
  padding: 16px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--ws-line);
  border-radius: 18px;
  background: #fff;
  font-size: 13px;
  font-weight: 690;
  box-shadow: 0 8px 20px rgba(24,37,78,0.045);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ws-service-grid a:hover,
.ws-service-grid a:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 20px 34px rgba(24,37,78,0.11);
}

.ws-service-grid i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--ws-blue);
  background: var(--ws-soft-blue);
  font-style: normal;
  font-size: 20px;
}

.ws-world-card {
  position: relative;
  z-index: 2;
  min-height: 154px;
  margin-top: 14px;
  padding: 22px 70px 22px 106px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #183fae, #315ff4);
  overflow: hidden;
}

.ws-world-card > img {
  position: absolute;
  left: -24px;
  bottom: -45px;
  width: 130px;
  filter: drop-shadow(0 13px 20px rgba(3,10,34,0.22));
  transform: rotate(9deg);
}

.ws-world-card h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.1;
}

.ws-world-card p {
  max-width: 380px;
  margin: 0;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  line-height: 1.55;
}

.ws-world-card .ws-round-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: var(--ws-red);
}

.ws-panel-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0 18px 25px rgba(20,35,75,0.16));
}

.ws-books {
  width: 170px;
  right: -40px;
  bottom: -64px;
  transform: rotate(-10deg);
}

.ws-telephone {
  width: 144px;
  right: -25px;
  bottom: -47px;
  opacity: 0.14;
}

.ws-benefits-section {
  position: relative;
  margin-block: clamp(20px, 4vw, 60px) clamp(80px, 9vw, 140px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 6%, rgba(71,108,255,0.58), transparent 29%),
    linear-gradient(135deg, #0c1538, #16265d);
}

.ws-benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 28px 28px;
}

.ws-benefits-inner {
  position: relative;
  min-height: 650px;
  padding-block: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
}

.ws-benefits-copy {
  position: relative;
  z-index: 2;
}

.ws-benefits-copy h2 {
  color: #fff;
}

.ws-benefits-copy > p:not(.ws-kicker) {
  max-width: 500px;
  margin: 25px 0 32px;
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  line-height: 1.7;
}

.ws-benefit-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ws-benefit-card {
  min-height: 315px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 23px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, background 0.35s ease;
}

.ws-benefit-card:nth-child(2) {
  transform: translateY(34px);
}

.ws-benefit-card:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-8px);
}

.ws-benefit-card:nth-child(2):hover {
  transform: translateY(26px);
}

.ws-benefit-card > span {
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  font-weight: 700;
}

.ws-benefit-card i {
  width: 52px;
  height: 52px;
  margin-top: 34px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #fff;
  background: var(--ws-blue-bright);
  box-shadow: 0 14px 30px rgba(34,71,200,0.35);
  font-style: normal;
  font-size: 22px;
}

.ws-benefit-card:nth-child(2) i {
  background: var(--ws-red);
}

.ws-benefit-card h3 {
  margin: auto 0 10px;
  font-size: 19px;
  line-height: 1.2;
}

.ws-benefit-card p {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  line-height: 1.55;
}

.ws-benefits-decor {
  position: absolute;
  width: 190px;
  right: -76px;
  top: -44px;
  opacity: 0.74;
  filter: drop-shadow(0 18px 25px rgba(3,9,30,0.25));
  transform: rotate(13deg);
}

.ws-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(230px, 24vw, 370px);
  gap: 14px;
}

.ws-gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--ws-line);
}

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

.ws-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.2,.8,.2,1), filter 0.4s ease;
}

.ws-gallery-grid figure::after {
  content: "↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ws-ink);
  background: rgba(255,255,255,0.9);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ws-gallery-grid figure:hover img {
  transform: scale(1.055);
  filter: saturate(1.1);
}

.ws-gallery-grid figure:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.ws-reviews-section {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: clamp(35px, 6vw, 100px);
  align-items: start;
}

.ws-reviews-heading {
  position: sticky;
  top: 130px;
}

.ws-reviews-heading h2 {
  font-size: clamp(40px, 5vw, 70px);
}

.ws-reviews-track {
  display: grid;
  gap: 14px;
}

.ws-review-card {
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--ws-line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(24,37,78,0.055);
}

.ws-stars {
  margin-bottom: 20px;
  color: #ffb020;
  letter-spacing: 0.15em;
  font-size: 12px;
}

.ws-review-card > p {
  margin: 0;
  color: #303750;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.6;
}

.ws-review-card footer {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
}

.ws-review-card footer > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ws-blue);
  font-weight: 800;
}

.ws-review-card cite {
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
  text-transform: uppercase;
}

.ws-review-card small {
  color: #b2b8c8;
  font-size: 14px;
  font-weight: 700;
}

.ws-career {
  position: relative;
  min-height: 330px;
  margin-bottom: clamp(80px, 9vw, 140px);
  padding: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  border-radius: var(--ws-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 74% 10%, rgba(255,255,255,0.18), transparent 22%),
    linear-gradient(135deg, var(--ws-blue), #1a2c82);
  box-shadow: 0 24px 60px rgba(22,50,147,0.2);
}

.ws-career > div {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.ws-career > div > p {
  margin: 0 0 16px;
  color: #b9c7ff;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ws-career h2 {
  color: #fff;
  font-size: clamp(34px, 4.5vw, 66px);
}

.ws-career > div > span {
  max-width: 650px;
  margin-top: 18px;
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  line-height: 1.65;
}

.ws-career > .ws-button {
  position: relative;
  z-index: 2;
}

.ws-career > img {
  position: absolute;
  width: 210px;
  right: 14%;
  bottom: -95px;
  opacity: 0.36;
  transform: rotate(-12deg);
  pointer-events: none;
}

.ws-contact-card {
  position: relative;
  min-height: 580px;
  padding: clamp(34px, 6vw, 84px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(50px, 9vw, 150px);
  overflow: hidden;
  border-radius: var(--ws-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 8% 90%, rgba(237,27,47,0.36), transparent 32%),
    linear-gradient(135deg, #0c1432, #141f4a);
  box-shadow: var(--ws-shadow);
}

.ws-contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 80%);
}

.ws-contact-main,
.ws-contact-details {
  position: relative;
  z-index: 2;
}

.ws-contact-main h2 {
  color: #fff;
}

.ws-contact-main > p:not(.ws-kicker) {
  max-width: 590px;
  margin: 26px 0 34px;
  color: rgba(255,255,255,0.64);
  font-size: 16px;
  line-height: 1.75;
}

.ws-contact-details {
  padding: 24px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 25px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(16px);
}

.ws-contact-details > div,
.ws-contact-details > a {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.ws-contact-details > a:hover strong {
  color: #9db0ff;
}

.ws-contact-details small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.45);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-contact-details p,
.ws-contact-details strong {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.ws-map-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0 !important;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.ws-map-link b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ws-red);
}

.ws-contact-decor {
  position: absolute;
  z-index: 1;
  width: 210px;
  left: 45%;
  bottom: -100px;
  opacity: 0.3;
  transform: rotate(12deg);
}

.ws-site-footer {
  margin-top: 18px;
  padding: 70px 0 24px;
  color: #fff;
  background: var(--ws-ink);
}

.ws-footer-top {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: clamp(28px, 5vw, 80px);
}

.ws-footer-brand img {
  width: 190px;
  height: auto;
  padding: 12px;
  border-radius: 15px;
  background: #fff;
}

.ws-footer-brand > p {
  max-width: 360px;
  margin: 22px 0;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 1.7;
}

.ws-footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ws-footer-links h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-footer-links a {
  color: rgba(255,255,255,0.52);
  font-size: 12px;
  line-height: 1.55;
  transition: color 0.25s ease, transform 0.25s ease;
}

.ws-footer-links a:hover,
.ws-footer-links a:focus-visible {
  color: #fff;
  transform: translateX(4px);
}

.ws-footer-bottom {
  margin-top: 58px;
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.42);
  font-size: 11px;
}

.ws-footer-bottom a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,0.1);
}

.ws-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(.2,.8,.2,1), transform 0.75s cubic-bezier(.2,.8,.2,1);
}

.ws-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ws-stagger .ws-reveal:nth-child(2) { transition-delay: 0.07s; }
.ws-stagger .ws-reveal:nth-child(3) { transition-delay: 0.14s; }
.ws-stagger .ws-reveal:nth-child(4) { transition-delay: 0.21s; }
.ws-stagger .ws-reveal:nth-child(5) { transition-delay: 0.28s; }
.ws-stagger .ws-reveal:nth-child(6) { transition-delay: 0.35s; }

body.ws-redesign-home :focus-visible {
  outline: 3px solid rgba(49,95,244,0.55);
  outline-offset: 4px;
}

/* Global treatment for legacy Elementor inner pages. */
body.ws-redesign-enabled:not(.ws-redesign-home) {
  --e-global-typography-primary-font-family: var(--ws-font);
  --e-global-typography-text-font-family: var(--ws-font);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor:not(.elementor-location-header):not(.elementor-location-footer) h1,
body.ws-redesign-enabled:not(.ws-redesign-home) .elementor:not(.elementor-location-header):not(.elementor-location-footer) h2,
body.ws-redesign-enabled:not(.ws-redesign-home) .elementor:not(.elementor-location-header):not(.elementor-location-footer) h3 {
  color: var(--ws-ink);
  font-family: var(--ws-font);
  letter-spacing: -0.035em;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-button,
body.ws-redesign-enabled:not(.ws-redesign-home) .wp-element-button {
  min-height: 50px;
  border-radius: 999px !important;
  font-family: var(--ws-font);
  font-weight: 750;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-button:hover,
body.ws-redesign-enabled:not(.ws-redesign-home) .wp-element-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(20,35,78,0.13);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-widget-image img,
body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-widget-video iframe {
  border-radius: 22px;
}

body.ws-redesign-enabled .elementor-location-header > .elementor-element,
body.ws-redesign-enabled header.elementor-location-header {
  font-family: var(--ws-font);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 10px 35px rgba(20,29,66,0.08);
  backdrop-filter: blur(18px);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-location-header .elementor-nav-menu a {
  font-family: var(--ws-font) !important;
  font-weight: 750 !important;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-location-footer {
  font-family: var(--ws-font);
  background: var(--ws-ink);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-98c218e:not(.elementor-sticky__spacer) {
  width: calc(100% - 48px) !important;
  max-width: 1440px !important;
  margin: 14px auto 0 !important;
  padding-inline: 14px !important;
  overflow: visible;
  border: 1px solid rgba(218,224,238,0.9);
  border-radius: 24px;
  background: rgba(255,255,255,0.94) !important;
  box-shadow: 0 12px 40px rgba(22,35,75,0.08);
  backdrop-filter: blur(18px);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-98c218e .hfe-nav-menu a.hfe-menu-item {
  border-radius: 10px;
  color: var(--ws-ink) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  transition: color .25s ease, background-color .25s ease;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-98c218e .hfe-nav-menu a.hfe-menu-item:hover,
body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-98c218e .hfe-nav-menu a.hfe-menu-item:focus-visible {
  color: var(--ws-red) !important;
  background: rgba(237,27,47,0.06);
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-07fbc89 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ws-ink) !important;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-07fbc89::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .06;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 28px 28px;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-07fbc89 :is(a,p,span,li) {
  color: rgba(255,255,255,0.62) !important;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-07fbc89 a:hover {
  color: #fff !important;
}

body.ws-redesign-enabled:not(.ws-redesign-home) :is(.elementor-accordion-item,.elementor-widget-tabs .elementor-tab-content,.elementor-price-table,.eael-accordion-list,.elementor-field-textual) {
  border-radius: 17px !important;
}

body.ws-redesign-enabled:not(.ws-redesign-home) :is(input:not([type="checkbox"]):not([type="radio"]),textarea,select) {
  min-height: 50px;
  border: 1px solid var(--ws-line) !important;
  border-radius: 14px !important;
  background: #fff;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-widget-icon-box .elementor-icon-box-wrapper {
  transition: transform .3s ease;
}

body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
  transform: translateY(-5px);
}

@media (max-width: 1180px) {
  .ws-header-inner {
    grid-template-columns: 170px 1fr auto;
    gap: 18px;
  }

  .ws-logo img { width: 160px; }
  .ws-primary-nav { gap: 14px; }
  .ws-primary-nav a { font-size: 11px; }
  .ws-socials { display: none; }
  .ws-course-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ws-course-card { min-height: 215px; }
  .ws-benefits-inner { grid-template-columns: 0.75fr 1.25fr; gap: 42px; }
}

@media (max-width: 940px) {
  .ws-shell { width: min(100% - 30px, 1440px); }

  .ws-site-header { padding-block: 8px; }
  .ws-header-inner {
    min-height: 64px;
    padding: 9px 11px 9px 18px;
    grid-template-columns: 1fr auto auto;
    border-radius: 19px;
  }

  .ws-menu-toggle {
    min-height: 42px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--ws-line);
    border-radius: 999px;
    color: var(--ws-ink);
    background: #fff;
    cursor: pointer;
  }

  .ws-menu-toggle-label { font-size: 11px; font-weight: 800; }
  .ws-menu-toggle-icon { width: 17px; height: 14px; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
  .ws-menu-toggle-icon i { width: 100%; height: 2px; border-radius: 99px; background: currentColor; transition: transform .25s ease; }
  .ws-menu-toggle[aria-expanded="true"] .ws-menu-toggle-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .ws-menu-toggle[aria-expanded="true"] .ws-menu-toggle-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .ws-primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 15px;
    left: 15px;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    border: 1px solid var(--ws-line);
    border-radius: 20px;
    background: rgba(255,255,255,0.98);
    box-shadow: var(--ws-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .ws-primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .ws-primary-nav a { padding: 13px; border-radius: 12px; background: var(--ws-cloud); font-size: 12px; }
  .ws-primary-nav a::after { display: none; }

  .ws-hero { min-height: 680px; align-items: flex-end; }
  .ws-hero-content { width: 80%; padding: 58px 50px 120px; }
  .ws-hero h1 { font-size: clamp(52px, 10vw, 82px); }
  .ws-video-note { right: 22px; bottom: 22px; }
  .ws-float-bag { right: -10px; }

  .ws-section-head { grid-template-columns: 1fr; gap: 20px; }
  .ws-section-head-aside { max-width: 620px; }
  .ws-split-section { grid-template-columns: 1fr; }
  .ws-feature-panel { min-height: auto; }

  .ws-benefits-inner { grid-template-columns: 1fr; }
  .ws-benefits-copy { max-width: 700px; }
  .ws-benefit-cards { max-width: 760px; }

  .ws-reviews-section { grid-template-columns: 1fr; }
  .ws-reviews-heading { position: static; }
  .ws-contact-card { grid-template-columns: 1fr; gap: 40px; }
  .ws-contact-details { max-width: 640px; }

  .ws-footer-top { grid-template-columns: repeat(3, 1fr); }
  .ws-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 86px; }
  .admin-bar .ws-site-header { top: 46px; }
  .ws-shell { width: min(100% - 20px, 1440px); }
  .ws-header-inner { grid-template-columns: 1fr auto; gap: 8px; }
  .ws-logo img { width: 145px; }
  .ws-header-tools { display: none; }
  .ws-primary-nav { grid-template-columns: 1fr; }

  .ws-hero { min-height: 690px; border-radius: 27px; }
  .ws-hero-video { object-position: 61% center; }
  .ws-hero-scrim { background: linear-gradient(0deg, rgba(7,13,40,0.97), rgba(8,17,49,0.47) 74%, rgba(8,17,49,0.2)); }
  .ws-hero-content { width: 100%; padding: 36px 24px 144px; }
  .ws-pill { padding: 8px 11px; font-size: 9px; }
  .ws-hero h1 { font-size: clamp(46px, 15vw, 66px); letter-spacing: -0.06em; }
  .ws-hero-copy { margin-top: 20px; font-size: 15px; }
  .ws-hero-actions { margin-top: 25px; align-items: stretch; }
  .ws-button { min-height: 50px; padding-inline: 18px; font-size: 11px; }
  .ws-button-glass { display: none; }
  .ws-video-note { right: 16px; bottom: 16px; left: 16px; width: auto; }
  .ws-float-globe { width: 105px; left: -31px; bottom: -27px; }
  .ws-float-bag { width: 80px; top: -12px; right: -18px; }

  .ws-trust-row {
    width: calc(100% - 24px);
    margin-top: -8px;
    padding: 9px;
    grid-template-columns: 1fr;
    border-radius: 19px;
  }
  .ws-trust-row > div { padding: 12px; border-right: 0; border-bottom: 1px solid var(--ws-line); }
  .ws-trust-row > div:last-child { border-bottom: 0; }
  .ws-trust-row strong { min-width: 62px; font-size: 26px; }

  .ws-section { padding-block: 78px; }
  .ws-section h2,
  .ws-feature-panel h2,
  .ws-benefits-copy h2,
  .ws-reviews-heading h2,
  .ws-contact-main h2,
  .ws-career h2 { font-size: clamp(34px, 11vw, 48px); }
  .ws-kicker { font-size: 10px; }
  .ws-section-head { margin-bottom: 28px; }

  .ws-course-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .ws-course-card { min-height: 194px; padding: 16px; border-radius: 18px; }
  .ws-flag { min-width: 50px; height: 39px; font-size: 25px; }
  .ws-course-card h3 { margin: 20px 0 12px; font-size: 15px; }
  .ws-course-meta b { width: 30px; height: 30px; }

  .ws-feature-panel { padding: 24px 17px 28px; border-radius: 27px; }
  .ws-service-grid { grid-template-columns: 1fr; }
  .ws-service-grid a { min-height: 78px; }
  .ws-world-card { min-height: 185px; padding: 22px 56px 22px 88px; }
  .ws-world-card > img { width: 108px; left: -26px; }
  .ws-books { opacity: 0.13; }

  .ws-benefits-section { margin-bottom: 78px; }
  .ws-benefits-inner { padding-block: 72px 96px; }
  .ws-benefit-cards { grid-template-columns: 1fr; }
  .ws-benefit-card { min-height: 230px; }
  .ws-benefit-card:nth-child(2) { transform: none; }
  .ws-benefit-card:nth-child(2):hover { transform: translateY(-8px); }

  .ws-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 8px; }
  .ws-gallery-wide { grid-column: span 2; }
  .ws-gallery-grid figure { border-radius: 17px; }

  .ws-review-card { padding: 22px; }
  .ws-review-card > p { font-size: 15px; }

  .ws-career { min-height: 430px; padding: 30px 24px; grid-template-columns: 1fr; align-content: center; border-radius: 27px; }
  .ws-career > .ws-button { width: fit-content; }
  .ws-career > img { right: -28px; width: 180px; }

  .ws-contact-card { min-height: auto; padding: 38px 20px; border-radius: 27px; }
  .ws-contact-details { padding: 10px; border-radius: 20px; }
  .ws-contact-details > div,
  .ws-contact-details > a { padding: 14px 12px; }
  .ws-contact-details strong { font-size: 12px; overflow-wrap: anywhere; }
  .ws-contact-decor { display: none; }

  .ws-site-footer { padding-top: 55px; }
  .ws-footer-top { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .ws-footer-brand { grid-column: 1 / -1; }
  .ws-footer-links:last-child { grid-column: 1 / -1; }
  .ws-footer-bottom { margin-top: 40px; gap: 18px; }

  body.ws-redesign-enabled:not(.ws-redesign-home) .elementor-element-98c218e:not(.elementor-sticky__spacer) {
    width: calc(100% - 20px) !important;
    margin-top: 8px !important;
    border-radius: 19px;
  }
}

@media (max-width: 390px) {
  .ws-logo img { width: 128px; }
  .ws-menu-toggle-label { display: none; }
  .ws-menu-toggle { width: 42px; padding: 0 12px; }
  .ws-course-grid { grid-template-columns: 1fr; }
  .ws-course-card { min-height: 175px; }
  .ws-gallery-grid { grid-template-columns: 1fr; }
  .ws-gallery-wide { grid-column: auto; }
  .ws-footer-top { grid-template-columns: 1fr; }
  .ws-footer-links:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .ws-reveal { opacity: 1; transform: none; }
  .ws-float, .ws-panel-decor { transform: none !important; }
}
