/*
Theme Name: SNJA Proposed Web
Theme URI: https://example.com/snja-proposed-web
Author: SNJA Education Team
Description: SNJA Proposed Web — Modern premium K-12 school homepage with fullscreen video hero carousel, Mission & Vision panels, Bento Facilities, News, Events, Admissions CTA, and refined footer. 100% Google Sans typography and scroll reveal animations.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: snja-proposed-web
*/

/* ==========================================================================
   Design Tokens & DLSU Palette (100% Universal Google Sans Typography)
   ========================================================================== */
:root {
  /* Signature DLSU Greens */
  --dlsu-green-dark: #004d2c;
  --dlsu-green-main: #006b3f;
  --dlsu-green-light: #00874e;
  --dlsu-green-hover: #005432;
  
  /* Accent Colors */
  --dlsu-accent-yellow: #facc15;
  --dlsu-accent-cyan: #38bdf8;
  --dlsu-accent-emerald: #34d399;
  --dlsu-accent-coral: #ef4444;
  
  /* Neutrals */
  --dlsu-bg-main: #ffffff;
  --dlsu-bg-subtle: #f8fafc;
  --dlsu-bg-dark: #072618;
  --dlsu-text-dark: #111827;
  --dlsu-text-muted: #4b5563;
  --dlsu-text-light: #6b7280;
  
  /* 100% Universal Google Sans Typography Stack */
  --dlsu-font-serif: "Google Sans", "Product Sans", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --dlsu-font-sans: "Google Sans", "Product Sans", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* Radii */
  --dlsu-radius-pill: 9999px;
  --dlsu-radius-card: 12px;
}

/* ==========================================================================
   Reset & Base Styles (Enforcing Universal Google Sans)
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6, p, a, span, div, li, ul {
  font-family: var(--dlsu-font-sans) !important;
}

html {
  font-size: clamp(14px, 1vw + 10px, 16px);
  line-height: 1.5;
  color: var(--dlsu-text-dark);
  background-color: #ffffff;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   ADVANCED PHYSICS MULTI-DIRECTIONAL SCROLL REVEAL ANIMATIONS
   ========================================================================== */
.dlsu-reveal {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-reveal-up {
  transform: translateY(45px);
}

.dlsu-reveal-fade {
  transform: scale(0.96);
}

.dlsu-reveal-left {
  transform: translateX(-45px);
}

.dlsu-reveal-right {
  transform: translateX(45px);
}

.dlsu-reveal.is-visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* Cascading Stagger Delays */
.dlsu-stagger-1 { transition-delay: 0.1s; }
.dlsu-stagger-2 { transition-delay: 0.2s; }
.dlsu-stagger-3 { transition-delay: 0.3s; }
.dlsu-stagger-4 { transition-delay: 0.4s; }

/* ==========================================================================
   1. DLSU Top Utility Header Bar
   ========================================================================== */
.dlsu-topbar {
  background-color: var(--dlsu-green-dark);
  color: #ffffff;
  font-size: clamp(0.75rem, 1vw, 0.825rem);
  font-weight: 500;
  min-height: 38px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dlsu-topbar-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.4rem clamp(1rem, 3vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dlsu-topbar-left, .dlsu-topbar-right {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  list-style: none;
  flex-wrap: wrap;
}

.dlsu-topbar a {
  color: #e2e8f0;
  transition: color 0.25s ease;
}

.dlsu-topbar a:hover { color: var(--dlsu-accent-yellow); }

/* ==========================================================================
   2. BEAUTIFIED DYNAMIC HEADER NAVBAR WITH LOGO IMAGE
   ========================================================================== */
.dlsu-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: clamp(64px, 8vw, 80px);
  display: flex;
  align-items: center;
  background-color: var(--dlsu-green-main);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.home .dlsu-header {
  margin-bottom: clamp(-80px, -8vw, -64px);
  background-color: rgba(0, 77, 44, 0.45);
}

.dlsu-header.is-scrolled,
.home .dlsu-header.is-scrolled {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

.dlsu-header-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dlsu-logo-brand {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
}

.dlsu-logo-img {
  width: clamp(40px, 5.5vw, 50px);
  height: clamp(40px, 5.5vw, 50px);
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s ease;
}

.dlsu-logo-brand:hover .dlsu-logo-img {
  transform: scale(1.06);
}

.dlsu-logo-text {
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  transition: color 0.35s ease;
  white-space: nowrap;
}

.dlsu-header.is-scrolled .dlsu-logo-text {
  color: var(--dlsu-green-dark);
}

.dlsu-nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.2vw, 2.5rem);
  list-style: none;
}

.dlsu-nav-links a {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  font-weight: 600;
  color: #ffffff;
  position: relative;
  padding: 0.4rem 0;
  transition: color 0.35s ease;
}

.dlsu-nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--dlsu-accent-yellow);
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-nav-links a:hover::after {
  width: 100%;
}

.dlsu-header.is-scrolled .dlsu-nav-links a {
  color: #1f2937;
}

.dlsu-header.is-scrolled .dlsu-nav-links a::after {
  background-color: var(--dlsu-green-main);
}

.dlsu-header.is-scrolled .dlsu-nav-links a:hover {
  color: var(--dlsu-green-main);
}

.dlsu-header-right {
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 1.5vw, 1.25rem);
}

