:root {
  --tawk: #03a84e;
  --tawk-dark: #028a3d;
  --navy: #062345;
  --blue: #0b3f88;
  --blue-2: #1557ad;
  --gold: #f3bf21;
  --gold-dark: #d59a00;
  --green: #03a84e;
  --text: #182235;
  --muted: #64748b;
  --soft: #f4f7fb;
  --white: #ffffff;
  --border: #dbe4f0;
  --shadow: 0 20px 55px rgba(8, 35, 69, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  box-shadow: 0 8px 28px rgba(8, 35, 69, .08);
}

.topbar {
  color: var(--white);
  background: var(--navy);
  font-size: 14px;
}

.topbar-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar p {
  margin: 0;
  font-weight: 700;
}

.topbar-trust {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar-trust-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(243, 191, 33, .12);
}

.topbar-trust-icon .fa-globe {
  font-size: 18px;
}

.topbar-trust-icon .fa-graduation-cap {
  position: absolute;
  right: 5px;
  top: -7px;
  color: var(--gold);
  font-size: 12px;
  transform: rotate(-7deg);
}

.topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
}

.topbar-social {
  flex: 0 0 auto;
  margin-left: auto;
}

.topbar-contact-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-contact-icons a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .2s ease, color .2s ease;
}

.topbar-contact-icons a:hover {
  transform: translateY(-2px);
  color: var(--gold);
}

.topbar-contact-icons i {
  color: var(--gold);
  font-size: 15px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 7px;
}

