@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/cairo-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/cairo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/alexandria-arabic.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Alexandria";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/alexandria-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}

:root {
  --gt-primary: #ffb606;
  --gt-primary-hover: #e5a305;
  --gt-primary-text: #7a5200;
  --gt-secondary: #442e66;
  --gt-secondary-hover: #362452;
  --gt-bg: #f9fafb;
  --gt-surface: #ffffff;
  --gt-surface-soft: #f3f4f6;
  --gt-text: #1f2937;
  --gt-heading: #111827;
  --gt-muted: #4b5563;
  --gt-muted-soft: #6b7280;
  --gt-border: #e5e7eb;
  --gt-dark-bg: #121212;
  --gt-dark-surface: #1e1e1e;
  --gt-shadow: 0 20px 35px rgba(17, 24, 39, 0.09);
  --gt-radius-xl: 24px;
  --gt-radius-lg: 16px;
  --gt-radius-md: 12px;
  --gt-header-top: 18px;
  --gt-header-inline-gap: 32px;
  --gt-header-height: 80px;
  --gt-header-logo-height: 80px;
  --gt-header-logo-hero-offset: 164px;
  --gt-header-logo-page-offset: 160px;
}

html[data-theme="dark"] {
  --gt-bg: var(--gt-dark-bg);
  --gt-surface: var(--gt-dark-surface);
  --gt-surface-soft: #1f2937;
  --gt-text: #e5e7eb;
  --gt-heading: #ffffff;
  --gt-muted: #d1d5db;
  --gt-muted-soft: #9ca3af;
  --gt-primary-text: #ffcc4d;
  --gt-border: #374151;
  --gt-shadow: 0 20px 35px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--gt-bg);
  color: var(--gt-text);
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.admin-bar .gt-header {
  top: calc(var(--gt-header-top) + 32px);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

.gt-skip-link {
  position: fixed;
  top: 10px;
  inset-inline-start: 10px;
  z-index: 999;
  transform: translateY(-160%);
  background: var(--gt-secondary);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.gt-container {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.gt-container--narrow {
  width: min(100% - 32px, 896px);
}

.gt-main {
  min-height: 60vh;
}

.gt-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gt-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gt-secondary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

html[data-theme="dark"] .gt-logo {
  color: var(--gt-primary);
}

.gt-logo__mark {
  width: 32px;
  height: 32px;
  color: var(--gt-primary);
}

.gt-logo__mark svg,
.gt-stat__icon svg,
.gt-badge svg,
.gt-btn svg,
.gt-track-facts svg,
.gt-course-card__meta svg,
.gt-contact svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gt-logo__mark svg {
  fill: currentColor;
  stroke: none;
}

.gt-header {
  position: fixed;
  top: var(--gt-header-top);
  inset-inline: 0;
  z-index: 50;
  width: min(100% - var(--gt-header-inline-gap), 1180px);
  margin-inline: auto;
  overflow: visible;
  border: 1px solid rgba(229, 231, 235, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
  backdrop-filter: blur(8px);
}

html[data-theme="dark"] .gt-header {
  background: rgba(30, 30, 30, 0.92);
  border-color: rgba(55, 65, 81, 0.72);
}

.gt-header__inner {
  min-height: var(--gt-header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: auto;
  padding-inline: 24px;
}

.gt-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.gt-nav__list a {
  color: var(--gt-muted);
  transition: color 180ms ease;
}

.gt-nav__list li:first-child a,
.gt-nav__list a:hover {
  color: var(--gt-primary);
}

html[data-theme="light"] .gt-nav__list li:first-child a {
  color: var(--gt-secondary);
}

.gt-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gt-icon-btn,
.gt-menu-toggle {
  border: 0;
  background: transparent;
  color: var(--gt-muted-soft);
  cursor: pointer;
}

.gt-icon-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.gt-icon-btn:hover {
  background: var(--gt-surface-soft);
  color: var(--gt-secondary);
}

html[data-theme="dark"] .gt-icon-btn:hover {
  color: var(--gt-primary);
}

.gt-icon-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

html[data-theme="light"] .gt-icon-btn__sun,
html[data-theme="dark"] .gt-icon-btn__moon {
  display: none;
}

.gt-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
}

.gt-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  border-radius: 999px;
}

.gt-mobile-menu {
  border-top: 1px solid var(--gt-border);
  background: var(--gt-surface);
  border-radius: 0 0 18px 18px;
  padding: 8px 16px 14px;
}

.gt-header--logo-image .gt-mobile-menu {
  margin-top: 34px;
}

.gt-mobile-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--gt-muted);
  font-weight: 700;
}

.gt-mobile-menu a:hover,
.gt-mobile-menu a:first-child {
  background: var(--gt-surface-soft);
  color: var(--gt-secondary);
}

html[data-theme="dark"] .gt-mobile-menu a:first-child {
  color: #fff;
}

.gt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 800;
  line-height: 1.2;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gt-btn:hover {
  transform: translateY(-1px);
}

.gt-btn svg {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}

.gt-btn--primary {
  background: var(--gt-primary);
  color: var(--gt-secondary);
  box-shadow: 0 14px 24px rgba(255, 182, 6, 0.22);
}

.gt-btn--primary:hover {
  background: var(--gt-primary-hover);
}

.gt-btn--secondary {
  background: var(--gt-secondary);
  color: #fff;
  border-radius: 10px;
}

.gt-btn--secondary:hover {
  background: var(--gt-secondary-hover);
}

.gt-btn--outline {
  background: var(--gt-surface);
  color: var(--gt-secondary);
  border-color: var(--gt-border);
}

html[data-theme="dark"] .gt-btn--outline {
  color: #fff;
}

.gt-btn--outline:hover {
  border-color: var(--gt-primary);
}

.gt-hero {
  position: relative;
  overflow: hidden;
  padding: 136px 0 96px;
}

.gt-hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 182, 6, 0.08), transparent 28%),
    radial-gradient(circle at 0% 95%, rgba(68, 46, 102, 0.07), transparent 26%);
  pointer-events: none;
}

