@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap");

:root {
  --yellow: #f6c729;
  --yellow-dark: #e2aa00;
  --black: #0b0b0b;
  --black-soft: #111111;
  --ink: #111318;
  --muted: #5f6673;
  --line: #e7e7e7;
  --white: #ffffff;
  --cream: #fff8e8;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
  --soft-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  --radius: 8px;
  --max: 1420px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.55;
}

body {
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 22px;
}

main {
  background: #ffffff;
}

.section-white {
  background: #ffffff;
  position: relative;
}

.section-white::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 92% 8%, rgba(246, 199, 41, 0.12), transparent 22rem),
    radial-gradient(circle at 5% 10%, rgba(246, 199, 41, 0.07), transparent 16rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background:
    radial-gradient(circle at 60% 0%, rgba(255, 255, 255, 0.06), transparent 28rem),
    linear-gradient(180deg, #171717 0%, #0d0d0d 100%);
  border-bottom: 2px solid var(--yellow);
  min-height: 118px;
}

.header-shell {
  width: min(var(--max), calc(100% - 48px));
  min-height: 118px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(560px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.brand-block {
  width: 240px;
  height: 72px;
  padding: 10px 18px;
  background: transparent !important;
  background-color: transparent !important;
  border-right: none !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none !important;
}

.brand-block img {
  width: auto;
  height: 55px;
  max-height: 55px;
  object-fit: contain;
  background: transparent !important;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-width: 0;
}

.nav-item {
  position: relative;
  height: 78px;
  min-width: 72px;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  transition: color 180ms ease;
}

.nav-item svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
  color: currentColor;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 4px;
  background: transparent;
}

.nav-item.active,
.nav-item:hover {
  color: var(--yellow);
}

.nav-item.active::after,
.nav-item:hover::after {
  background: var(--yellow);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  white-space: nowrap;
}

.btn {
  border: 1px solid transparent;
  border-radius: 6px;
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

.btn-yellow {
  color: #0f0f0f;
  background: linear-gradient(135deg, #ffe77a 0%, var(--yellow) 42%, #f1b51d 100%);
  border-color: var(--yellow);
  box-shadow: 0 14px 32px rgba(246, 199, 41, 0.25);
}

.btn-dark {
  color: #ffffff;
  background: rgba(12, 12, 12, 0.78);
  border-color: rgba(246, 199, 41, 0.85);
}

.btn-light {
  color: #111111;
  background: #ffffff;
  border-color: #d8d8d8;
}

.btn.full {
  width: 100%;
}

.btn-arrow span {
  font-size: 22px;
  line-height: 1;
}

.hero-section {
  min-height: 650px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 6%, rgba(255, 255, 255, 0.08), transparent 22rem),
    linear-gradient(110deg, #050505 0%, #111111 54%, #202020 100%);
  border-bottom: 1px solid #f0f0f0;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.7;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 140px 0 100px;
  color: #ffffff;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 900;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-text {
  max-width: 690px;
  margin: 30px 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-lines {
  position: absolute;
  right: -7vw;
  top: 64px;
  width: 52vw;
  height: 600px;
  pointer-events: none;
  opacity: 0.9;
}

.hero-lines span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(246, 199, 41, 0.55);
  transform: skewX(-24deg);
}

.hero-lines span:nth-child(2) {
  inset: 58px 70px 58px -70px;
  border-color: rgba(255, 255, 255, 0.15);
}

.hero-lines span:nth-child(3) {
  inset: 112px 140px 112px -140px;
  border-color: rgba(246, 199, 41, 0.6);
}

.about-section,
.programs-section,
.method-section,
.instructors-section,
.enrollment-section {
  padding: 86px 0;
}

.about-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 72px;
  align-items: start;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.section-label span {
  width: 48px;
  height: 2px;
  background: var(--yellow);
  display: inline-block;
}

.section-label.centered {
  justify-content: center;
}

.section-heading {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading.left {
  text-align: left;
}

.section-heading.dark {
  color: #ffffff;
}

.section-heading h2,
.about-copy h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(38px, 4.2vw, 62px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.section-heading p:not(.section-label),
.body-copy {
  color: #4f5b6b;
  font-size: 18px;
  line-height: 1.7;
}

.about-copy h2 mark {
  color: var(--yellow-dark);
  background: transparent;
  display: block;
}

.title-line {
  width: 58px;
  height: 4px;
  margin: 24px 0;
  background: var(--yellow);
}

.value-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 42px;
}

.value-row article {
  padding: 0 24px;
  border-right: 1px solid #dedede;
}

.value-row article:first-child {
  padding-left: 0;
}

.value-row article:last-child {
  border-right: 0;
}

.value-row strong {
  display: block;
  margin-top: 12px;
  font-weight: 900;
}

.value-row p {
  margin: 6px 0 0;
  color: #4f5b6b;
  font-size: 14px;
}

.line-icon,
.circle-outline,
.circle-icon,
.soft-icon,
.circle-yellow,
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.line-icon {
  width: 42px;
  height: 42px;
  color: var(--yellow-dark);
}

.line-icon svg {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
}

.mission-column {
  display: grid;
  gap: 22px;
}

.info-card {
  min-height: 148px;
  padding: 26px 32px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
  border-left: 5px solid var(--yellow);
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 24px;
  align-items: center;
}

.circle-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  color: var(--yellow);
  background: radial-gradient(circle at 30% 25%, #1d1d1d 0%, #090909 72%);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.04);
}

.circle-icon svg {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.info-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  font-weight: 900;
}

.info-card p {
  margin: 0;
  color: #26313f;
  font-size: 16px;
}

.simulator-strip {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 68px auto 0;
  height: 236px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.simulator-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.black-feature-bar {
  position: relative;
  z-index: 2;
  width: min(calc(var(--max) - 72px), calc(100% - 96px));
  margin: -28px auto 0;
  padding: 26px 36px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 10%, rgba(246, 199, 41, 0.08), transparent 14rem),
    linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.black-feature-bar article {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.black-feature-bar article:last-child {
  border-right: 0;
}

.circle-outline {
  width: 58px;
  height: 58px;
  border: 1.5px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  background: rgba(255, 255, 255, 0.02);
}

.circle-outline svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.black-feature-bar h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
}

.black-feature-bar p {
  margin: 0;
  color: #e8e8e8;
  font-size: 14px;
}

.program-card {
  position: relative;
  z-index: 1;
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
  border: 1px solid #eeeeee;
  overflow: hidden;
  display: grid;
  grid-template-columns: 380px 1fr;
}

.program-card > img,
.program-card .program-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.program-content {
  padding: 36px 42px 0;
}

.program-title {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.program-title span {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: var(--yellow);
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.program-title h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
}

.program-title p {
  margin: 0;
  max-width: 640px;
  color: #4f5b6b;
}

.program-meta-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 34px;
}

.program-meta-grid article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.program-meta-grid article.wide {
  grid-column: span 2;
}

.soft-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #111111;
  background: var(--cream);
}

.soft-icon svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.soft-icon.large {
  width: 76px;
  height: 76px;
}

.soft-icon.large svg {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
}

.program-meta-grid strong {
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}

.program-meta-grid p {
  margin: 0;
  color: #4f5b6b;
  font-size: 14px;
}

.program-footer {
  margin: 36px -42px 0;
  padding: 24px 42px;
  background: linear-gradient(90deg, #fff7df 0%, #ffffff 68%, #fff1bd 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.coming-soon {
  width: min(500px, calc(100% - 48px));
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #111111;
  font-size: 20px;
  font-weight: 900;
}

.method-section {
  padding-top: 72px;
}

.hours-grid {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 48px));
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hours-grid article {
  min-height: 130px;
  padding: 24px 30px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  border-bottom: 4px solid var(--yellow);
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 18px;
}

.hours-grid b {
  color: var(--yellow-dark);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}

.hours-grid strong {
  font-size: 22px;
  font-weight: 900;
}

.hours-grid p {
  margin: 8px 0 0;
  color: #4f5b6b;
}

.philosophy-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.philosophy-grid h2 {
  margin: 0;
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.08;
  font-weight: 900;
}

.philosophy-grid img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 24px 24px 0 var(--yellow);
}

.instructors-section {
  text-align: center;
}

.instructor-note {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 48px));
  margin: 0 auto 34px;
  padding: 24px 32px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.instructor-grid {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.instructor-card {
  min-height: 260px;
  padding: 34px 28px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--soft-shadow);
  border: 1px solid #eeeeee;
}

.avatar {
  width: 86px;
  height: 86px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #bcbcbc;
  background: #f1f1f1;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar svg {
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
}

.instructor-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}

.instructor-card strong {
  display: block;
  margin-top: 4px;
  color: var(--yellow-dark);
}

.instructor-card p {
  color: #4f5b6b;
  font-size: 14px;
}

.news-section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 72px;
  padding: 64px 24px;
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 199, 41, 0.08), transparent 15rem),
    linear-gradient(135deg, #0d0d0d 0%, #171717 100%);
  text-align: center;
}