.social-links a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.social-links a:hover {
  transform: translateY(-3px) scale(1.07);
  filter: brightness(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
}

.social-links .facebook {
  background: #1877f2;
}

.social-links .instagram {
  background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 52%, #6228d7 100%);
}

.social-links .tiktok {
  background: #000000;
}

.social-links .youtube {
  background: #ff0000;
}

.navbar {
  background: var(--white);
}

.nav-trust-line {
  width: fit-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -7px auto 8px;
  padding: 5px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(8, 35, 69, .18);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.nav-trust-line:hover {
  color: #111111;
  background: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(243, 191, 33, .28);
}

.nav-trust-line .topbar-trust-icon {
  color: var(--gold);
  background: rgba(255, 255, 255, .12);
}

.nav-trust-line:hover .topbar-trust-icon {
  color: #111111;
  background: rgba(255, 255, 255, .48);
}

.nav-inner {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.brand-logo {
  width: 126px;
  height: 126px;
  margin-top: 0;
  margin-bottom: 0;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brand strong {
  color: var(--tawk-dark);
  font-family: "Poppins", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.045em;
}

.brand small {
  color: var(--gold-dark);
  font-family: "Poppins", "Manrope", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.035em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  color: var(--navy);
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.site-nav a:hover {
  color: var(--white);
  background: var(--blue);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(8, 35, 69, .22);
}

.nav-cta {
  color: #111111 !important;
  background: var(--gold);
  padding: 7px 13px !important;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 9px !important;
  box-shadow: 0 10px 22px rgba(243, 191, 33, .28);
}

.nav-cta:hover {
  color: var(--white) !important;
  background: var(--blue) !important;
  box-shadow: 0 12px 24px rgba(8, 35, 69, .26);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--navy);
  background: var(--white);
  font-size: 20px;
}

.hero {
  padding: 86px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 35, 69, .94), rgba(8, 35, 69, .78)),
    url("assets/images/hero-study-abroad.png") center/cover;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: 36px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.final-cta h2 {
  margin: 0;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(44px, 6vw, 82px);
}

.hero-trust-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 999px;
  color: #111111;
  background: var(--white);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.hero-trust-line .topbar-trust-icon {
  color: var(--gold-dark);
  background: rgba(243, 191, 33, .14);
}

.hero-trust-line:hover {
  color: #111111;
  background: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(243, 191, 33, .28);
}

.hero-trust-line:hover .topbar-trust-icon {
  color: #111111;
  background: rgba(255, 255, 255, .45);
}

.hero-text {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 0;
  border-radius: 10px;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
}

.btn-primary {
  color: #111111;
  background: var(--gold);
  box-shadow: 0 14px 28px rgba(243, 191, 33, .25);
}

.btn-whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 28px rgba(22, 163, 74, .24);
}

.btn.full {
  width: 100%;
}

.hero-card {
  overflow: hidden;
  padding: 0 30px 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  color: var(--text);
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.hero-card-photo {
  margin: 0 -30px 24px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #edf4fb;
}

.hero-card-photo img {
  display: block;
  width: 100%;
  height: 248px;
  object-fit: cover;
}

.hero-card .btn {
  margin-top: 8px;
}

.hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 65px rgba(8, 35, 69, .2);
}

.hero-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.hero-card p {
  color: var(--muted);
  margin: 0 0 18px;
}

.hero-card ul {
  margin: 0 0 22px;
  padding-left: 20px;
}

.hero-card li {
  margin-bottom: 7px;
  font-weight: 700;
}

.section {
  padding: 78px 0;
}

.section-soft {
  background: var(--soft);
}

.section-dark {
  color: var(--white);
  background: var(--navy);
}

.trust-section {
  padding: 28px 0;
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-grid div {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(8, 35, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.trust-grid div:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(8, 35, 69, .12);
}

.trust-grid strong {
  display: block;
  color: var(--blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.trust-grid span {
  color: var(--muted);
  font-weight: 800;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.section h2 {
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
}

.section-dark h2 {
  color: var(--white);
}

.section-head p:not(.section-kicker),
.split-grid p,
.ielts-grid p {
  color: var(--muted);
  font-size: 17px;
}

.section-dark p {
  color: rgba(255, 255, 255, .82);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  gap: 42px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.feature-list div {
  color: var(--navy);
  font-weight: 800;
  transition: transform .2s ease, color .2s ease;
}

.feature-list div:hover {
  transform: translateX(6px);
  color: var(--blue);
}

.feature-list i {
  color: var(--gold-dark);
  margin-right: 8px;
}

.lead-form {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}

.lead-form:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 65px rgba(8, 35, 69, .16);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.lead-form label {
  display: block;
  margin-bottom: 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: none;
  color: var(--text);
  background: #fbfdff;
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(8, 35, 69, .1);
}

.card-grid,
.destination-grid,
.blog-grid,
.office-grid,
.testimonial-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card,
.destination-grid article,
.blog-grid article,
.office-card,
.testimonial-card,
.team-card {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 35, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card:hover,
.destination-grid article:hover,
.blog-grid article:hover,
.office-card:hover,
.testimonial-card:hover,
.team-card:hover {
  transform: translateY(-7px);
  border-color: rgba(8, 35, 69, .22);
  box-shadow: 0 24px 48px rgba(8, 35, 69, .14);
}

.service-card i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--navy);
  background: var(--gold);
  font-size: 20px;
}

.service-card h3,
.destination-grid h3,
.blog-grid h3,
.office-card h3,
.process-grid h3,
.testimonial-card h3,
.team-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.service-card p,
.destination-grid p,
.blog-grid p,
.office-card p,
.process-grid p,
.testimonial-card p,
.team-card p {
  margin: 0;
  color: var(--muted);
}

.blog-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-grid article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(8, 35, 69, .14);
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.blog-grid article a:hover {
  transform: translateY(-3px);
  color: #111111;
  background: var(--gold);
  box-shadow: 0 18px 34px rgba(8, 35, 69, .18);
}

.destination-grid article {
  border-top: 4px solid var(--gold);
  overflow: hidden;
}

.destination-img {
  display: block;
  width: calc(100% + 52px);
  max-width: none;
  height: 184px;
  object-fit: cover;
  margin: -26px -26px 20px;
  border-radius: 16px 16px 0 0;
  transition: transform .35s ease, filter .35s ease;
}

.destination-grid article:hover .destination-img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.destination-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #111111;
  background: var(--gold);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.destination-link:hover {
  color: var(--white);
  background: var(--blue);
  transform: translateY(-3px);
}

.subpage-hero {
  padding: 72px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 35, 69, .95), rgba(8, 35, 69, .78)),
    url("assets/images/hero-study-abroad.png") center/cover;
}

.north-cyprus-hero {
  background:
    linear-gradient(90deg, rgba(6, 35, 69, .95), rgba(8, 35, 69, .78)),
    url("assets/images/north-cyprus-landmark.png") center/cover;
}

.destination-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .85fr);
  gap: 36px;
  align-items: center;
}

.destination-hero-content h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
}

.breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 800;
}

.breadcrumbs a {
  color: var(--gold);
}

.breadcrumbs a:hover {
  color: var(--white);
}

.destination-hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  color: var(--text);
  box-shadow: var(--shadow);
}

