/* =========================================================
   Global Education — match live Neosite/style.css tokens
   Headings: Sora | Body: Poppins | Accents: Geist + Azeret Mono
   Primary: #FF0000 | Secondary: #000 | Text: #1e1926
   ========================================================= */

/* Local Next.js font files (same files as archive/live) */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_next__static__media__ba015fad6dcf6784-s.woff2") format("woff2");
  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: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_next__static__media__4cf2300e9c8272f7-s.p.woff2") format("woff2");
  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;
}
@font-face {
  font-family: "Azeret Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_next__static__media__854bbc65c6f2e964-s.woff2") format("woff2");
  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: "Azeret Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/_next__static__media__fb751edd4b3a9ca4-s.p.woff2") format("woff2");
  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 {
  --primary: #ff0000;
  --secondary: #000;
  --main-color-one: var(--primary);
  --heading-color: #1e1926;
  --paragraph-color: #1e1926;
  --heading-font: "Sora", "Geist", sans-serif;
  --body-font: "Poppins", "Geist", sans-serif;
  --mono-font: "Azeret Mono", ui-monospace, monospace;
  --font-geist-sans: "Geist", "Geist Fallback", sans-serif;
  --font-geist-mono: "Azeret Mono", "Azeret Mono Fallback", monospace;

  --color-primary: #ff0000;
  --color-primary-dark: #d40000;
  --color-secondary: #000;
  --color-navy: #14182b;
  --color-navy-2: #1e2132;
  --color-text: #1e1926;
  --color-muted: #5a5560;
  --color-bg: #ffffff;
  --color-bg-soft: #f7f7f8;
  --color-border: #e4e4e4;
  --color-accent-brown: #9a5b2f;
  --container: 1200px;
  --radius: 15px;
  --radius-pill: 15px;
  --font: var(--body-font);
  --section-pad: clamp(3rem, 5.5vw, 5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}
body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--paragraph-color);
  background: var(--color-bg);
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--primary); text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
  margin: 0 0 .75rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}
h1 { font-size: clamp(2rem, 4vw, 48px); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 3vw, 36px); line-height: 1.25; }
h3 { font-size: clamp(1.25rem, 2vw, 24px); line-height: 1.2; }
h4 { font-size: 20px; line-height: 1.24; }
p {
  color: var(--paragraph-color);
  margin: 0 0 10px;
  font-family: var(--body-font);
}

.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; }
.text-center { text-align: center; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

/* Buttons — match live .btn-common / .btn-common-active */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  max-width: 100%;
  gap: .45rem;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  white-space: normal;
  padding: 15px 22px;
  border-radius: 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
  color: var(--heading-color);
  cursor: pointer;
  text-decoration: none !important;
  transition: all ease-in-out .2s;
  position: relative;
  z-index: 1;
}
.btn:hover { text-decoration: none !important; transform: none; }
.btn-primary,
.btn-common-active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  padding: 16px 22px;
}
.btn-primary:hover,
.btn-common-active:hover {
  background: #fff;
  color: var(--heading-color);
  border-color: #e4e4e4;
}
.btn-accent {
  background: var(--color-accent-brown);
  color: #fff;
  border-color: var(--color-accent-brown);
  padding: 16px 28px;
  font-size: 15px;
}
.btn-accent:hover { filter: brightness(1.05); color: #fff; }
.btn-outline,
.btn-common {
  background: #fff;
  border: 1px solid #e4e4e4;
  color: var(--heading-color);
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
}
.btn-outline:hover,
.btn-common:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.btn-dark {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0;
}
.btn-dark:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.text-link {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--primary);
}
.read-more {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 14px;
  color: var(--primary);
  text-decoration: none;
}
.read-more:hover { text-decoration: underline; }

/* ========== Header ========== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #fff; border-bottom: 1px solid rgba(0,0,0,.06);
}
.site-header.is-stuck { box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 84px; min-width: 0;
}
.site-branding,
.header-actions,
.primary-nav {
  min-width: 0;
}
.site-branding img { max-height: 58px; width: auto; }
.site-logo-text {
  display: flex; flex-direction: column; line-height: 1.05;
  font-family: var(--heading-font);
  font-weight: 800; color: var(--primary); font-size: 1.35rem; letter-spacing: .02em;
}
.site-logo-text small {
  font-family: var(--body-font);
  font-size: .58rem; color: #1e3a6e; font-weight: 700; letter-spacing: .04em; margin-top: .15rem;
}
.primary-nav .menu {
  display: flex; gap: .15rem; list-style: none; margin: 0; padding: 0; align-items: center;
}
.primary-nav > .menu > li { position: relative; }
.primary-nav > .menu > li > a {
  white-space: nowrap;
}
.primary-nav a {
  font-family: var(--body-font);
  color: #111; font-weight: 500; font-size: 1rem; text-decoration: none !important;
  display: inline-flex; align-items: center; padding: 15px 12px;
  transition: color .3s ease;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .menu-item-has-children:hover > a { color: var(--primary); }

/* Live-like dropdown (About Us / Team, etc.) */
.primary-nav .sub-menu {
  list-style: none; margin: 0; padding: 10px;
  position: absolute; left: 50%; top: calc(100% - 4px);
  transform: translate(-30%, 10px);
  min-width: 200px;
  background: #fff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  z-index: 1000;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.primary-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -14px;
  height: 14px;
}
.primary-nav .menu-item-has-children:hover > .sub-menu,
.primary-nav .menu-item-has-children:focus-within > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-30%, 0);
}
.primary-nav .sub-menu li {
  border-bottom: 1px solid #eee;
  list-style: none;
  margin: 0;
}
.primary-nav .sub-menu li:last-child { border-bottom: 0; }
.primary-nav .sub-menu a {
  display: block;
  padding: 12px 20px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  border-radius: 10px;
}
.primary-nav .sub-menu a:hover {
  background: #f5f5f5;
  color: var(--primary);
}

