:root {
  --amict-navy: #061b3a;
  --amict-deep: #031024;
  --amict-yellow: #ffc928;
  --amict-gold: #f5a400;
  --amict-cyan: #33d6ff;
  --amict-muted: #6d7890;
  --amict-light: #f6f8fc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #061b3a;
  background: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.text-gradient {
  background: linear-gradient(90deg, #ffc928, #33d6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bg-navy {
  background: #061b3a;
}

.bg-deep {
  background: #031024;
}

.bg-light-soft {
  background: #f6f8fc;
}

.text-muted-soft {
  color: #6d7890;
}

.topbar {
  background: #031024;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
}
.topbar .badge {
  background: rgba(255, 201, 40, 0.18);
  color: #ffc928;
}

.navbar {
  transition: all 0.25s ease;
  background: rgba(6, 27, 58, 0.94);
  backdrop-filter: blur(16px);
}
.navbar .navbar-brand {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.navbar .navbar-brand span {
  color: #ffc928;
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  font-size: 0.94rem;
  padding-inline: 0.75rem !important;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #ffc928;
}
.navbar .dropdown-menu {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 20px 55px rgba(3, 16, 36, 0.12);
  padding: 0.7rem;
}
.navbar .dropdown-item {
  border-radius: 0.75rem;
  font-weight: 600;
}
.navbar .dropdown-item:hover {
  background: rgba(255, 201, 40, 0.16);
  color: #061b3a;
}

.btn-amict {
  background: linear-gradient(135deg, #ffc928, #f5a400);
  border: 0;
  color: #031024;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  box-shadow: 0 20px 70px rgba(255, 201, 40, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-amict:hover {
  transform: translateY(-2px);
  color: #031024;
  box-shadow: 0 25px 80px rgba(255, 201, 40, 0.35);
}

.btn-outline-amict {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 800;
}
.btn-outline-amict:hover {
  background: #ffffff;
  color: #061b3a;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: radial-gradient(circle at 15% 20%, rgba(51, 214, 255, 0.24), transparent 32%), radial-gradient(circle at 85% 20%, rgba(255, 201, 40, 0.22), transparent 30%), linear-gradient(rgba(3, 16, 36, 0.86), rgba(3, 16, 36, 0.92)), url("https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=1800&q=80") center/cover fixed;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -16% -10%;
  height: 220px;
  background: #ffffff;
  transform: rotate(-3deg);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffc928;
  font-weight: 800;
}

.hero h1 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.055em;
}

.hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2rem;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.25);
}

.countdown-box {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.2rem;
  padding: 1rem;
  text-align: center;
}
.countdown-box strong {
  display: block;
  font-size: 1.7rem;
  color: #ffc928;
  line-height: 1;
}
.countdown-box span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.72);
}

.section-padding {
  padding: 6rem 0;
}

.section-title {
  font-weight: 950;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.035em;
}

.section-subtitle {
  color: #f5a400;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}

.feature-card, .topic-card, .committee-card, .fee-card, .history-card, .info-card {
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 20px 55px rgba(3, 16, 36, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  overflow: hidden;
  height: 100%;
}
.feature-card:hover, .topic-card:hover, .committee-card:hover, .fee-card:hover, .history-card:hover, .info-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 80px rgba(3, 16, 36, 0.18);
}

.icon-badge {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 201, 40, 0.22), rgba(51, 214, 255, 0.14));
  color: #061b3a;
  font-size: 1.45rem;
}