.gt-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  align-items: center;
  gap: 48px;
}

.gt-hero__content {
  text-align: start;
}

.gt-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 800;
}

html[data-theme="dark"] .gt-badge {
  background: rgba(30, 64, 175, 0.28);
  color: #93c5fd;
}

.gt-badge svg {
  width: 20px;
  height: 20px;
}

.gt-hero h1 {
  margin: 0 0 24px;
  color: var(--gt-secondary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: clamp(2.45rem, 4.8vw, 4rem);
  font-weight: 800;
  line-height: 1.22;
}

html[data-theme="dark"] .gt-hero h1 {
  color: #fff;
}

.gt-hero h1 span {
  color: var(--gt-primary-text);
}

.gt-hero p {
  max-width: 680px;
  margin: 0 0 32px;
  color: var(--gt-muted);
  font-size: clamp(1.08rem, 2vw, 1.25rem);
}

.gt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gt-hero__visual {
  position: relative;
  min-height: 430px;
}

.gt-hero__image {
  position: relative;
  z-index: 1;
  height: min(56vw, 500px);
  min-height: 340px;
  overflow: hidden;
  border: 4px solid var(--gt-surface);
  border-radius: 24px;
  box-shadow: var(--gt-shadow);
}

.gt-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.46), transparent 54%);
}

.gt-hero__video,
.gt-hero__video-button,
.gt-hero__video iframe {
  width: 100%;
  height: 100%;
}

.gt-hero__video-button {
  position: relative;
  display: block;
  border: 0;
  background: #111827;
  cursor: pointer;
  padding: 0;
}

.gt-hero__video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.08));
}

.gt-hero__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: var(--gt-primary);
  color: var(--gt-secondary);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.gt-hero__play svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.gt-hero__video iframe {
  display: block;
  border: 0;
}

.gt-floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  column-gap: 14px;
  min-width: 210px;
  padding: 14px;
  border: 1px solid var(--gt-border);
  border-radius: 18px;
  background: var(--gt-surface);
  box-shadow: var(--gt-shadow);
  animation: gt-float 4s ease-in-out infinite;
}

.gt-floating-card--one {
  right: -24px;
  bottom: -24px;
}

.gt-floating-card--two {
  left: -24px;
  top: -24px;
  animation-delay: 2s;
}

.gt-floating-card__icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.gt-floating-card__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.gt-floating-card__icon--green {
  background: #dcfce7;
  color: #16a34a;
}

.gt-floating-card__icon--orange {
  background: #ffedd5;
  color: #ea580c;
}

.gt-floating-card strong {
  color: var(--gt-heading);
  font-weight: 800;
}

.gt-floating-card > span:last-child {
  color: var(--gt-muted-soft);
  font-size: 0.82rem;
}

@keyframes gt-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.gt-stats {
  padding: 48px 0;
  background: var(--gt-surface);
  border-block: 1px solid var(--gt-border);
}

.gt-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.gt-stat {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
}

.gt-stat__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 182, 6, 0.12);
  color: var(--gt-primary);
}

.gt-stat__icon--briefcase {
  background: rgba(68, 46, 102, 0.10);
  color: var(--gt-secondary);
}

.gt-stat__icon--bolt {
  background: #dbeafe;
  color: #2563eb;
}

.gt-stat__icon--users {
  background: #dcfce7;
  color: #16a34a;
}

html[data-theme="dark"] .gt-stat__icon--briefcase {
  color: var(--gt-primary);
}

.gt-stat__icon svg {
  width: 32px;
  height: 32px;
}

.gt-stat h2 {
  margin: 0 0 4px;
  color: var(--gt-secondary);
  font-size: 1.08rem;
}

html[data-theme="dark"] .gt-stat h2 {
  color: #fff;
}

.gt-stat p {
  margin: 0;
  color: var(--gt-muted);
  font-size: 0.94rem;
}

.gt-section {
  padding: 80px 0;
  background: var(--gt-surface);
}

