body.tands-cebu-students-view main.inner-page {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

body.tands-cebu-students-view .inner-page > .container,
body.tands-cebu-students-view .inner-page > .tands-container,
body.tands-cebu-students-view .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.cs-page {
  --cs-navy: #102a43;
  --cs-navy-2: #173b55;
  --cs-green: #20c985;
  --cs-green-dark: #087f5b;
  --cs-green-soft: #e9fbf4;
  --cs-aqua: #dff7f3;
  --cs-coral: #e9785d;
  --cs-gold: #f2b84b;
  --cs-ink: #1d2b36;
  --cs-muted: #5c6975;
  --cs-line: #d8e6e1;
  --cs-soft: #f5faf8;
  --cs-white: #fff;
  color: var(--cs-ink);
  background: var(--cs-white);
  font-family: inherit;
  line-height: 1.9;
  overflow: clip;
}

.cs-page *,
.cs-page *::before,
.cs-page *::after {
  box-sizing: border-box;
}

.cs-page p:empty {
  display: none !important;
}

.cs-page h1,
.cs-page h2,
.cs-page h3,
.cs-page p,
.cs-page ul,
.cs-page ol {
  margin-top: 0;
}

.cs-page h1,
.cs-page h2,
.cs-page h3 {
  color: var(--cs-navy);
  line-height: 1.35;
  letter-spacing: 0;
}

.cs-page h1 {
  max-width: 870px;
  margin-bottom: 18px;
  color: var(--cs-white);
  font-size: clamp(2.05rem, 4vw, 3.7rem);
  font-weight: 800;
}

.cs-page h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
}

.cs-page h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
  font-weight: 800;
}

.cs-page p,
.cs-page li,
.cs-page td,
.cs-page th,
.cs-page a,
.cs-page button,
.cs-page summary {
  letter-spacing: 0;
}

.cs-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.cs-hero {
  position: relative;
  min-height: min(690px, 80vh);
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--cs-navy);
}

.cs-hero__image,
.cs-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cs-hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
}

.cs-hero__shade {
  z-index: -1;
  background: rgba(7, 29, 43, 0.66);
}

.cs-hero__content {
  padding-block: 105px 72px;
}

.cs-eyebrow,
.cs-kicker {
  margin-bottom: 10px;
  color: var(--cs-green-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.cs-eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  color: var(--cs-white);
  background: rgba(8, 38, 53, 0.55);
}

.cs-hero__lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 1.12rem;
}

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cs-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.cs-button:hover {
  transform: translateY(-1px);
}

.cs-button--primary {
  color: #062d20 !important;
  background: var(--cs-green);
  border-color: var(--cs-green);
}

.cs-button--secondary {
  color: var(--cs-white) !important;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
}

.cs-button:focus-visible,
.cs-jump button:focus-visible,
.cs-table-wrap:focus-visible,
.cs-faq summary:focus-visible {
  outline: 3px solid rgba(32, 201, 133, 0.4);
  outline-offset: 3px;
}

.cs-facts {
  border-bottom: 1px solid var(--cs-line);
  background: var(--cs-white);
}

.cs-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cs-facts p {
  min-width: 0;
  margin: 0;
  padding: 24px 22px;
  border-inline-start: 1px solid var(--cs-line);
}

.cs-facts p:first-child {
  border-inline-start: 0;
}

.cs-facts strong,
.cs-facts span {
  display: block;
}

.cs-facts strong {
  color: var(--cs-navy);
}

.cs-facts span {
  color: var(--cs-muted);
  font-size: 0.88rem;
}

.cs-jump {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--cs-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.admin-bar .cs-jump {
  top: 32px;
}

.cs-jump__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.cs-jump span {
  flex: 0 0 auto;
  margin-inline-end: 5px;
  color: var(--cs-navy);
  font-weight: 800;
}

.cs-jump button {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--cs-muted);
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
}

.cs-jump button:hover {
  color: var(--cs-green-dark);
  border-color: var(--cs-line);
  background: var(--cs-green-soft);
}

.cs-section {
  padding-block: 82px;
  scroll-margin-top: 90px;
}

.cs-section--soft {
  background: var(--cs-soft);
}

.cs-section--navy {
  color: rgba(255, 255, 255, 0.84);
  background: var(--cs-navy);
}

.cs-section--navy h2,
.cs-section--navy h3 {
  color: var(--cs-white);
}

.cs-section--navy .cs-kicker {
  color: #6ce6b4;
}

.cs-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 56px;
}

.cs-intro > div:last-child > p,
.cs-heading > p:last-child,
.cs-start__copy > p,
.cs-note {
  color: var(--cs-muted);
}

.cs-callout {
  margin-top: 26px;
  padding: 19px 21px;
  border-inline-start: 4px solid var(--cs-green);
  border-radius: 6px;
  background: var(--cs-green-soft);
}