.news-section .section-heading h2,
.news-section .section-heading p:not(.section-label) {
  color: #ffffff;
}

.news-box {
  width: min(560px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 30px;
  border: 1px dashed rgba(246, 199, 41, 0.65);
  border-radius: 8px;
  color: #ffffff;
}

.news-box .circle-outline {
  margin: 0 auto 18px;
}

.news-box p {
  color: #ffffff;
  font-weight: 800;
}

.enrollment-section {
  padding-top: 92px;
}

.enrollment-grid {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 22px;
  align-items: stretch;
}

.help-card {
  padding: 38px 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 10rem),
    linear-gradient(145deg, #111111 0%, #1b1b1b 100%);
  border-radius: 8px;
  text-align: center;
}

.circle-yellow {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #111111;
  background: var(--yellow);
}

.circle-yellow svg {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
}

.help-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
}

.help-card > p {
  color: #f5f5f5;
  font-size: 14px;
  margin: 18px 0 34px;
}

.help-item {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  text-align: left;
}

.help-item strong {
  font-size: 14px;
}

.help-item p {
  margin: 4px 0 0;
  color: #e6e6e6;
  font-size: 12px;
}

.white-form,
.contact-form {
  padding: 32px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: var(--soft-shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
}

.form-grid label {
  color: #111111;
  font-size: 13px;
  font-weight: 800;
}

.form-grid .wide {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.form-grid textarea,
.white-form input,
.white-form select,
.white-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  min-height: 48px;
  border: 1px solid #d7dbe1;
  border-radius: 6px;
  padding: 0 14px;
  color: #111111;
  background: #ffffff;
  outline: none;
  font-weight: 500;
}

.form-grid textarea,
.contact-form textarea {
  padding: 14px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--yellow-dark);
  box-shadow: 0 0 0 3px rgba(246, 199, 41, 0.18);
}