.destination-hero-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.destination-hero-card div {
  padding: 26px;
}

.destination-hero-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.destination-hero-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.04em;
}

.destination-hero-card p {
  margin: 0;
  color: var(--muted);
}

.destination-facts {
  border-bottom: 1px solid var(--border);
}

.north-cyprus-authority {
  max-width: 780px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(243, 191, 33, .34);
  border-radius: 14px;
  color: rgba(255, 255, 255, .94);
  background: rgba(255, 255, 255, .1);
  font-weight: 850;
  line-height: 1.5;
  backdrop-filter: blur(8px);
}

.north-cyprus-authority i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #111111;
  background: var(--gold);
}

.destination-feature-list {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 35, 69, .08);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.program-grid span,
.program-grid a {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--navy);
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(8, 35, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.program-grid span:hover,
.program-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 35, 69, .18);
  color: #111111;
  background: var(--gold);
  box-shadow: 0 22px 44px rgba(8, 35, 69, .12);
}

.program-grid i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  color: #111111;
  background: var(--gold);
}

.university-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.university-grid article {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(8, 35, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.university-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 35, 69, .18);
  box-shadow: 0 22px 44px rgba(8, 35, 69, .12);
}

.university-campus-img {
  width: 100%;
  max-width: 100%;
  height: 190px;
  margin: 0;
  object-fit: cover;
}

.university-card-logo {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin: -39px 0 18px 24px;
  padding: 3px;
  border: 1px solid rgba(219, 228, 240, .9);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 12px 26px rgba(8, 35, 69, .16);
  overflow: hidden;
}

.university-card-logo img {
  width: auto;
  height: auto;
  max-width: 74px;
  max-height: 74px;
  margin: auto;
  object-fit: contain;
}

.university-grid h3 {
  margin: 0 24px 6px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.university-grid p {
  margin: 0 24px 12px;
  color: var(--muted);
  font-weight: 800;
}

.university-grid span {
  display: inline-flex;
  margin: 0 24px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #111111;
  background: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.university-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 18px 24px 24px;
}

.university-card-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.university-card-actions a:nth-child(2) {
  color: #111111;
  background: var(--gold);
}

.university-card-actions a:hover {
  transform: translateY(-3px);
  color: var(--white);
  background: var(--navy);
}

.source-note {
  max-width: 860px;
  margin: 22px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  font-weight: 750;
}

.university-detail-hero {
  padding: 70px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(6, 35, 69, .96), rgba(8, 35, 69, .78)),
    url("assets/images/north-cyprus-landmark.png") center/cover;
}

.university-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: center;
}

.university-detail-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
}

.university-logo-panel {
  width: 190px;
  height: 190px;
  display: grid;
  place-items: center;
  margin: 18px 0 26px;
  padding: 6px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
  overflow: hidden;
}

.university-logo-panel img {
  width: auto;
  height: auto;
  max-width: 178px;
  max-height: 178px;
  margin: auto;
  object-fit: contain;
}

.university-campus-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.university-campus-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.university-info-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: start;
}

.university-info-card,
.university-about-card {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 35, 69, .08);
}

.university-info-card h2,
.university-about-card h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 30px;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.university-info-card div {
  display: grid;
  gap: 6px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.university-info-card div:last-child {
  border-bottom: 0;
}

.university-info-card strong {
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.university-info-card span,
.university-info-card a,
.university-about-card p {
  color: var(--muted);
  font-size: 17px;
}

.university-info-card a:hover {
  color: var(--blue);
}

.university-about-card p {
  margin: 0 0 16px;
}

.university-subject-section {
  background: var(--white);
}

.subject-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.subject-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(8, 35, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.subject-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 35, 69, .18);
  box-shadow: 0 18px 34px rgba(8, 35, 69, .12);
}

.subject-card span {
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.subject-card a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  color: #111111;
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.subject-card a:hover {
  transform: translateY(-2px);
  color: var(--white);
  background: var(--blue);
}

.field-hero {
  min-height: auto;
  padding: 90px 0 82px;
}

.field-hero-inner {
  max-width: 980px;
}

.field-hero .section-kicker {
  margin-top: 26px;
  color: var(--gold);
}

.field-hero h1 {
  max-width: 900px;
}

.field-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.field-hero-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  font-weight: 800;
}

.field-hero-stats strong {
  color: var(--gold);
  font-size: 18px;
}

.field-university-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.field-university-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 35, 69, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.field-university-card:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 35, 69, .18);
  box-shadow: 0 24px 50px rgba(8, 35, 69, .13);
}

