@import url("https://fonts.bunny.net/css?family=barlow:400,600,700|barlow-semi-condensed:400,600,700|source-sans-pro:400,600,700");

:root {
  --white: #ffffff;
  --gold: #f6c343;
  --blue: #1b5299;
  --blue-soft: #8ca8cc;
  --indigo: #2e3258;
  --navy: var(--indigo);
  --navy-soft: #434a79;
  --indigo-soft: #404775;
  --blue-strong: #2a6ab9;
  --blue-deep: #164785;
  --blue-bright: #346eb2;
  --teal: var(--blue);
  --teal-soft: var(--blue-soft);
  --orange: var(--gold);
  --light: #f7fbff;
  --light-soft: #e8f0fa;
  --light-strong: #d7e2f0;
  --light-alt: #fdf7f7;
  --muted: #d7e2f0;
  --text: #2e3258;
  --text-soft: rgba(46, 50, 88, 0.72);
  --shadow-soft: 0 20px 60px rgba(46, 50, 88, 0.12);
  --shadow-strong: 0 24px 80px rgba(46, 50, 88, 0.24);
  --font-body: "Source Sans Pro", sans-serif;
  --font-display: "Barlow Semi Condensed", sans-serif;
  --font-heading: "Barlow", sans-serif;
  --type-body: 1rem;
  --type-body-lg: 1.06rem;
  --type-caption: 0.82rem;
  --type-label: 0.76rem;
  --type-nav: 0.95rem;
  --type-title: clamp(1.78rem, 3vw, 2.6rem);
  --type-title-sm: clamp(1.5rem, 2.35vw, 2.12rem);
  --type-hero: clamp(2.55rem, 4.6vw, 4.05rem);
  --tracking-tight: 0.01em;
  --tracking-label: 0.08em;
  --tracking-wide: 0.12em;
  --leading-body: 1.65;
  --leading-relaxed: 1.72;
  --leading-heading: 1.14;
  --leading-display: 1;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --section-gap: clamp(72px, 9vw, 120px);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 17px;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--light);
  line-height: var(--leading-body);
}

body {
  overflow-x: hidden;
}

main > .container {
  padding: 104px 15px 20px;
}

p {
  margin-bottom: 1rem;
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-heading);
}

a {
  transition:
    color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

a:hover {
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.not-set {
  color: rgba(46, 50, 88, 0.62);
  font-style: italic;
}

a.asc:after,
a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px var(--indigo);
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px var(--indigo);
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  color: rgba(46, 50, 88, 0.62);
}

.error-summary {
  color: var(--indigo);
  background: var(--light-alt);
  border-left: 3px solid rgba(246, 195, 67, 0.42);
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.78);
}

.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #1f2749, #2f4f86);
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.76) !important;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 24%, rgba(246, 195, 67, 0.14), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 20%);
  pointer-events: none;
}