.dlsu-search-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.dlsu-search-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.05);
}

.dlsu-header.is-scrolled .dlsu-search-btn {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #374151;
}

.dlsu-header.is-scrolled .dlsu-search-btn:hover {
  background: #e5e7eb;
  color: var(--dlsu-green-main);
}

.dlsu-menu-btn {
  background-color: #ffffff;
  color: var(--dlsu-green-dark);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: clamp(0.45rem, 1vw, 0.65rem) clamp(1rem, 2vw, 1.35rem);
  border-radius: var(--dlsu-radius-pill);
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dlsu-menu-btn:hover {
  background-color: var(--dlsu-accent-yellow);
  color: var(--dlsu-green-dark);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 20px rgba(250, 204, 21, 0.3);
}

.dlsu-menu-btn:active {
  transform: scale(0.97);
}

.dlsu-header.is-scrolled .dlsu-menu-btn {
  background-color: var(--dlsu-green-main);
  color: #ffffff;
  border-color: var(--dlsu-green-main);
}

.dlsu-header.is-scrolled .dlsu-menu-btn:hover {
  background-color: var(--dlsu-green-dark);
}

/* ==========================================================================
   3. FULLSCREEN 100DVH HERO CAROUSEL SECTION (ROBUST DUAL IMAGE & VIDEO)
   ========================================================================== */
.dlsu-hero-video-section {
  position: relative;
  width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  background-color: #030712;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.dlsu-hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.dlsu-hero-video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
  z-index: 1;
}

.dlsu-hero-video-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.dlsu-hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: 1;
}

.dlsu-hero-video-item video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
  z-index: 2;
}

.dlsu-hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%),
              linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 60%);
  z-index: 3;
  pointer-events: none;
}

.dlsu-hero-video-content-wrap {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 9rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

.dlsu-hero-video-content-wrap * {
  pointer-events: auto;
}

.dlsu-hero-slide-text {
  display: none;
  max-width: clamp(320px, 85vw, 850px);
}

.dlsu-hero-slide-text.active {
  display: block;
  animation: heroFadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroFadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

.dlsu-hero-bold-title {
  font-size: clamp(2.5rem, 6vw, 5.25rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.dlsu-hero-gradient-text {
  background: linear-gradient(135deg, #059669 0%, #10b981 25%, #84cc16 50%, #f59e0b 75%, #eab308 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.5));
}

.dlsu-hero-bold-desc {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 400;
  color: #f3f4f6;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.75;
  max-width: 680px;
}

.dlsu-btn-glass {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  padding: clamp(0.75rem, 1.5vw, 0.95rem) clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--dlsu-radius-pill);
  font-weight: 700;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.dlsu-btn-glass:hover {
  background: var(--dlsu-green-main);
  border-color: var(--dlsu-green-main);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 35px rgba(0, 107, 63, 0.4);
}

.dlsu-btn-glass:active { transform: scale(0.97); }

.dlsu-hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(44px, 5vw, 56px);
  height: clamp(44px, 5vw, 56px);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 500;
  pointer-events: auto !important;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}

.dlsu-hero-arrow:hover {
  background: var(--dlsu-green-main);
  border-color: var(--dlsu-green-main);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 107, 63, 0.45);
}

.dlsu-hero-arrow:active { transform: translateY(-50%) scale(0.95); }

.dlsu-hero-arrow-prev { left: clamp(0.75rem, 2vw, 2.25rem); }
.dlsu-hero-arrow-next { right: clamp(0.75rem, 2vw, 2.25rem); }

.dlsu-hero-dots {
  position: absolute;
  bottom: clamp(1.25rem, 3vw, 2.5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.85rem;
  z-index: 500;
  pointer-events: auto !important;
}

.dlsu-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-dot:hover {
  background: rgba(255, 255, 255, 0.75);
  transform: scale(1.2);
}

.dlsu-dot.active {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.4);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.8);
}

/* Buttons & Icon Transitions */
.dlsu-btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--dlsu-green-main);
  color: #ffffff !important;
  padding: clamp(0.6rem, 1.2vw, 0.75rem) clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--dlsu-radius-pill);
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(0, 107, 63, 0.3);
}