.gt-section--muted {
  background: var(--gt-bg);
  border-block: 1px solid var(--gt-border);
}

.gt-section-heading {
  margin-bottom: 48px;
}

.gt-section-heading--center {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.gt-section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.gt-section-heading > span,
.gt-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--gt-primary-text);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.gt-section-heading h2 {
  margin: 0 0 16px;
  color: var(--gt-secondary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.35;
}

html[data-theme="dark"] .gt-section-heading h2 {
  color: #fff;
}

.gt-section-heading p {
  margin: 0;
  color: var(--gt-muted);
  font-size: 1.08rem;
}

.gt-section-heading--split a {
  display: inline-flex;
  align-items: center;
  color: var(--gt-primary-text);
  font-weight: 800;
}

.gt-track-explorer {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius-xl);
  background: var(--gt-surface);
  box-shadow: var(--gt-shadow);
}

.gt-track-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid var(--gt-border);
  scrollbar-width: none;
}

.gt-track-tabs::-webkit-scrollbar {
  display: none;
}

.gt-track-tab {
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--gt-muted-soft);
  cursor: pointer;
  padding: 20px 32px;
  font-weight: 800;
  white-space: nowrap;
}

.gt-track-tab:hover,
.gt-track-tab.is-active {
  color: var(--gt-primary-text);
}

.gt-track-tab.is-active {
  border-bottom-color: var(--gt-primary);
  background: var(--gt-surface-soft);
}

.gt-track-panel {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 48px;
}

.gt-track-panel.is-active {
  display: grid;
}

.gt-track-panel h3 {
  margin: 0 0 16px;
  color: var(--gt-secondary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: 2rem;
  line-height: 1.35;
}

html[data-theme="dark"] .gt-track-panel h3 {
  color: #fff;
}

.gt-track-panel p {
  margin: 0 0 28px;
  color: var(--gt-muted);
}

.gt-track-facts {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.gt-track-facts > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gt-track-facts span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--gt-surface-soft);
  color: var(--gt-secondary);
}

html[data-theme="dark"] .gt-track-facts span {
  color: var(--gt-primary);
}

.gt-track-facts svg {
  width: 24px;
  height: 24px;
}

.gt-track-facts small {
  display: block;
  color: var(--gt-muted-soft);
}

.gt-track-facts strong {
  color: var(--gt-heading);
}

.gt-track-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gt-track-panel__media {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.14);
}

.gt-track-panel__caption {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  color: #fff;
  background: linear-gradient(to top, rgba(68, 46, 102, 0.82), transparent);
}

.gt-track-panel__caption strong,
.gt-track-panel__caption span {
  display: block;
}

.gt-page-hero {
  padding: 132px 0 72px;
  background: var(--gt-secondary);
  color: #fff;
}

.gt-page-hero h1 {
  margin: 12px 0 12px;
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.gt-page-hero p {
  max-width: 720px;
  margin: 0;
  color: #d1d5db;
  font-size: 1.08rem;
}

.gt-tracks-list {
  display: grid;
  gap: 28px;
}

.gt-track-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  gap: 32px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius-xl);
  background: var(--gt-surface);
  box-shadow: var(--gt-shadow);
  padding: 28px;
}

.gt-track-card h3 {
  margin: 0 0 12px;
  color: var(--gt-secondary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: 1.8rem;
}

html[data-theme="dark"] .gt-track-card h3 {
  color: #fff;
}

.gt-track-card p {
  margin: 0 0 20px;
  color: var(--gt-muted);
}

.gt-track-card__media {
  overflow: hidden;
  min-height: 280px;
  border-radius: 18px;
}

.gt-meta-list,
.gt-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gt-meta-list {
  margin-bottom: 20px;
}

.gt-meta-list span {
  border-radius: 999px;
  background: var(--gt-surface-soft);
  color: var(--gt-muted);
  padding: 6px 12px;
  font-size: 0.9rem;
  font-weight: 800;
}

.gt-btn--ghost {
  background: transparent;
  color: var(--gt-secondary);
  border-color: var(--gt-border);
  border-radius: 10px;
}

html[data-theme="dark"] .gt-btn--ghost {
  color: #fff;
}

.gt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.gt-course-card,
.gt-testimonial {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: 18px;
  background: var(--gt-bg);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.04);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

html[data-theme="dark"] .gt-course-card {
  background: #1f2937;
}

.gt-course-card:hover,
.gt-testimonial:hover {
  transform: translateY(-2px);
  box-shadow: var(--gt-shadow);
}

.gt-course-card__image {
  position: relative;
  display: block;
  height: 224px;
  overflow: hidden;
}

.gt-course-card__image img {
  transition: transform 500ms ease;
}

.gt-course-card:hover .gt-course-card__image img {
  transform: scale(1.05);
}

.gt-course-card__image span {
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  background: var(--gt-primary);
  color: var(--gt-secondary);
  padding: 4px 12px;
  font-size: 0.78rem;
  font-weight: 800;
}

.gt-course-card__body {
  padding: 24px;
}

.gt-course-card h3 {
  min-height: 64px;
  margin: 0 0 12px;
  color: var(--gt-secondary);
  font-size: 1.25rem;
  line-height: 1.5;
}

html[data-theme="dark"] .gt-course-card h3 {
  color: #fff;
}

.gt-course-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--gt-muted-soft);
  font-size: 0.92rem;
  margin-bottom: 24px;
}