fieldset {
  margin: 0;
  padding: 18px;
  border: 1px solid #eee4cc;
  border-radius: 8px;
  background: #fff9ea;
}

fieldset legend {
  padding: 0 8px;
  font-weight: 900;
}

fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 24px 8px 0;
}

fieldset input {
  width: auto !important;
  min-height: auto !important;
  margin: 0 !important;
}

.form-status {
  margin: 14px 0 0;
  font-weight: 800;
}

.zoho-forms {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 36px auto 0;
}

.zoho-form-card {
  padding: 28px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: var(--soft-shadow);
  text-align: left;
}

.zoho-form-card + .zoho-form-card {
  margin-top: 20px;
}

.zoho-form-card h3 {
  margin: 0 0 18px;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
}

.zoho-form-embed iframe {
  width: 100%;
  min-height: 680px;
  border: 0;
}

.news-grid {
  width: min(980px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  padding: 0;
  border: 0;
  color: #111111;
}

.news-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  text-align: left;
}

.news-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-card div {
  padding: 22px;
}

.news-card time {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 20px;
  font-weight: 900;
}

.news-card p {
  margin: 0;
  color: #4f5b6b;
  font-weight: 500;
}

.contact-section {
  padding: 70px 0 0;
  background: #ffffff;
}

.contact-panel {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 72px;
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 0% 0%, rgba(246, 199, 41, 0.05), transparent 15rem),
    linear-gradient(135deg, #0d0d0d 0%, #171717 100%);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.contact-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 900;
}

.contact-copy > p {
  color: #ffffff;
}

.contact-list {
  display: grid;
  gap: 20px;
  margin: 34px 0;
}

.contact-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
}

.contact-list strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.contact-list p {
  margin: 0;
  color: #ffffff;
}

.contact-form {
  color: #111111;
}

/* ========== EDITOR TOOLBAR ========== */
.editor-toolbar {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 1200;
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.55);
  box-shadow: var(--shadow);
}

.editor-toolbar[hidden] {
  display: none !important;
}