.dlsu-btn-pill:hover {
  background-color: var(--dlsu-green-light);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 107, 63, 0.4);
}

.dlsu-btn-pill:active { transform: scale(0.97); }

.dlsu-btn-pill-icon {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  color: var(--dlsu-green-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  transition: transform 0.25s ease;
}

.dlsu-btn-pill:hover .dlsu-btn-pill-icon {
  transform: translateX(4px);
}

.dlsu-btn-pill-white {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  color: var(--dlsu-green-dark) !important;
  padding: clamp(0.6rem, 1.2vw, 0.75rem) clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: var(--dlsu-radius-pill);
  font-weight: 700;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dlsu-btn-pill-white:hover {
  background-color: #ffffff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.dlsu-btn-pill-white:active { transform: scale(0.97); }

.dlsu-btn-pill-white-icon {
  width: 24px;
  height: 24px;
  background-color: var(--dlsu-green-main);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

.dlsu-btn-pill-white:hover .dlsu-btn-pill-white-icon {
  transform: translateX(4px);
}

/* ==========================================================================
   4. 3-COLUMN VISUAL FEATURE CARDS SECTION
   ========================================================================== */
.dlsu-grid-3col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 30vw, 400px), 1fr));
  width: 100%;
}

.dlsu-card-vertical {
  position: relative;
  min-height: clamp(380px, 45vh, 520px);
  overflow: hidden;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
}

.dlsu-card-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.dlsu-card-vertical:hover .dlsu-card-bg-img { transform: scale(1.08); }

.dlsu-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: background 0.35s ease;
  z-index: 2;
}

.dlsu-card-vertical:hover .dlsu-card-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 77, 44, 0.8) 100%);
}

.dlsu-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.dlsu-card-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #ffffff;
  transition: transform 0.35s ease;
}

.dlsu-card-vertical:hover .dlsu-card-title { transform: translateY(-4px); }

.dlsu-card-desc {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: #e5e7eb;
  margin-top: 0.5rem;
  max-width: 320px;
}

/* ==========================================================================
   5. VIBRANT GREEN SECTION ("CAMPUS BULLETIN")
   ========================================================================== */
.dlsu-bulletin-section {
  background-color: var(--dlsu-green-main);
  color: #ffffff;
  padding: clamp(3.5rem, 7vw, 5rem) clamp(1rem, 3vw, 2rem);
}

.dlsu-bulletin-container {
  max-width: 1440px;
  margin: 0 auto;
}

.dlsu-bulletin-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  flex-wrap: wrap;
  gap: 1.5rem;
}

.dlsu-bulletin-title {
  font-size: clamp(2.25rem, 4.5vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.dlsu-bulletin-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  color: #e2e8f0;
}

.dlsu-bulletin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 30vw, 380px), 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.dlsu-announcement-card {
  position: relative;
  min-height: clamp(360px, 40vh, 420px);
  border-radius: var(--dlsu-radius-card);
  overflow: hidden;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-announcement-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.dlsu-announcement-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-announcement-card:hover .dlsu-announcement-bg {
  transform: scale(1.08);
}

.dlsu-announcement-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.dlsu-announcement-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.dlsu-badges-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.dlsu-badge-black {
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
}

.dlsu-announcement-heading {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

.dlsu-announcement-excerpt {
  font-size: clamp(0.8rem, 1.1vw, 0.875rem);
  color: #d1d5db;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

/* ==========================================================================
   6. REDESIGNED ANTI-SLOP ABOUT US SECTION
   ========================================================================== */
.dlsu-about-section {
  background-color: #ffffff;
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 5rem);
}

.dlsu-about-container {
  max-width: 1440px;
  margin: 0 auto;
}

.dlsu-about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(300px, 45vw, 600px), 1fr));
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
}