.field-university-top {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: center;
}

.field-university-logo {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(8, 35, 69, .08);
}

.field-university-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.field-university-top h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.15;
}

.field-university-top h3 a {
  color: inherit;
  text-decoration: none;
}

.field-university-top h3 a:hover {
  color: var(--blue);
}

.field-university-top p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
  color: var(--muted);
  font-weight: 700;
}

.field-university-top i {
  color: var(--gold);
}

.field-programs strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-weight: 900;
}

.field-programs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.field-programs li {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: #f4f8fd;
  border: 1px solid var(--border);
  font-size: 13px;
  font-weight: 800;
}

.field-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto;
}

.field-card-actions .btn {
  min-height: 46px;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
}

.north-cyprus-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.north-cyprus-guide-grid article {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 35, 69, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.north-cyprus-guide-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(8, 35, 69, .18);
  box-shadow: 0 24px 48px rgba(8, 35, 69, .13);
}

.north-cyprus-guide-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #111111;
  background: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.north-cyprus-guide-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.north-cyprus-guide-grid p {
  margin: 0 0 18px;
  color: var(--muted);
}

.north-cyprus-guide-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.north-cyprus-guide-grid a:hover {
  transform: translateY(-3px);
  background: var(--navy);
}

.requirement-card,
.notice-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
}

.requirement-card h3,
.notice-card h3 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 26px;
  letter-spacing: -.035em;
}

.requirement-card ul {
  margin: 0;
  padding-left: 20px;
}

.requirement-card li {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .86);
  font-weight: 750;
}

.notice-card {
  border-color: var(--border);
  background: var(--white);
  color: var(--text);
}

.notice-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 13px;
  color: var(--navy);
  background: var(--gold);
  font-size: 20px;
}

.notice-card h3 {
  color: var(--navy);
}

.notice-card p {
  margin: 0;
  color: var(--muted);
}

.ielts-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(330px, 1.05fr);
  gap: 36px;
  align-items: center;
}

.pill-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 12px;
}

.pill-list span {
  padding: 13px 16px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  text-align: center;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.pill-list span:last-child {
  grid-column: 1 / -1;
  max-width: 260px;
  justify-self: center;
}

.pill-list span:hover {
  transform: translateY(-4px);
  color: #111111;
  background: var(--gold);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid div {
  padding: 24px;
  border-radius: 16px;
  background: var(--soft);
  transition: transform .2s ease, box-shadow .2s ease;
}

.process-grid div:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(8, 35, 69, .1);
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold-dark);
  font-size: 28px;
  font-weight: 900;
}

.team-grid {
  grid-template-columns: repeat(4, 1fr);
}

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 76px;
  background: linear-gradient(135deg, rgba(6, 35, 69, .08), rgba(243, 191, 33, .18));
  pointer-events: none;
}

.team-profile {
  position: relative;
  display: grid;
  gap: 16px;
  margin-top: 12px;
}

.team-photo {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(8, 35, 69, .22);
}

.team-card h3 {
  margin-bottom: 4px;
}

.team-contact-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.team-contact-list a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 850;
  word-break: break-word;
  transition: color .2s ease, transform .2s ease;
}

.team-contact-list a:hover {
  color: var(--blue);
  transform: translateX(4px);
}

.team-contact-list i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #111111;
  background: var(--gold);
  font-size: 13px;
}

.team-office-list {
  display: grid;
  gap: 22px;
}

.founder-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(243, 191, 33, .5);
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(6, 35, 69, .96), rgba(11, 63, 136, .92));
  box-shadow: 0 24px 55px rgba(8, 35, 69, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}

.founder-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 70px rgba(8, 35, 69, .24);
}

.founder-avatar {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: #111111;
  background: var(--gold);
  font-size: 32px;
}

.founder-photo {
  overflow: hidden;
  padding: 0;
  background: var(--white);
}

.founder-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.founder-info h3 {
  margin: 8px 0 4px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.1;
}

.founder-info p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 900;
}

.founder-profile-link {
  display: inline-block;
  color: inherit;
  transition: transform .2s ease;
}

.founder-profile-link:hover {
  transform: translateX(4px);
}