/* Two-column mega for Courses / Services (column-first: 6 left, rest right) */
.primary-nav .menu-item-mega > .sub-menu,
.primary-nav .sub-menu-mega {
  left: 0;
  right: auto;
  transform: translateY(10px);
  min-width: 440px;
  width: max-content;
  max-width: min(560px, calc(100vw - 2rem));
  display: none;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  column-gap: 20px;
  row-gap: 0;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
}
.primary-nav .menu-item-mega:hover > .sub-menu,
.primary-nav .menu-item-mega:focus-within > .sub-menu,
.primary-nav .menu-item-has-children:hover > .sub-menu-mega,
.primary-nav .menu-item-has-children:focus-within > .sub-menu-mega {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.primary-nav .menu-item-mega > .sub-menu > li:nth-child(6),
.primary-nav .menu-item-mega > .sub-menu > li:last-child,
.primary-nav .sub-menu-mega > li:nth-child(6),
.primary-nav .sub-menu-mega > li:last-child {
  border-bottom: none;
}
.primary-nav .menu-item-mega > .sub-menu a,
.primary-nav .sub-menu-mega a {
  border-radius: 0;
  white-space: nowrap;
}
.header-actions { display: flex; align-items: center; gap: .7rem; }
.header-cta {
  border-radius: 15px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  background: var(--primary) !important;
  color: #fff !important;
  border: 1px solid var(--primary) !important;
}
.header-cta:hover {
  background: #fff !important;
  color: var(--heading-color) !important;
  border-color: #e4e4e4 !important;
}
.header-phone {
  width: 42px; height: 42px; border-radius: 50%; background: var(--primary);
  color: #fff; display: grid; place-items: center; text-decoration: none !important; flex-shrink: 0;
}
.header-phone svg { width: 18px; height: 18px; fill: currentColor; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer;
}
.nav-toggle span {
  display: block; height: 2px; background: #111; margin: 6px 8px; border-radius: 2px;
}

/* ========== Page chrome ========== */
.page-hero {
  background: linear-gradient(90deg, var(--primary, #FF0000) 0%, #000 100%);
  color: #fff;
  padding: 2.75rem 1rem;
  min-height: 140px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-hero h1,
.page-hero-kicker {
  margin: 0; color: #fff; font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2.6vw, 2rem); font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 1.3;
  letter-spacing: .01em;
}
.page-hero-overlay { display: none; }
.about-page .page-hero--tall,
.page-hero--tall {
  min-height: 160px;
  height: auto;
  padding: 3rem 1rem;
  background: linear-gradient(90deg, var(--primary, #FF0000) 0%, #000 100%);
}
.page-hero--has-bg {
  background-image: linear-gradient(90deg, rgba(255,0,0,.88) 0%, rgba(0,0,0,.92) 100%), var(--page-hero-bg);
  background-size: cover;
  background-position: center;
}
.about-page .page-hero--tall h1 {
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  font-weight: 600;
  max-width: none;
  margin-inline: auto;
  line-height: 1.3;
  text-shadow: none;
}
@media (max-width: 768px) {
  .page-hero {
    min-height: 110px;
    padding: 2rem 1rem;
  }
  .about-page .page-hero--tall,
  .page-hero--tall {
    min-height: 120px;
    height: auto;
    padding: 2.25rem 1rem;
  }
  .about-page .page-hero--tall h1 {
    font-size: clamp(1.15rem, 4.5vw, 1.5rem);
    max-width: 20ch;
  }
}
.breadcrumbs {
  padding: 1rem 0 0; font-size: 14px; color: #555; font-family: var(--body-font);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.breadcrumbs a {
  color: var(--primary);
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.breadcrumbs span {
  color: #444;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ========== Sections ========== */
.section { padding: var(--section-pad) 0; }
.section h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.7rem, 2.8vw, 36px); line-height: 1.25;
  margin: 0 0 1rem; color: var(--heading-color); font-weight: 700;
}
.section h3 { font-family: var(--heading-font); }
.section-intro {
  color: var(--paragraph-color); margin: 0 auto 2rem; max-width: 640px;
  font-family: var(--body-font); font-size: 14px;
}
.eyebrow {
  font-family: var(--heading-font);
  color: var(--primary); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; font-size: 13px; margin: 0 0 .65rem;
}

/* Hero home — full-bleed designed banners (1920×900; do NOT crop overlays) */
.hero {
  padding: 0; background: #ececec;
  position: relative; overflow: hidden;
}
.hero-fullbleed .hero-track { position: relative; width: 100%; }
.hero-slide {
  position: absolute; left: 0; right: 0; top: 0; width: 100%;
  opacity: 0; visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  position: relative;
  opacity: 1; visibility: visible;
  pointer-events: auto; z-index: 1;
}
.hero-slide[hidden] { display: block !important; }
.hero-full-link {
  display: block; line-height: 0; width: 100%;
}
.hero-full-img {
  width: 100%;
  height: auto !important;
  max-width: 100%;
  display: block;
  /* Natural banner ratio (~2.13:1). Never cover-crop — overlays + CTA live in the JPG. */
  object-fit: contain;
  object-position: center top;
  aspect-ratio: auto;
  min-height: 0;
}
.hero-dots {
  position: absolute; left: 50%; bottom: 1.15rem; transform: translateX(-50%);
  z-index: 5; display: flex; gap: .5rem; align-items: center;
}
.hero-dot {
  width: 11px; height: 11px; border-radius: 50%; border: 0; padding: 0;
  background: rgba(255,255,255,.45); cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,.35);
  transition: background .2s ease, transform .2s ease;
}
.hero-dot.is-active { background: #fff; transform: scale(1.2); }
.hero-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 5; width: 44px; height: 44px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,.4); color: #fff; font-size: 1.75rem; line-height: 1;
  cursor: pointer; display: grid; place-items: center;
}
.hero-prev { left: .85rem; }
.hero-next { right: .85rem; }
.hero-nav:hover { background: rgba(255,0,0,.9); }
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

.intro { background: #fff; padding-top: clamp(2.5rem, 5vw, 4rem); }
.intro-title {
  font-family: var(--heading-font);
  font-size: clamp(1.85rem, 3vw, 36px); font-weight: 700; line-height: 1.2;
  margin: 0 0 1rem; color: var(--heading-color);
}
.intro-lead {
  color: var(--paragraph-color); margin: 0 0 1.5rem;
  font-family: var(--body-font); font-size: 14px; line-height: 1.7;
}
.about-kicker {
  font-family: var(--heading-font);
  font-weight: 700; margin: 0 0 .85rem; color: var(--heading-color);
  font-size: clamp(1.05rem, 1.6vw, 24px);
}
.intro-about {
  color: var(--paragraph-color); margin: 0 0 1.5rem;
  font-family: var(--body-font); font-size: 14px;
}
.intro-more { margin-top: .25rem; }

.why-choose { background: #f7f7f8; }
.why-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.why-list li {
  margin: 0 0 .95rem; color: var(--paragraph-color); padding-left: 0;
  font-family: var(--body-font); font-size: 14px; line-height: 1.7;
}
.why-list strong {
  color: var(--heading-color); font-family: var(--heading-font); font-weight: 700;
}
.why-ctas { display: flex; flex-wrap: wrap; gap: .75rem; }
.why-media img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  min-height: 360px;
  display: block;
}
.why-btn {
  border-radius: 999px !important;
  padding: 12px 22px !important;
  background: #fff !important;
  border: 1px solid #222 !important;
  color: #222 !important;
  text-transform: none !important;
  font-weight: 600 !important;
}
.why-btn:hover {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.destinations {
  position: relative;
  overflow: hidden;
  background: rgba(242, 242, 242, 0.9);
  padding: 70px 0 100px;
  z-index: 0;
}
.destinations .container { position: relative; z-index: 2; }

/* Live .theme-section-title .title = 45px/600; p = 16px/400 */
.destinations .theme-section-title {
  margin: 0 auto 36px;
  max-width: 640px;
  text-align: center;
}
.destinations .theme-section-title .title,
.destinations h2.title {
  font-family: var(--heading-font) !important;
  font-size: clamp(28px, 4vw, 45px) !important;
  line-height: 1.34 !important;
  font-weight: 600 !important;
  color: var(--heading-color) !important;
  margin: 0 0 14px !important;
}
.destinations .theme-section-title p {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.63;
  font-weight: 400;
  color: var(--paragraph-color);
  margin: 0;
}

.dest-grid,
.destination-items-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px 12px;
  margin: 0;
  max-width: 100%;
}

/* Live .destination-single-item — soft card, radius 20px */
.destinations .dest-item,
.destinations .destination-single-item {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 16px 26px;
  margin: 0;
  width: calc(12.5% - 11px);
  min-width: 0;
  box-sizing: border-box;
  box-shadow: none;
  text-align: center;
  transition: 0.3s all ease;
}
.destinations .dest-item:hover,
.destinations .destination-single-item:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 10px 30px rgba(89, 86, 230, 0.05);
}

.destinations .dest-circle,
.destinations .thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: grid;
  place-items: center;
  border: 0;
  margin: 0 auto;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.destinations .dest-circle img,
.destinations .thumbnail img,
.destinations .dest-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100px;
  object-fit: cover !important;
  margin: 0 !important;
  display: block;
}

/* Live .name = 20px / 600 / margin-top 20px */
.destinations .name,
.destinations .dest-item h3,
.destinations .dest-item .name {
  font-family: var(--heading-font) !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-align: center;
  color: var(--heading-color) !important;
  margin: 20px 0 0 !important;
}

/* Live shapes: mountain bottom-right natural size; plane bottom:100px right:50px */
.destinations .dest-mount,
.destinations .shape-01 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto !important;
  max-width: min(499px, 45vw);
  height: auto !important;
  max-height: none;
  object-fit: contain;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}
.destinations .dest-plane,
.destinations .shape-02 {
  position: absolute;
  right: 50px;
  bottom: 100px;
  top: auto !important;
  width: 133px;
  max-width: 15vw;
  height: auto;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

/* ========== Steps (live parallax instruction section) ========== */
.steps.parallax-section,
.steps {
  position: relative;
  color: #fff;
  padding: 100px 0;
  z-index: 1;
  overflow: hidden;
  background-color: #0b0f1a;
  background-image: var(--steps-bg, none);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.steps::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.steps .container { position: relative; z-index: 2; }

.steps .theme-section-title { margin: 0 auto 52px; max-width: 760px; }
.steps .steps-eyebrow,
.steps .theme-section-title .subtitle {
  display: block;
  font-family: var(--heading-font);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0000;
  margin: 0 0 12px;
  letter-spacing: 0.12em;
}
.steps .theme-section-title .title,
.steps h2.title,
.steps h2 {
  font-family: var(--heading-font);
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.25;
  font-weight: 700;
  color: #fff !important;
  margin: 0;
  letter-spacing: -0.01em;
}

.steps-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem 0;
  margin-top: 0;
  position: relative;
}
/* no full-width dashed line under heading — connectors are per-icon arrows */
.steps-grid::before { display: none !important; }

.steps .step-item,
.steps .destination-single-item.style-02 {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 8px !important;
  margin: 0;
  width: 25%;
  max-width: 25%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.steps .step-icon,
.steps .thumbnail {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  border: 0;
}
.steps .step-icon img,
.steps .thumbnail img,
.steps .step-item img {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain !important;
  margin: 0 !important;
}

/* Live connector geometry + crisp SVG arrow (not blurry 131px PNG) */
.steps .step-item:not(.is-last) .step-icon::after,
.steps .step-item:not(.is-last) .thumbnail::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 18px;
  background-image: url("../images/icons/step-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}
.steps .step-item.is-last .step-icon::after,
.steps .step-item.is-last .thumbnail::after {
  display: none !important;
}

.steps .name,
.steps .step-item h3,
.steps .step-item .name {
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #fff !important;
  margin: 22px 0 0 !important;
  letter-spacing: 0;
}
.steps .desc,
.steps .step-item p {
  color: #c8c8c8 !important;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;
  margin: 10px 0 0;
  padding: 0 18px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

/* legacy stubs superseded by .testimonials block below */
.testimonial-slider { position: relative; }
.testimonial-item { display: none; margin: 0; }
.testimonial-avatar { border-radius: 50%; object-fit: cover; }
.stars { color: #f5b400; letter-spacing: .15em; margin-bottom: .75rem; font-size: 1.15rem; }

.about-teaser { background: #fff; padding-top: 0; }
.about-teaser-grid, .why-grid, .cta-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; align-items: center;
}
.about-teaser-media img, .cta-media img {
  width: 100%; border-radius: 12px; object-fit: cover;
}
.why-media img {
  width: 100%; border-radius: 24px !important; object-fit: cover;
}

.why-choose { background: #f7f7f8; }
.why-ctas, .cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.featured-courses { background: #fff; }
.featured-courses .theme-section-title .title {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  color: #111;
}
.card-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.75rem; margin-top: 1.75rem;
}

/* Live /courses/ & /services/ listing cards */
.listing-page .content-area { padding-top: 1.25rem; padding-bottom: 3.5rem; }
.listing-intro { margin-bottom: 1.5rem; }
.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: .5rem;
}
.listing-card {
  background: transparent;
  margin: 0;
  min-width: 0;
}
.listing-card-inner {
  height: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-shadow: none;
}
.listing-card-media {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.listing-card-media img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #e4e4e4;
}
.listing-card-body {
  padding: 1.15rem 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.listing-card-title {
  margin: 0 0 .75rem;
  font-family: var(--heading-font);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.listing-card-title a {
  color: inherit;
  text-decoration: none !important;
}
.listing-card-title a:hover { color: var(--primary); }
.listing-card-excerpt {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  margin: 0 0 1.15rem;
  flex: 1;
}
.listing-card-btn {
  align-self: flex-start;
  margin-top: auto;
  border-radius: 15px !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .listing-grid { grid-template-columns: 1fr; }
  .listing-card-media img { height: 220px; }
}

/* Events archive cards (flush image + title + truncated excerpt) */
.events-archive-page .content-area {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
}
.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: .35rem;
}
.event-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease, transform .2s ease;
}
.event-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  transform: translateY(-2px);
}
.event-card-media {
  display: block;
  line-height: 0;
  background: #eee;
}
.event-card-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.event-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
  text-align: left;
}
.event-card-title {
  margin: 0 0 .55rem;
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: #222;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.event-card-title a {
  color: inherit;
  text-decoration: none !important;
}
.event-card-title a:hover { color: var(--primary); }
.event-card-excerpt {
  margin: 0;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.5;
  color: #777;
}
@media (max-width: 1024px) {
  .events-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .events-grid { grid-template-columns: 1fr; }
  .event-card-media img { height: 200px; }
}

/* Blog listing + homepage insight cards */
.blogs-page .content-area {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}
.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: .35rem;
  align-items: stretch;
}
.blog-home .blogs-grid {
  margin-top: 1.5rem;
}
.blog-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .2s ease, transform .2s ease;
}
.blog-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
  transform: translateY(-2px);
}
.blog-card-media {
  display: block;
  line-height: 0;
  background: #f3f3f3;
  overflow: hidden;
}
.blog-card-media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}
.blog-card:hover .blog-card-media img {
  transform: scale(1.04);
}
.blog-card-media--empty {
  min-height: 210px;
}
.blog-card-body {
  padding: 1.1rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.blog-card-date {
  display: block;
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 500;
  color: #888;
  margin: 0 0 .45rem;
  letter-spacing: .02em;
}
.blog-card-title {
  margin: 0 0 .65rem;
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: #222;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-title a {
  color: inherit;
  text-decoration: none !important;
}
.blog-card-title a:hover { color: var(--primary); }
.blog-card-excerpt {
  margin: 0 0 1.1rem;
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.55;
  color: #666;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-btn {
  align-self: flex-start;
  margin-top: auto;
  border-radius: 15px !important;
  padding: 11px 20px !important;
  font-size: 14px !important;
}
.blog-card--compact .blog-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.45;
  flex: 1;
}
.blog-card--compact .read-more {
  margin-top: auto;
}
.blog-card--compact .read-more::after {
  content: " >";
}
.pagination-wrap {
  padding-bottom: 3.5rem;
}
.pagination-wrap .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-wrap .page-numbers li { margin: 0; }
.pagination-wrap .page-numbers a,
.pagination-wrap .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .7rem;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 600;
  background: #fff;
}
.pagination-wrap .page-numbers a:hover,
.pagination-wrap .page-numbers .current {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
@media (max-width: 1024px) {
  .blogs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .blogs-grid { grid-template-columns: 1fr; }
  .blog-card-media img,
  .blog-card-media--empty { height: 200px; min-height: 200px; }
}

/* Single blog article */
.blog-single-page article.blog-single {
  margin: 0;
  padding: 0 0 1rem;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.blog-single-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 1.25rem 0 2.5rem;
}
.blog-single-header { margin-bottom: 1.15rem; }
.blog-single-title {
  margin: 0 0 .55rem;
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.28;
  color: #111;
  letter-spacing: -0.01em;
}
.blog-single-meta {
  margin: 0;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
.blog-single-thumb {
  margin: 0 0 1.85rem;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f3f3;
  line-height: 0;
}
.blog-single-thumb img {
  width: 100%;
  height: auto;
  max-height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-single-content {
  font-family: var(--body-font);
  color: #333;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.blog-single-content > *:first-child { margin-top: 0; }
.blog-single-content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 1.25rem;
}
.blog-single-content h2,
.blog-single-content h3 {
  font-family: var(--heading-font);
  color: #111;
  font-weight: 700;
  line-height: 1.35;
  margin: 2rem 0 .85rem;
}
.blog-single-content h2 { font-size: 1.35rem; }
.blog-single-content h3 { font-size: 1.15rem; }
.blog-single-content h2 a,
.blog-single-content h3 a {
  color: inherit;
  text-decoration: none;
}
.blog-single-content h2 a:hover { color: var(--primary); }
.blog-single-content ul,
.blog-single-content ol {
  margin: 0 0 1.35rem;
  padding-left: 1.25rem;
}
.blog-single-content li {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 .4rem;
}
.blog-single-content a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.blog-single-content a:hover { text-decoration: underline; }
.blog-single-content strong { color: #111; font-weight: 700; }
.blog-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.blog-single-content a,
.blog-single-content p,
.blog-single-content li,
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6 {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.blog-single-content :is(figure, .wp-block-embed, .wp-block-image) {
  max-width: 100%;
  overflow: hidden;
}
.blog-single-content :is(iframe, embed, object, video) {
  width: 100%;
  max-width: 100%;
}
.blog-single-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.blog-single-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
}
.blog-single-content code {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.blog-single-content h2 + p strong {
  display: block;
  margin-top: .35rem;
}
.blog-single-cta {
  margin-top: 2.5rem;
  padding: 1.5rem 1.6rem;
  background: #f7f7f8;
  border: 1px solid #ececec;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.blog-single-cta h2 {
  margin: 0 0 .35rem;
  font-family: var(--heading-font);
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
}
.blog-single-cta p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #555;
}
.blog-single-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  flex-shrink: 0;
  min-width: 0;
}
.blog-single-cta-actions .btn,
.blog-single-cta-actions a {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
}
.blog-related {
  background: #f7f7f8;
  padding: 2.75rem 0 3.5rem;
  border-top: 1px solid #eee;
}
.blog-related-heading {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 700;
  color: #111;
}
.blog-related .blogs-grid { margin-top: 1.35rem; }
@media (max-width: 720px) {
  .blog-single-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Videos archive — white cards, rounded thumb, centered name */
.videos-archive-page .content-area {
  padding-top: 1.25rem;
  padding-bottom: 3.5rem;
}
.videos-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: .35rem;
}
.video-archive-card {
  margin: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  padding: 1rem 1rem 1.15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: box-shadow .2s ease, transform .2s ease;
}
.video-archive-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.video-archive-media { margin: 0; }
.video-archive-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #eee;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
}
.video-archive-thumb img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  /* Crop pillarbox bars on vertical interview posters */
  transform: scale(1.42);
  display: block;
  border-radius: 16px;
}
.video-archive-title {
  margin: .95rem 0 0;
  text-align: center;
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.video-archive-title a {
  color: inherit;
  text-decoration: none !important;
}
.video-archive-title a:hover { color: var(--primary); }
@media (max-width: 1024px) {
  .videos-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .videos-archive-grid { grid-template-columns: 1fr; }
  .video-archive-thumb img { height: 200px; }
}

.card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
  transition: box-shadow .2s ease, transform .2s ease;
  font-family: var(--body-font);
  min-width: 0;
}
.card:hover {
  box-shadow: 0 16px 36px rgba(0,0,0,.1);
  transform: translateY(-2px);
}
.card-media { display: block; background: #eee; min-height: 180px; position: relative; }
.card-media img { width: 100%; height: 210px; object-fit: cover; display: block; }
.card-body { padding: 1.05rem 1.2rem 1.35rem; }
.card-date {
  display: inline-flex; align-items: center; gap: .4rem;
  color: #757575; font-size: 13px; margin-bottom: .5rem; font-family: var(--body-font);
}
.card-date img { width: 14px; height: 14px; opacity: .75; }
.card h3 {
  margin: 0 0 .85rem; font-size: 18px; line-height: 1.35;
  font-family: var(--heading-font); font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.card h3 a { color: #111; text-decoration: none; }
.card h3 a:hover { color: var(--primary); }
.featured-courses .read-more,
.course-card .read-more {
  color: var(--primary); font-weight: 600; text-decoration: none;
  font-family: var(--body-font); font-size: 14px;
}
.featured-courses .read-more::after,
.course-card .read-more::after { content: " >"; }

/* ========== Feature Videos (live image-box + lightbox) ========== */
.feature-videos-section,
.videos {
  background: #fff;
  color: #111;
  padding: 60px 0;
}
.feature-videos-section .theme-section-title {
  margin: 0 auto 2rem;
  max-width: 760px;
}
.feature-videos-section .subtitle {
  display: block;
  font-family: var(--heading-font);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff0000;
  margin: 0 0 12px;
}
.feature-videos-section .title {
  font-family: var(--heading-font);
  font-size: clamp(1.75rem, 2.8vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #111;
  margin: 0;
}
.feature-videos-grid,
.videos .videos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.35rem;
  max-width: 920px;
  margin: 0 auto;
  list-style: none;
}
.feature-videos-section .video-card,
.feature-videos-section .image-box-item {
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  transform: none;
}
.feature-videos-section .video-card:hover {
  box-shadow: none;
  transform: none;
}
.feature-videos-section .thumbnail {
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #1c2936;
  aspect-ratio: 16 / 11;
}
.feature-videos-section .thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #1c2936 83.41%, #1c2936 100%);
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
}
.feature-videos-section .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform .3s ease;
}
.feature-videos-section .thumbnail:hover img {
  transform: scale(1.05);
}
.feature-videos-section .video-play-btn,
.feature-videos-section .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 0, 0, 0.88);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  transition: background-color .25s ease, transform .2s ease;
}
.feature-videos-section .video-play-btn svg {
  margin-left: 3px;
  display: block;
}
.feature-videos-section .video-play-btn:hover,
.feature-videos-section .video-play-btn:focus-visible {
  background: #ff0000;
  transform: translate(-50%, -50%) scale(1.05);
  outline: none;
}
.feature-videos-section .thumbnail .content {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  text-align: center;
  pointer-events: none;
}
.feature-videos-section .thumbnail .content .title,
.feature-videos-section .thumbnail .content .title a {
  color: #fff;
  font-family: var(--heading-font);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  pointer-events: auto;
}
.feature-videos-section .thumbnail .content .title a:hover {
  color: #fff;
  text-decoration: underline;
}