.footer > .container {
  position: relative;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-kicker {
  margin: 0;
  color: rgba(246, 195, 67, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-title {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  max-width: 34ch;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.22;
}

.footer-description {
  margin: 0;
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.76);
}

.footer-meta {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer p {
  margin: 0;
}

.container.flash {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}

.main-navbar {
  height: 86px;
  background: rgba(46, 50, 88, 0.2);
  backdrop-filter: blur(16px);
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    height 0.3s ease;
}

.main-navbar.scrolled {
  background: rgba(46, 50, 88, 0.94);
  box-shadow: 0 14px 40px rgba(46, 50, 88, 0.3);
}

.navbar ul {
  font-size: var(--type-nav);
  font-weight: 600;
  letter-spacing: var(--tracking-tight);
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.navbar-brand-text {
  display: inline-block;
  max-width: 240px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.main-navbar .nav-link {
  position: relative;
  margin-left: 0.75rem;
  padding: 0.65rem 0.25rem !important;
}

.main-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: #fff;
}

.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after {
  transform: scaleX(1);
}

.language-switcher {
  align-items: center;
  gap: 8px;
  margin-left: 1rem;
  padding-left: 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.language-link {
  min-width: 42px;
  padding: 0.38rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--type-caption);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.language-link:hover,
.language-link:focus-visible,
.language-link.active {
  color: #fff;
  border-color: rgba(246, 195, 67, 0.85);
  background: rgba(246, 195, 67, 0.18);
}

.mobile-nav {
  display: none;
}

.mobile-nav-menu-toggle {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  padding: 10px 6px;
  color: rgba(46, 50, 88, 0.78);
  text-align: center;
  border-top: 3px solid transparent;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
}

.mobile-nav-sheet[hidden] {
  display: none !important;
}

.mobile-nav-sheet {
  position: fixed;
  inset: 0;
  z-index: 40;
}

.mobile-nav-sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(22, 33, 64, 0.52);
}

.mobile-nav-sheet-panel {
  position: absolute;
  right: 14px;
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  left: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 20%, rgba(246, 195, 67, 0.12), transparent 28%),
    linear-gradient(145deg, rgba(46, 50, 88, 0.98), rgba(27, 82, 153, 0.96));
  box-shadow: 0 24px 60px rgba(46, 50, 88, 0.32);
  transform: translateY(18px);
  opacity: 0;
  transition:
    transform 0.24s ease,
    opacity 0.24s ease;
}

.mobile-nav-sheet.is-open .mobile-nav-sheet-panel {
  transform: translateY(0);
  opacity: 1;
}

.mobile-nav-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mobile-nav-sheet-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.mobile-nav-sheet-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.mobile-nav-sheet-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mobile-nav-sheet-links a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.mobile-nav-sheet-links a i {
  color: rgba(246, 195, 67, 0.92);
}

.mobile-nav-sheet-links a.active {
  border-color: rgba(246, 195, 67, 0.34);
  background: rgba(246, 195, 67, 0.18);
  color: var(--white);
}

.mobile-nav-sheet-links a.active i {
  color: var(--gold);
}

.launch-gate-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 20%, rgba(246, 195, 67, 0.16), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(140, 168, 204, 0.16), transparent 20%),
    linear-gradient(145deg, #f3f7fd, #eef4fb);
}

.launch-gate-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
}

.launch-gate-card {
  width: min(100%, 720px);
  padding: clamp(28px, 5vw, 44px);
  border: 1px solid rgba(46, 50, 88, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 80px rgba(46, 50, 88, 0.14);
  text-align: center;
}

.launch-gate-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: var(--type-caption);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.launch-gate-kicker::before,
.launch-gate-kicker::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.launch-gate-card h1 {
  margin-bottom: 16px;
  color: var(--indigo);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.launch-gate-card > p {
  margin: 0 auto 24px;
  max-width: 44ch;
  color: rgba(46, 50, 88, 0.74);
}

.launch-gate-time {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(27, 82, 153, 0.08), rgba(246, 195, 67, 0.12));
  color: var(--indigo);
}

.launch-gate-time span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-gate-time strong {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.3;
}

.anchor-offset {
  position: absolute;
  top: -90px;
}

.page-section {
  position: relative;
  color: #fff;
}

.page-section > .container {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 56px);
  min-height: 100vh;
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}

.compact-row {
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 28px !important;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--teal-soft);
  font-size: var(--type-caption);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section-title,
.section-heading {
  display: grid;
  gap: 14px;
}

.section-title {
  max-width: 700px;
  text-align: center;
}

.section-title > *:last-child,
.section-heading > *:last-child {
  margin-bottom: 0;
}

.section-title p,
.section-heading p,
.announcement-header p {
  margin-top: 0;
  max-width: 62ch;
}

.section-title h1,
.section-heading h1,
.section-heading h2,
.background h1,
.background h2,
.rules h1,
.dates h1,
.pengumuman h1,
.submit h1 {
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: var(--type-title);
  line-height: var(--leading-heading);
  letter-spacing: 0.015em;
}

.section-title p,
.section-intro,
.light-copy {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
  line-height: var(--leading-relaxed);
}

.section-title-left {
  text-align: left;
}

.section-title-left p,
.section-heading p {
  max-width: 60ch;
}

.surface-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(46, 50, 88, 0.08);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.surface-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 55%);
  pointer-events: none;
}

.reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home {
  background-image: linear-gradient(115deg, rgba(46, 50, 88, 0.58), rgba(27, 82, 153, 0.64) 44%, rgba(27, 82, 153, 0.88)), url(../images/bg_cfp_kemenkeu_2026.jpeg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 22%), radial-gradient(circle at 22% 12%, rgba(140, 168, 204, 0.28), transparent 26%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 24%);
}

.home > .container {
  padding-top: 156px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.hero-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 56px);
  width: 100%;
}

.home-main,
.flyer,
.idea-img {
  position: relative;
  z-index: 1;
}

.home-main {
  width: min(540px, 48%);
  display: grid;
  justify-items: start;
  gap: 2px;
}

.home-main-id {
  width: min(620px, 54%);
}

.flyer {
  width: min(520px, 42%);
  margin-top: 0;
}

.idea-img {
  width: 100%;
}

.hero-supporters-inline {
  margin-top: 28px;
}

.hero-supporter-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.hero-eyebrow {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: var(--type-caption);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-partner {
  width: fit-content;
}

.hero-partner img {
  width: min(220px, 42vw);
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.26));
}