.founder-profile-link::after,
.team-profile-link::after {
  content: "View Profile";
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #111111;
  background: var(--gold);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.founder-actions a {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.team-office {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(8, 35, 69, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.team-office:hover {
  transform: translateY(-5px);
  border-color: rgba(8, 35, 69, .18);
  box-shadow: 0 24px 50px rgba(8, 35, 69, .13);
}

.team-office-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.team-office-head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.team-member-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.team-member {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid #e6edf6;
  border-radius: 16px;
  background: #fbfdff;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.team-member:hover {
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: 0 16px 32px rgba(8, 35, 69, .1);
}

.team-avatar {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 21px;
  box-shadow: 0 12px 24px rgba(8, 35, 69, .18);
}

.team-photo {
  overflow: hidden;
  color: transparent;
  background: var(--white);
  box-shadow: 0 12px 24px rgba(8, 35, 69, .18), 0 0 0 3px rgba(243, 191, 33, .32);
}

.team-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-avatar.male {
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.team-avatar.female {
  background: linear-gradient(135deg, #7c3aed, #db2777);
}

.team-member-info h4 {
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.team-profile-link {
  display: inline-block;
  padding: 4px 0;
  border-radius: 10px;
  transition: color .2s ease, transform .2s ease;
}

.team-profile-link:hover {
  transform: translateX(4px);
}

.team-profile-link:hover h4 {
  color: var(--blue);
}

.team-member-info p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.team-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.team-actions a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-size: 16px;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.team-actions a:nth-child(2) {
  color: var(--white);
  background: var(--green);
}

.team-actions a:nth-child(3) {
  color: var(--white);
  background: var(--blue);
}

.team-actions a:hover {
  transform: translateY(-3px) scale(1.08);
  color: var(--white);
  background: var(--navy);
}

.stars {
  margin-bottom: 14px;
  color: var(--gold-dark);
  font-size: 18px;
  letter-spacing: 2px;
}

.testimonial-card h3 {
  margin-top: 18px;
  margin-bottom: 2px;
}

.testimonial-card span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.testimonial-grid {
  grid-template-columns: repeat(4, 1fr);
}

.video-testimonial {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 16px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 35, 69, .92), rgba(8, 35, 69, .76)),
    url("assets/images/student-success.png") center/cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.video-testimonial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(243, 191, 33, .18), transparent 42%);
  pointer-events: none;
}

.video-testimonial video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  border: 0;
  background: #000000;
}

.video-testimonial i {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-size: 20px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, .26);
}

.video-testimonial span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(0, 0, 0, .36);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(6px);
}

.review-marquee {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  padding: 6px 0;
}

.review-marquee::before,
.review-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  pointer-events: none;
}

.review-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--soft), rgba(244, 247, 251, 0));
}

.review-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--soft), rgba(244, 247, 251, 0));
}

.review-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: reviewSlide 30s linear infinite;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-slide {
  width: 280px;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 35, 69, .08);
}

.review-slide p {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.55;
}

.review-slide strong {
  display: block;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.review-slide span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.team-profile-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0;
  background:
    radial-gradient(circle at top left, rgba(243, 191, 33, .16), transparent 30%),
    linear-gradient(135deg, #f7faff 0%, #ffffff 48%, #fff7dc 100%);
}

.team-profile-grid {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: 38px;
  align-items: stretch;
}

.team-profile-frame {
  position: sticky;
  top: 150px;
  align-self: start;
  aspect-ratio: 1 / 1;
  min-height: 420px;
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(6, 35, 69, .96), rgba(11, 63, 136, .9)),
    var(--navy);
  box-shadow: 0 30px 75px rgba(8, 35, 69, .2);
}

.team-profile-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(243, 191, 33, .45);
  border-radius: 20px;
  pointer-events: none;
}

.team-profile-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-avatar-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 138px;
  background:
    radial-gradient(circle at center, rgba(243, 191, 33, .12), transparent 46%),
    linear-gradient(135deg, var(--navy), var(--blue));
}

.team-profile-card {
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(8, 35, 69, .12);
}

.team-profile-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 900;
}

.team-profile-card h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}

.team-profile-role {
  margin: 14px 0 0;
  color: var(--gold-dark);
  font-size: 22px;
  font-weight: 900;
}

.team-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.team-profile-meta span {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--navy);
  background: #fff4c7;
  font-size: 14px;
  font-weight: 900;
}