.editable-text[data-editing="true"] {
  outline: 2px dashed var(--yellow);
  outline-offset: 5px;
  border-radius: 4px;
}

/* ========== MEDIA QUERIES ========== */
@media (max-width: 1280px) {
  .header-shell {
    grid-template-columns: 230px 1fr;
  }

  .header-actions {
    grid-column: 1 / -1;
    justify-content: center;
    margin-bottom: 18px;
  }

  .site-nav {
    justify-content: flex-end;
    gap: 18px;
  }
}

@media (max-width: 1024px) {
  .header-shell {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .brand-block {
    margin: 0 auto;
  }

  .site-nav,
  .header-actions,
  .hero-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-copy {
    padding: 90px 0;
    text-align: center;
  }

  .hero-copy h1,
  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-lines {
    opacity: 0.35;
    right: -30vw;
  }

  .about-grid,
  .philosophy-grid,
  .contact-panel,
  .enrollment-grid {
    grid-template-columns: 1fr;
  }

  .value-row,
  .black-feature-bar,
  .hours-grid,
  .instructor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .program-card {
    grid-template-columns: 1fr;
  }

  .program-card > img,
  .program-card .program-image {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .header-shell,
  .hero-copy,
  .about-grid,
  .section-heading,
  .simulator-strip,
  .program-card,
  .hours-grid,
  .philosophy-grid,
  .instructor-note,
  .instructor-grid,
  .enrollment-grid,
  .contact-panel,
  .site-footer > div {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    min-height: auto;
  }

  .site-nav {
    gap: 8px;
  }

  .nav-item {
    min-width: 88px;
  }

  .header-actions .btn {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-text {
    font-size: 17px;
  }

  .about-section,
  .programs-section,
  .method-section,
  .instructors-section,
  .enrollment-section {
    padding: 58px 0;
  }

  .section-heading h2,
  .about-copy h2,
  .philosophy-grid h2 {
    font-size: 34px;
  }

  .value-row,
  .black-feature-bar,
  .hours-grid,
  .instructor-grid,
  .form-grid,
  .program-meta-grid {
    grid-template-columns: 1fr;
  }

  .value-row article,
  .black-feature-bar article {
    border-right: 0;
    border-bottom: 1px solid #dedede;
    padding: 18px 0;
  }

  .black-feature-bar article {
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }

  .value-row article:last-child,
  .black-feature-bar article:last-child {
    border-bottom: 0;
  }

  .simulator-strip {
    height: auto;
    grid-template-columns: 1fr;
  }

  .simulator-strip img {
    height: 180px;
  }

  .black-feature-bar {
    width: calc(100% - 28px);
    padding: 24px;
  }

  .program-content {
    padding: 28px 22px 0;
  }

  .program-footer {
    margin-left: -22px;
    margin-right: -22px;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-panel {
    padding: 34px 22px;
  }

  .white-form,
  .contact-form {
    padding: 22px;
  }

  .site-footer > div {
    flex-direction: column;
    text-align: center;
  }

  .site-footer > div > div:last-child {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .editor-toolbar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* ========== COMPATIBILIDAD PARA ICONOS Y PROGRAMAS ========== */
.site-header .btn.is-authenticated {
  min-width: 190px;
  justify-content: center;
}

.site-header svg,
.nav-link svg,
.btn svg,
.editor-toolbar svg,
.line-icon svg,
.circle-outline svg,
.circle-icon svg,
.soft-icon svg,
.program-equipment-icon svg,
.contact-icon svg,
.about-icon svg,
.value-icon svg,
.method-card svg,
.program-detail svg {
  display: block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.nav-link svg {
  width: 22px;
  height: 22px;
}

.btn svg {
  width: 20px;
  height: 20px;
}

.editor-toolbar[hidden],
[data-editor-toolbar][hidden] {
  display: none !important;
}

.editor-toolbar.is-visible,
[data-editor-toolbar].is-visible {
  display: flex;
}

.editor-toolbar .btn,
[data-editor-toolbar] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
}

.programs-list {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.program-card {
  width: 100%;
  overflow: hidden;
}

.program-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 30%;
}

.program-detail {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.program-detail svg {
  width: 24px;
  height: 24px;
}

.program-detail > svg {
  width: 48px;
  height: 48px;
  padding: 13px;
  color: var(--black);
  background: rgba(247, 201, 40, 0.14);
  border-radius: 16px;
}

.program-detail strong,
.program-equipment strong {
  display: block;
  color: var(--black);
  font-weight: 800;
  margin-bottom: 5px;
}

.program-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}

.program-equipment {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  color: var(--black);
}

.program-equipment-icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--black);
}

.program-equipment-icon svg {
  width: 34px;
  height: 34px;
}

.simulator-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 260px;
  overflow: hidden;
}

.simulator-strip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.black-feature-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.black-feature-item {
  min-width: 0;
}

@media (max-width: 980px) {
  .programs-list {
    width: min(100% - 32px, 720px);
  }

  .program-footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .simulator-strip {
    grid-template-columns: 1fr;
    height: auto;
  }

  .simulator-strip img {
    height: 240px;
  }

  .black-feature-bar {
    grid-template-columns: 1fr;
  }
}

/* ========== PROGRAMAS - ESTILOS FINALES ========== */
#programas.programs-section {
  padding: 92px 0 74px !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 200, 40, 0.08), transparent 18rem),
    radial-gradient(circle at 92% 8%, rgba(255, 200, 40, 0.06), transparent 18rem),
    #ffffff !important;
  overflow: hidden !important;
}