.stats-band {
  background: linear-gradient(135deg, #061b3a, #092e66);
  color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 20px 55px rgba(3, 16, 36, 0.12);
}
.stats-band .stat {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.stats-band .stat:last-child {
  border-right: 0;
}
.stats-band .stat strong {
  color: #ffc928;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.topic-card {
  background: #ffffff;
}
.topic-card .topic-top {
  height: 6px;
  background: linear-gradient(90deg, #ffc928, #33d6ff);
}
.topic-card ul {
  padding-left: 1.1rem;
  color: #6d7890;
  margin-bottom: 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  background: radial-gradient(circle at right top, rgba(255, 201, 40, 0.3), transparent 35%), linear-gradient(135deg, #061b3a, #031024);
  color: #ffffff;
  box-shadow: 0 20px 55px rgba(3, 16, 36, 0.12);
}

.page-hero {
  min-height: 46vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(rgba(3, 16, 36, 0.78), rgba(3, 16, 36, 0.9)), url("https://images.unsplash.com/photo-1515169067865-5387ec356754?auto=format&fit=crop&w=1600&q=80") center/cover fixed;
  padding-top: 8rem;
}

.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 3px;
  background: rgba(6, 27, 58, 0.12);
}
.timeline .timeline-item {
  position: relative;
  padding-left: 3.2rem;
  margin-bottom: 2rem;
}
.timeline .timeline-dot {
  position: absolute;
  left: 0.55rem;
  top: 0.25rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  background: #ffc928;
  box-shadow: 0 0 0 8px rgba(255, 201, 40, 0.2);
}

.table-amict {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(3, 16, 36, 0.12);
}
.table-amict thead th {
  background: #061b3a;
  color: #ffffff;
  border: 0;
}
.table-amict tbody td, .table-amict tbody th {
  padding: 1rem;
}

.parallax-strip {
  background: linear-gradient(rgba(3, 16, 36, 0.78), rgba(3, 16, 36, 0.84)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80") center/cover fixed;
  color: #ffffff;
}

.footer {
  background: #031024;
  color: rgba(255, 255, 255, 0.76);
}
.footer a {
  color: rgba(255, 255, 255, 0.76);
}
.footer a:hover {
  color: #ffc928;
}
.footer h5 {
  color: #ffffff;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.75s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.floaty {
  animation: floaty 5s ease-in-out infinite;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    padding: 8rem 0 6rem;
    background-attachment: scroll;
  }
  .page-hero, .parallax-strip {
    background-attachment: scroll;
  }
  .stats-band .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .stats-band .stat:last-child {
    border-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */



/* === Evenzax-inspired interaction layer === */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 20%), rgba(255,201,40,.08), transparent 42%);
}
.interactive-cursor {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,201,40,.95);
  border-radius: 50%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  transition: width .22s ease, height .22s ease, border-color .22s ease, background .22s ease;
  mix-blend-mode: difference;
}
.interactive-cursor.is-active { width: 46px; height: 46px; background: rgba(255,201,40,.12); border-color: #ffffff; }
.navbar.scrolled { padding-block: .45rem; box-shadow: 0 14px 45px rgba(0,0,0,.18); background: rgba(3,16,36,.98); }
.navbar .nav-link { position: relative; }
.navbar .nav-link::after {
  content: '';
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .25rem;
  height: 2px;
  background: linear-gradient(90deg, #ffc928, #33d6ff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.navbar .dropdown:hover > .dropdown-menu { display: block; margin-top: 0; animation: menuDrop .24s ease both; }
@keyframes menuDrop { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.btn-amict, .btn-outline-amict, .feature-card, .topic-card, .committee-card, .fee-card, .history-card, .info-card, .countdown-box { will-change: transform; }
.magnetic { position: relative; overflow: hidden; }
.magnetic::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.45) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}
.magnetic:hover::before { transform: translateX(120%); }
.feature-card, .topic-card, .committee-card, .fee-card, .history-card, .info-card {
  position: relative;
  isolation: isolate;
}
.feature-card::before, .topic-card::before, .committee-card::before, .fee-card::before, .history-card::before, .info-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(420px circle at var(--card-x, 50%) var(--card-y, 0%), rgba(255,201,40,.18), transparent 42%);
  transition: opacity .3s ease;
}
.feature-card:hover::before, .topic-card:hover::before, .committee-card:hover::before, .fee-card:hover::before, .history-card:hover::before, .info-card:hover::before { opacity: 1; }
.tilt-card { transform-style: preserve-3d; transition: transform .15s ease, box-shadow .25s ease; }
.tilt-card .icon-badge, .tilt-card h4, .tilt-card h5 { transform: translateZ(18px); }
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 78%);
  pointer-events: none;
}
.hero-orb {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,201,40,.28), transparent 62%);
  filter: blur(3px);
  animation: orbFloat 9s ease-in-out infinite;
}
.hero-orb.one { top: 18%; right: 12%; }
.hero-orb.two { bottom: 18%; left: 7%; width: 180px; height: 180px; background: radial-gradient(circle, rgba(51,214,255,.25), transparent 62%); animation-delay: -3s; }
@keyframes orbFloat { 0%,100%{ transform: translate3d(0,0,0) scale(1); } 50%{ transform: translate3d(0,-26px,0) scale(1.06); } }
.floaty { animation: floaty 5.5s ease-in-out infinite; }
@keyframes floaty { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }
.animated-gradient-border {
  position: relative;
  border: 1px solid transparent !important;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(135deg, rgba(255,201,40,.9), rgba(51,214,255,.85), rgba(255,201,40,.9)) border-box;
  background-size: 100% 100%, 240% 240%;
  animation: gradientMove 5s linear infinite;
}
@keyframes gradientMove { 0% { background-position: 0 0, 0% 50%; } 100% { background-position: 0 0, 200% 50%; } }
.counter { display: inline-block; }
.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  color: #031024;
  background: linear-gradient(135deg, #ffc928, #f5a400);
  box-shadow: 0 20px 70px rgba(255, 201, 40, .25);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .25s ease;
  z-index: 9997;
}
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
@media (hover: none), (pointer: coarse) {
  .interactive-cursor { display: none; }
  body::before { display: none; }
  .navbar .dropdown:hover > .dropdown-menu { display: none; }
}
