*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red: #34515e;
  --red-dark: #243b47;
  --red-mid: #3d5f6e;
  --black: #111111;
  --dark: #222222;
  --mid: #555555;
  --grey: #888888;
  --light: #BBBBBB;
  --line: #E0E0E0;
  --line-dark: #CCCCCC;
  --bg: #F7F7F7;
  --white: #FFFFFF;
  --cream: #FAF8F5;
  --teal :#03BFC0;
  --fuchsia:#D867CC;
}

@font-face {
    font-family: 'VenusMartre';
    src: url('https://lia.brandbrief.co.kr/202603/font/VenusMartre.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterVariable';
    src: url('https://lia.brandbrief.co.kr/202603/font/InterVariable.woff2') format('woff2');
    font-weight:bold;
    font-style: normal;
}


html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--black);
  font-family: 'InterVariable', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

/* ===== TOP TICKER ===== */
.ticker-wrap {
  background: var(--black);
  overflow: hidden;
  height: 30px;
  display: flex;
  align-items: center;
}

.ticker-label {
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  z-index: 2;
}

.ticker-track {
  display: flex;
  animation: ticker 28s linear infinite;
  white-space: nowrap;
}

.ticker-item {
  color: #ccc;
  font-size: 14px;
  padding: 0 40px;
  letter-spacing: 0.02em;
}

.ticker-item span { color: var(--red); margin-right: 8px; font-weight: 700; }

@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== HEADER / NAV common styles moved to common.css ===== */

.nav-bb {
  color: var(--white) !important;
  background: var(--teal);
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  border-bottom-color: transparent !important;
 
}
.nav-bb:hover { background: var(--red-dark) !important; }

.nav-bb .new-dot {
  width: 6px; height: 6px;
  background: #ffdd00;
  border-radius: 50%;
  display: inline-block;
}

/* ===== HERO BANNER ===== */
.hero {
  position: relative;
  background: var(--black);
  overflow: hidden;
  min-height: 520px;
  display: flex;
  flex-direction: column;
}

/* 히어로 우측 배경 이미지 + 좌측으로 이어지는 그라데이션 */
.hero-image-bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 58%;
  z-index: 0;
  background-image:
    linear-gradient(90deg, rgba(17,17,17,0.98) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.25) 65%, transparent 100%),
    url(https://lia.brandbrief.co.kr/202603/img/main_1.png?1);
  background-size: 100% 100%, cover;
  background-position: 0 0, right center;
  background-repeat: no-repeat, no-repeat;
}

/* Animated grid pattern */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(208,0,28,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208,0,28,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(48px, 48px); }
}

.hero-accent {
  position: absolute;
  top: 0; left: 0;
  width: 6px;
  height: 100%;
  background: var(--teal);
}

.hero-accent-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), #ff6b35, var(--red));
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-year-bg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
  font-size: 282px;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -0.05em;
  user-select: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 60px 56px 48px;
  max-width: 1100px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  animation: fadeUp 0.6s ease 0.1s both;
  font-family: 'VenusMartre', 'Noto Serif KR', serif;
}

.hero-badge {
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  padding: 4px 12px;
}

.hero-eyebrow-text {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  
}

.hero-title {
  font-family: 'VenusMartre', 'Noto Serif KR', serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 84px);
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 16px;
  animation: fadeUp 0.6s ease 0.2s both;
}

.hero-title .red { color: var( --teal); }
.hero-title .thin { font-weight: 400; }

.hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
  animation: fadeUp 0.6s ease 0.3s both;
}

.hero-meta-row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: fadeUp 0.6s ease 0.4s both;
}

.hero-meta-item { display: flex; flex-direction: column; gap: 4px; }

.hero-meta-label {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-meta-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}

.hero-meta-value.urgent { color: var(--fuchsia); }

.hero-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.1);
  align-self: center;
}

.hero-cta-group {
  display: flex;
  gap: 12px;
  align-items: center;
  animation: fadeUp 0.6s ease 0.5s both;
}