.team-profile-card h2 {
  margin: 28px 0 10px;
  color: var(--navy);
  font-size: 28px;
  letter-spacing: -.035em;
}

.team-profile-card p {
  color: var(--muted);
  font-size: 17px;
}

.team-profile-contact {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.team-profile-contact a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(8, 35, 69, .07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.team-profile-contact a:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 35, 69, .18);
  box-shadow: 0 18px 36px rgba(8, 35, 69, .12);
}

.team-profile-contact i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #111111;
  background: var(--gold);
  font-size: 19px;
}

.team-profile-contact a:nth-child(2) i {
  color: var(--white);
  background: var(--green);
}

.team-profile-contact a:nth-child(3) i {
  color: var(--white);
  background: var(--blue);
}

.team-profile-contact strong {
  display: block;
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@keyframes reviewSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.faq-list {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
  transition: transform .2s ease, box-shadow .2s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(8, 35, 69, .1);
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  color: var(--navy);
  background: var(--white);
  text-align: left;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
}

.faq-item.active .faq-answer {
  display: block;
}

.office-grid {
  grid-template-columns: repeat(4, 1fr);
}

.office-card {
  position: relative;
  overflow: hidden;
}

.office-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 9px 16px;
  border-radius: 10px;
  color: #111111;
  background: var(--gold);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(213, 154, 0, .22);
}

.office-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, color .2s ease;
}

.office-location:hover {
  transform: translateX(4px);
  color: var(--navy);
}

.office-location i {
  color: var(--gold-dark);
}

.office-actions {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.office-actions a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: var(--gold);
  font-size: 17px;
  transition: transform .2s ease, background .2s ease;
}

.office-actions a:hover {
  transform: translateY(-3px) scale(1.08);
  background: #ffd33d;
}

.final-cta {
  padding: 58px 0;
  color: var(--navy);
  background: linear-gradient(135deg, #fff8dd 0%, #f5f9ff 52%, #ffffff 100%);
  border-top: 1px solid #f4e4a6;
  border-bottom: 1px solid rgba(8, 35, 69, .08);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.final-cta h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
}

.final-cta p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-actions {
  min-width: 480px;
  justify-content: flex-end;
}

.final-actions .btn {
  width: 230px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 56px 0 24px;
  color: rgba(255, 255, 255, .78);
  background: var(--navy);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 520'%3E%3Cg fill='%23ffffff' opacity='.42'%3E%3Cpath d='M150 190c34-52 98-70 156-44 41 18 65 52 111 46 34-5 47-31 85-22 31 8 57 38 51 69-8 43-64 40-93 66-39 35-18 96-60 128-38 28-94-7-136-28-55-27-125-22-166-70-38-45 17-89 52-145z'/%3E%3Cpath d='M515 155c55-52 141-56 203-15 35 23 43 56 89 60 43 4 85-28 126-11 43 18 55 81 23 117-33 38-93 16-127 52-32 34-14 91-51 121-43 35-109 2-149-35-41-38-58-95-111-118-43-18-111-3-131-50-19-45 84-80 128-121z'/%3E%3Cpath d='M872 88c38-22 98-12 126 25 24 31 8 65 37 91 25 22 66 12 94 36 31 27 29 83-4 106-31 22-68 0-101 18-39 22-28 78-67 104-37 25-93 6-116-32-22-38 12-76-7-116-17-36-68-41-78-79-13-51 73-128 116-153z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 94% auto;
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr .75fr 1fr;
  gap: 32px;
}

.footer-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-grid h3 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 18px;
}

.footer-grid a {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .78);
  transition: color .2s ease, transform .2s ease;
}

.footer-grid a:hover {
  color: var(--white);
  transform: translateX(4px);
}

.footer-grid p {
  margin: 0 0 10px;
}

.footer-grid i {
  color: var(--gold);
  margin-right: 7px;
}

.footer-contact-link {
  display: flex !important;
  align-items: center;
  gap: 4px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 16px;
  transform: none;
}