.hero-title {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.hero-title span {
  display: block;
  font-size: clamp(2.08rem, 3.75vw, 3.15rem);
  line-height: 0.98;
  color: var(--white);
}

.hero-title strong {
  display: block;
  color: var(--gold);
  font-size: clamp(1.96rem, 3.45vw, 2.95rem);
  line-height: 0.96;
}

.hero-subtitle {
  max-width: 18ch;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.55vw, 2rem);
  font-weight: 700;
  line-height: 1.16;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.home-main-id .hero-title {
  gap: 8px;
}

.home-main-id .hero-title span {
  font-size: clamp(1.98rem, 3.3vw, 2.9rem);
  line-height: 1;
}

.home-main-id .hero-title strong {
  font-size: clamp(1.9rem, 3.15vw, 2.8rem);
  line-height: 0.98;
}

.home-main-id .hero-subtitle {
  max-width: 30ch;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  line-height: 1.28;
}

.home-main-id .hero-description {
  max-width: 34rem;
}

.hero-description {
  max-width: 31rem;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--type-body-lg);
  line-height: var(--leading-relaxed);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-countdown {
  position: relative;
  width: min(100%, 34rem);
  margin: 8px 0 22px;
  padding: 20px 22px 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(246, 195, 67, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(140, 168, 204, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 24px 54px rgba(23, 34, 67, 0.26);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.hero-countdown::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--gold), rgba(246, 195, 67, 0.4));
}

.hero-countdown-label,
.hero-countdown-deadline {
  margin-bottom: 0;
}

.hero-countdown-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--type-caption);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.hero-countdown-deadline {
  margin-top: 6px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.16rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.12;
}

.hero-countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.hero-countdown-unit {
  padding: 16px 10px 13px;
  border-radius: 18px;
  background: rgba(46, 50, 88, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hero-countdown-unit strong,
.hero-countdown-unit span {
  display: block;
}

.hero-countdown-unit strong {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.45rem);
  line-height: 1;
}

.hero-countdown-unit span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--type-label);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-countdown.is-expired .hero-countdown-grid {
  display: none;
}

.hero-countdown.is-expired .hero-countdown-deadline {
  margin-top: 12px;
  color: var(--gold);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--indigo);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: var(--tracking-tight);
  box-shadow: 0 16px 32px rgba(246, 195, 67, 0.24);
}

.cta-btn:hover {
  color: var(--indigo);
  transform: translateY(-2px);
}

.cta-btn-secondary {
  background: rgba(140, 168, 204, 0.18);
  color: #fff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.cta-btn-secondary:hover {
  color: #fff;
}

.flyer-card {
  position: relative;
  padding: 34px 22px 22px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(12px);
}

.flyer-label {
  position: absolute;
  top: -14px;
  left: 24px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(46, 50, 88, 0.78);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.flyer-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.flyer-card img,
.flyer-trigger img {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: 10px -12px 32px rgba(0, 0, 0, 0.28);
}

.flyer-actions {
  margin-top: 18px;
}

.flyer-doc-btn,
.flyer-doc-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.flyer-doc-btn:hover,
.flyer-doc-link:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.img-fluid {
  height: auto;
}

.support-label {
  color: var(--indigo);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}

.hero-trust-bar {
  position: relative;
  z-index: 1;
  padding: 26px 0 34px;
  background: radial-gradient(circle at 18% 50%, rgba(140, 168, 204, 0.24), transparent 24%), linear-gradient(135deg, var(--light), var(--light-soft));
  border-bottom: 1px solid rgba(46, 50, 88, 0.1);
}

.hero-trust-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-trust-group {
  display: grid;
  gap: 8px;
  justify-items: start;
  align-content: start;
}

.hero-trust-group-support {
  justify-items: start;
}

.hero-trust-divider {
  width: 1px;
  align-self: stretch;
  min-height: 52px;
  margin-top: 18px;
  background: linear-gradient(180deg, rgba(46, 50, 88, 0.08), rgba(46, 50, 88, 0.22), rgba(46, 50, 88, 0.08));
}

.hero-trust-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-trust-card-organizer {
  min-width: 0;
  justify-content: flex-start;
}

.hero-organizer-logos {
  gap: 18px;
  flex-wrap: wrap;
}

.hero-trust-card-support {
  min-width: 0;
  justify-content: center;
}

.hero-trust-card img {
  display: block;
  width: auto;
  height: 39px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(46, 50, 88, 0.12));
}

.hero-trust-card .mof,
.hero-trust-card .djp,
.hero-trust-card .giz,
.hero-trust-card .adb {
  width: auto;
}