.gt-course-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.gt-course-card__meta svg {
  width: 16px;
  height: 16px;
}

.gt-course-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--gt-border);
}

.gt-course-card__footer strong {
  color: var(--gt-primary-text);
  font-size: 1.1rem;
}

.gt-course-card__footer a {
  color: var(--gt-secondary);
  font-weight: 800;
}

html[data-theme="dark"] .gt-course-card__footer a {
  color: #fff;
}

.gt-testimonial {
  position: relative;
  padding: 32px;
  background: var(--gt-surface);
}

.gt-quote-mark {
  position: absolute;
  top: 18px;
  left: 24px;
  color: var(--gt-surface-soft);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
}

.gt-testimonial p,
.gt-testimonial__text {
  position: relative;
  z-index: 1;
  margin: 0 0 24px;
  color: var(--gt-muted);
  font-style: italic;
}

.gt-testimonial__person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gt-testimonial__person img,
.gt-testimonial__person .wp-post-image {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 999px;
  object-fit: cover;
}

.gt-avatar-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: var(--gt-surface-soft);
}

.gt-testimonial__person strong,
.gt-testimonial__person span {
  display: block;
}

.gt-testimonial__person strong {
  color: var(--gt-heading);
}

.gt-testimonial__person span {
  color: var(--gt-primary-text);
  font-size: 0.92rem;
  font-weight: 800;
}

.gt-faq-list {
  display: grid;
  gap: 16px;
}

.gt-faq {
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: 14px;
  background: var(--gt-bg);
}

html[data-theme="dark"] .gt-faq {
  background: #1f2937;
}

.gt-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 24px;
  color: var(--gt-heading);
  font-weight: 800;
  list-style: none;
}

.gt-faq summary::-webkit-details-marker {
  display: none;
}

.gt-faq summary svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gt-primary);
  stroke-width: 2;
  transition: transform 180ms ease;
}

.gt-faq[open] summary svg {
  transform: rotate(180deg);
}

.gt-faq div {
  padding: 0 24px 24px;
  color: var(--gt-muted);
}

.gt-faq div p {
  margin: 0;
}

.gt-contact {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius-xl);
  background: var(--gt-surface);
  box-shadow: var(--gt-shadow);
}

.gt-contact__info {
  background: var(--gt-secondary);
  color: #fff;
  padding: 48px;
}

.gt-contact__info h2,
.gt-contact__form h2,
.gt-contact__map h2 {
  margin: 0 0 28px;
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: 1.55rem;
}

.gt-contact__info ul {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gt-contact__info li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.gt-contact__info i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: var(--gt-primary);
  font-style: normal;
}

.gt-contact__info svg {
  width: 24px;
  height: 24px;
}

.gt-contact__info span {
  display: block;
  color: #d1d5db;
  font-size: 0.9rem;
}

.gt-contact__info a,
.gt-contact__info li div {
  font-size: 1.06rem;
  font-weight: 800;
}

.gt-contact__social {
  display: flex;
  gap: 14px;
  margin-top: 56px;
}

.gt-contact__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  font-weight: 800;
}

.gt-contact__social a:hover {
  background: var(--gt-primary);
  color: var(--gt-secondary);
}

.gt-contact__form {
  padding: 48px;
}

.gt-contact__map {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 48px;
  background:
    linear-gradient(135deg, rgba(255, 182, 6, .12), transparent 42%),
    var(--gt-surface);
}

.gt-contact__map p {
  margin: 0 0 10px;
  color: var(--gt-muted);
  font-size: 1.08rem;
  font-weight: 700;
}

.gt-contact__map .gt-btn {
  width: fit-content;
  border-radius: 10px;
}

.gt-form,
.wpcf7-form {
  display: grid;
  gap: 20px;
}

.gt-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.gt-form label,
.wpcf7-form label {
  display: grid;
  gap: 8px;
  color: var(--gt-muted);
  font-weight: 700;
}

.gt-form input,
.gt-form textarea,
.gt-newsletter input,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  border: 1px solid var(--gt-border);
  border-radius: 10px;
  background: var(--gt-bg);
  color: var(--gt-heading);
  outline: none;
  padding: 12px 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.gt-form textarea,
.wpcf7-form textarea {
  resize: vertical;
}

.gt-form input:focus,
.gt-form textarea:focus,
.gt-newsletter input:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: var(--gt-primary);
  box-shadow: 0 0 0 3px rgba(255, 182, 6, 0.20);
}

.gt-form .gt-btn {
  width: 100%;
  border-radius: 10px;
  min-height: 56px;
}

.gt-footer {
  background: var(--gt-surface);
  border-top: 1px solid var(--gt-border);
  padding: 64px 0 32px;
}