.footer-trust-line {
  max-width: 330px;
  margin: 0 auto 18px !important;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.footer-brand:hover {
  transform: translateY(-3px);
}

.footer-brand .brand-logo {
  width: 96px;
  height: 96px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-brand strong {
  color: var(--white);
  font-size: 31px;
  font-weight: 700;
}

.footer-brand small {
  color: var(--gold);
  font-size: 19px;
}

.footer-social {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
}

.footer-social a {
  width: 27px !important;
  height: 27px !important;
  min-width: 27px;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 7px !important;
  color: var(--white) !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.footer-social a:hover {
  transform: translateY(-3px) scale(1.07) !important;
}

.footer-social i {
  color: var(--white) !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1060px) {
  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 0;
  }

  .topbar-right {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .topbar-contact-icons {
    flex-wrap: wrap;
  }

  .topbar-social {
    width: 100%;
    margin-left: 0;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .navbar {
    position: relative;
  }

  .hero-grid,
  .split-grid,
  .ielts-grid,
  .team-profile-grid,
  .destination-hero-grid,
  .university-detail-hero-grid,
  .university-info-grid {
    grid-template-columns: 1fr;
  }

  .team-profile-frame {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .card-grid,
  .destination-grid,
  .blog-grid,
  .testimonial-grid,
  .team-grid,
  .program-grid,
  .university-grid,
  .subject-grid,
  .field-university-grid,
  .north-cyprus-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .office-grid,
  .process-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .founder-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .founder-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 98px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-actions {
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .topbar-contact-icons {
    gap: 8px 12px;
  }

  .topbar-contact-icons a {
    font-size: 12px;
  }

  .social-links a,
  .footer-social a {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    font-size: 12px !important;
  }

  .footer-social i {
    font-size: 12px !important;
  }

  .nav-inner {
    min-height: 108px;
  }

  .nav-trust-line {
    align-items: center;
    justify-content: center;
    margin: -2px auto 8px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .brand-logo {
    width: 96px;
    height: 96px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: 27px;
  }

  .brand small {
    font-size: 17px;
  }

  .hero {
    padding: 58px 0;
  }

  .subpage-hero {
    padding: 54px 0;
  }

  .hero h1 {
    font-size: 42px;
  }

  .destination-hero-content h1 {
    font-size: 42px;
  }

  .destination-hero-card img {
    height: 220px;
  }

  .university-detail-hero {
    padding: 54px 0;
  }

  .university-campus-card img {
    height: 240px;
  }

  .university-card-actions {
    grid-template-columns: 1fr;
  }

  .field-hero-stats {
    gap: 9px;
  }

  .field-university-top {
    grid-template-columns: 72px 1fr;
  }

  .field-university-logo {
    width: 72px;
    height: 72px;
  }

  .field-card-actions {
    grid-template-columns: 1fr;
  }

  .subject-grid {
    grid-template-columns: 1fr;
  }

  .subject-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-trust-line {
    align-items: flex-start;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.45;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-card,
  .lead-form,
  .service-card,
  .destination-grid article,
  .blog-grid article,
  .office-card,
  .testimonial-card {
    padding: 22px;
  }

  .hero-card {
    padding-top: 0;
  }

  .hero-card-photo {
    margin: 0 -22px 22px;
  }

  .hero-card-photo img {
    height: 210px;
  }

  .destination-img {
    width: calc(100% + 44px);
    height: 188px;
    margin: -22px -22px 18px;
  }

  .card-grid,
  .destination-grid,
  .blog-grid,
  .office-grid,
  .process-grid,
  .trust-grid,
  .testimonial-grid,
  .team-grid,
  .program-grid,
  .university-grid,
  .subject-grid,
  .field-university-grid,
  .north-cyprus-guide-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .pill-list {
    grid-template-columns: 1fr;
  }

  .pill-list span:last-child {
    grid-column: auto;
    max-width: none;
  }

  .section {
    padding: 58px 0;
  }

  .section h2 {
    font-size: 34px;
  }

  .hero-actions,
  .final-actions {
    flex-direction: column;
  }

  .btn,
  .final-actions .btn {
    width: 100%;
  }

  .team-office {
    padding: 22px;
  }

  .team-profile-hero {
    padding: 48px 0;
  }

  .team-profile-card {
    padding: 24px;
  }

  .team-profile-card h1 {
    font-size: 42px;
  }

  .team-office-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-member {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .founder-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .founder-actions {
    justify-content: center;
    padding-left: 0;
  }

  .team-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 70px;
  }

  .team-actions.founder-actions {
    justify-content: center;
    padding-left: 0;
  }

  .footer-brand {
    transform: none;
  }

  .footer-brand:hover {
    transform: translateY(-3px);
  }

  .footer-brand .brand-logo {
    width: 90px;
    height: 90px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