.dlsu-about-media {
  position: relative;
  border-radius: var(--dlsu-radius-card);
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  aspect-ratio: 4 / 3;
}

.dlsu-about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-about-media:hover .dlsu-about-img {
  transform: scale(1.06);
}

.dlsu-about-stat-badge {
  position: absolute;
  bottom: clamp(1rem, 2.5vw, 2rem);
  right: clamp(1rem, 2.5vw, 2rem);
  background: rgba(0, 77, 44, 0.95);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: clamp(1rem, 2.2vw, 1.5rem) clamp(1.25rem, 2.5vw, 2rem);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: transform 0.35s ease;
}

.dlsu-about-media:hover .dlsu-about-stat-badge {
  transform: translateY(-4px);
}

.dlsu-about-stat-number {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: var(--dlsu-accent-yellow);
}

.dlsu-about-stat-text {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dlsu-about-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dlsu-about-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dlsu-green-main);
}

.dlsu-about-heading {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
}

.dlsu-about-body {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  color: #4b5563;
  line-height: 1.75;
}

.dlsu-about-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  margin: 0.5rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.dlsu-pillar-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 0.25s ease;
}

.dlsu-pillar-item:hover {
  transform: translateY(-3px);
}

.dlsu-pillar-tag {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dlsu-green-main);
}

.dlsu-pillar-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.dlsu-pillar-desc {
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.5;
}

/* ==========================================================================
   6B. REDESIGNED ASYMMETRIC MISSION AND VISION EDITORIAL SHOWCASE
   ========================================================================== */
.dlsu-mv-section {
  background-color: var(--dlsu-bg-subtle);
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1rem, 3vw, 2rem);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.dlsu-mv-container {
  max-width: 1440px;
  margin: 0 auto;
}

.dlsu-mv-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.dlsu-mv-header-eyebrow {
  display: inline-block;
  padding: 0.35rem 1.15rem;
  background: rgba(0, 107, 63, 0.08);
  border: 1px solid rgba(0, 107, 63, 0.2);
  border-radius: var(--dlsu-radius-pill);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dlsu-green-main);
  margin-bottom: 1rem;
}

.dlsu-mv-header-title {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.75rem;
  line-height: 1.15;
}

.dlsu-mv-header-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: #4b5563;
  line-height: 1.7;
}

.dlsu-mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(300px, 42vw, 580px), 1fr));
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
}

.dlsu-mv-panel {
  position: relative;
  border-radius: 16px;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(2rem, 4vw, 3.25rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-mv-panel:hover {
  transform: translateY(-6px);
}

.dlsu-mv-watermark {
  position: absolute;
  right: 1.5rem;
  bottom: 0.5rem;
  font-size: clamp(6rem, 12vw, 9.5rem);
  font-weight: 900;
  opacity: 0.07;
  user-select: none;
  pointer-events: none;
  line-height: 1;
}

.dlsu-mv-panel-mission {
  background: linear-gradient(135deg, #003820 0%, #006b3f 100%);
  color: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 77, 44, 0.2);
}

.dlsu-mv-panel-mission:hover {
  box-shadow: 0 25px 50px rgba(0, 77, 44, 0.3);
}

.dlsu-mv-badge-gold {
  background: rgba(250, 204, 21, 0.15);
  border: 1px solid rgba(250, 204, 21, 0.3);
  color: #facc15;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em;
}

.dlsu-mv-title-light {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.dlsu-mv-body-light {
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  color: #e2e8f0;
  line-height: 1.8;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.dlsu-mv-highlights-light {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.dlsu-mv-highlight-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.dlsu-mv-dot-gold {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #facc15;
  display: inline-block;
  box-shadow: 0 0 10px rgba(250, 204, 21, 0.6);
}

.dlsu-mv-panel-vision {
  background: #ffffff;
  color: #111827;
  border: 1.5px solid #e2e8f0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.dlsu-mv-panel-vision:hover {
  border-color: var(--dlsu-green-main);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.dlsu-mv-badge-green {
  background: rgba(0, 107, 63, 0.08);
  border: 1px solid rgba(0, 107, 63, 0.2);
  color: #006b3f;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  display: inline-block;
  margin-bottom: 1.25rem;
  letter-spacing: 0.08em;
}

.dlsu-mv-title-dark {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.dlsu-mv-body-dark {
  font-size: clamp(0.95rem, 1.3vw, 1.05rem);
  color: #4b5563;
  line-height: 1.8;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

.dlsu-mv-highlights-dark {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
}

.dlsu-mv-dot-green {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #006b3f;
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 107, 63, 0.4);
}

.dlsu-mv-values-strip {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(240px, 28vw, 360px), 1fr));
  gap: 1.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e2e8f0;
}

.dlsu-mv-value-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.65rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.dlsu-mv-value-item:hover {
  transform: translateY(-4px);
  border-color: var(--dlsu-green-main);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.dlsu-mv-value-tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--dlsu-green-main);
  margin-bottom: 0.5rem;
}

.dlsu-mv-value-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.35rem;
}

.dlsu-mv-value-desc {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.55;
}

/* ==========================================================================
   7. BENTO BOX "OUR FACILITIES" SECTION (5 FULL IMAGE CARDS)
   ========================================================================== */
.dlsu-bento-facilities-section {
  background-color: #ffffff;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 3vw, 2rem);
}

.dlsu-bento-container {
  max-width: 1440px;
  margin: 0 auto;
}

.dlsu-bento-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  flex-wrap: wrap;
  gap: 1.5rem;
}

.dlsu-bento-title {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.dlsu-bento-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  color: #4b5563;
  max-width: 650px;
}

.dlsu-bento-top-link {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--dlsu-green-main);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.25s ease;
}

.dlsu-bento-top-link:hover {
  text-decoration: underline;
  transform: translateX(4px);
}

.dlsu-bento-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.5rem;
}