#programas .section-heading {
  width: min(940px, calc(100% - 48px));
  margin: 0 auto 58px !important;
  text-align: center;
}

#programas .section-label.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 18px;
  color: #f2b400;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#programas .section-label.centered span {
  display: block;
  width: 46px;
  height: 2px;
  background: #f2b400;
}

#programas .section-heading h2 {
  max-width: 780px;
  margin: 0 auto 18px;
  color: #0d0d10;
  font-size: clamp(40px, 4.8vw, 64px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

#programas .section-heading > p:last-child {
  margin: 0;
  color: #4b5565;
  font-size: 20px;
  line-height: 1.5;
}

#programas .programs-list {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

#programas .programs-list > .program-card {
  width: 100%;
  min-height: 520px;
  margin: 0;
  display: grid !important;
  grid-template-columns: 370px minmax(0, 1fr);
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(20, 20, 20, 0.08);
}

#programas .program-card-media {
  min-height: 520px;
  background: #f5f5f5;
  overflow: hidden;
}

#programas .program-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

#programas .program-card-body {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
}

#programas .program-main {
  min-width: 0;
  padding: 46px 56px 30px;
}

#programas .program-title-line {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
}

#programas .program-number {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffd94d, #f2b400);
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 900;
}

#programas .program-title-line h3 {
  margin: 0;
  color: #111111;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
}

#programas .program-main > p {
  max-width: 650px;
  margin: 0;
  color: #2c3038;
  font-size: 18px;
  line-height: 1.65;
}

#programas .program-details {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 44px;
}

#programas .program-detail {
  min-width: 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  color: #20242c;
}

#programas .program-detail > svg {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 13px;
  border-radius: 15px;
  background: #fff6df;
  color: #111111;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#programas .program-detail span {
  display: block;
  min-width: 0;
  color: #313642;
  font-size: 15px;
  line-height: 1.5;
}

#programas .program-detail strong {
  display: block;
  margin-bottom: 6px;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
}

#programas .program-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 24px 34px 24px 56px;
  background: linear-gradient(90deg, #fff9ec 0%, #fff2c8 100%);
}

#programas .program-equipment {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #30343b;
  font-size: 16px;
  line-height: 1.45;
}

#programas .program-equipment strong {
  margin-right: 14px;
  color: #111111;
  font-size: 18px;
  font-weight: 900;
}

#programas .program-equipment-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

#programas .program-equipment-icon svg {
  width: 36px;
  height: 36px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#programas .program-footer .btn,
#programas .program-footer .btn-yellow {
  height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #ffd94d, #f2b400);
  color: #0c0c0c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  #programas .programs-list > .program-card {
    grid-template-columns: 1fr;
  }

  #programas .program-card-media,
  #programas .program-card-media img {
    height: 360px;
    min-height: 360px;
  }

  #programas .program-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  #programas.programs-section {
    padding: 68px 0 56px !important;
  }

  #programas .section-heading,
  #programas .programs-list {
    width: min(calc(100% - 28px), 620px);
  }

  #programas .section-heading {
    margin-bottom: 36px !important;
  }

  #programas .section-heading h2 {
    font-size: 36px;
  }

  #programas .section-heading > p:last-child {
    font-size: 17px;
  }

  #programas .program-main {
    padding: 28px 22px;
  }

  #programas .program-title-line {
    align-items: flex-start;
  }

  #programas .program-title-line h3 {
    font-size: 26px;
  }

  #programas .program-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #programas .program-footer {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  #programas .program-footer .btn,
  #programas .program-footer .btn-yellow {
    width: 100%;
  }
}


