/*
Theme Name: Nexura Campus
Theme URI: https://nexura.id/
Author: PT Nexura Edu Teknologi
Author URI: https://nexura.id/
Description: Tema WordPress kampus modern dan responsif yang terinspirasi pola informasi portal perguruan tinggi Indonesia. Mendukung slider, layanan, berita, pengumuman, agenda, fakultas, pimpinan, video, alumni, mitra, Elementor, Gutenberg, dan enam preset warna.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexura-campus
Tags: education, university, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, block-styles
*/

:root {
  --nc-primary: #0d6b45;
  --nc-primary-dark: #07482f;
  --nc-secondary: #d6aa3b;
  --nc-accent: #f4c95d;
  --nc-surface: #ffffff;
  --nc-bg: #f4f7f5;
  --nc-text: #18352b;
  --nc-muted: #66756f;
  --nc-border: #dfe8e3;
  --nc-danger: #bd3a3a;
  --nc-radius: 18px;
  --nc-shadow: 0 18px 55px rgba(9, 55, 38, .12);
  --nc-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nc-text);
  background: var(--nc-surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--nc-primary); text-decoration: none; transition: .2s ease; }
a:hover { color: var(--nc-primary-dark); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.nc-container { width: min(calc(100% - 40px), var(--nc-container)); margin-inline: auto; }
.nc-section { padding: 78px 0; }
.nc-section--soft { background: var(--nc-bg); }
.nc-section--dark { color: #fff; background: linear-gradient(135deg, var(--nc-primary-dark), var(--nc-primary)); }
.nc-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.nc-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; color: var(--nc-primary); font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.nc-eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 99px; background: var(--nc-secondary); }
.nc-section-title { margin: 0; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.13; letter-spacing: -.035em; }
.nc-section-subtitle { max-width: 680px; margin: 9px 0 0; color: var(--nc-muted); }
.nc-link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; white-space: nowrap; }
.nc-link-arrow::after { content: "→"; transition: transform .2s; }
.nc-link-arrow:hover::after { transform: translateX(4px); }