.cs-callout p {
  margin: 4px 0 0;
}

.cs-callout--warning {
  border-inline-start-color: var(--cs-gold);
  background: #fff8e7;
}

.cs-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.cs-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-map-grid article {
  min-width: 0;
  padding: 26px 23px;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: var(--cs-white);
}

.cs-map-grid span {
  color: var(--cs-coral);
  font-size: 0.78rem;
  font-weight: 800;
}

.cs-map-grid p {
  color: var(--cs-muted);
}

.cs-map-grid b {
  display: block;
  padding-top: 13px;
  border-top: 1px solid var(--cs-line);
  color: var(--cs-green-dark);
  font-size: 0.86rem;
}

.cs-rule {
  margin: 20px 0 0;
  padding: 17px 20px;
  border-radius: 6px;
  color: var(--cs-navy);
  background: var(--cs-aqua);
  font-weight: 800;
}

.cs-start {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: start;
}

.cs-text-link {
  display: inline-flex;
  gap: 8px;
  color: var(--cs-green-dark) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.cs-checklist {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-checklist li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--cs-line);
  border-radius: 6px;
}

.cs-checklist > li > span {
  flex: 0 0 auto;
  color: var(--cs-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.cs-checklist strong,
.cs-checklist small {
  display: block;
}

.cs-checklist small {
  color: var(--cs-muted);
}

.cs-time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.14);
}

.cs-time-grid article {
  min-width: 0;
  padding: 25px 21px;
  background: var(--cs-navy-2);
}

.cs-time-grid b {
  display: inline-block;
  margin-bottom: 15px;
  padding: 3px 9px;
  border-radius: 4px;
  color: #062d20;
  background: var(--cs-green);
  font-size: 0.78rem;
}

.cs-time-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.cs-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--cs-line);
  border-radius: 6px;
  background: var(--cs-white);
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.06);
}

.cs-page table {
  width: 100%;
  min-width: 720px !important;
  margin: 0 !important;
  border-collapse: collapse !important;
}

.cs-page th,
.cs-page td {
  padding: 15px 17px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--cs-line) !important;
  text-align: right !important;
  vertical-align: top;
}

.cs-page th {
  color: var(--cs-white) !important;
  background: var(--cs-navy) !important;
  font-size: 0.91rem;
}

.cs-page tbody tr:nth-child(even) td {
  background: #f8fbfa;
}

.cs-page tbody tr:last-child td {
  border-bottom: 0 !important;
}

.cs-note {
  margin: 13px 0 0;
  font-size: 0.88rem;
}

.cs-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.cs-inline-links a {
  padding: 7px 12px;
  border: 1px solid var(--cs-line);
  border-radius: 5px;
  color: var(--cs-green-dark) !important;
  background: var(--cs-white);
  font-weight: 800;
  text-decoration: none !important;
}

.cs-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cs-experience-grid article {
  min-width: 0;
  padding: 23px 21px;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: var(--cs-white);
}

.cs-experience-grid span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--cs-coral);
  font-size: 0.78rem;
  font-weight: 800;
}

.cs-experience-grid p {
  margin-bottom: 0;
  color: var(--cs-muted);
}

.cs-language {
  position: relative;
  min-height: 590px;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: var(--cs-navy);
}

.cs-language > img,
.cs-language__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cs-language > img {
  z-index: -2;
  object-fit: cover;
}

.cs-language__shade {
  z-index: -1;
  background: rgba(8, 36, 51, 0.68);
}

.cs-language__content {
  padding-block: 72px;
  color: rgba(255, 255, 255, 0.88);
}

.cs-language h2 {
  max-width: 760px;
  color: var(--cs-white);
}

.cs-language__content > p {
  max-width: 760px;
}

.cs-language .cs-kicker {
  color: #6ce6b4;
}