/* =========================================================
   SECCION PROGRAMAS - VERSION FINAL
========================================================= */
#programas.programs-section {
  padding: 92px 0 74px !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(246, 199, 41, 0.08), transparent 18rem),
    radial-gradient(circle at 92% 8%, rgba(246, 199, 41, 0.06), transparent 18rem),
    #ffffff !important;
  overflow: hidden !important;
}

#programas .section-heading {
  width: min(900px, calc(100% - 48px)) !important;
  margin: 0 auto 58px !important;
  text-align: center !important;
}

#programas .section-label.centered {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin: 0 0 18px !important;
  color: #f2b400 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
}

#programas .section-label.centered span {
  display: block !important;
  width: 46px !important;
  height: 2px !important;
  background: #f2b400 !important;
}

#programas .section-heading h2 {
  max-width: 780px !important;
  margin: 0 auto 18px !important;
  color: #090a0f !important;
  font-size: clamp(40px, 4.6vw, 62px) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

#programas .section-heading > p:last-child {
  margin: 0 !important;
  color: #4b5565 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}

#programas .programs-list {
  width: min(1280px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: 30px !important;
}

#programas .program-card,
#programas .programs-list > .program-card {
  width: 100% !important;
  min-height: 430px !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: 390px minmax(0, 1fr) !important;
  background: #ffffff !important;
  border: 1px solid #e9e9e9 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 22px 62px rgba(16, 18, 24, 0.1) !important;
}

#programas .program-card-media {
  min-height: 430px !important;
  background: #f4f4f4 !important;
  overflow: hidden !important;
}

#programas .program-card-media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

#programas .program-card-body {
  min-width: 0 !important;
  padding: 30px 40px 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

#programas .program-main {
  min-width: 0 !important;
  padding: 0 !important;
}

#programas .program-title,
#programas .program-title-line {
  display: flex !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin: 0 0 18px !important;
}

#programas .program-title span,
#programas .program-number {
  flex: 0 0 40px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #ffd94d, #f2b400) !important;
  color: #111111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

#programas .program-title h3,
#programas .program-title-line h3 {
  margin: 0 !important;
  color: #111111 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

#programas .program-description,
#programas .program-main > p {
  max-width: 640px !important;
  margin: 0 !important;
  color: #2c3038 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

#programas .program-features,
#programas .program-details {
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px 34px !important;
}

#programas .program-feature,
#programas .program-detail {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 14px !important;
  color: #20242c !important;
}

#programas .feature-icon,
#programas .program-detail > svg {
  box-sizing: border-box !important;
  width: 38px !important;
  height: 38px !important;
  padding: 9px !important;
  border-radius: 50% !important;
  background: #fff6df !important;
  color: #111111 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(246, 199, 41, 0.35) !important;
}

#programas .feature-icon i,
#programas .feature-icon svg,
#programas .program-detail > svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.9 !important;
}

#programas .program-feature strong,
#programas .program-detail strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: #111111 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

#programas .program-feature small,
#programas .program-detail span {
  display: block !important;
  color: #313642 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#programas .program-card-footer,
#programas .program-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 24px !important;
  margin: auto -40px 0 !important;
  padding: 18px 28px 18px 40px !important;
  background: linear-gradient(90deg, #fff9ec 0%, #fff2c8 100%) !important;
}

#programas .equipment-row,
#programas .program-equipment {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  color: #30343b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

#programas .equipment-icon,
#programas .program-equipment-icon {
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111111 !important;
}

#programas .equipment-icon i,
#programas .equipment-icon svg,
#programas .program-equipment-icon svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
}

#programas .equipment-row strong,
#programas .program-equipment strong {
  margin-right: 8px !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

#programas .program-card-footer .btn,
#programas .program-footer .btn,
#programas .program-card-footer .btn-yellow,
#programas .program-footer .btn-yellow {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #ffd94d, #f2b400) !important;
  color: #0c0c0c !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