.feature-video-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.8);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.feature-video-popup.is-open,
.feature-video-popup.show {
  display: flex;
}
.feature-video-popup-content {
  position: relative;
  width: min(800px, 100%);
  background: #111;
  border-radius: 12px;
  padding: 2.5rem 1rem 1rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.feature-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
.feature-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.feature-video-close-btn {
  position: absolute;
  top: 4px;
  right: 10px;
  background: transparent;
  border: 0;
  color: #ff0000;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: .85;
  padding: 0 .25rem;
}
.feature-video-close-btn:hover { opacity: 1; }
.testimonials,
.testimonials-section {
  position: relative;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}
.testimonials .t-container {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.testimonials .theme-section-title {
  margin: 0 0 20px;
}
.testimonials .subtitle,
.testimonials .section-title {
  display: block;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff0000;
  margin: 0;
}
.testimonials .testimonial-container,
.testimonials .testimonial-slider {
  position: relative;
  overflow: visible;
  max-width: none;
  margin: 0;
  padding: 0 64px; /* reserve side gutters for arrows */
}
.testimonials .testimonial-item,
.testimonials .testimonial-card {
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 12px 8px;
}
.testimonials .testimonial-item.is-active,
.testimonials .testimonial-item.active {
  display: flex;
}
.testimonials .testimonial-avatar,
.testimonials .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
  display: block;
}
.testimonials .testimonial-name {
  font-family: var(--heading-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  margin: 0 0 5px;
}
.testimonials .testimonial-text {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  max-width: 100%;
  margin: 0 auto;
}
.testimonials .rating,
.testimonials .stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
  letter-spacing: 0;
  font-size: 0;
  line-height: 1;
}
.testimonials .star {
  color: #ffd700;
  display: block;
  flex: 0 0 auto;
}
.testimonials .star.empty {
  color: #d6d6d6;
}
.testimonials .carousel-btn,
.testimonials .testimonial-prev,
.testimonials .testimonial-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: #ff0000;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 8px 22px rgba(255, 0, 0, 0.25);
}
.testimonials .carousel-btn:hover,
.testimonials .testimonial-prev:hover,
.testimonials .testimonial-next:hover {
  background: #e60000;
  color: #fff;
  opacity: 1;
}
.testimonials .carousel-btn.left,
.testimonials .testimonial-prev { left: 0; }
.testimonials .carousel-btn.right,
.testimonials .testimonial-next { right: 0; }
@media screen and (min-width: 768px) {
  .testimonials .testimonial-container,
  .testimonials .testimonial-slider {
    padding: 0 140px;
  }
  .testimonials .testimonial-card {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonials .testimonial-container,
  .testimonials .testimonial-slider {
    padding: 0 220px; /* wide gap between arrows and text */
  }
  .testimonials .testimonial-card {
    max-width: 380px;
  }
}

.blog-home { background: #fff; }
.blog-home .eyebrow {
  color: #ff0000;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.bottom-cta { background: #fff; }
.bottom-cta .cta-copy h2 { margin-bottom: .85rem; }
.bottom-cta .cta-copy p {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 1.25rem;
}

.content-area { padding: 2rem 0 4rem; }
.entry-content {
  max-width: 900px;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.entry-content > *:first-child { margin-top: 0; }
.entry-content a,
.entry-content p,
.entry-content li,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content :is(figure, .wp-block-embed, .wp-block-image) {
  max-width: 100%;
  overflow: hidden;
}
.entry-content :is(iframe, embed, object, video) {
  width: 100%;
  max-width: 100%;
}
.entry-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.entry-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
}
.entry-content code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.contact-page .breadcrumbs {
  padding: 1.1rem 0 0;
  font-size: 15px;
}
.contact-page .breadcrumbs .sep {
  margin: 0 10px;
  color: #222;
  font-weight: 500;
}
.contact-page-body {
  padding-top: 1.35rem;
  padding-bottom: 1.75rem;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 3.25rem;
  align-items: start;
}
.contact-aside {
  background: #faecff;
  border-radius: 16px;
  padding: 1.65rem 1.6rem 1.4rem;
}
.contact-aside h2,
.contact-form-col h2 {
  font-family: var(--heading-font);
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1.25rem;
  letter-spacing: -0.01em;
}
.contact-form-col h2 {
  text-align: center;
  margin: .1rem 0 1.45rem;
}
.contact-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-meta li {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin: 0 0 1.05rem;
  font-family: var(--body-font);
  font-size: 14.5px;
  line-height: 1.55;
  color: #222;
  font-weight: 500;
  min-width: 0;
}
.contact-meta li > :last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-ico {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: .05rem;
  display: grid;
  place-items: center;
}
.contact-ico--pin { background: #7B61FF; }
.contact-ico--phone { background: #F5A623; }
.contact-ico--mail { background: #FF0000; }
.contact-aside a {
  color: #2b7de9;
  text-decoration: none;
  font-weight: 500;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-aside a:hover { text-decoration: underline; }
.contact-social {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.2rem 0 1.15rem;
}
.contact-social-btn,
.contact-aside a.contact-social-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FF0000;
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none !important;
}
.contact-social-btn svg {
  display: block;
  fill: currentColor;
}
.contact-aside a.contact-social-btn:hover,
.contact-social-btn:hover {
  background: #e00000;
  color: #fff;
}
.contact-social-btn.is-static { cursor: default; }
.contact-map-links {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.25rem;
}
.contact-map-links a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: #2b7de9;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-map-links a:hover { text-decoration: underline; }
.contact-consult-form {
  max-width: none;
}
.contact-consult-form .field {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: .15rem .95rem;
  margin-bottom: 1.05rem;
  min-height: 48px;
}
.contact-consult-form .field-icon {
  color: #b0b0b0;
  width: 1.25rem;
}
.contact-consult-form .field input {
  padding: .85rem 0;
  font-size: 15px;
}
.contact-consult-form .field input::placeholder,
.contact-consult-form textarea::placeholder {
  color: #9a9a9a;
}
.contact-consult-form textarea {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  min-height: 132px;
  padding: .9rem 1rem;
  margin-bottom: 1.15rem;
  font-size: 15px;
  resize: none;
}
.contact-form-actions {
  display: flex;
  justify-content: flex-end;
}
.contact-consult-form .btn-primary {
  width: auto !important;
  min-width: 148px;
  border-radius: 8px !important;
  padding: .72rem 1.4rem !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0;
}
.contact-map-full {
  width: 100%;
  margin: 0;
  line-height: 0;
  background: #e8e8e8;
}
.contact-map-full iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* ========== Footer ========== */
.site-footer { background: var(--color-navy); color: #fff; padding-top: 3rem; }
.footer-brand-row {
  display: flex; gap: 1.25rem; align-items: flex-start; margin-bottom: 2rem;
  padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-logo-badge {
  flex-shrink: 0; width: 76px; height: 76px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; overflow: hidden;
  box-shadow: 0 0 0 3px rgba(255,255,255,.08);
}
.footer-logo-badge img,
.footer-logo-badge .custom-logo {
  max-width: 62px; max-height: 62px; width: auto; height: auto; display: block;
}
.footer-brand-copy { min-width: 0; flex: 1; }
.footer-brand-row .footer-title {
  display: block; margin: 0 0 .45rem; font-size: 20px;
  font-family: var(--heading-font); font-weight: 700; color: #fff;
}
.footer-brand-row p {
  margin: 0; color: rgba(255,255,255,.82); font-size: 14px;
  font-family: var(--body-font); line-height: 1.65; max-width: none; width: 100%;
}
.footer-grid {
  display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 1.75rem; padding-bottom: 2rem;
}
.site-footer a { color: #fff; text-decoration: none; font-family: var(--body-font); }
.site-footer a:hover { color: #ffd0d4; }
.site-footer h3 {
  margin: 0 0 .95rem; font-size: 16px;
  font-family: var(--heading-font); font-weight: 700; color: #fff;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li {
  margin: .5rem 0; font-size: 14px; color: rgba(255,255,255,.9);
  font-family: var(--body-font); line-height: 1.55;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  margin: .85rem 0;
  min-width: 0;
}
.footer-contact-list li > :last-child {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-contact-list .footer-ico {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: .15rem;
  color: #fff;
  opacity: .95;
  display: grid;
  place-items: center;
}
.footer-contact-list .footer-ico svg {
  display: block;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding: 1rem 0 1.25rem; font-size: .85rem;
}
.footer-bottom-inner {
  display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; justify-content: space-between;
}
.footer-bottom-links { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; min-width: 0; }
.footer-bottom-links a,
.footer-copy {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-bottom-links span { opacity: .55; }
.footer-copy { margin: 0; color: rgba(255,255,255,.75); }
.footer-social-inline { display: flex; gap: .55rem; }
.footer-social-inline a,
.footer-social {
  width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.12);
  display: grid; place-items: center; color: #fff !important;
  transition: background .2s ease, transform .2s ease;
}
.footer-social-inline a:hover,
.footer-social:hover {
  background: rgba(255,0,0,.85);
  transform: translateY(-1px);
}
.footer-social svg { display: block; }

.video-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.whatsapp-fab {
  position: fixed; right: 18px; bottom: 18px; z-index: 120;
  width: 58px; height: 58px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0,0,0,.22);
  text-decoration: none !important; border: 0; padding: 0; cursor: pointer;
}
.whatsapp-fab img { width: 30px; height: 30px; pointer-events: none; }

/* WhatsApp lead popup (matches live /img/whatsapp.jpg modal) */
.wa-popup-overlay[hidden] { display: none !important; }
.wa-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.wa-popup {
  width: 100%;
  max-width: 400px;
  position: relative;
  border-radius: 10px;
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: 0 10px 15px rgba(0,0,0,.2);
  background-color: #f7f7f7;
  background-image: url('../images/bg/whatsapp.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .wa-popup { max-width: 90%; }
}
.wa-popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  font-size: 28px;
  line-height: 1;
  padding: 0 .2rem;
}
.wa-popup-header {
  text-align: center;
  margin-bottom: 1rem;
}
.wa-popup-header h2,
.wa-popup-title {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 1.35rem;
  font-weight: 700;
  color: #222;
}
.wa-form-group { margin-bottom: 1rem; }
.wa-popup-form input,
.wa-popup-form textarea {
  width: 100%;
  padding: .75rem;
  border-radius: .5rem;
  border: 1px solid #e2e8f0;
  outline: none;
  font: inherit;
  background: #fff;
  box-sizing: border-box;
}
.wa-popup-form textarea { resize: vertical; min-height: 110px; }
.wa-submit-btn {
  width: 100%;
  border: 0;
  border-radius: .5rem;
  background: #38a169;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: .75rem;
  cursor: pointer;
}
.wa-submit-btn:hover { background: #2f855a; }
.wa-submit-btn span { margin-left: .25rem; }

/* Fluent Forms inside WhatsApp / Consult popups */
.wa-popup .gec-ff-wa .ff-el-group { margin-bottom: 1rem; }
.wa-popup .gec-ff-wa .ff-el-input--label { display: none; }
.wa-popup .gec-ff-wa input[type="text"],
.wa-popup .gec-ff-wa input[type="tel"],
.wa-popup .gec-ff-wa input[type="email"],
.wa-popup .gec-ff-wa textarea {
  width: 100%;
  padding: .75rem;
  border-radius: .5rem;
  border: 1px solid #e2e8f0;
  outline: none;
  font: inherit;
  background: #fff;
  box-sizing: border-box;
}
.wa-popup .gec-ff-wa textarea { resize: vertical; min-height: 110px; }
.wa-popup .gec-ff-wa .ff-btn-submit,
.wa-popup .gec-ff-wa button[type="submit"] {
  width: 100% !important;
  border: 0 !important;
  border-radius: .5rem !important;
  background: #38a169 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  padding: .75rem !important;
  cursor: pointer;
}
.consult-modal .gec-ff-consult .ff-el-group { margin-bottom: .85rem; }
.consult-modal .gec-ff-consult .ff-el-input--label label {
  display: block; font-weight: 600; margin-bottom: .3rem; font-size: .92rem;
}
.consult-modal .gec-ff-consult input[type="text"],
.consult-modal .gec-ff-consult input[type="tel"],
.consult-modal .gec-ff-consult input[type="email"],
.consult-modal .gec-ff-consult textarea {
  width: 100%;
  padding: .7rem .85rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}
.consult-modal .gec-ff-consult textarea { resize: vertical; min-height: 110px; }
.consult-modal .gec-ff-consult .ff-btn-submit,
.consult-modal .gec-ff-consult button[type="submit"] {
  width: 100% !important;
  border-radius: 8px !important;
  padding: .85rem 1rem !important;
  background: var(--primary, #FF0000) !important;
  color: #fff !important;
  border: 0 !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.consult-modal[hidden] { display: none !important; }
.consult-modal {
  position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 200;
  display: grid; place-items: center; padding: 1rem;
}
.consult-dialog {
  background: #fff; width: min(100%, 480px); border-radius: 12px; padding: 1.6rem 1.5rem 1.4rem;
  position: relative; box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.consult-dialog h2 { margin: 0 0 1.1rem; font-size: 1.35rem; }
.consult-close {
  position: absolute; right: .85rem; top: .55rem; border: 0; background: transparent;
  font-size: 1.7rem; cursor: pointer; line-height: 1; color: #444;
}
.consult-form label { display: block; font-weight: 600; margin-bottom: .3rem; font-size: .92rem; }
.consult-form .field {
  display: flex; align-items: center; gap: .55rem;
  border: 1px solid #ddd; border-radius: 8px; padding: .15rem .7rem; margin-bottom: .85rem;
  background: #fff;
}
.consult-form .field-icon { color: #999; font-size: 1rem; width: 1.1rem; text-align: center; }
.consult-form .field input {
  border: 0; width: 100%; padding: .7rem 0; font: inherit; outline: none; background: transparent;
}
.consult-form textarea {
  width: 100%; padding: .75rem .85rem; border: 1px solid #ddd; border-radius: 8px;
  font: inherit; margin-bottom: .95rem; resize: vertical; min-height: 110px;
}
.consult-form .btn-primary {
  width: 100%; border-radius: 8px !important; padding: .85rem 1rem !important;
}

@media (max-width: 1100px) {
  .destinations .dest-item,
  .destinations .destination-single-item {
    width: calc(25% - 12px);
  }
}
@media (max-width: 1024px) {
  .steps-grid, .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-layout { grid-template-columns: 1fr; }
  .steps .step-item,
  .steps .destination-single-item.style-02 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
  }
  .steps .step-item .step-icon::after,
  .steps .step-item .thumbnail::after { display: none; }
  .destinations .dest-plane,
  .destinations .shape-02 { right: 24px; bottom: 70px; width: 100px; }
}
@media (max-width: 768px) {
  .header-inner {
    min-height: 72px;
    gap: .55rem;
    justify-content: flex-start;
  }
  .site-branding { margin-right: auto; }
  .site-branding img { max-height: 44px; }
  .header-actions {
    order: 2;
    gap: .5rem;
  }
  .header-phone {
    width: 36px;
    height: 36px;
  }
  .header-phone svg {
    width: 15px;
    height: 15px;
  }
  .nav-toggle {
    display: inline-block;
    order: 3;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
  .primary-nav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    padding: 1rem;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav .menu { flex-direction: column; align-items: flex-start; gap: 0; }
  .primary-nav a {
    padding: .7rem 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .primary-nav .sub-menu,
  .primary-nav .menu-item-mega > .sub-menu,
  .primary-nav .sub-menu-mega {
    position: static;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    min-width: 0;
    width: 100%;
    display: block;
    padding: .25rem 0 .25rem .85rem;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
  .primary-nav .sub-menu::before { display: none; }
  .primary-nav .sub-menu a { padding: .55rem 0; border-radius: 0; }
  .hero-grid, .about-teaser-grid, .why-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-full-img { min-height: 0; aspect-ratio: auto; height: auto !important; }
  .hero-nav { display: none; }
  .hero-dots { bottom: .75rem; }
  .why-media img { min-height: 240px; }
  .destinations { padding: 48px 0 80px; }
  .destinations .theme-section-title .title,
  .destinations h2.title { font-size: 28px !important; }
  .destinations .theme-section-title p { font-size: 14px; }
  .destinations .dest-item,
  .destinations .destination-single-item {
    width: calc(50% - 8px);
    padding: 22px 12px 20px;
  }
  .destinations .dest-circle,
  .destinations .thumbnail { width: 84px; height: 84px; }
  .destinations .name,
  .destinations .dest-item h3 { font-size: 16px !important; margin-top: 14px !important; }
  .destinations .dest-plane,
  .destinations .shape-02 { width: 72px; right: 12px; bottom: 56px; }
  .steps { padding: 64px 0; }
  .steps .theme-section-title .title,
  .steps h2.title,
  .steps h2 { font-size: 26px !important; font-weight: 700 !important; }
  .steps .steps-eyebrow { font-size: 13px; letter-spacing: 0.1em; }
  .steps .steps-grid {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
  .steps .step-item,
  .steps .destination-single-item.style-02 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    padding: 0 12px !important;
  }
  .steps .step-icon,
  .steps .thumbnail { width: 110px; height: 110px; }
  .steps .name,
  .steps .step-item h3 { font-size: 17px !important; font-weight: 700 !important; }
  .steps .desc,
  .steps .step-item p { font-size: 14px !important; max-width: 320px; }
  .card-grid, .videos-grid { grid-template-columns: 1fr; }
  .footer-brand-row { grid-template-columns: 1fr; display: grid; }
  .footer-logo-badge { justify-self: center; }
  .footer-brand-copy { text-align: center; }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }
  .footer-contact { grid-column: 1 / -1; }
  .header-cta { display: none; }
}

/* ========== About / Gallery / Partners ========== */
.about-page-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}
.about-eyebrow {
  color: var(--color-primary, #e11d2e);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .02em;
  margin: 0 0 .55rem;
  text-transform: uppercase;
}
.about-page-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.3;
  color: var(--color-secondary, #111);
}
.about-page-copy p { margin: 0 0 1rem; color: #444; line-height: 1.7; }
.about-page-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-grid { margin-top: 1.5rem; }
.gallery-card .card-body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  color: var(--color-secondary, #111);
}

.partners-page .partners-intro {
  padding: 2.75rem 0 1.25rem;
  text-align: center;
}
.partners-page-title {
  margin: 0 0 .65rem;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: #111;
  text-align: center;
}
.partners-lead {
  color: #8a8a8a;
  font-size: 15px;
  line-height: 1.6;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}
.partner-section {
  padding: 1.75rem 0 2.75rem;
  background: #fff;
}
.partner-section-title {
  margin: 0 0 1.5rem;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  color: #111;
}
.partner-grid {
  display: grid;
  gap: 1.15rem 1.25rem;
  align-items: stretch;
  justify-content: center;
}
.partner-grid--finance {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}
.partner-grid--travel {
  grid-template-columns: repeat(2, minmax(0, 280px));
  margin: 0 auto;
}
.partner-grid--forex {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
}
.partner-logo {
  background: #f3f3f3;
  border: 0;
  border-radius: 10px;
  min-height: 132px;
  padding: 1.25rem 1.35rem;
  display: grid;
  place-items: center;
}
.partner-logo img {
  max-width: 100%;
  max-height: 78px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.partner-logo-fallback {
  font-size: .85rem;
  font-weight: 600;
  color: #555;
  text-align: center;
}

.contact-map {
  margin-top: 1.25rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--color-border, #e8e8e8);
}
.contact-map iframe { display: block; width: 100%; }

.team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.team-position { color: #666; margin: .35rem 0 .6rem; font-weight: 600; }

/* Team archive — live profile card */
.team-section {
  padding: 1.5rem 0 3.5rem;
}
.team-member-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.12);
  margin-bottom: 2rem;
}
.team-member-inner {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.team-member-media {
  flex: 0 0 auto;
  width: 100%;
  background: #f7f4ee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-member-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center bottom;
}
.team-member-copy {
  flex: 1;
  padding: 1.75rem 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.team-member-name {
  margin: 0 0 .65rem;
  font-family: var(--heading-font);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #333;
  line-height: 1.15;
}
.team-member-name a {
  color: inherit;
  text-decoration: none !important;
}
.team-member-name a:hover { color: var(--primary); }
.team-member-bio {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  margin: 0 0 1.25rem;
}
.team-member-bio p { margin: 0 0 .85rem; }
.team-member-bio p:last-child { margin-bottom: 0; }
.team-member-divider {
  margin-top: auto;
  height: 1px;
  width: 100%;
  background: #ddd;
}
@media (min-width: 992px) {
  .team-member-inner { flex-direction: row; align-items: stretch; }
  .team-member-media {
    width: 34%;
    max-width: 340px;
    align-self: stretch;
  }
  .team-member-media img {
    max-height: 460px;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center top;
  }
  .team-member-copy { padding: 2rem 2.25rem 1.75rem; }
}

.team-single-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,.12);
  overflow: hidden;
  padding: 0;
}
.team-single-media img {
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  display: block;
}
.team-single .team-single-copy {
  padding: 2rem 2rem 1.75rem 0;
}
.team-single .team-single-inner .team-single-media {
  background: #f7f4ee;
}
@media (min-width: 992px) {
  .team-single .team-single-copy { padding: 2rem 2.25rem 1.75rem 0; }
}

@media (max-width: 1024px) {
  .about-page-grid { grid-template-columns: 1fr; }
  .partner-grid--finance,
  .partner-grid--forex { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-grid--travel { grid-template-columns: repeat(2, minmax(0, 240px)); }
  .team-single-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .partner-grid--finance,
  .partner-grid--forex,
  .partner-grid--travel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-grid, .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .partner-grid--finance,
  .partner-grid--forex,
  .partner-grid--travel { grid-template-columns: 1fr; }
  .team-grid, .gallery-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .card { transition: none; }
}
