/* ==========================================================================
   Oasis Therapy Group — Continuing Education / RBT Training / Courses
   ========================================================================== */

body.page-continuing-education .entry-content,
body.page-rbt-training .entry-content,
body.page-ce-courses .entry-content,
body.page-continuing-education .page-content,
body.page-rbt-training .page-content,
body.page-ce-courses .page-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.ogt-ce {
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(222, 233, 245, 0.9) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 20%, rgba(42, 154, 163, 0.08) 0%, transparent 45%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #ffffff 100%);
  padding: 140px 24px 96px;
  min-height: 70vh;
}

.ogt-ce__container {
  max-width: 760px;
  margin: 0 auto;
}

.ogt-ce--hub .ogt-ce__container {
  max-width: 820px;
}

.ogt-ce__header {
  margin-bottom: 32px;
}

.ogt-ce__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1C6BA8;
  font-family: Lato, system-ui, sans-serif;
}

.ogt-ce__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
  color: #085098;
}

.ogt-ce__intro {
  margin: 16px 0 0;
  font-family: Lato, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
  max-width: 42rem;
}

.ogt-ce-offers {
  display: grid;
  gap: 20px;
}

.ogt-ce-offer {
  padding: 28px 28px 30px;
  border: 1px solid #d7e3f0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.ogt-ce-offer__label {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1C6BA8;
  font-family: Lato, system-ui, sans-serif;
}

.ogt-ce-offer__title {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
  color: #085098;
}

.ogt-ce-offer__text {
  margin: 0 0 20px;
  font-family: Lato, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #475569;
}

.ogt-ce__video {
  margin: 0 0 32px;
}

.ogt-ce__video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: #085098;
  box-shadow: 0 12px 40px rgba(8, 80, 152, 0.12);
}

.ogt-ce__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ogt-ce__body {
  font-family: Lato, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 36px;
}

.ogt-ce__body p {
  margin: 0 0 1.1em;
}

.ogt-ce__body p:last-child {
  margin-bottom: 0;
}

.ogt-ce__actions {
  margin: 0;
}

a.ogt-ce__btn,
.ogt-ce__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 32px;
  border-radius: 9999px;
  background: #2A9AA3;
  color: #FFFFFF !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  border: none;
  box-shadow: 0 8px 24px rgba(42, 154, 163, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.ogt-ce__btn--secondary,
.ogt-ce__btn--secondary {
  background: #FFFFFF;
  color: #085098 !important;
  border: 1.5px solid #085098;
  box-shadow: none;
}

a.ogt-ce__btn--inline,
.ogt-ce__btn--inline {
  min-height: 46px;
  padding: 12px 24px;
  font-size: 15px;
}

a.ogt-ce__btn:hover,
a.ogt-ce__btn:focus,
.ogt-ce__btn:hover,
.ogt-ce__btn:focus {
  background: #0b7f4e;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(42, 154, 163, 0.34);
}

a.ogt-ce__btn--secondary:hover,
a.ogt-ce__btn--secondary:focus,
.ogt-ce__btn--secondary:hover,
.ogt-ce__btn--secondary:focus {
  background: #085098;
  color: #FFFFFF !important;
  box-shadow: none;
}

a.ogt-ce__btn:focus-visible {
  outline: 3px solid rgba(28, 107, 168, 0.45);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .ogt-ce {
    padding: 110px 20px 72px;
  }

  .ogt-ce__intro {
    font-size: 16px;
  }

  .ogt-ce-offer {
    padding: 22px 20px 24px;
  }

  .ogt-ce__body {
    font-size: 16px;
  }

  a.ogt-ce__btn,
  .ogt-ce__btn {
    width: 100%;
  }
}
