/* ==============================
   Campus Life Web Page
============================== */

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

.campus-container {
  width: min(100% - 90px, 1580px);
  margin: 0 auto;
}

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #b98212;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-label span {
  width: 42px;
  height: 2px;
  background: #b98212;
}

.section-label.justify-center {
  justify-content: center;
}

.light-label {
  color: #f4b72a;
}

.light-label span {
  background: #f4b72a;
}

/* Hero */

.campus-hero-section {
  position: relative;
  padding: 20px 0 20px;
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 183, 42, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fd 100%);
  overflow: hidden;
}

.campus-hero-section::after {
  content: "";
  position: absolute;
  right: 80px;
  top: 120px;
  width: 220px;
  height: 220px;
  background-image: radial-gradient(rgba(217, 154, 0, 0.45) 1.4px, transparent 1.4px);
  background-size: 17px 17px;
  opacity: 0.35;
}

.campus-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.campus-hero-content h1 {
  color: #07162d;
  font-size: 28px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0 0 24px;
}

.campus-hero-content h1 strong {
  color: #c79327;
  display: block;
  font-size: clamp(44px, 4.4vw, 72px);
}

.campus-hero-content p {
  color: #465066;
  font-size: 18px;
  line-height: 1.7;
  max-width: 840px;
  margin: 0 0 34px;
}

.campus-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-campus-btn,
.outline-campus-btn,
.section-view-btn,
.cta-campus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 900;
}

.primary-campus-btn {
  background: #07162d;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 22, 45, 0.18);
}

.primary-campus-btn:hover {
  background: #f4b72a;
  color: #07162d;
}

.outline-campus-btn {
  color: #07162d;
  border: 1px solid rgba(7, 22, 45, 0.22);
}

.outline-campus-btn:hover {
  background: #07162d;
  color: #ffffff;
}

.campus-hero-media {
  position: relative;
  height: 520px;
  border-radius: 26px;
  overflow: hidden;
  background: #07162d;
  box-shadow: 0 28px 70px rgba(7, 22, 45, 0.16);
}

.campus-hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 22, 45, 0.92) 100%);
}

.hero-media-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  z-index: 2;
}

.hero-media-card i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 26px;
}

.hero-media-card h4 {
  color: #07162d;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 4px;
}

.hero-media-card p {
  color: #465066;
  margin: 0;
}

/* Highlight Strip */

.campus-highlight-strip {
  position: relative;
  margin-top: -18px;
  z-index: 5;
}

.campus-highlight-grid {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(7, 22, 45, 0.08);
  box-shadow: 0 18px 45px rgba(7, 22, 45, 0.10);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px;
  border-right: 1px solid rgba(7, 22, 45, 0.10);
}

.highlight-item:last-child {
  border-right: none;
}

.highlight-item i {
  min-width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.highlight-item h3 {
  color: #07162d;
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 4px;
}

.highlight-item p {
  color: #465066;
  margin: 0;
}

/* Section Header */

.featured-campus-section {
  padding: 20px 0;
  background: #ffffff;
}

.campus-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 36px;
  margin-bottom: 40px;
}

.campus-section-header h2,
.section-head-center h2,
.campus-cta-box h2 {
  color: #07162d;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 14px;
}

.campus-section-header h2 strong,
.section-head-center h2 strong,
.campus-cta-box h2 strong {
  color: #c79327;
}

.campus-section-header p,
.section-head-center p {
  color: #465066;
  font-size: 17px;
  line-height: 1.6;
  max-width: 850px;
  margin: 0;
}

.section-view-btn {
  background: #07162d;
  color: #ffffff;
  white-space: nowrap;
}

.section-view-btn:hover {
  background: #f4b72a;
  color: #07162d;
}

/* Featured Mixed Grid */

.featured-campus-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.9fr;
  grid-template-rows: 270px 270px;
  gap: 24px;
}

.featured-large-card,
.featured-video-card,
.featured-small-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #07162d;
  box-shadow: 0 16px 45px rgba(7, 22, 45, 0.12);
  color: #ffffff;
}

.featured-large-card {
  grid-row: span 2;
}

.featured-video-card {
  grid-row: span 2;
}

.featured-large-card img,
.featured-video-card img,
.featured-small-image img {
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.featured-large-card:hover img,
.featured-video-card:hover img,
.featured-small-image:hover img,
.experience-card:hover .experience-img img {
  transform: scale(1.07);
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 22, 45, 0.04) 0%, rgba(7, 22, 45, 0.48) 45%, rgba(2, 11, 23, 0.96) 100%);
  z-index: 1;
}

.featured-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  background: #ffffff;
  color: #07162d;
  padding: 12px 18px;
  border-radius: 8px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 900;
}

.featured-badge i {
  color: #c79327;
}

.featured-content {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}

.featured-content span,
.small-image-content span,
.featured-info-card span {
  display: inline-block;
  color: #f4b72a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.featured-content h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 900;
  margin: 0 0 12px;
}