.contact-strip {
  position: relative;
  z-index: 1;
  padding: 42px 0 18px;
  background:
    radial-gradient(circle at 14% 18%, rgba(246, 195, 67, 0.18), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(46, 50, 88, 0.08), transparent 24%),
    linear-gradient(180deg, #fdf6ea 0%, #fffaf2 100%);
  border-top: 1px solid rgba(46, 50, 88, 0.08);
}

.contact-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
  min-height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.contact-strip-copy {
  color: var(--indigo);
  align-self: center;
}

.contact-strip-copy h2 {
  margin-bottom: 14px;
  color: var(--indigo);
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

.contact-strip-copy p {
  margin-bottom: 0;
  color: rgba(46, 50, 88, 0.72);
  max-width: 40ch;
}

.contact-strip-card {
  padding: clamp(24px, 3.5vw, 32px);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(27, 82, 153, 0.96), rgba(46, 50, 88, 0.96));
  box-shadow: 0 24px 60px rgba(27, 82, 153, 0.2);
}

.contact-strip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-item {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-item-email {
  grid-column: 1 / -1;
}

.contact-item-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-item a {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
  word-break: break-word;
}

.contact-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.45;
  word-break: break-word;
}

.flyer-dialog[hidden] {
  display: none !important;
}

.flyer-dialog {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.flyer-dialog.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flyer-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(46, 50, 88, 0.88);
}

.flyer-dialog-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(88vw, 1400px);
  max-height: calc(100vh - 48px);
  padding: 18px;
  border-radius: 28px;
  background: rgba(46, 50, 88, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.flyer-dialog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
}

.flyer-dialog-title {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.12;
}

.flyer-dialog-close {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
}

.flyer-dialog-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.flyer-dialog-content-doc {
  width: min(92vw, 1180px);
  max-height: calc(100vh - 48px);
  grid-template-rows: auto minmax(0, 1fr);
}

.flyer-dialog-document {
  display: block;
  width: 100%;
  height: min(78vh, 900px);
  border: 0;
  border-radius: 18px;
  background: #fff;
}

.flyer-doc-link {
  width: auto;
  min-height: 46px;
  justify-self: start;
}

.flyer-dialog-toolbar-doc {
  justify-content: space-between;
}

.flyer-dialog-toolbar-doc .flyer-doc-link {
  flex: 0 0 auto;
}

.flyer-dialog-toolbar-doc .flyer-dialog-close {
  flex: 0 0 auto;
}

.background {
  background-color: var(--light);
  background-image: radial-gradient(circle at 20% 20%, rgba(140, 168, 204, 0.18), transparent 20%), url(../images/dot-maps.png);
  background-size: auto, contain;
  background-position: center;
  color: var(--text);
}

.background h1,
.background h2,
.background p,
.background li {
  color: var(--text);
}

.background p,
.background li,
.rules p,
.rules li,
.dates p,
.submit p {
  line-height: var(--leading-relaxed);
}

.background li,
.dates p {
  color: var(--text);
}

.background .intro-card h1,
.background .topic-card h2 {
  font-family: var(--font-heading);
  font-size: var(--type-title-sm);
  line-height: var(--leading-heading);
}

.overview-theme {
  margin-bottom: 16px;
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.overview-theme-line {
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 18px;
  border-left: 3px solid rgba(27, 82, 153, 0.24);
  color: var(--teal);
  font-family: var(--font-heading);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.28;
}

.scope-intro {
  margin-bottom: 18px;
  color: var(--text-soft);
  font-size: var(--type-body-lg);
  line-height: var(--leading-relaxed);
}

.background-left,
.background-right {
  width: 50%;
}

.intro-card,
.topic-card {
  background: rgba(255, 255, 255, 0.96);
}

.intro-card img {
  max-width: 180px;
  margin-bottom: 18px;
}

.intro-card p:last-child {
  margin-bottom: 0;
}

.topic-list {
  display: grid;
  gap: 14px;
  padding-left: 1.25rem;
}

.background-prize {
  display: grid;
  grid-template-columns: minmax(110px, 148px) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  width: 100%;
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 36px);
  color: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.background-prize p,
.background-prize li {
  color: #fff;
}

.eligibility-card {
  align-items: center;
  background: radial-gradient(circle at top right, rgba(140, 168, 204, 0.2), transparent 34%), linear-gradient(135deg, var(--indigo), var(--indigo-soft));
}

.eligibility-card .prize-media,
.prize-card .prize-media {
  align-self: center;
}

.eligibility-card .prize-media img {
  width: min(120px, 100%);
}

.eligibility-card .highlight-body,
.prize-card .highlight-body {
  justify-items: center;
  text-align: center;
}

.prize-card {
  position: relative;
  align-items: center;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 22%), radial-gradient(circle at 16% 18%, rgba(246, 195, 67, 0.28), transparent 24%), linear-gradient(135deg, var(--blue), var(--blue-strong));
  box-shadow: 0 26px 70px rgba(27, 82, 153, 0.28);
}

.prize-card::after {
  content: "";
  position: absolute;
  inset: auto -22% -38% auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 195, 67, 0.24), transparent 65%);
  pointer-events: none;
}