.btn-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal);
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 36px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.02em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-cta-main::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.1);
  transition: left 0.3s;
}
.btn-cta-main:hover::before { left: 0; }
.btn-cta-main:hover { background: var(--red-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(1, 198, 247, 0.4); }

.btn-cta-arrow { font-size: 22px; transition: transform 0.2s; }
.btn-cta-main:hover .btn-cta-arrow { transform: translateX(4px); }

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  font-weight: 400;
  padding: 16px 24px;
  border: 1px solid rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-cta-outline:hover { border-color: rgba(255,255,255,0.5); color: white; background: rgba(255,255,255,0.05); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Deadline countdown strip */
.countdown-strip {
  background: #FFC34C;
  padding: 14px 56px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.countdown-label {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: rgba(11, 11, 11, 0.7);
  text-transform: uppercase;
  white-space: nowrap;
}

.countdown-blocks {
  display: flex;
  gap: 4px;
  align-items: center;
}

.cd-block {
  background: rgba(0,0,0,0.25);
  padding: 6px 14px;
  text-align: center;
  min-width: 60px;
}
.cd-num {
  font-weight: 700;
  font-size: 24px;
  color: white;
  line-height: 1;
}
.cd-unit { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 0.1em; margin-top: 2px; }
.cd-sep { font-size: 22px; color: rgba(255,255,255,0.4); font-weight: 700; margin: 0 2px; }

.countdown-date {
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  margin-left: auto;
  white-space: nowrap;
}

/* ===== MAIN LAYOUT (3단 구조) ===== */
.page-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 20px 80px;
}

/* 상단: 좌 프로그램 소개 | 우 참가 등록 + 선발 혜택 */
.top-section {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.top-left,
.top-right { min-height: 0; }

/* 중간: 프로그램 상세 — 배경 전체 가로 + 좌/우 세로 높이 맞춤 */
.middle-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 28px;
  background: #FFC34C;
  padding: 32px 0 36px;
}

.middle-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.program-detail-inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: stretch;
  min-height: 0;
}

.program-detail-content { min-width: 0; }

/* 프로그램 상세 이미지 영역 — 좌측 설명과 세로 길이 맞춤 */
.program-detail-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 0;
}

.program-detail-img {
  flex: 1;
  min-height: 120px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.program-detail-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-detail-img-placeholder {
  color: var(--light);
  font-size: 14px;
  text-align: center;
  padding: 24px 16px;
}

/* ===== 심사위원 소개 (Jury) ===== */
.jury-placeholder {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 40px 24px;
  text-align: center;
  margin-bottom: 28px;
  border-radius: 4px;
}
.jury-placeholder-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 12px;
}
.jury-placeholder-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--grey);
}

.jury-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.jury-card {
  text-align: left;
}

.jury-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
  background: var(--line);
}

.jury-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jury-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  pointer-events: none;
}

.jury-card-name-on-img {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  color: white;
  line-height: 1.3;
}

.jury-card-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
}

.jury-card-role {
  font-size: 14px;
  color: var(--mid);
  margin-bottom: 2px;
}

.jury-card-company {
  font-size: 14px;
  color: var(--dark);
  line-height: 1.4;
}

/* 하단: 좌 주요일정+하단콘텐츠 | 우 참가자격 요약 + 문의 안내 */
.bottom-section {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
}

/* ===== SECTION HEADERS ===== */
.sec-head {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--black);
  padding-bottom: 0;
}

.sec-head-label {
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 7px 14px;
  white-space: nowrap;
}

.sec-head-title {
  padding: 7px 14px;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
}

/* ===== OVERVIEW CARDS ===== */
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: 28px;
}

.overview-card {
  background: var(--white);
  padding: 24px 20px;
  transition: background 0.15s;
}