.gt-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.gt-footer p {
  color: var(--gt-muted);
}

.gt-footer h2 {
  display: inline-block;
  margin: 0 0 24px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--gt-primary);
  color: var(--gt-heading);
  font-size: 1.08rem;
}

.gt-footer__map {
  margin-bottom: 48px;
}

.gt-footer__map-frame {
  overflow: hidden;
  min-height: 280px;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: var(--gt-surface-soft);
}

.gt-footer__map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.gt-footer__links {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gt-footer__links a,
.gt-footer__links li {
  color: var(--gt-muted);
}

.gt-footer__links a:hover,
.gt-footer__bottom a:hover {
  color: var(--gt-primary);
}

.gt-newsletter {
  display: flex;
  align-items: stretch;
}

.gt-newsletter input {
  border-radius: 0 10px 10px 0;
}

.gt-newsletter button {
  border: 0;
  border-radius: 10px 0 0 10px;
  background: var(--gt-primary);
  color: var(--gt-secondary);
  cursor: pointer;
  font-weight: 800;
  padding: 0 16px;
}

.gt-newsletter button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(180deg);
}

.gt-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid var(--gt-border);
  color: var(--gt-muted-soft);
  font-size: 0.92rem;
}

.gt-footer__bottom p {
  margin: 0;
}

.gt-footer__bottom div {
  display: flex;
  gap: 18px;
}

.gt-floating-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  display: grid;
  gap: 12px;
}

.gt-floating-actions a,
.gt-floating-actions button {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.16);
  transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease, background 180ms ease;
}

.gt-floating-actions a:hover,
.gt-floating-actions button:hover {
  transform: scale(1.08);
}

.gt-whatsapp {
  background: #22c55e;
}

.gt-scroll-top {
  visibility: hidden;
  opacity: 0;
  background: #111827;
}

.gt-floating-actions svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.gt-scroll-top svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gt-scroll-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.gt-scroll-top:hover {
  background: var(--gt-primary);
  color: var(--gt-secondary);
}

.gt-track-hero {
  position: relative;
  overflow: hidden;
  padding: 128px 0 80px;
  background: var(--gt-secondary);
  color: #fff;
}

.gt-track-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.10;
  background-image: linear-gradient(135deg, currentColor 12.5%, transparent 12.5%, transparent 50%, currentColor 50%, currentColor 62.5%, transparent 62.5%, transparent 100%);
  background-size: 40px 40px;
}

.gt-track-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: 48px;
}

.gt-back-link {
  display: inline-block;
  margin-bottom: 18px;
  color: #d1d5db;
  font-weight: 700;
}

.gt-track-hero h1 {
  max-width: 720px;
  margin: 12px 0 20px;
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  line-height: 1.25;
}

.gt-track-hero p {
  max-width: 640px;
  margin: 0 0 28px;
  color: #d1d5db;
  font-size: 1.1rem;
}

.gt-track-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gt-track-hero__meta span {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.10);
  padding: 8px 14px;
  color: #fff;
  font-weight: 800;
}

.gt-track-hero__image {
  overflow: hidden;
  height: 320px;
  border: 4px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  box-shadow: var(--gt-shadow);
}

.gt-track-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.9fr);
  gap: 48px;
  align-items: start;
}

.gt-track-main h2 {
  display: inline-block;
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--gt-primary);
  color: var(--gt-secondary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: 2rem;
}

html[data-theme="dark"] .gt-track-main h2 {
  color: #fff;
}

.gt-content {
  margin-bottom: 44px;
  color: var(--gt-muted);
  font-size: 1.05rem;
}

.gt-curriculum {
  display: grid;
  gap: 20px;
  margin-bottom: 44px;
}

.gt-term,
.gt-info-box,
.gt-cta-box {
  border: 1px solid var(--gt-border);
  border-radius: 16px;
  background: var(--gt-surface);
  padding: 24px;
}

.gt-term__head {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}

.gt-term__head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--gt-primary);
  color: var(--gt-secondary);
  font-weight: 900;
}

.gt-term h3,
.gt-term p {
  margin: 0;
}

.gt-term__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.gt-term ul {
  margin: 0;
  padding-inline-start: 20px;
  color: var(--gt-muted);
}

.gt-track-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 20px;
}

.gt-info-box h2,
.gt-cta-box h2 {
  margin: 0 0 16px;
  color: var(--gt-heading);
}

.gt-info-box dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.gt-info-box dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gt-border);
}

.gt-info-box dt {
  color: var(--gt-muted-soft);
}

.gt-info-box dd {
  margin: 0;
  color: var(--gt-heading);
  font-weight: 800;
}

.gt-cta-box {
  background: var(--gt-secondary);
  color: #fff;
}

.gt-cta-box p {
  color: #d1d5db;
}

.gt-cta-box .gt-btn {
  width: 100%;
  background: var(--gt-primary);
  color: var(--gt-secondary);
}

.gt-empty {
  color: var(--gt-muted);
}