.bento-card {
  position: relative;
  border-radius: var(--dlsu-radius-card);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.bento-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-card:hover .bento-card-bg {
  transform: scale(1.08);
}

.bento-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
}

.bento-card-content {
  position: relative;
  z-index: 3;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.bento-card-title {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.bento-card-desc {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: #e5e7eb;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  max-width: 480px;
}

.bento-card-large, .bento-card-tall { min-height: clamp(300px, 35vh, 380px); }

.dlsu-bento-row2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.5rem;
}

.bento-card-wide { min-height: clamp(240px, 30vh, 300px); }
.bento-card-small { min-height: clamp(200px, 25vh, 260px); }

/* ==========================================================================
   8. University News Featured Section
   ========================================================================== */
.dlsu-news-section {
  background-color: #ffffff;
  padding: clamp(3.5rem, 7vw, 5rem) clamp(1rem, 3vw, 2rem);
  border-top: 1px solid #e5e7eb;
}

.dlsu-news-container {
  max-width: 1440px;
  margin: 0 auto;
}

.dlsu-news-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.dlsu-news-header-title {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.dlsu-news-header-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  color: #4b5563;
}

.dlsu-news-featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(300px, 45vw, 600px), 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.dlsu-news-featured-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.dlsu-news-featured-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
}

.dlsu-news-featured-excerpt {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: #6b7280;
  line-height: 1.7;
}

.dlsu-news-featured-media {
  position: relative;
  border-radius: var(--dlsu-radius-card);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.dlsu-news-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-news-featured-media:hover .dlsu-news-featured-img {
  transform: scale(1.06);
}

.dlsu-news-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(260px, 28vw, 360px), 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.dlsu-news-card-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-news-card-item:hover {
  transform: translateY(-4px);
}

.dlsu-news-card-thumb {
  aspect-ratio: 16 / 10;
  border-radius: var(--dlsu-radius-card);
  overflow: hidden;
  position: relative;
}

.dlsu-news-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-news-card-item:hover .dlsu-news-card-thumb img {
  transform: scale(1.08);
}

.dlsu-news-card-title {
  font-size: clamp(1.1rem, 1.8vw, 1.25rem);
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  transition: color 0.25s ease;
}

.dlsu-news-card-item:hover .dlsu-news-card-title {
  color: var(--dlsu-green-main);
}

.dlsu-news-card-readtime {
  font-size: 0.85rem;
  color: #9ca3af;
  font-weight: 500;
}

/* ==========================================================================
   8B. UPCOMING EVENTS & ACADEMIC CALENDAR SECTION
   ========================================================================== */
.dlsu-events-section {
  background-color: var(--dlsu-green-main);
  color: #ffffff;
  padding: clamp(4rem, 8vw, 6.5rem) clamp(1rem, 3vw, 2rem);
}

.dlsu-events-container {
  max-width: 1440px;
  margin: 0 auto;
}

.dlsu-events-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  flex-wrap: wrap;
  gap: 1.5rem;
}