/* Header */
.nc-topbar { color: rgba(255,255,255,.92); background: var(--nc-primary-dark); font-size: .86rem; }
.nc-topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.nc-topbar__links, .nc-topbar__contact, .nc-topbar__links ul { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.nc-topbar__links ul { list-style: none; margin: 0; padding: 0; }
.nc-topbar a { color: inherit; }
.nc-topbar a:hover { color: var(--nc-accent); }
.nc-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--nc-border); }
.nc-header.is-sticky { position: sticky; top: 0; box-shadow: 0 8px 28px rgba(7,48,32,.08); }
.admin-bar .nc-header.is-sticky { top: 32px; }
.nc-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nc-brand { min-width: 240px; display: flex; align-items: center; gap: 13px; color: var(--nc-text); }
.nc-brand img, .custom-logo { max-height: 61px; width: auto; }
.nc-brand__mark { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 16px; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--nc-primary), var(--nc-secondary)); box-shadow: 0 8px 20px rgba(12,106,68,.22); }
.nc-brand__name { display: block; font-weight: 900; font-size: 1.02rem; line-height: 1.25; }
.nc-brand__tagline { display: block; margin-top: 3px; color: var(--nc-muted); font-size: .78rem; }
.nc-nav { margin-left: auto; }
.nc-nav ul { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nc-nav li { position: relative; }
.nc-nav > div > ul > li > a { display: block; padding: 11px 10px; color: var(--nc-text); font-size: .9rem; font-weight: 750; border-radius: 10px; }
.nc-nav > div > ul > li.current-menu-item > a,
.nc-nav > div > ul > li > a:hover { color: var(--nc-primary); background: var(--nc-bg); }
.nc-nav .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; width: 240px; display: block; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; border: 1px solid var(--nc-border); border-radius: 14px; box-shadow: var(--nc-shadow); transition: .2s; }
.nc-nav li:hover > .sub-menu, .nc-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.nc-nav .sub-menu a { display: block; padding: 9px 11px; color: var(--nc-text); border-radius: 8px; font-size: .88rem; }
.nc-nav .sub-menu a:hover { color: var(--nc-primary); background: var(--nc-bg); }
.nc-header__actions { display: flex; align-items: center; gap: 10px; }
.nc-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; line-height: 1; transition: .2s; }
.nc-btn:hover { transform: translateY(-2px); }
.nc-btn--primary { color: #fff; background: var(--nc-primary); box-shadow: 0 8px 18px rgba(12,106,68,.2); }
.nc-btn--primary:hover { color: #fff; background: var(--nc-primary-dark); }
.nc-btn--secondary { color: var(--nc-primary-dark); background: var(--nc-secondary); }
.nc-btn--secondary:hover { color: var(--nc-primary-dark); filter: brightness(.96); }
.nc-btn--ghost { color: var(--nc-primary); border-color: var(--nc-border); background: #fff; }
.nc-btn--ghost:hover { color: var(--nc-primary-dark); border-color: var(--nc-primary); }
.nc-menu-toggle { display: none; width: 45px; height: 45px; padding: 0; border: 1px solid var(--nc-border); border-radius: 12px; background: #fff; }
.nc-menu-toggle span, .nc-menu-toggle::before, .nc-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--nc-text); transition: .2s; }
.nc-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.nc-menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nc-menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.nc-hero { position: relative; overflow: hidden; color: #fff; background: var(--nc-primary-dark); }
.nc-slider { position: relative; min-height: 620px; }
.nc-slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; transition: opacity .7s ease; background-size: cover; background-position: center; }
.nc-slide.is-active { opacity: 1; visibility: visible; }
.nc-slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,38,25,.94) 0%, rgba(4,49,32,.75) 47%, rgba(4,49,32,.18) 100%); }
.nc-slide::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; bottom: -280px; border: 80px solid rgba(214,170,59,.18); border-radius: 50%; }
.nc-slide__content { position: relative; z-index: 2; max-width: 760px; padding: 90px 0 115px; }
.nc-slide__badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; margin-bottom: 19px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); font-weight: 750; font-size: .83rem; }
.nc-slide__badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--nc-secondary); box-shadow: 0 0 0 5px rgba(214,170,59,.2); }
.nc-slide h1 { max-width: 760px; margin: 0 0 18px; font-size: clamp(2.7rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.055em; }
.nc-slide p { max-width: 660px; margin: 0 0 28px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 2vw, 1.18rem); }
.nc-slide__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nc-slider__dots { position: absolute; z-index: 4; left: 50%; bottom: 36px; display: flex; gap: 9px; transform: translateX(-50%); }
.nc-slider__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.45); transition: .25s; }
.nc-slider__dot.is-active { width: 34px; background: var(--nc-secondary); }
.nc-hero-stats { position: absolute; z-index: 4; right: max(20px, calc((100vw - var(--nc-container)) / 2)); bottom: 35px; display: flex; gap: 22px; }
.nc-hero-stat strong { display: block; color: var(--nc-secondary); font-size: 1.45rem; line-height: 1; }
.nc-hero-stat span { display: block; margin-top: 5px; color: rgba(255,255,255,.74); font-size: .76rem; }