@media (max-width: 1024px) {
  .gt-nav {
    display: none;
  }

  .gt-menu-toggle {
    display: block;
  }

  .gt-header__cta {
    display: none;
  }

  .gt-hero__grid,
  .gt-track-panel,
  .gt-track-card,
  .gt-contact,
  .gt-track-hero__grid,
  .gt-track-layout {
    grid-template-columns: 1fr;
  }

  .gt-hero__visual {
    min-height: auto;
  }

  .gt-stats__grid,
  .gt-card-grid,
  .gt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gt-track-sidebar {
    position: static;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gt-header {
    top: calc(var(--gt-header-top) + 46px);
  }
}

@media (max-width: 720px) {
  .gt-container,
  .gt-container--narrow {
    width: min(100% - 24px, 1280px);
  }

  .gt-header__inner {
    min-height: 72px;
  }

  .gt-hero {
    padding: 112px 0 64px;
  }

  .gt-hero__grid {
    gap: 32px;
  }

  .gt-hero__image {
    min-height: 270px;
    height: 72vw;
    border-radius: 18px;
  }

  .gt-floating-card {
    position: relative;
    inset: auto;
    min-width: 0;
    width: calc(50% - 6px);
    display: inline-grid;
    margin-top: 12px;
    vertical-align: top;
    animation: none;
  }

  .gt-floating-card--one {
    margin-inline-end: 8px;
  }

  .gt-section,
  .gt-stats {
    padding: 56px 0;
  }

  .gt-stats__grid,
  .gt-card-grid,
  .gt-footer__grid,
  .gt-term__cols {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gt-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .gt-track-panel {
    padding: 28px 20px;
  }

  .gt-track-panel__media {
    min-height: 260px;
  }

  .gt-contact__info,
  .gt-contact__form,
  .gt-contact__map {
    padding: 28px 20px;
  }

  .gt-form__row {
    grid-template-columns: 1fr;
  }

  .gt-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .gt-footer__map-frame {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }

  .gt-floating-actions {
    right: 16px;
    bottom: 16px;
  }

.gt-floating-actions a,
.gt-floating-actions button {
  width: 50px;
  height: 50px;
}
}

.gt-logo__image,
.gt-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 52px;
  object-fit: contain;
}

.gt-logo--image {
  align-self: stretch;
  justify-content: center;
  min-width: 154px;
  min-height: 118px;
  margin-block: -14px -32px;
  padding: 12px 16px;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 24, 39, .13);
  position: relative;
  z-index: 2;
}

.gt-logo--image .gt-logo__image,
.gt-logo--image img {
  width: 148px;
  max-width: 100%;
  max-height: none;
}

.gt-header--logo-image .gt-header__inner {
  min-height: var(--gt-header-logo-height);
  align-items: stretch;
}

.gt-header--logo-image .gt-logo--image {
  min-width: 164px;
  min-height: 122px;
  margin-block: -14px -34px;
  padding: 12px 18px;
}

.gt-header--logo-image .gt-logo--image .gt-logo__image,
.gt-header--logo-image .gt-logo--image img {
  width: 152px;
  max-width: 100%;
  max-height: none;
}

.gt-header--logo-image .gt-nav,
.gt-header--logo-image .gt-header__actions {
  align-self: center;
}

.gt-header--logo-image + .gt-main .gt-hero {
  padding-top: var(--gt-header-logo-hero-offset);
}

.gt-header--logo-image + .gt-main .gt-page-hero,
.gt-header--logo-image + .gt-main .gt-track-hero,
.gt-header--logo-image + .gt-main .gt-course-single-hero,
.gt-header--logo-image + .gt-main .gt-auth-section {
  padding-top: var(--gt-header-logo-page-offset);
}

html[data-theme="dark"] .gt-logo--image {
  background: #fff;
  border-color: rgba(255, 255, 255, .9);
}

.gt-auth-link {
  color: var(--gt-secondary);
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease;
}

.gt-auth-link:hover,
.gt-auth-link:focus {
  color: var(--gt-primary-hover);
}

.gt-auth-section {
  min-height: calc(100vh - 86px);
  padding: 132px 0 76px;
  background:
    linear-gradient(180deg, rgba(255, 182, 6, .08), rgba(255, 255, 255, 0) 34%),
    var(--gt-light);
}

.gt-auth {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 460px);
  gap: 36px;
  align-items: center;
}

.gt-auth__intro {
  display: grid;
  gap: 18px;
}

.gt-auth__intro h1 {
  max-width: 640px;
  margin: 0;
  color: var(--gt-secondary);
  font-family: var(--gt-heading-font);
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1.1;
}

.gt-auth__intro p {
  max-width: 580px;
  margin: 0;
  color: var(--gt-muted);
  font-size: 1.05rem;
  line-height: 2;
}

