.seo-body {
  background: #fff;
  color: var(--text);
}

.seo-body .site-header {
  min-height: 76px;
}

.seo-body .brand img {
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
}

.seo-body .site-nav {
  gap: 14px;
}

.seo-body .site-nav a {
  padding: 10px 4px;
}

.seo-body .nav-login {
  padding: 10px 14px;
  border: 1px solid rgba(205,154,45,.28);
  border-radius: 999px;
  background: #fff8e8;
}

.mobile-menu {
  display: none;
  position: relative;
  margin-left: auto;
}

.mobile-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  display: grid;
  gap: 5px;
  width: min(86vw, 310px);
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,23,42,.16);
}

.mobile-menu-panel a {
  padding: 12px;
  border-radius: 8px;
  color: var(--navy);
  font-weight: 850;
}

.mobile-menu-panel a:hover {
  background: #f3f6fa;
}

.mobile-menu-panel .mobile-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  background: var(--gold);
  color: #fff;
}

.seo-main {
  padding-top: 76px;
}

.seo-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(520px, calc(78svh - 76px), 650px);
  overflow: hidden;
  background: #071830;
}

.seo-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7,24,48,.97) 0%, rgba(9,28,54,.88) 46%, rgba(9,28,54,.32) 76%, rgba(9,28,54,.12) 100%),
    url('/hero-colegio-monarca.jpg') 64% center / cover no-repeat;
}

.seo-hero.plans-hero::before {
  background:
    linear-gradient(90deg, rgba(7,24,48,.98) 0%, rgba(9,28,54,.9) 52%, rgba(9,28,54,.34) 100%),
    url('/hero-colegio-monarca.jpg') 76% center / cover no-repeat;
}

.seo-hero-inner {
  position: relative;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 48px;
  color: #fff;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
}

.breadcrumbs a {
  color: #f4e4bc;
  font-weight: 800;
}

.seo-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1.02;
}

.seo-hero-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 19px;
  line-height: 1.65;
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-hero .btn {
  min-height: 52px;
  border-radius: 8px;
}

.seo-proof-bar {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.seo-proof-inner {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.seo-proof-inner span {
  display: grid;
  gap: 4px;
  padding: 20px 18px;
  border-right: 1px solid var(--line);
}

.seo-proof-inner span:first-child {
  border-left: 1px solid var(--line);
}

.seo-proof-inner strong {
  color: var(--navy);
  font-size: 15px;
}

.seo-proof-inner small {
  color: var(--muted);
  line-height: 1.45;
}

.seo-band {
  padding: 78px 0;
  background: #fff;
}

.seo-band.soft {
  border-top: 1px solid #e9eef4;
  border-bottom: 1px solid #e9eef4;
  background: #f4f7fa;
}

.seo-band.navy {
  background: var(--navy);
  color: #fff;
}

.seo-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.seo-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.seo-heading h2,
.seo-copy-grid h2,
.article-body h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 43px;
  line-height: 1.08;
}

.seo-band.navy h2,
.seo-band.navy h3 {
  color: #fff;
}

.seo-heading p,
.seo-copy-grid p,
.article-body p {
  color: #52657e;
  font-size: 16px;
  line-height: 1.75;
}

.seo-band.navy p {
  color: rgba(255,255,255,.76);
}

.seo-copy-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.seo-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-list li {
  position: relative;
  padding: 15px 16px 15px 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #40526b;
  line-height: 1.55;
}

.seo-list li::before {
  position: absolute;
  left: 16px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  content: "✓";
  background: #e7f8f1;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
}

.seo-body .advisor-application-form {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(9,28,54,.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(15,23,42,.08);
}

.seo-body .advisor-application-form h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 24px;
}

.seo-body .advisor-application-form label {
  color: var(--navy);
  font-weight: 900;
}

.seo-body .advisor-application-form input,
.seo-body .advisor-application-form select,
.seo-body .advisor-application-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
}

.seo-body .advisor-application-form textarea {
  min-height: 128px;
  padding: 14px;
  resize: vertical;
}

.seo-body .advisor-application-form .legal-check {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f7fa;
  color: #52657e;
  line-height: 1.5;
}