.dlsu-events-eyebrow {
  display: inline-block;
  padding: 0.35rem 1.15rem;
  background: rgba(250, 204, 21, 0.2);
  border: 1px solid rgba(250, 204, 21, 0.4);
  border-radius: var(--dlsu-radius-pill);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #facc15;
  margin-bottom: 0.85rem;
}

.dlsu-events-title {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.dlsu-events-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  color: #e2e8f0;
  max-width: 650px;
}

.dlsu-events-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  align-items: stretch;
}

.dlsu-event-card-featured {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: clamp(380px, 45vh, 460px);
  padding: clamp(2rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-event-card-featured:hover {
  transform: translateY(-6px);
}

.dlsu-event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-event-card-featured:hover .dlsu-event-bg {
  transform: scale(1.08);
}

.dlsu-event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.2) 100%);
}

.dlsu-event-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.dlsu-event-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.dlsu-date-badge {
  background: #ffffff;
  color: var(--dlsu-green-dark);
  border-radius: 10px;
  padding: 0.5rem 0.95rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.dlsu-date-month {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dlsu-green-main);
  letter-spacing: 0.08em;
}

.dlsu-date-day {
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  color: var(--dlsu-green-dark);
}

.dlsu-badge-live {
  background: rgba(250, 204, 21, 0.25);
  border: 1px solid rgba(250, 204, 21, 0.5);
  color: #facc15;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  letter-spacing: 0.08em;
}

.dlsu-event-title-lg {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.dlsu-event-desc {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: #e5e7eb;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.dlsu-event-meta {
  display: flex;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: #facc15;
  font-weight: 600;
  flex-wrap: wrap;
}

.dlsu-events-stack {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  justify-content: center;
}

.dlsu-event-row-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              background-color 0.3s ease,
              border-color 0.3s ease;
}

.dlsu-event-row-item:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateX(6px);
}

.dlsu-date-badge-small {
  background: #ffffff;
  color: var(--dlsu-green-dark);
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dlsu-date-month-sm {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dlsu-green-main);
  letter-spacing: 0.08em;
}

.dlsu-date-day-sm {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  color: var(--dlsu-green-dark);
}

.dlsu-event-row-details {
  flex-grow: 1;
}

.dlsu-event-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #facc15;
  display: block;
  margin-bottom: 0.2rem;
}

.dlsu-event-row-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.dlsu-event-row-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #d1d5db;
  flex-wrap: wrap;
}

.dlsu-btn-row-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--dlsu-green-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.dlsu-event-row-item:hover .dlsu-btn-row-link {
  background: var(--dlsu-accent-yellow);
  color: var(--dlsu-green-dark);
  transform: translateX(4px);
}

/* ==========================================================================
   9. HIGH-CONTRAST WHITE ADMISSIONS CTA WITH GRADIENT SIDE SPLASHES
   ========================================================================== */
.dlsu-enroll-cta-section {
  position: relative;
  background-color: #ffffff;
  color: #111827;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #f1f5f9;
}

.dlsu-enroll-cta-section::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -15%;
  width: 55vw;
  height: 55vw;
  max-width: 650px;
  max-height: 650px;
  background: radial-gradient(circle, rgba(0, 107, 63, 0.15) 0%, rgba(52, 211, 153, 0.08) 45%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.dlsu-enroll-cta-section::after {
  content: '';
  position: absolute;
  bottom: -15%;
  right: -15%;
  width: 60vw;
  height: 60vw;
  max-width: 700px;
  max-height: 700px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.18) 0%, rgba(16, 185, 129, 0.1) 50%, transparent 75%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.dlsu-enroll-cta-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.dlsu-enroll-cta-badge {
  display: inline-block;
  padding: 0.4rem 1.25rem;
  background: rgba(0, 107, 63, 0.08);
  border: 1px solid rgba(0, 107, 63, 0.2);
  border-radius: var(--dlsu-radius-pill);
  font-size: clamp(0.75rem, 1.2vw, 0.85rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--dlsu-green-main);
  margin-bottom: 1.5rem;
}

.dlsu-enroll-cta-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}

