:root {
  --cr-ink: #13293d;
  --cr-deep: #0d2f47;
  --cr-blue: #245c84;
  --cr-teal: #2c8985;
  --cr-gold: #d5a64a;
  --cr-gold-soft: #fff5dc;
  --cr-cream: #f8f6ef;
  --cr-muted: #62727d;
  --cr-line: rgba(19, 41, 61, 0.12);
  --cr-shadow: 0 22px 60px rgba(16, 43, 62, 0.14);
}
html {
  scroll-behavior: smooth;
}
body.home-premium {
  background: var(--cr-cream);
  color: var(--cr-muted);
  font-family: "Nunito", sans-serif;
  letter-spacing: 0;
}
.home-premium h1,
.home-premium h2,
.home-premium h3,
.home-premium h4,
.home-premium h5,
.home-premium h6 {
  color: var(--cr-ink);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}
.home-premium p {
  line-height: 1.72;
}
.topbar-premium {
  background: #102f46;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}
.topbar-premium a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.topbar-premium a:hover {
  color: var(--cr-gold);
}
.social-pill {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-left: 0.35rem;
  width: 34px;
}
.social-pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--cr-gold);
}
.nav-shell {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 30px rgba(19, 41, 61, 0.08);
  position: relative;
  z-index: 30;
}
.navbar-premium {
  min-height: 92px;
}
.navbar-premium .navbar-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 405px;
  font-size: 1.18rem;
  line-height: 1.18;
  max-width: 405px;
  min-width: 0;
  white-space: normal;
}
.navbar-premium .navbar-logo {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 64px;
  margin-right: 0.85rem;
  object-fit: contain;
  width: 64px;
}
.navbar-premium .navbar-brand span {
  display: block;
  max-width: 300px;
}
.navbar-premium .navbar-nav {
  align-items: center;
  gap: 0.18rem;
}
.navbar-premium .nav-link {
  color: var(--cr-ink) !important;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 2.12rem 0.42rem !important;
  white-space: nowrap;
}
.navbar-premium .nav-link:hover,
.navbar-premium .nav-link.active,
.navbar-premium .show > .nav-link {
  color: var(--cr-teal) !important;
}
.navbar-premium .dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--cr-shadow);
  padding: 0.55rem;
}
.navbar-premium .dropdown-item {
  border-radius: 6px;
  font-weight: 800;
  padding: 0.62rem 0.9rem;
}
.navbar-premium .dropdown-item:hover {
  background: #eef6f5;
  color: var(--cr-teal);
}
.navbar-premium .nav-cta {
  flex: 0 0 auto;
  margin-left: 0.85rem;
  min-width: 116px;
  white-space: nowrap;
}
.navbar-toggler {
  border-color: rgba(19, 41, 61, 0.12);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
}
.home-premium .btn {
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.home-premium .btn:hover {
  box-shadow: 0 16px 34px rgba(16, 43, 62, 0.18);
  transform: translateY(-2px);
}
.btn-brand {
  background: linear-gradient(135deg, var(--cr-blue), var(--cr-teal));
  border: 0;
  color: #fff !important;
}
.btn-gold {
  background: linear-gradient(135deg, #edd28b, var(--cr-gold));
  border: 0;
  color: var(--cr-ink) !important;
}
.btn-outline-hero {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff !important;
}
.hero-premium {
  background: var(--cr-deep);
  color: #fff;
  min-height: 720px;
  overflow: hidden;
  position: relative;
}
.hero-premium::before {
  background: linear-gradient(
    90deg,
    rgba(13, 47, 71, 0.94) 0%,
    rgba(13, 47, 71, 0.8) 46%,
    rgba(13, 47, 71, 0.28) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 2;
}
.hero-premium .carousel,
.hero-premium .carousel-inner,
.hero-premium .carousel-item {
  height: 720px;
}
.hero-premium .carousel-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-content-premium {
  inset: 0;
  position: absolute;
  z-index: 3;
}
.hero-content-premium .container {
  height: 100%;
}
.hero-grid {
  align-items: center;
  display: grid;
  gap: 2.6rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.75fr);
  height: 100%;
  padding: 3.2rem 0 7.1rem;
}
.hero-copy-box {
  max-width: 720px;
}
.eyebrow {
  color: var(--cr-gold);
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-premium h1 {
  color: #fff;
  font-size: clamp(2.75rem, 5.4vw, 5.5rem);
  line-height: 1.02;
  margin: 1rem 0 1.2rem;
  max-width: 760px;
}
.hero-premium .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  line-height: 1.75;
  max-width: 650px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}
.hero-badges {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 700px;
}
.hero-badge {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  min-height: 92px;
  padding: 1rem;
}
.hero-badge strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}
.hero-badge span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}
.hero-side-card {
  align-self: end;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--cr-shadow);
  color: var(--cr-muted);
  margin-bottom: 4.2rem;
  max-width: 380px;
  padding: 1.35rem;
  justify-self: end;
}
.hero-side-card .icon {
  align-items: center;
  background: var(--cr-gold-soft);
  border-radius: 999px;
  color: var(--cr-gold);
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  margin-right: 0.9rem;
  width: 48px;
}
.hero-side-card h3 {
  margin-bottom: 0.25rem;
}
.stat-strip {
  margin-top: 0;
  position: relative;
  z-index: 8;
}
.stat-grid {
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--cr-shadow);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}
.stat-item {
  border-right: 1px solid var(--cr-line);
  padding: 1.45rem 1.2rem;
}
.stat-item:last-child {
  border-right: 0;
}
.stat-item strong {
  color: var(--cr-ink);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}