.featured-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.explore-link {
  color: #f4b72a;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.play-circle {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #f4b72a;
  color: #07162d;
  display: grid;
  place-items: center;
  font-size: 44px;
  box-shadow: 0 20px 50px rgba(244, 183, 42, 0.35);
}

.play-circle i {
  margin-left: 5px;
}

.featured-info-card {
  background: #ffffff;
  color: #07162d;
  border: 1px solid rgba(7, 22, 45, 0.10);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 14px 40px rgba(7, 22, 45, 0.08);
}

.info-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 22px;
}

.featured-info-card h3 {
  color: #07162d;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 12px;
}

.featured-info-card p {
  color: #465066;
  line-height: 1.6;
  margin-bottom: 20px;
}

.explore-link.dark {
  color: #07162d;
}

.featured-small-image {
  min-height: 270px;
}

.small-image-content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}

.small-image-content h4 {
  color: #ffffff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0;
}

/* Experience Section */

.campus-experience-section {
  padding: 20px 0;
  background:
    radial-gradient(circle at top right, rgba(244, 183, 42, 0.10), transparent 30%),
    #fbfcff;
}

.section-head-center {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 46px;
}

.campus-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.experience-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(7, 22, 45, 0.10);
  box-shadow: 0 14px 40px rgba(7, 22, 45, 0.08);
  transition: 0.3s ease;
}

.experience-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 60px rgba(7, 22, 45, 0.14);
}

.experience-img {
  height: 245px;
  position: relative;
  overflow: hidden;
  background: #07162d;
}

.experience-img img {
  height: 100%;
  object-fit: cover;
  transition: 0.45s ease;
}

.experience-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(7, 22, 45, 0.80) 100%);
}

.experience-img span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  background: #f4b72a;
  color: #07162d;
  padding: 8px 15px;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-body {
  padding: 28px;
}

.experience-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #07162d;
  color: #f4b72a;
  display: grid;
  place-items: center;
  font-size: 27px;
  margin-bottom: 18px;
}

.experience-body h3 {
  color: #07162d;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 12px;
}

.experience-body p {
  color: #465066;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.experience-body a {
  color: #07162d;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.experience-body a:hover {
  color: #b98212;
}

/* CTA */

.campus-cta-section {
  padding: 20px 0;
  background: #ffffff;
}

.campus-cta-box {
  background:
    radial-gradient(circle at right, rgba(244, 183, 42, 0.16), transparent 34%),
    #07162d;
  color: #ffffff;
  border-radius: 26px;
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.campus-cta-box h2 {
  color: #ffffff;
}

.campus-cta-box p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
  max-width: 860px;
  margin: 0;
}

.cta-campus-btn {
  background: #f4b72a;
  color: #07162d;
  white-space: nowrap;
}

.cta-campus-btn:hover {
  background: #ffffff;
  color: #07162d;
}

/* Responsive */

@media (max-width: 1199px) {
  .campus-hero-grid,
  .campus-cta-box {
    grid-template-columns: 1fr;
  }

  .campus-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-campus-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .featured-large-card {
    grid-column: span 2;
    min-height: 520px;
  }

  .featured-video-card {
    min-height: 520px;
  }

  .campus-experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .campus-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .campus-container {
    width: min(100% - 40px, 820px);
  }

  .campus-hero-section,
  .featured-campus-section,
  .campus-experience-section,
  .campus-cta-section {
    padding: 65px 0;
  }

  .campus-hero-media {
    height: 430px;
  }

  .campus-section-header h2,
  .section-head-center h2,
  .campus-cta-box h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .campus-highlight-grid,
  .featured-campus-grid,
  .campus-experience-grid {
    grid-template-columns: 1fr;
  }

  .featured-large-card,
  .featured-video-card {
    grid-column: auto;
    min-height: 430px;
  }

  .featured-small-image {
    min-height: 260px;
  }

  .highlight-item {
    border-right: none;
    border-bottom: 1px solid rgba(7, 22, 45, 0.10);
  }

  .highlight-item:last-child {
    border-bottom: none;
  }

  .section-label {
    font-size: 12px;
    letter-spacing: 3px;
    gap: 10px;
  }

  .section-label span {
    width: 24px;
  }

  .campus-hero-content h1,
  .campus-section-header h2,
  .section-head-center h2,
  .campus-cta-box h2 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .primary-campus-btn,
  .outline-campus-btn,
  .section-view-btn,
  .cta-campus-btn {
    width: 100%;
  }

  .campus-cta-box {
    padding: 32px 24px;
  }
}

@media (max-width: 575px) {
  .campus-container {
    width: calc(100% - 26px);
  }

  .campus-hero-media {
    height: 360px;
    border-radius: 18px;
  }

  .hero-media-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .featured-content,
  .small-image-content {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .featured-content h3 {
    font-size: 26px;
  }

  .experience-img {
    height: 220px;
  }
}