@media (max-width: 1080px) {
  #programas .program-card,
  #programas .programs-list > .program-card {
    grid-template-columns: 1fr !important;
  }

  #programas .program-card-media,
  #programas .program-card-media img {
    height: 360px !important;
    min-height: 360px !important;
  }

  #programas .program-card-body {
    padding: 34px 34px 0 !important;
  }

  #programas .program-features,
  #programas .program-details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #programas .program-card-footer,
  #programas .program-footer {
    margin: auto -34px 0 !important;
    padding: 22px 34px !important;
  }
}

@media (max-width: 720px) {
  #programas.programs-section {
    padding: 68px 0 56px !important;
  }

  #programas .section-heading,
  #programas .programs-list {
    width: min(calc(100% - 28px), 620px) !important;
  }

  #programas .section-heading h2 {
    font-size: 36px !important;
  }

  #programas .program-card-body {
    padding: 28px 22px 0 !important;
  }

  #programas .program-title h3,
  #programas .program-title-line h3 {
    font-size: 24px !important;
  }

  #programas .program-features,
  #programas .program-details {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  #programas .program-card-footer,
  #programas .program-footer {
    grid-template-columns: 1fr !important;
    margin: auto -22px 0 !important;
    padding: 22px !important;
  }

  #programas .program-card-footer .btn,
  #programas .program-footer .btn {
    width: 100% !important;
  }
}

/* =========================================================
   FOOTER - VERSION FINAL
========================================================= */
.site-footer {
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background:
    radial-gradient(circle at 50% -40%, rgba(255, 255, 255, 0.08), transparent 260px),
    linear-gradient(180deg, #101010 0%, #0b0b0b 100%) !important;
  border-top: 4px solid #f6c729 !important;
}

.footer-shell {
  width: min(1648px, calc(100% - 184px)) !important;
  min-height: 184px !important;
  margin: 0 auto !important;
  padding: 30px 0 28px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0 !important;
}

.footer-brand h2 {
  margin: 0 0 1px !important;
  color: #f6c729 !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.footer-subtitle {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

.footer-description {
  margin: 11px 0 0 !important;
  color: #c8c8c8 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.footer-social {
  margin-top: 17px !important;
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  flex-wrap: wrap !important;
}

.footer-social-link {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.footer-social-link:hover {
  color: #0b0b0b !important;
  background: #f6c729 !important;
  border-color: #f6c729 !important;
}

.footer-social-link svg {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  fill: currentColor !important;
  stroke: none !important;
}

.footer-social-link svg path,
.footer-social-link svg rect,
.footer-social-link svg circle,
.footer-social-link svg polygon,
.footer-social-link svg line {
  fill: currentColor !important;
  stroke: none !important;
}

.footer-divider {
  width: 1px !important;
  height: 86px !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.footer-right {
  justify-self: end !important;
  width: min(390px, 100%) !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 18px !important;
}

.footer-shield {
  width: 28px !important;
  height: 28px !important;
  margin-top: 3px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f6c729 !important;
}

.footer-shield svg {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.footer-shield svg path {
  fill: none !important;
  stroke: currentColor !important;
}

.footer-right-title {
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.footer-copy {
  margin: 0 !important;
  color: #a8a8a8 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

@media (max-width: 900px) {
  .footer-shell {
    width: min(100% - 32px, 720px) !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 34px 0 !important;
    text-align: center !important;
  }

  .footer-social {
    justify-content: center !important;
  }

  .footer-divider {
    width: 100% !important;
    height: 1px !important;
  }

  .footer-right {
    justify-self: center !important;
    text-align: left !important;
  }
}

/* Asegurar que el footer del programa tenga el botón alineado */
.program-footer {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
}

.program-footer .btn,
.program-footer .btn-yellow {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 768px) {
  .program-footer {
    flex-direction: column !important;
    align-items: stretch !important;
  }
  
  .program-footer .btn,
  .program-footer .btn-yellow {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* =========================================================
   AJUSTE DEL LOGO - SIN MARCO BLANCO
========================================================= */
.brand-block {
  background: transparent !important;
  background-color: transparent !important;
  border-right: none !important;
  box-shadow: none !important;
}

.brand-block img {
  background: transparent !important;
  filter: brightness(1) contrast(1);
}