.stat-item span {
  color: var(--cr-muted);
  font-weight: 800;
}
.section-pad {
  padding: 5.4rem 0;
}
.section-soft {
  background: #fff;
}
.section-muted {
  background: linear-gradient(180deg, #f7f8f4 0%, #fff 100%);
}
.section-heading {
  margin-bottom: 2.6rem;
}
.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.section-heading p {
  font-size: 1.08rem;
  line-height: 1.75;
  margin-bottom: 0;
  max-width: 760px;
}
.mission-card,
.norm-card,
.level-card,
.quality-card,
.admission-cta {
  background: #fff;
  border: 1px solid var(--cr-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 43, 62, 0.08);
  height: 100%;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.mission-card:hover,
.norm-card:hover,
.level-card:hover,
.quality-card:hover {
  box-shadow: 0 24px 58px rgba(16, 43, 62, 0.15);
  transform: translateY(-5px);
}
.mission-card,
.norm-card {
  padding: 2rem;
}
.card-icon {
  align-items: center;
  background: var(--cr-gold-soft);
  border-radius: 999px;
  color: var(--cr-gold);
  display: inline-flex;
  font-size: 1.4rem;
  height: 54px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 54px;
}
.image-stack {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.9fr;
}
.image-stack img {
  border-radius: 8px;
  box-shadow: var(--cr-shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.image-stack img:first-child {
  min-height: 430px;
}
.image-stack img:nth-child(2) {
  margin-top: 3rem;
  min-height: 340px;
}
.level-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.level-card .content {
  padding: 1.6rem;
}
.level-meta {
  border-top: 1px solid var(--cr-line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.2rem;
  padding-top: 1rem;
}
.level-meta span {
  color: var(--cr-ink);
  font-size: 0.9rem;
  font-weight: 900;
}
.quality-band {
  background: linear-gradient(
    135deg,
    var(--cr-deep),
    var(--cr-blue) 55%,
    var(--cr-teal)
  );
  color: #fff;
  overflow: hidden;
  position: relative;
}
.quality-band h2,
.quality-band h3 {
  color: #fff;
}
.quality-band p {
  color: rgba(255, 255, 255, 0.86);
}
.quality-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
  padding: 1.5rem;
}
.quality-card i {
  color: var(--cr-gold);
  font-size: 1.9rem;
}
.norm-card .number {
  color: rgba(19, 41, 61, 0.16);
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}
.norm-feature {
  background: var(--cr-ink);
  border-radius: 8px;
  color: #fff;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.norm-feature img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.36;
  position: absolute;
  width: 100%;
}
.norm-feature .content {
  padding: 2.2rem;
  position: relative;
  z-index: 1;
}
.norm-feature h3 {
  color: #fff;
  font-size: 2rem;
}
.admission-cta {
  box-shadow: var(--cr-shadow);
}
.admission-cta .visual {
  height: 100%;
  min-height: 420px;
}
.admission-cta img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.admission-form-premium {
  padding: 2.2rem;
}
.admission-form-premium .form-control,
.admission-form-premium .custom-select {
  border: 1px solid var(--cr-line);
  border-radius: 8px;
  height: 50px;
}
.home-premium .site-footer {
  margin-top: 0;
}
.home-premium .site-footer .footer-social a {
  font-size: 1rem;
}
.home-premium .site-footer .footer-form .form-control {
  color: var(--cr-ink);
}
.whatsapp-float {
  z-index: 40;
}
@media (min-width: 1200px) and (max-width: 1325px) {
  .navbar-premium .navbar-brand {
    flex-basis: 350px;
    font-size: 1.02rem;
    max-width: 350px;
  }
  .navbar-premium .navbar-brand span {
    max-width: 270px;
  }
  .navbar-premium .navbar-logo {
    height: 56px;
    width: 56px;
  }
  .navbar-premium .nav-link {
    font-size: 0.78rem;
    padding-left: 0.24rem !important;
    padding-right: 0.24rem !important;
  }
  .navbar-premium .nav-cta {
    margin-left: 0.55rem;
    min-width: 104px;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
}
@media (max-width: 1199.98px) {
  .navbar-premium {
    min-height: 78px;
  }
  .navbar-premium .navbar-brand {
    flex-basis: auto;
    font-size: 1rem;
    max-width: calc(100% - 76px);
  }
  .navbar-premium .navbar-logo {
    height: 54px;
    width: 54px;
  }
  .navbar-premium .navbar-collapse {
    border-top: 1px solid rgba(19, 41, 61, 0.1);
    margin-top: 0.8rem;
    padding-bottom: 1rem;
  }
  .navbar-premium .navbar-nav {
    align-items: stretch;
  }
  .navbar-premium .nav-link {
    padding: 0.75rem 1rem !important;
    text-align: left;
  }
  .navbar-premium .dropdown-menu {
    box-shadow: none;
    margin: 0 1rem 0.65rem !important;
  }
  .navbar-premium .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin: 0.5rem 0 0 1rem;
    max-width: 210px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 3rem 0 8rem;
  }
  .hero-side-card {
    display: none;
  }
  .hero-premium,
  .hero-premium .carousel,
  .hero-premium .carousel-inner,
  .hero-premium .carousel-item {
    height: 780px;
    min-height: 780px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat-item:nth-child(2) {
    border-right: 0;
  }
  .image-stack {
    grid-template-columns: 1fr;
  }
  .image-stack img:first-child,
  .image-stack img:nth-child(2) {
    margin-top: 0;
    min-height: 260px;
  }
}
@media (max-width: 575.98px) {
  .navbar-premium .navbar-logo {
    height: 48px;
    margin-right: 0.55rem;
    width: 48px;
  }
  .navbar-premium .navbar-brand {
    font-size: 0.85rem;
  }
  .navbar-premium .navbar-brand span {
    max-width: 210px;
  }
  .hero-premium,
  .hero-premium .carousel,
  .hero-premium .carousel-inner,
  .hero-premium .carousel-item {
    height: 900px;
    min-height: 900px;
  }
  .hero-grid {
    padding: 2.4rem 0 3rem;
  }
  .hero-premium h1 {
    font-size: 2.35rem;
    line-height: 1.08;
  }
  .hero-premium .lead {
    font-size: 1.02rem;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-badges {
    grid-template-columns: 1fr;
  }
  .stat-strip {
    margin-top: 0;
  }
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .stat-item {
    border-bottom: 1px solid var(--cr-line);
    border-right: 0;
  }
  .section-pad {
    padding: 3.6rem 0;
  }
  .mission-card,
  .norm-card,
  .admission-form-premium {
    padding: 1.35rem;
  }
  .admission-cta .visual {
    min-height: 260px;
  }
}