.cs-practice {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.cs-practice p {
  margin: 0;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  background: rgba(8, 34, 49, 0.54);
}

.cs-practice b,
.cs-practice span {
  display: block;
}

.cs-practice span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.cs-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-decision-grid li {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid var(--cs-line);
  border-radius: 6px;
}

.cs-decision-grid span {
  color: var(--cs-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.cs-decision-grid p {
  margin: 0;
  font-weight: 700;
}

.cs-week {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.cs-week > div:first-child > p:last-child {
  color: var(--cs-muted);
}

.cs-week__schedule {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: var(--cs-line);
}

.cs-week__schedule p {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  gap: 14px;
  margin: 0;
  padding: 15px 18px;
  background: var(--cs-white);
}

.cs-week__schedule span {
  color: var(--cs-muted);
}

.cs-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.cs-choice-grid article {
  min-width: 0;
  padding: 25px 23px;
  border: 1px solid var(--cs-line);
  border-top: 4px solid var(--cs-green);
  border-radius: 7px;
}

.cs-choice-grid article:nth-child(2) {
  border-top-color: var(--cs-coral);
}

.cs-choice-grid article:nth-child(3) {
  border-top-color: var(--cs-gold);
}

.cs-choice-grid article > p {
  margin-bottom: 6px;
  color: var(--cs-green-dark);
  font-size: 0.8rem;
  font-weight: 800;
}

.cs-choice-grid ul {
  margin-bottom: 0;
  padding-inline-start: 20px;
  color: var(--cs-muted);
}

.cs-section--split {
  border-block: 1px solid var(--cs-line);
}

.cs-safety {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--cs-line);
  border-radius: 7px;
  background: var(--cs-line);
}

.cs-safety article {
  min-width: 0;
  padding: 31px 28px;
  background: var(--cs-white);
}

.cs-safety p,
.cs-safety ul {
  color: var(--cs-muted);
}

.cs-safety ul {
  margin-bottom: 0;
  padding-inline-start: 20px;
}

.cs-evidence {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  padding: 31px;
  border: 1px solid #c8ded5;
  border-inline-start: 5px solid var(--cs-gold);
  border-radius: 7px;
  background: var(--cs-white);
  box-shadow: 0 16px 44px rgba(16, 42, 67, 0.08);
}

.cs-evidence p {
  color: var(--cs-muted);
}

.cs-evidence p:last-child {
  margin-bottom: 0;
}

.cs-errors {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 52px;
}

.cs-errors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cs-errors__grid p {
  margin: 0;
  padding: 15px 16px;
  border-inline-start: 3px solid var(--cs-coral);
  background: var(--cs-soft);
}

.cs-errors__grid strong,
.cs-errors__grid span {
  display: block;
}

.cs-errors__grid span {
  color: var(--cs-muted);
  font-size: 0.9rem;
}

.cs-fit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.14);
}

.cs-fit > div {
  padding: 28px;
  background: var(--cs-navy-2);
}

.cs-fit ul {
  margin-bottom: 0;
  padding-inline-start: 20px;
}

.cs-faq details {
  border-bottom: 1px solid var(--cs-line);
}

.cs-faq summary {
  position: relative;
  padding: 18px 42px 18px 0;
  color: var(--cs-navy);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.cs-faq summary::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--cs-line);
  border-radius: 50%;
  color: var(--cs-green-dark);
}

.cs-faq details[open] summary::before {
  content: "−";
}

.cs-faq details p {
  max-width: 900px;
  padding-bottom: 20px;
  color: var(--cs-muted);
}

.cs-cta {
  padding-block: 66px;
  color: rgba(255, 255, 255, 0.84);
  background: var(--cs-navy);
}

.cs-cta__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.cs-cta h2 {
  color: var(--cs-white);
}

.cs-cta .cs-kicker {
  color: #6ce6b4;
}

.cs-cta p {
  margin-bottom: 0;
}

.cs-cta .cs-actions {
  justify-content: flex-end;
}

.cs-page a.is-disabled {
  cursor: default;
}

@media (max-width: 980px) {
  .cs-facts__grid,
  .cs-time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-intro,
  .cs-start,
  .cs-week,
  .cs-evidence,
  .cs-errors,
  .cs-cta__inner {
    grid-template-columns: 1fr;
  }

  .cs-map-grid,
  .cs-choice-grid {
    grid-template-columns: 1fr;
  }

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

  .cs-cta .cs-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .cs-jump {
    top: 46px;
  }
}

@media (max-width: 720px) {
  .cs-shell {
    width: min(100% - 28px, 1180px);
  }

  .cs-hero {
    min-height: 650px;
  }

  .cs-hero__content {
    padding-block: 88px 44px;
  }

  .cs-hero__lead {
    font-size: 1rem;
  }

  .cs-actions,
  .cs-button {
    width: 100%;
  }

  .cs-facts__grid {
    grid-template-columns: 1fr 1fr;
  }

  .cs-facts p {
    padding: 17px 12px;
    border-bottom: 1px solid var(--cs-line);
  }

  .cs-facts p:nth-child(odd) {
    border-inline-start: 0;
  }

  .cs-section {
    padding-block: 58px;
  }

  .cs-time-grid,
  .cs-experience-grid,
  .cs-practice,
  .cs-decision-grid,
  .cs-safety,
  .cs-fit,
  .cs-errors__grid {
    grid-template-columns: 1fr;
  }

  .cs-week__schedule p {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .cs-evidence,
  .cs-safety article {
    padding: 22px 18px;
  }

  .cs-table-wrap::after {
    content: "مرر أفقيًا لعرض بقية الجدول";
    display: block;
    padding: 8px 14px;
    color: var(--cs-muted);
    background: var(--cs-soft);
    font-size: 0.76rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-page *,
  .cs-page *::before,
  .cs-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