.gt-auth__form {
  display: grid;
  gap: 16px;
  padding: 32px;
  border: 1px solid rgba(54, 36, 82, .12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(54, 36, 82, .08);
}

.gt-auth__form label {
  display: grid;
  gap: 8px;
  color: var(--gt-secondary);
  font-weight: 800;
}

.gt-auth__form input[type="text"],
.gt-auth__form input[type="email"],
.gt-auth__form input[type="password"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(54, 36, 82, .2);
  border-radius: 8px;
  background: #fff;
  color: var(--gt-dark);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.gt-auth__form input:focus {
  outline: none;
  border-color: var(--gt-primary);
  box-shadow: 0 0 0 3px rgba(255, 182, 6, .18);
}

.gt-auth__check {
  display: inline-flex !important;
  grid-template-columns: none !important;
  gap: 8px !important;
  align-items: center;
  color: var(--gt-muted) !important;
  font-weight: 700 !important;
}

.gt-auth__check input {
  width: 18px;
  height: 18px;
  accent-color: var(--gt-primary);
}

.gt-auth__notice {
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.8;
}

.gt-auth__notice p {
  margin: 0;
}

.gt-auth__notice--error {
  border: 1px solid rgba(196, 28, 28, .2);
  background: #fff1f1;
  color: #8a1f1f;
}

.gt-auth__notice--success {
  border: 1px solid rgba(22, 128, 74, .2);
  background: #ecfdf3;
  color: #166534;
}

.gt-auth__email-pill {
  padding: 12px 14px;
  border: 1px solid rgba(54, 36, 82, .14);
  border-radius: 8px;
  background: var(--gt-surface-soft);
  color: var(--gt-secondary);
  direction: ltr;
  font-weight: 800;
  text-align: center;
}

.gt-auth__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  color: var(--gt-muted);
  font-weight: 700;
}

.gt-auth__links a {
  color: var(--gt-secondary);
  text-decoration: none;
}

.gt-auth__links a:hover,
.gt-auth__links a:focus {
  color: var(--gt-primary-hover);
}

.gt-courses-hero__grid,
.gt-course-single-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: 34px;
  align-items: center;
}

.gt-courses-hero__summary {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.gt-courses-hero__summary strong {
  color: var(--gt-primary);
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1;
}

.gt-course-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(3, minmax(160px, 1fr)) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: var(--gt-surface);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}

.gt-course-filters label {
  display: grid;
  gap: 8px;
  color: var(--gt-secondary);
  font-weight: 800;
}

.gt-course-filters input,
.gt-course-filters select {
  width: 100%;
  min-height: 50px;
  padding: 10px 12px;
  border: 1px solid rgba(54, 36, 82, .18);
  border-radius: 8px;
  background: var(--gt-surface);
  color: var(--gt-text);
}

.gt-course-filters input:focus,
.gt-course-filters select:focus {
  outline: none;
  border-color: var(--gt-primary);
  box-shadow: 0 0 0 3px rgba(255, 182, 6, .18);
}

.gt-course-filters__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gt-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 22px;
  color: var(--gt-muted);
  font-weight: 800;
}

.gt-results-bar p {
  margin: 0;
}

.gt-course-listing-grid {
  align-items: stretch;
}

.gt-empty--large {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 44px 22px;
  border: 1px dashed rgba(54, 36, 82, .22);
  border-radius: 8px;
  background: var(--gt-surface);
  text-align: center;
}

.gt-empty--large h2,
.gt-empty--large p {
  margin: 0;
}

.gt-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 34px;
}

.gt-pagination .page-numbers {
  min-width: 42px;
  padding: 8px 12px;
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: var(--gt-surface);
  color: var(--gt-secondary);
  font-weight: 800;
  text-align: center;
}

.gt-pagination .current,
.gt-pagination .page-numbers:hover {
  border-color: var(--gt-primary);
  background: var(--gt-primary);
  color: var(--gt-secondary);
}

.gt-course-single-hero {
  padding: 132px 0 72px;
  background: var(--gt-secondary);
  color: #fff;
}

.gt-course-single-hero__content h1 {
  max-width: 780px;
  margin: 14px 0 16px;
  font-family: "Alexandria", "Cairo", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.18;
}

.gt-course-single-hero__content p {
  max-width: 700px;
  margin: 0;
  color: #e5e7eb;
  font-size: 1.08rem;
}

.gt-course-single-hero__meta,
.gt-course-single-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.gt-course-single-hero__meta span,
.gt-course-single-hero__meta a {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
}

.gt-course-single-hero__image {
  min-height: 340px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.gt-course-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  align-items: start;
}

.gt-course-single-main,
.gt-course-single-sidebar .gt-info-box {
  border: 1px solid var(--gt-border);
  border-radius: 8px;
  background: var(--gt-surface);
  box-shadow: 0 10px 26px rgba(17, 24, 39, .05);
}

.gt-course-single-main {
  padding: 34px;
}

.gt-course-single-main h2 {
  margin-top: 0;
}

.gt-course-single-sidebar {
  position: sticky;
  top: 104px;
}

.gt-learnpress-button form,
.gt-learnpress-button .lp-button,
.gt-learnpress-button button {
  margin: 0;
}

.gt-learnpress-button .lp-button,
.gt-learnpress-button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  background: var(--gt-primary);
  color: var(--gt-secondary);
  font-weight: 900;
  cursor: pointer;
}