.highlight-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--gold);
  font-size: 1.75rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.highlight-body {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.highlight-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: var(--type-label);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.highlight-title {
  margin-bottom: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  font-weight: 700;
  line-height: 1.08;
}

.highlight-title-accent {
  color: var(--gold);
}

.background-prize ol,
.background-prize ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.background-prize li + li {
  margin-top: 0.85rem;
}

.requirement-points {
  display: grid;
  gap: 14px;
  width: min(100%, 760px);
  margin: 0 auto;
}

.requirement-points li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.requirement-points li::before {
  content: "\f00c";
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
}

.prize-media {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 14px;
}

.prize-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.prize-card img {
  width: min(128px, 100%);
  max-width: 100%;
  filter: drop-shadow(0 16px 28px rgba(46, 50, 88, 0.24));
}

.award-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(100%, 760px);
  margin: 0 auto;
}

.award-grid li + li {
  margin-top: 0;
}

.award-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 118px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.45;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.award-item::before {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: "Font Awesome 5 Free";
  font-size: 1.05rem;
  font-weight: 900;
}

.award-item:nth-child(1)::before {
  content: "\f521";
}

.award-item:nth-child(2)::before,
.award-item:nth-child(3)::before {
  content: "\f091";
}

.award-item-support::before {
  content: "\f005";
}

.award-item-featured {
  background: linear-gradient(135deg, rgba(246, 195, 67, 0.26), rgba(255, 255, 255, 0.16));
  border-color: rgba(246, 195, 67, 0.34);
  color: var(--white);
  transform: translateY(-2px);
}

.award-item-first {
  max-width: 100%;
  min-height: 132px;
  font-size: 1.30rem;
}

.award-item-second {
  min-height: 122px;
  font-size: 1.18rem;
}

.award-item-third {
  min-height: 116px;
  font-size: 1.06rem;
}

.award-item-honorable {
  font-size: 0.94rem;
}

.rules {
  background: linear-gradient(175deg, var(--indigo) 0%, var(--blue) 52%);
  color: rgba(255, 255, 255, 0.92);
}

.rules > .container.rules-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  max-width: 980px;
  min-height: auto;
  margin: 0 auto;
  align-items: stretch;
  justify-content: stretch;
}

.rules-card,
.flow-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
}

.flow-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.requirement-img,
.guideline2-img {
  width: 88px;
  margin: 0;
}

.section-heading {
  align-items: start;
}

.rules-list,
.flow-list {
  padding-left: 1.2rem;
  margin: 0;
}

.rules-list li,
.flow-list li {
  padding-left: 8px;
}

.rules-list li + li,
.flow-list li + li {
  margin-top: 0.9rem;
}

.flow-list {
  display: grid;
  gap: 18px;
  padding-left: 0;
  margin-top: 8px;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.flow-list li + li {
  margin-top: 0;
}

.flow-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(246, 195, 67, 0.18);
  color: var(--gold);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.flow-step-copy {
  padding-top: 4px;
  line-height: 1.75;
}

.download-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(246, 195, 67, 0.16);
  color: var(--gold);
  font-weight: 700;
}

.download-chip:hover {
  color: var(--white);
  background: rgba(246, 195, 67, 0.24);
}