.seo-body .advisor-application-form .legal-check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
}

.seo-body .advisor-application-form small {
  color: var(--muted);
  line-height: 1.5;
}

.fact-grid,
.curriculum-grid,
.guide-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

.fact-grid article,
.curriculum-grid article,
.guide-grid article,
.process-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15,23,42,.05);
}

.fact-grid small,
.curriculum-grid small,
.guide-grid small,
.process-grid small {
  display: block;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.fact-grid strong,
.curriculum-grid strong,
.guide-grid strong,
.process-grid strong {
  display: block;
  margin-top: 9px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.4;
}

.fact-grid span,
.curriculum-grid span,
.guide-grid span,
.process-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.guide-grid article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.guide-grid a {
  margin-top: auto;
  padding-top: 20px;
  color: #0f4c81;
  font-weight: 900;
}

.plan-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15,23,42,.05);
}

.plan-table-wrap table {
  min-width: 760px;
}

.plan-table-wrap strong {
  color: var(--navy);
}

.price-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: #fff8e8;
  color: #6b5322;
  line-height: 1.65;
}

.seo-cta-band {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
}

.seo-cta-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.12;
}

.seo-cta-band p {
  max-width: 720px;
  margin: 12px 0 0;
}

.seo-cta-band .btn {
  min-width: 210px;
}

.article-shell {
  display: grid;
  grid-template-columns: minmax(0,760px) 280px;
  gap: 54px;
  align-items: start;
}

.article-body h2 {
  margin-top: 42px;
  font-size: 34px;
}

.article-body h3 {
  margin: 30px 0 8px;
  color: var(--navy);
  font-size: 22px;
}

.article-body ul,
.article-body ol {
  color: #52657e;
  line-height: 1.8;
}

.article-aside {
  position: sticky;
  top: 102px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f4f7fa;
}

.article-aside strong {
  color: var(--navy);
}

.article-aside a {
  display: block;
  margin-top: 12px;
  color: #0f4c81;
  font-weight: 850;
  line-height: 1.45;
}

.seo-body .site-footer {
  display: grid;
  grid-template-columns: minmax(220px,.75fr) minmax(0,1.25fr);
  gap: 28px;
  justify-content: stretch;
  padding: 34px clamp(18px,4vw,54px);
}

.seo-body .site-footer nav {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .seo-body .site-nav {
    display: none;
  }

  .seo-body .mobile-menu {
    display: block;
  }
}

@media (max-width: 900px) {
  .seo-hero {
    min-height: 590px;
  }

  .seo-hero::before,
  .seo-hero.plans-hero::before {
    background:
      linear-gradient(180deg, rgba(7,24,48,.58) 0%, rgba(9,28,54,.9) 66%, rgba(9,28,54,.98) 100%),
      url('/hero-colegio-monarca.jpg') 68% center / cover no-repeat;
  }

  .seo-hero h1 {
    font-size: 46px;
  }

  .seo-proof-inner,
  .fact-grid,
  .curriculum-grid,
  .guide-grid,
  .process-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .seo-copy-grid,
  .article-shell,
  .seo-cta-band,
  .seo-body .site-footer {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }

  .seo-body .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .seo-main {
    padding-top: 72px;
  }

  .seo-hero {
    min-height: 600px;
  }

  .seo-hero-inner,
  .seo-inner,
  .seo-proof-inner {
    width: min(100% - 28px,1120px);
  }

  .seo-hero-inner {
    padding: 36px 0 28px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .seo-hero h1 {
    font-size: 34px;
  }

  .seo-hero-copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .seo-hero-actions,
  .seo-hero-actions .btn {
    width: 100%;
  }

  .seo-proof-inner,
  .fact-grid,
  .curriculum-grid,
  .guide-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .seo-proof-inner span,
  .seo-proof-inner span:first-child {
    border-left: 1px solid var(--line);
  }

  .seo-band {
    padding: 56px 0;
  }

  .seo-heading h2,
  .seo-copy-grid h2 {
    font-size: 34px;
  }

  .seo-cta-band h2 {
    font-size: 32px;
  }

  .seo-cta-band .btn {
    width: 100%;
  }
}