/* Quick services */
.nc-quick-wrap { position: relative; z-index: 8; margin-top: -45px; }
.nc-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--nc-border); border-radius: var(--nc-radius); box-shadow: var(--nc-shadow); overflow: hidden; }
.nc-quick-card { min-height: 145px; padding: 26px; color: var(--nc-text); border-right: 1px solid var(--nc-border); background: #fff; }
.nc-quick-card:last-child { border-right: 0; }
.nc-quick-card:hover { color: var(--nc-text); background: linear-gradient(145deg, #fff, var(--nc-bg)); }
.nc-quick-card__icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 13px; color: #fff; background: var(--nc-primary); font-size: 1.28rem; }
.nc-quick-card strong { display: block; font-size: 1rem; }
.nc-quick-card span { display: block; margin-top: 5px; color: var(--nc-muted); font-size: .82rem; }

/* cards */
.nc-grid { display: grid; gap: 24px; }
.nc-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.nc-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.nc-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.nc-card { overflow: hidden; background: #fff; border: 1px solid var(--nc-border); border-radius: var(--nc-radius); box-shadow: 0 10px 32px rgba(6,54,36,.06); transition: .25s; }
.nc-card:hover { transform: translateY(-6px); box-shadow: var(--nc-shadow); }
.nc-card__image { aspect-ratio: 16/10; overflow: hidden; background: var(--nc-bg); }
.nc-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.nc-card:hover .nc-card__image img { transform: scale(1.05); }
.nc-card__body { padding: 22px; }
.nc-meta { display: flex; flex-wrap: wrap; gap: 10px 15px; margin-bottom: 10px; color: var(--nc-muted); font-size: .78rem; }
.nc-meta__tag { padding: 4px 9px; color: var(--nc-primary); background: rgba(13,107,69,.08); border-radius: 999px; font-weight: 800; }
.nc-card h3 { margin: 0 0 9px; font-size: 1.15rem; line-height: 1.35; }
.nc-card h3 a { color: var(--nc-text); }
.nc-card h3 a:hover { color: var(--nc-primary); }
.nc-card p { margin: 0; color: var(--nc-muted); font-size: .9rem; }

/* welcome */
.nc-welcome { display: grid; grid-template-columns: .88fr 1.12fr; gap: 60px; align-items: center; }
.nc-welcome__visual { position: relative; min-height: 520px; }
.nc-welcome__image { position: absolute; inset: 0 55px 0 0; overflow: hidden; border-radius: 24px; background: linear-gradient(145deg, var(--nc-primary), var(--nc-primary-dark)); box-shadow: var(--nc-shadow); }
.nc-welcome__image img { width: 100%; height: 100%; object-fit: cover; }
.nc-welcome__seal { position: absolute; right: 0; bottom: 38px; width: 150px; height: 150px; display: grid; place-items: center; padding: 20px; text-align: center; color: var(--nc-primary-dark); border: 10px solid #fff; border-radius: 50%; background: var(--nc-secondary); box-shadow: var(--nc-shadow); font-weight: 900; line-height: 1.15; }
.nc-welcome__quote { margin: 25px 0; padding: 20px 22px; border-left: 4px solid var(--nc-secondary); background: var(--nc-bg); border-radius: 0 14px 14px 0; color: var(--nc-muted); }
.nc-signature strong { display: block; }
.nc-signature span { color: var(--nc-muted); font-size: .88rem; }

/* accreditation */
.nc-accreditation { padding: 34px 0; background: var(--nc-secondary); }
.nc-accreditation__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nc-accreditation__label { display: flex; align-items: center; gap: 18px; }
.nc-accreditation__badge { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: var(--nc-primary-dark); font-size: 1.5rem; }
.nc-accreditation h2 { margin: 0; color: var(--nc-primary-dark); font-size: clamp(1.35rem, 3vw, 2.1rem); }
.nc-accreditation p { margin: 4px 0 0; color: rgba(7,72,47,.78); }
.nc-accreditation__grade { min-width: 220px; text-align: right; }
.nc-accreditation__grade strong { display: block; color: var(--nc-primary-dark); font-size: 2.5rem; line-height: 1; }
.nc-accreditation__grade span { color: rgba(7,72,47,.72); font-size: .82rem; }

/* news spotlight */
.nc-news-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 26px; }
.nc-featured-news { min-height: 520px; position: relative; overflow: hidden; border-radius: var(--nc-radius); background: var(--nc-primary-dark); }
.nc-featured-news img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: .72; }
.nc-featured-news::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,44,29,.96), rgba(4,44,29,.05) 78%); }
.nc-featured-news__body { position: absolute; z-index: 2; inset: auto 0 0; padding: 34px; color: #fff; }
.nc-featured-news h3 { margin: 9px 0 10px; font-size: clamp(1.6rem,3vw,2.45rem); line-height: 1.15; }
.nc-featured-news h3 a { color: #fff; }
.nc-news-list { display: grid; gap: 16px; }
.nc-news-item { display: grid; grid-template-columns: 128px 1fr; gap: 16px; align-items: center; padding: 13px; border: 1px solid var(--nc-border); border-radius: 15px; background: #fff; }
.nc-news-item img { width: 128px; height: 96px; object-fit: cover; border-radius: 11px; }
.nc-news-item h3 { margin: 5px 0; font-size: .98rem; line-height: 1.35; }
.nc-news-item h3 a { color: var(--nc-text); }

/* announcements / agenda */
.nc-info-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.nc-panel { padding: 28px; background: #fff; border: 1px solid var(--nc-border); border-radius: var(--nc-radius); box-shadow: 0 10px 32px rgba(6,54,36,.05); }
.nc-panel__title { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; }
.nc-panel__title h2 { margin: 0; font-size: 1.45rem; }
.nc-announcement { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid var(--nc-border); }
.nc-announcement:first-of-type { border-top: 0; padding-top: 0; }
.nc-announcement__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; color: var(--nc-primary); background: rgba(13,107,69,.08); }
.nc-announcement h3 { margin: 0 0 4px; font-size: .98rem; line-height: 1.35; }
.nc-announcement small { color: var(--nc-muted); }
.nc-agenda { display: grid; grid-template-columns: 72px 1fr; gap: 17px; padding: 17px 0; border-top: 1px solid var(--nc-border); }
.nc-agenda:first-of-type { border-top: 0; padding-top: 0; }
.nc-agenda__date { overflow: hidden; text-align: center; border: 1px solid var(--nc-border); border-radius: 13px; }
.nc-agenda__date strong { display: block; padding: 8px 4px; font-size: 1.45rem; line-height: 1; }
.nc-agenda__date span { display: block; padding: 4px; color: #fff; background: var(--nc-primary); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.nc-agenda h3 { margin: 0 0 6px; font-size: 1rem; }
.nc-agenda p { margin: 0; color: var(--nc-muted); font-size: .82rem; }

/* Faculties */
.nc-faculty-card { position: relative; min-height: 300px; display: flex; align-items: end; overflow: hidden; padding: 26px; color: #fff; border-radius: var(--nc-radius); background: var(--nc-primary-dark); }
.nc-faculty-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .63; transition: .4s; }
.nc-faculty-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,41,27,.96), rgba(3,41,27,.06) 75%); }
.nc-faculty-card:hover img { transform: scale(1.05); }
.nc-faculty-card__body { position: relative; z-index: 2; }
.nc-faculty-card small { display: inline-block; margin-bottom: 7px; color: var(--nc-secondary); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nc-faculty-card h3 { margin: 0; font-size: 1.3rem; line-height: 1.3; }
.nc-faculty-card p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: .86rem; }

/* leaders */
.nc-leader { text-align: center; }
.nc-leader__photo { width: 185px; height: 220px; margin: 0 auto 18px; overflow: hidden; border-radius: 92px 92px 20px 20px; background: linear-gradient(145deg, var(--nc-bg), #dcebe3); border: 1px solid var(--nc-border); }
.nc-leader__photo img { width: 100%; height: 100%; object-fit: cover; }
.nc-leader h3 { margin: 0; font-size: 1.03rem; }
.nc-leader p { margin: 5px 0 0; color: var(--nc-primary); font-size: .8rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

/* Video & testimonial */
.nc-media-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; }
.nc-video { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--nc-radius); background: #071a13; }
.nc-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.nc-video__placeholder { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 30px; color: #fff; background: radial-gradient(circle at center, rgba(13,107,69,.5), transparent 45%), linear-gradient(135deg,#071a13,#0d6b45); }
.nc-video__play { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: var(--nc-primary-dark); background: var(--nc-secondary); font-size: 1.7rem; }
.nc-testimonial { min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: 40px; color: #fff; background: linear-gradient(145deg, var(--nc-primary-dark), var(--nc-primary)); border-radius: var(--nc-radius); }
.nc-testimonial__quote { color: var(--nc-secondary); font-size: 4.5rem; line-height: .7; font-family: Georgia, serif; }
.nc-testimonial blockquote { margin: 20px 0 25px; font-size: 1.18rem; line-height: 1.65; }
.nc-testimonial__person { display: flex; align-items: center; gap: 13px; }
.nc-testimonial__avatar { width: 54px; height: 54px; overflow: hidden; border: 3px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.15); }
.nc-testimonial__avatar img { width: 100%; height: 100%; object-fit: cover; }
.nc-testimonial__person strong, .nc-testimonial__person span { display: block; }
.nc-testimonial__person span { color: rgba(255,255,255,.68); font-size: .82rem; }

/* Partners and newsletter */
.nc-partners { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 16px; align-items: center; }
.nc-partner { min-height: 86px; display: grid; place-items: center; padding: 16px; border: 1px solid var(--nc-border); border-radius: 14px; background: #fff; filter: grayscale(1); opacity: .7; }
.nc-partner:hover { filter: none; opacity: 1; }
.nc-partner img { max-height: 50px; width: auto; }
.nc-partner span { text-align: center; color: var(--nc-muted); font-size: .82rem; font-weight: 800; }
.nc-newsletter { padding: 44px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; color: #fff; background: linear-gradient(135deg, var(--nc-primary-dark), var(--nc-primary)); border-radius: 24px; box-shadow: var(--nc-shadow); }
.nc-newsletter h2 { margin: 0 0 6px; font-size: clamp(1.6rem,3vw,2.35rem); }
.nc-newsletter p { margin: 0; color: rgba(255,255,255,.72); }
.nc-newsletter form { display: flex; min-width: min(100%, 430px); }
.nc-newsletter input[type="email"] { width: 100%; min-height: 52px; padding: 0 16px; border: 0; border-radius: 12px 0 0 12px; outline: 0; }
.nc-newsletter button { min-width: 130px; border: 0; border-radius: 0 12px 12px 0; color: var(--nc-primary-dark); background: var(--nc-secondary); font-weight: 900; }

/* Content pages */
.nc-page-hero { padding: 68px 0; color: #fff; background: linear-gradient(135deg,var(--nc-primary-dark),var(--nc-primary)); }
.nc-page-hero h1 { margin: 0; font-size: clamp(2rem,5vw,3.8rem); line-height: 1.08; }
.nc-breadcrumbs { margin-top: 10px; color: rgba(255,255,255,.7); font-size: .88rem; }
.nc-breadcrumbs a { color: #fff; }
.nc-content-wrap { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 42px; padding: 65px 0; }
.nc-content-wrap--full { grid-template-columns: 1fr; }
.nc-entry { min-width: 0; }
.nc-entry__header { margin-bottom: 28px; }
.nc-entry__header h1 { margin: 0 0 12px; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.15; }
.nc-entry__content > *:first-child { margin-top: 0; }
.nc-entry__content h2, .nc-entry__content h3 { line-height: 1.25; }
.nc-entry__content a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.nc-entry__content img { border-radius: 15px; }
.nc-entry__content table { width: 100%; border-collapse: collapse; }
.nc-entry__content th, .nc-entry__content td { padding: 10px; border: 1px solid var(--nc-border); text-align: left; }
.nc-sidebar .widget { margin-bottom: 25px; padding: 22px; border: 1px solid var(--nc-border); border-radius: 16px; background: #fff; }
.nc-sidebar .widget-title { margin: 0 0 15px; font-size: 1.1rem; }
.nc-sidebar ul { margin: 0; padding-left: 18px; }
.nc-pagination { margin-top: 35px; }
.nc-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; }
.nc-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--nc-border); border-radius: 10px; }
.nc-pagination .current { color: #fff; background: var(--nc-primary); border-color: var(--nc-primary); }

/* Footer */
.nc-footer { margin-top: 80px; color: rgba(255,255,255,.78); background: #052c1d; }
.nc-footer__main { padding: 70px 0 48px; display: grid; grid-template-columns: 1.25fr .75fr .75fr 1fr; gap: 40px; }
.nc-footer h3 { margin: 0 0 16px; color: #fff; font-size: 1.05rem; }
.nc-footer__brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.nc-footer__brand img { max-height: 60px; width: auto; }
.nc-footer p { font-size: .88rem; }
.nc-footer ul { list-style: none; margin: 0; padding: 0; }
.nc-footer li { margin: 8px 0; }
.nc-footer a { color: rgba(255,255,255,.78); font-size: .88rem; }
.nc-footer a:hover { color: var(--nc-secondary); }
.nc-footer__social { display: flex; gap: 9px; margin-top: 18px; }
.nc-footer__social a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; }
.nc-footer__bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); }
.nc-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .82rem; }

/* Accessibility */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 5px; left: 5px; z-index: 100000; width: auto; height: auto; padding: 15px 23px 14px; clip: auto !important; color: #21759b; background: #f1f1f1; box-shadow: 0 0 2px 2px rgba(0,0,0,.6); font-weight: 700; }
:focus-visible { outline: 3px solid var(--nc-secondary); outline-offset: 3px; }
.alignwide { width: min(120%, 1280px); max-width: 120%; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }

@media (max-width: 1080px) {
  .nc-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; padding: 14px; background: #fff; border: 1px solid var(--nc-border); border-radius: 14px; box-shadow: var(--nc-shadow); }
  .nc-nav.is-open { display: block; }
  .nc-nav ul { display: block; }
  .nc-nav > div > ul > li > a { padding: 11px 12px; }
  .nc-nav .sub-menu { position: static; width: auto; display: block; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 15px; }
  .nc-menu-toggle { display: block; }
  .nc-header__actions .nc-btn--primary { display: none; }
  .nc-grid--4 { grid-template-columns: repeat(2,1fr); }
  .nc-footer__main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .admin-bar .nc-header.is-sticky { top: 46px; }
  .nc-topbar__links { display: none; }
  .nc-topbar__inner { justify-content: center; }
  .nc-brand__tagline { display: none; }
  .nc-slider { min-height: 570px; }
  .nc-slide__content { padding: 75px 0 120px; }
  .nc-hero-stats { display: none; }
  .nc-quick-grid { grid-template-columns: repeat(2,1fr); }
  .nc-quick-card:nth-child(2) { border-right: 0; }
  .nc-quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--nc-border); }
  .nc-welcome, .nc-news-layout, .nc-info-layout, .nc-media-layout { grid-template-columns: 1fr; }
  .nc-welcome__visual { min-height: 450px; }
  .nc-grid--2, .nc-grid--3 { grid-template-columns: repeat(2,1fr); }
  .nc-partners { grid-template-columns: repeat(3,1fr); }
  .nc-newsletter { grid-template-columns: 1fr; }
  .nc-content-wrap { grid-template-columns: 1fr; }
  .nc-accreditation__inner { align-items: flex-start; }
  .nc-accreditation__grade { min-width: auto; }
}

@media (max-width: 600px) {
  .nc-container { width: min(calc(100% - 28px), var(--nc-container)); }
  .nc-section { padding: 58px 0; }
  .nc-section-heading { align-items: flex-start; flex-direction: column; }
  .nc-header__inner { min-height: 76px; }
  .nc-brand { min-width: 0; }
  .nc-brand__name { max-width: 180px; font-size: .88rem; }
  .nc-brand img, .custom-logo { max-height: 49px; }
  .nc-brand__mark { width: 47px; height: 47px; border-radius: 13px; }
  .nc-header__actions .nc-btn--ghost { display: none; }
  .nc-slide h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
  .nc-slide::before { background: linear-gradient(90deg,rgba(3,38,25,.94),rgba(4,49,32,.65)); }
  .nc-quick-wrap { margin-top: -28px; }
  .nc-quick-card { min-height: 128px; padding: 18px; }
  .nc-quick-card span { display: none; }
  .nc-welcome__visual { min-height: 390px; }
  .nc-welcome__image { right: 30px; }
  .nc-welcome__seal { width: 120px; height: 120px; font-size: .82rem; }
  .nc-accreditation__inner { display: block; }
  .nc-accreditation__grade { margin-top: 22px; text-align: left; }
  .nc-grid--2, .nc-grid--3, .nc-grid--4 { grid-template-columns: 1fr; }
  .nc-news-item { grid-template-columns: 100px 1fr; }
  .nc-news-item img { width: 100px; height: 86px; }
  .nc-panel { padding: 20px; }
  .nc-partners { grid-template-columns: repeat(2,1fr); }
  .nc-newsletter { padding: 28px; }
  .nc-newsletter form { display: block; min-width: 0; }
  .nc-newsletter input[type="email"], .nc-newsletter button { width: 100%; border-radius: 11px; }
  .nc-newsletter button { min-height: 48px; margin-top: 9px; }
  .nc-footer__main { grid-template-columns: 1fr; }
  .nc-footer__bottom-inner { align-items: flex-start; flex-direction: column; }
}