.guideline-download {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.assessment-criteria {
  display: grid;
  gap: 18px;
}

.assessment-criteria-heading h2 {
  margin: 8px 0 10px;
  color: var(--white);
}

.assessment-criteria-heading p {
  margin: 0;
}

.assessment-table-wrap {
  overflow-x: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.assessment-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.assessment-table th,
.assessment-table td {
  padding: 18px 20px;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.assessment-table thead th {
  background: rgba(10, 36, 84, 0.88);
  color: var(--white);
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.assessment-table tbody tr:last-child td {
  border-bottom: 0;
}

.assessment-table tbody td:first-child {
  width: 28%;
  font-weight: 700;
  color: var(--white);
}

.assessment-table tbody td:nth-child(2) {
  width: 14%;
}

.assessment-weight {
  color: #77df96;
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.guideline-download-copy {
  margin-bottom: 0;
}

.guideline-download-copy h2 {
  margin: 8px 0 10px;
  color: var(--white);
}

.guideline-download-copy p {
  margin-bottom: 12px;
  font-weight: 600;
}

.guideline-download-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guideline-download-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 600;
}

.guideline-download-list li::before {
  content: "\f15c";
  color: var(--gold);
  font-family: "Font Awesome 5 Free";
  font-size: 0.95rem;
  font-weight: 900;
}

.guideline-download-form {
  display: grid;
  gap: 18px;
}

.guideline-download-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guideline-download-fields .form-group {
  margin-bottom: 0;
}

.guideline-download-fields label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.guideline-download-fields .form-control {
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
}

.guideline-download-fields .help-block {
  margin-top: 6px;
  margin-bottom: 0;
  color: var(--gold);
}

.guideline-download-actions {
  display: flex;
  align-items: center;
}

.flow-main {
  display: grid;
  gap: 18px;
}

.rules > .container.rules-stack > .surface-card {
  width: 100%;
  max-width: none;
}

button.download-chip {
  border: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.pengumuman {
  background: linear-gradient(175deg, var(--indigo) 0%, var(--blue) 52%);
  color: #fff;
}

.announcement-shell {
  width: 100%;
  border-radius: 32px;
  padding: clamp(28px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
}

.announcement-header {
  max-width: 760px;
  margin-bottom: 26px;
}

.announcement-header p,
.announcement-note {
  color: rgba(255, 255, 255, 0.78);
}

.announcement-table-wrap {
  overflow-x: auto;
  border-radius: 22px;
}

.announcement-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: rgba(46, 50, 88, 0.22);
}

.announcement-table th,
.announcement-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.announcement-table th {
  background: rgba(246, 195, 67, 0.18);
  color: var(--indigo);
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.announcement-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

.announcement-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.06);
}

.dates {
  background-color: var(--light);
  background-image: radial-gradient(circle at 80% 12%, rgba(246, 195, 67, 0.18), transparent 16%), radial-gradient(circle at 18% 28%, rgba(140, 168, 204, 0.2), transparent 24%), url(../images/dot-maps.png);
  background-size: auto, auto, contain;
  background-position:
    top right,
    left center,
    center;
  color: var(--text);
}

.dates-layout {
  flex-direction: column;
  justify-content: center;
}

.dates .section-title,
.dates h1,
.dates p {
  color: var(--text);
}

.dates .section-title {
  max-width: 780px;
}

.dates-intro {
  color: var(--text-soft);
}

.timetable {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin: 0;
  padding: 18px 0 0;
  list-style: none;
}

.timeline-item {
  position: relative;
  z-index: 1;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 56px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(27, 82, 153, 0.55), rgba(246, 195, 67, 0.52));
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 51px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  box-shadow: 0 0 0 10px rgba(27, 82, 153, 0.08);
  transform: translateX(-50%);
}

.timeline-item:nth-child(3n)::after,
.timeline-item:last-child::after {
  display: none;
}

.timeline-item:last-child::before {
  display: block;
}

.agenda {
  position: relative;
  height: 100%;
  padding: 86px 24px 26px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(46, 50, 88, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.agenda-step {
  position: absolute;
  top: 22px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 14px;
  border-radius: 14px;
  background: rgba(27, 82, 153, 0.08);
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  box-shadow: inset 0 0 0 1px rgba(27, 82, 153, 0.08);
}

.agenda-label {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.agenda-date {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.08;
  color: var(--teal);
}

.dates-actions {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

button.join-competition,
.join-competition {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid rgba(27, 82, 153, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  box-shadow: 0 18px 34px rgba(27, 82, 153, 0.24);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

button.join-competition:hover,
.join-competition:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(27, 82, 153, 0.3);
}

button.join-competition:focus-visible,
.join-competition:focus-visible {
  outline-color: var(--teal);
}

@media (orientation: landscape) {
  .flyer-dialog-content {
    width: min(88vw, 1600px);
    max-height: calc(100vh - 32px);
    padding: 18px 18px 22px;
  }

  .flyer-dialog-image {
    width: min(1750px, 88vw);
  }
}

.submit {
  background: linear-gradient(135deg, var(--indigo), var(--navy-soft));
}

.submit-shell {
  width: 100%;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-strong);
}

.submit-heading {
  max-width: 720px;
}

.submit form {
  display: block;
  width: 100%;
}

.form-fields {
  display: flex;
  gap: 45px;
  margin-top: 32px;
}

.form-left,
.form-right {
  width: 50%;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.form-panel-header {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-panel-header p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.form-panel-kicker {
  color: var(--gold);
  font-size: var(--type-label);
  font-weight: 700;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}

.submit .form-control,
.submit .custom-file-label,
.submit .file-caption,
.submit .file-caption-name {
  border-radius: 10px;
}

.submit .form-control {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.98);
}

.submit .control-label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.35;
}

.submit .form-group {
  margin-bottom: 1.25rem;
}

.submit .help-block,
.submit .hint-block {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  line-height: 1.45;
  font-style: italic;
}

.submit .select2-container--default .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
}

.submit .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 14px;
  padding-right: 36px;
  color: var(--text);
  line-height: 50px;
  font-size: var(--type-body);
}

.submit .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  right: 10px;
}

.submit .file-input .btn-file,
.submit .file-drop-zone-title,
.submit .file-caption-main,
.submit .file-caption,
.submit .input-group-btn {
  min-height: 52px;
}

.submit .file-input .input-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.submit .file-caption-main {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.submit .file-caption {
  min-height: 52px;
  border-radius: 14px 0 0 14px !important;
  box-shadow: none;
}

.submit .input-group-btn {
  flex: 0 0 auto;
}

.submit .file-input .btn-file {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 0 14px 14px 0 !important;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  display: flex;
  gap: 5px;
  align-items: center;
}

.submit .file-input .btn-file:hover,
.submit .file-input .btn-file:focus {
  background: var(--blue-deep);
  color: #fff;
}

.submit .btn-success.submit-btn {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #f8d57b);
  color: var(--indigo);
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  box-shadow: 0 18px 34px rgba(246, 195, 67, 0.22);
}

.submit .btn-success.submit-btn:hover,
.submit .btn-success.submit-btn:focus {
  color: var(--indigo);
  background: linear-gradient(135deg, #f2ca5c, #f9dfa1);
}

.has-error .help-block {
  color: var(--gold);
}

.form-group.required .control-label::after {
  content: "*";
  color: var(--gold);
}

input.file-caption-name {
  background: white !important;
}

.field-dynamicmodel-captcha img {
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.submit-btn {
  min-width: 280px;
}

@media (max-width: 991.5px) {
  .home > .container,
  .background > .container,
  .rules > .container {
    flex-direction: column;
    align-items: center;
  }

  .hero-top-row {
    flex-direction: column;
    align-items: center;
  }

  .home-main,
  .flyer,
  .idea-img,
  .background-left,
  .background-right {
    width: 100%;
  }

  .idea-img {
    max-width: 460px;
  }

  .timetable {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 8px;
  }

  .timeline-item::after {
    top: auto;
    bottom: -18px;
    left: 22px;
    width: 3px;
    height: 18px;
    background: linear-gradient(180deg, rgba(27, 82, 153, 0.5), rgba(246, 195, 67, 0.42));
  }

  .timeline-item::before {
    top: 46px;
    left: 22px;
    width: 18px;
    height: 18px;
    transform: translateX(-50%);
  }

  .timeline-item:nth-child(3n)::after,
  .timeline-item:last-child::after {
    display: block;
  }

  .timeline-item:last-child::after {
    display: none;
  }

  .agenda {
    padding: 28px 22px 24px 60px;
  }

  .agenda-step {
    position: static;
    margin-bottom: 14px;
  }

  .form-fields {
    flex-direction: column;
    gap: 18px;
  }

  .form-left,
  .form-right {
    width: 100%;
  }

  .guideline-download-fields {
    grid-template-columns: 1fr;
  }

  .assessment-table {
    min-width: 0;
  }

  .assessment-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .assessment-table,
  .assessment-table thead,
  .assessment-table tbody,
  .assessment-table th,
  .assessment-table td,
  .assessment-table tr {
    display: block;
  }

  .assessment-table thead {
    display: none;
  }

  .assessment-table tbody {
    display: grid;
    gap: 14px;
  }

  .assessment-table tr {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .assessment-table td {
    padding: 0;
    border-bottom: 0;
  }

  .assessment-table td + td {
    margin-top: 12px;
  }

  .assessment-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .assessment-table tbody td:first-child,
  .assessment-table tbody td:nth-child(2) {
    width: auto;
  }

  .assessment-weight {
    text-align: left;
  }

  .contact-strip-inner {
    grid-template-columns: 1fr;
  }

  .contact-strip-copy p {
    max-width: none;
  }

  .contact-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767.5px) {
  .nav li > form > button.logout {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
  }

  .main-navbar {
    position: absolute;
    display: none;
    height: 80px;
    background: rgba(46, 50, 88, 0.94);
  }

  .footer.main-footer {
    min-height: 0;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    margin-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  .footer.main-footer > .container {
    min-height: 0;
  }

  .footer-inner {
    gap: 22px;
  }

  .footer-brand,
  .footer-meta {
    text-align: center;
  }

  .footer-title {
    max-width: none;
  }

  .footer-description {
    max-width: none;
  }

  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    min-height: 76px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(46, 50, 88, 0.08);
    background: rgba(247, 251, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 -14px 30px rgba(46, 50, 88, 0.12);
  }

  .mobile-nav > a {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 5px;
    padding: 10px 6px;
    color: rgba(46, 50, 88, 0.78);
    text-align: center;
    text-decoration: none;
    border-top: 3px solid transparent;
  }

  .mobile-nav > a.active,
  .mobile-nav-menu-toggle.active {
    color: var(--teal);
    border-top-color: var(--gold);
    background: rgba(27, 82, 153, 0.08);
  }

  .mobile-nav > a.mobile-nav-language {
    position: relative;
    gap: 4px;
    color: var(--indigo);
    border-top-color: transparent;
    background: linear-gradient(180deg, rgba(246, 195, 67, 0.1), rgba(246, 195, 67, 0.02));
  }

  .mobile-nav > a.mobile-nav-language::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 10px;
    left: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    border: 1px solid rgba(246, 195, 67, 0.38);
    border-radius: 18px;
    pointer-events: none;
  }

  .mobile-nav > a.mobile-nav-language i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(246, 195, 67, 0.2);
    color: var(--indigo);
    font-size: 15px;
  }

  .mobile-nav > a.mobile-nav-language span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(46, 50, 88, 0.08);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .mobile-nav i {
    font-size: 18px;
  }

  .mobile-nav span {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .anchor-offset {
    top: 1px;
  }

  .page-section > .container {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home {
    background-attachment: scroll;
  }

  .home > .container {
    padding-top: 88px;
    text-align: center;
    align-items: center;
  }

  .home-main {
    justify-items: center;
  }

  .hero-trust-bar {
    padding: 22px 0 28px;
  }

  .hero-trust-inner {
    flex-direction: column;
    gap: 16px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hero-trust-group,
  .hero-trust-group-support {
    justify-items: center;
    width: 100%;
  }

  .hero-trust-divider {
    width: 100%;
    min-height: 1px;
    min-width: 0;
    margin-top: 0;
    background: linear-gradient(90deg, rgba(46, 50, 88, 0.08), rgba(46, 50, 88, 0.22), rgba(46, 50, 88, 0.08));
  }

  .hero-trust-card-organizer {
    min-width: 0;
  }

  .hero-supporter-logos {
    justify-content: center;
    gap: 14px;
  }

  .hero-partner {
    width: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-countdown {
    width: 100%;
    margin: 10px 0 20px;
  }

  .hero-countdown-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-trust-card img {
    height: 31px;
  }

  .support-label {
    font-size: 0.66rem;
  }

  .flyer-card {
    padding: 34px 18px 18px;
  }

  .flyer-label {
    top: -12px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: max-content;
    text-align: center;
  }

  .flyer-dialog {
    padding: 16px;
  }

  .flyer-dialog-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .flyer-dialog-close {
    width: 100%;
  }

  .flyer-dialog-content {
    width: min(100%, 1000px);
    max-height: calc(100vh - 32px);
    padding: 14px;
    border-radius: 22px;
  }

  .flyer-dialog-image {
    width: 100%;
    max-width: 100%;
  }

  .contact-strip {
    padding-bottom: 28px;
  }

  .contact-strip-grid {
    grid-template-columns: 1fr;
  }

  .contact-item {
    padding: 16px;
  }

  .background-prize {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .prize-media {
    justify-items: start;
  }

  .eligibility-card .prize-media,
  .prize-card .prize-media {
    justify-items: center;
  }

  .award-grid {
    grid-template-columns: 1fr;
  }

  .announcement-shell,
  .submit-shell,
  .surface-card,
  .background-prize {
    border-radius: 24px;
  }

  .submit-btn {
    width: 100%;
    min-width: 0;
  }

  .join-competition {
    width: 100%;
  }
}

@media (max-width: 575.5px) {
  html,
  body {
    font-size: 16px;
  }

  .navbar-brand-text {
    max-width: 180px;
    font-size: 1rem;
  }

  .hero-title span,
  .hero-title strong {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .hero-subtitle {
    max-width: none;
  }

  .cta-btn {
    width: 100%;
    min-width: 0;
  }

  .requirement-img,
  .guideline2-img {
    width: 72px;
  }

  .announcement-table {
    min-width: 640px;
  }

  .mobile-nav-sheet-links {
    grid-template-columns: 1fr;
  }

  .mobile-nav span {
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal-up {
    opacity: 1;
    transform: none;
  }

  .flyer-dialog {
    transition: none;
  }
}