.ov-icon { font-size: 30px; margin-bottom: 10px; }
.ov-label {
  font-size: 14px;
  color: var(--grey);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ov-label::before { content: ''; width: 16px; height: 2px; background: var(--teal); display: block; }
.ov-value { font-size: 19px; font-weight: 700; color: var(--black); line-height: 1.4; }
.ov-sub { font-size: 15px; color: var(--grey); margin-top: 4px; }

/* ===== TASKS ===== */
.task-cards { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--line); margin-bottom: 28px; }

.task-card {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: background 0.15s;
  overflow: hidden;
}
.task-card:last-child { border-bottom: none; }
.task-card:hover { background: #fef8f8; }

.task-num-col {
  background: var(--black);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
  align-self: stretch;
}
.tc-num {
  font-weight: 900;
  font-size: 34px;
  color: rgba(255,255,255,0.15);
  line-height: 1;
}
.tc-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 2px;
}

.task-body { padding: 22px 24px; }
.tc-sponsor {
  display: inline-block;
  background: var(--teal);
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.tc-title { font-size: 19px; font-weight: 700; color: var(--black); margin-bottom: 6px; line-height: 1.3; }
.tc-desc { font-size: 16px; color: var(--mid); line-height: 1.6; }

.task-arrow {
  padding: 24px 20px;
  font-size: 24px;
  color: var(--light);
  transition: all 0.15s;
}
.task-card:hover .task-arrow { color: var(--red); transform: translateX(3px); }

/* ===== SCHEDULE ===== */
.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 28px;
  font-size: 17px;
}
.schedule-table thead { background: var(--black); color: white; }
.schedule-table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.schedule-table td { padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.schedule-table tbody tr:hover { background: #fef8f8; }
.schedule-table tbody tr:last-child td { border-bottom: none; }
.sched-date { font-weight: 700; font-size: 17px; white-space: nowrap; color: var(--dark); }
.sched-milestone { color: var(--mid); font-size: 16px; }
.sched-badge {
  display: inline-block;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 2px;
  white-space: nowrap;
}
.badge-open { background: #e8f5e9; color: #1a8a4a; }
.badge-deadline { background: #fff3e0; color: #e65100; }
.badge-final { background: #fde8e8; color: var(--red); }
.badge-announce { background: #e8eaf6; color: #3949ab; }

/* ===== ELIGIBILITY ===== */
.eligibility-box {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px;
  margin-bottom: 28px;
}

.elig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.elig-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: var(--bg);
  border-left: 3px solid var(--red);
}
.elig-icon { font-size: 24px; flex-shrink: 0; }
.elig-text { font-size: 16px; color: var(--dark); line-height: 1.6; }
.elig-text strong { color: var(--black); display: block; margin-bottom: 2px; font-size: 16px; }

/* 2026 Creative Liaisons 일정 섹션 박스 */
.schedule-info-box {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px 24px;
  margin-bottom: 28px;
}
.schedule-info-body { flex: 1; min-width: 0; }
.schedule-info-date {
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 6px;
}
.schedule-info-note {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.6;
}
.schedule-info-icon {
  font-size: 28px;
  flex-shrink: 0;
}

/* ===== RULES ===== */
.rules-list {
  list-style: none;
  background: var(--white);
  border: 1px solid var(--line);
  margin-bottom: 28px;
}

.rules-list li {
  display: flex;
  gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  color: var(--dark);
  line-height: 1.6;
  align-items: flex-start;
}
.rules-list li:last-child { border-bottom: none; }
.rule-num {
  background: var(--teal);
  color: white;
  font-weight: 700;
  font-size: 14px;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 2px;
}

/* ===== BOTTOM CTA BANNER ===== */
.cta-banner {
  background: var(--black);
  padding: 48px 40px;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(208,0,28,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(208,0,28,0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.cta-banner-label {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}

.cta-banner-title {
  font-weight: 700;
  font-size: 30px;
  color: white;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.3;
}

.cta-banner-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 30px;
  position: relative;
}

.cta-banner .btn-big {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--teal);
  color: white;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 48px;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.03em;
}
.cta-banner .btn-big:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(21, 198, 247, 0.4); }

.cta-banner .btn-big .arrow { font-size: 24px; transition: transform 0.2s; }
.cta-banner .btn-big:hover .arrow { transform: translateX(6px); }

.cta-deadline-note {
  position: relative;
  margin-top: 18px;
  font-size: 15px;
  color: rgba(255,255,255,0.35);
}
.cta-deadline-note strong { color: rgba(255,255,255,0.7); }

/* ===== SIDEBAR ===== */
.side-col { display: flex; flex-direction: column; gap: 20px; }

.side-box { background: var(--white); border: 1px solid var(--line); }

.side-box-title {
  background: var(--black);
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 14px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 7px;
}
.side-box-title .dot { width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }

.side-body { padding: 14px; }

/* Mini CTA box */
.mini-cta {
  background: var(--teal);
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
}
.mini-cta p { font-size: 15px; color: rgba(255,255,255,0.75); margin-bottom: 14px; line-height: 1.6; }
.mini-cta .btn-mini {
  display: block;
  background: white;
  color: var(--red);
  font-size: 17px;
  font-weight: 700;
  padding: 12px;
  text-decoration: none;
  transition: all 0.15s;
  letter-spacing: 0.03em;
}
.mini-cta .btn-mini:hover { background: var(--black); color: white; }

.mini-cta-title {
  font-weight: 700;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Deadline list */
.dl-list { list-style: none; }
.dl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.dl-item:last-child { border-bottom: none; }
.dl-label { color: var(--mid); }
.dl-date { font-weight: 700; color: var(--black); font-size: 17px; }
.dl-date.hot { color: var(--red); }

/* News links */
.news-mini { list-style: none; }
.news-mini li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.news-mini li:last-child { border-bottom: none; }
.news-mini-tag {
  display: inline-block;
  background: var(--teal);
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 2px;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.news-mini a { font-size: 15px; color: var(--dark); line-height: 1.5; display: block; }
.news-mini a:hover { color: var(--red); }

/* Award info */
.award-box { padding: 14px; }
.award-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
}
.award-row:last-child { border-bottom: none; }
.award-rank { font-weight: 700; color: var(--black); }
.award-prize {
  font-weight: 700;
  font-size: 18px;
  color: var(--red);
}
.award-desc { font-size: 14px; color: var(--grey); margin-top: 1px; }

/* Contact */
.contact-info { padding: 14px; font-size: 15px; color: var(--mid); line-height: 2; }
.contact-info a { color: var(--red); }
.contact-info a:hover { text-decoration: underline; }

/* ===== FOOTER / TOP BUTTON common styles moved to common.css ===== */

/* ===== BREADCRUMB ===== */
.breadcrumb-bar { background: var(--white); border-bottom: 1px solid var(--line); padding: 0 28px; }
.breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: var(--grey);
  padding: 9px 0;
}
.breadcrumb span { color: var(--light); }
.breadcrumb a:hover { color: var(--red); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .top-section,
  .bottom-section { grid-template-columns: 1fr; }
  .side-col { display: flex; flex-direction: column; }
  .program-detail-inner { grid-template-columns: 1fr; align-items: start; }
  .program-detail-images { flex-direction: row; flex-wrap: wrap; }
  .program-detail-img { flex: none; max-width: 200px; aspect-ratio: 4/3; min-height: 0; }
  .jury-grid { grid-template-columns: repeat(3, 1fr); }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .elig-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 40px 24px 36px; }
  .countdown-strip { padding: 14px 24px; flex-wrap: wrap; gap: 16px; }
  .task-card { grid-template-columns: 72px 1fr 36px; }
}

@media (max-width: 600px) {
  .hero-meta-row { gap: 16px; }
  .hero-divider { display: none; }
  .overview-grid { grid-template-columns: 1fr; }
  .jury-grid { grid-template-columns: 1fr 1fr; }
  .side-col { grid-template-columns: 1fr; }
  .hero-cta-group { flex-direction: column; align-items: flex-start; }
}

/* ===== Mobile nav common styles moved to common.css ===== */