.dlsu-enroll-cta-body {
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  color: #4b5563;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.dlsu-enroll-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.dlsu-btn-enroll-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: var(--dlsu-green-main);
  color: #ffffff !important;
  padding: clamp(0.8rem, 1.8vw, 1rem) clamp(2rem, 3.5vw, 2.75rem);
  border-radius: var(--dlsu-radius-pill);
  font-weight: 800;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 107, 63, 0.25);
}

.dlsu-btn-enroll-primary:hover {
  background-color: var(--dlsu-green-dark);
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 40px rgba(0, 77, 44, 0.35);
}

.dlsu-btn-enroll-primary:active { transform: scale(0.97); }

.dlsu-btn-enroll-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #ffffff;
  color: #1f2937 !important;
  border: 1.5px solid #d1d5db;
  padding: clamp(0.8rem, 1.8vw, 1rem) clamp(2rem, 3.5vw, 2.75rem);
  border-radius: var(--dlsu-radius-pill);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.dlsu-btn-enroll-secondary:hover {
  background-color: #f8fafc;
  border-color: var(--dlsu-green-main);
  color: var(--dlsu-green-main) !important;
  transform: translateY(-3px);
}

.dlsu-enroll-helpline {
  font-size: 0.9rem;
  color: #6b7280;
}

.dlsu-enroll-helpline a {
  color: var(--dlsu-green-main);
  font-weight: 700;
  text-decoration: underline;
}

/* ==========================================================================
   10. REFINED UNCLUTTERED DLSU GREEN FOOTER WITH EXACT LOGO IMAGE
   ========================================================================== */
.dlsu-curved-footer {
  background-color: var(--dlsu-green-dark);
  color: #ffffff;
  padding: clamp(3.5rem, 6vw, 4.5rem) clamp(1rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  z-index: 4;
}

.dlsu-curved-footer-container {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
}

.dlsu-footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.dlsu-footer-logo-img {
  width: clamp(48px, 6vw, 58px);
  height: clamp(48px, 6vw, 58px);
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease;
  flex-shrink: 0;
}

.dlsu-footer-logo-img:hover { transform: scale(1.08); }

.dlsu-footer-col-heading {
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.dlsu-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #e2e8f0;
  line-height: 1.5;
}

.dlsu-footer-icon {
  color: var(--dlsu-accent-yellow);
  flex-shrink: 0;
  margin-top: 2px;
}

.dlsu-footer-col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.dlsu-footer-col-list a {
  color: #f3f4f6;
  font-size: 0.925rem;
  font-weight: 500;
  transition: all 0.25s ease;
  display: inline-block;
}

.dlsu-footer-col-list a:hover {
  color: var(--dlsu-accent-yellow);
  transform: translateX(4px);
}

.dlsu-footer-social-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.dlsu-social-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dlsu-social-btn:hover {
  background: var(--dlsu-accent-yellow);
  color: var(--dlsu-green-dark);
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 8px 20px rgba(250, 204, 21, 0.35);
}

.dlsu-social-btn:active { transform: scale(0.95); }

.dlsu-footer-curved-bottom {
  max-width: 1440px;
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #e5e7eb;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Reduced Motion Fallback */
@media (prefers-reduced-motion: reduce) {
  .dlsu-reveal, .dlsu-card-bg-img, .bento-card-bg, .dlsu-announcement-bg, .dlsu-about-img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .dlsu-bento-grid { grid-template-columns: 1fr; }
  .dlsu-bento-row2 { grid-template-columns: 1fr; }
  .dlsu-events-grid { grid-template-columns: 1fr; }
  .dlsu-curved-footer-container { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
  .dlsu-nav-links { display: none; }
  .dlsu-header { background-color: var(--dlsu-green-main) !important; margin-bottom: 0 !important; }
  .dlsu-header.is-scrolled { background-color: #ffffff !important; }
  .dlsu-about-grid { grid-template-columns: 1fr; }
  .dlsu-news-featured-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .dlsu-topbar-left { display: none; }
  .dlsu-topbar-container { justify-content: center; }
  .dlsu-hero-arrow { display: none; }
  .dlsu-hero-bold-title { font-size: 2.25rem; }
  .dlsu-footer-curved-bottom { flex-direction: column; text-align: center; }
}