.gt-course-card {
  border-radius: 8px;
}

.gt-course-card__body p {
  min-height: 58px;
  margin: 0 0 16px;
  color: var(--gt-muted);
}

@media (max-width: 1040px) {
  .gt-course-filters,
  .gt-course-single-hero__grid,
  .gt-courses-hero__grid,
  .gt-course-single-layout {
    grid-template-columns: 1fr;
  }

  .gt-course-single-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  :root {
    --gt-header-top: 12px;
    --gt-header-inline-gap: 20px;
    --gt-header-height: 72px;
    --gt-header-logo-height: 72px;
    --gt-header-logo-hero-offset: 162px;
    --gt-header-logo-page-offset: 156px;
  }

  .gt-header {
    border-radius: 16px;
    backdrop-filter: none;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .gt-header__inner {
    gap: 8px;
    padding-inline: 14px;
  }

  .gt-logo {
    min-width: 0;
    max-width: min(58vw, 220px);
  }

  .gt-logo span:not(.gt-logo__mark) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gt-logo__image,
  .gt-logo img {
    max-width: min(48vw, 150px);
    max-height: 38px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .gt-logo--image {
    min-width: min(44vw, 170px);
    min-height: 112px;
    margin-block: -10px -34px;
    padding: 10px 14px;
    border-radius: 0 0 14px 14px;
  }

  .gt-header--logo-image .gt-header__inner {
    min-height: var(--gt-header-logo-height);
    align-items: stretch;
  }

  .gt-header--logo-image .gt-logo--image {
    min-height: 108px;
    margin-block: -10px -34px;
  }

  .gt-header--logo-image + .gt-main .gt-hero {
    padding-top: var(--gt-header-logo-hero-offset);
  }

  .gt-header--logo-image + .gt-main .gt-page-hero,
  .gt-header--logo-image + .gt-main .gt-track-hero,
  .gt-header--logo-image + .gt-main .gt-course-single-hero,
  .gt-header--logo-image + .gt-main .gt-auth-section {
    padding-top: var(--gt-header-logo-page-offset);
  }

  .gt-logo--image .gt-logo__image,
  .gt-logo--image img {
    width: min(36vw, 142px);
    max-width: 100%;
    max-height: none;
  }

  .gt-header__actions {
    flex-shrink: 0;
    gap: 8px;
  }

  .gt-header__actions .gt-auth-link {
    display: none;
  }

  .gt-mobile-menu {
    max-height: calc(100dvh - (var(--gt-header-top) + var(--gt-header-height) + 24px));
    overflow: auto;
  }

  .gt-header--logo-image .gt-mobile-menu {
    max-height: calc(100dvh - (var(--gt-header-top) + var(--gt-header-logo-height) + 58px));
  }

  .gt-hero h1,
  .gt-page-hero h1,
  .gt-course-single-hero__content h1,
  .gt-auth__intro h1 {
    overflow-wrap: anywhere;
  }

  .gt-hero__grid,
  .gt-track-panel,
  .gt-contact,
  .gt-card-grid,
  .gt-course-filters,
  .gt-courses-hero__grid,
  .gt-course-single-hero__grid,
  .gt-course-single-layout {
    min-width: 0;
  }

  .gt-course-filters {
    padding: 16px;
    gap: 12px;
  }

  .gt-course-filters input,
  .gt-course-filters select {
    min-width: 0;
  }

  .gt-course-filters__actions,
  .gt-course-single-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gt-course-single-main {
    padding: 24px 18px;
  }

  .gt-btn {
    white-space: normal;
    text-align: center;
  }

  .gt-course-single-hero__image {
    min-height: 240px;
  }
}

@media (max-width: 860px) {
  .gt-auth {
    grid-template-columns: 1fr;
  }

  .gt-auth-section {
    padding-top: 112px;
  }

  .gt-auth__form {
    padding: 24px 18px;
  }
}

@media (max-width: 520px) {
  .gt-logo {
    font-size: 1.28rem;
  }

  .gt-badge {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 0.9rem;
  }

  .gt-hero__actions,
  .gt-track-panel__actions {
    flex-direction: column;
  }

  .gt-btn {
    width: 100%;
  }

  .gt-floating-card {
    width: 100%;
  }

  .gt-track-tab {
    padding: 16px 20px;
  }

  .gt-course-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  :root {
    --gt-header-logo-hero-offset: 154px;
    --gt-header-logo-page-offset: 150px;
  }

  .gt-container {
    width: min(100% - 20px, 1280px);
  }

  .gt-section,
  .gt-stats {
    padding: 44px 0;
  }

  .gt-hero {
    padding: 100px 0 48px;
  }

  .gt-page-hero,
  .gt-course-single-hero {
    padding: 108px 0 52px;
  }

  .gt-auth-section {
    padding: 104px 0 52px;
  }

  .gt-course-card__image {
    height: 190px;
  }

  .gt-contact__info li {
    gap: 10px;
  }

  .gt-contact__info i {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
}
