:root{
  --brand:#0152a1;
  --brand-2:#0b63c7;

  --bg:#070b14;
  --bg-2:#0a1020;
  --card:#0b1220;
  --card-2:#0e1930;

  --text:#e8eefc;
  --muted:#a7b0c2;
  --border:rgba(255,255,255,.12);

  --radius:18px;
  --shadow:0 20px 55px rgba(0,0,0,.45);
  --shadow-soft:0 10px 25px rgba(0,0,0,.35);

  --focus:0 0 0 3px rgba(11,99,199,.35);
}

*{ box-sizing:border-box; }

html{ scroll-behavior:smooth; }

body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(1,82,161,.25), transparent 60%),
    radial-gradient(800px 500px at 85% 10%, rgba(11,99,199,.18), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg));
  color:var(--text);
  line-height:1.55;
}

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

a{ color:inherit; text-decoration:none; }
a:focus{ outline:none; box-shadow:var(--focus); border-radius:10px; }

.container{
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

:where(a, button, .btn, .card, .pill, .logo-group img){
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, opacity .16s ease;
}

.top-strip{
  background: linear-gradient(90deg, var(--brand), #0a3f7a);
  color:#fff;
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.top-strip-inner{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  opacity:.98;
}

.logo-bar{
  background: rgba(11,18,32,.85);
  border-bottom:1px solid var(--border);
  position: relative;    
  z-index: 5;
  backdrop-filter: blur(12px);
}

.logo-bar-inner{
  width: min(1200px, calc(100% - 32px));
  margin:0 auto;
  padding:12px 0;
}

.logo-area{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}

.logos-left,
.logos-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.logo-group{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.logo-group img{
  height:48px !important;
  max-height:48px !important;
  width:auto !important;
  max-width:160px !important;
  object-fit:contain !important;

  background:#fff;
  border-radius:10px;
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}

.logo-group img:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0,0,0,.45);
}

.logo-text{
  font-size:13px;
  line-height:1.2;
  color:var(--text);
  white-space:nowrap;
}

.logo-text--right{ text-align:right; }

.logo-subtext{
  display:inline-block;
  margin-top:2px;
  font-size:12px;
  color:var(--muted);
}

.logo-divider{
  width:1px;
  height:44px;
  background:var(--border);
  margin:0 6px;
}

.logo-group--sponsor img{
  height:52px !important;
  max-height:52px !important;
  max-width:180px !important;
}

.nav-bar{
  background: rgba(11,18,32,.75);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--border);
  position:sticky;
  top:0;
  z-index:20;
}

.nav-inner{
  width: min(1200px, calc(100% - 32px));
  margin:0 auto;
  padding:10px 0;
}

nav ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

nav a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:12px;
  color:var(--text);
  font-weight:700;
  font-size:14px;
  border:1px solid transparent;
}

nav a:hover{
  background: rgba(1,82,161,.22);
  border-color: rgba(255,255,255,.10);
  transform: translateY(-1px);
}

nav a:active{ transform: translateY(0px); }

header#home{
  border-bottom:1px solid var(--border);
  background:
    radial-gradient(1200px 500px at 20% -10%, rgba(1, 82, 161, .26), transparent 60%),
    radial-gradient(900px 400px at 80% 0%, rgba(11, 99, 199, .20), transparent 55%),
    linear-gradient(180deg, rgba(7,11,20,.55), rgba(7,11,20,.92));
}

.hero{ padding: 34px 0 18px; }

.hero-inner{
  display:grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap:22px;
  align-items:start;
}

.hero-badge{
  display:inline-flex;
  flex-direction:column;
  gap:4px;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(1,82,161,.18);
  border: 1px solid rgba(255,255,255,.10);
  color: #dbeafe;
  font-weight:800;
  width:fit-content;
  box-shadow: var(--shadow-soft);
}

.badge-subtitle{
  font-weight:600;
  color: var(--muted);
  font-size:13px;
}

h1{
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  margin: 14px 0 10px;
  letter-spacing: -0.02em;
}

.hero-subtitle{
  color: var(--text);
  opacity: .92;
  margin: 0 0 10px;
}

.hero-meta{
  margin: 0 0 16px;
  color: var(--muted);
}

.hero-highlight-card{
  background: linear-gradient(180deg, rgba(14,25,48,.92), rgba(11,18,32,.92));
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 18px;
}

.hero-highlight-card h3{ margin:0 0 10px; }

.hero-highlight-card ul{
  margin:0;
  padding-left:18px;
  color: var(--text);
}

.btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 16px;
  border-radius:14px;
  font-weight:900;
  font-size:14px;
  letter-spacing:.01em;
  border:1px solid transparent;
  cursor:pointer;
  user-select:none;
  text-decoration:none !important;
  white-space:nowrap;
}

.btn:focus{ outline:none; box-shadow:var(--focus); }

.btn-primary{
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color:#fff !important;
  box-shadow: 0 18px 40px rgba(1,82,161,.35);
}

.btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(1,82,161,.42);
}

.btn-outline{
  background: rgba(255,255,255,.04);
  color: #fff !important;
  border-color: rgba(255,255,255,.18);
}

.btn-outline:hover{
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.btn:active{ transform: translateY(0px); }

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}

.countdown-wrap{
  margin:14px 0 10px;
  background: rgba(255,255,255,.04);
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:14px;
  box-shadow: var(--shadow-soft);
}

.countdown-title{
  font-weight:900;
  margin-bottom:10px;
}

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

.cd-item{
  background: rgba(255,255,255,.03);
  border:1px solid var(--border);
  border-radius: 14px;
  padding:10px;
  text-align:center;
}

.cd-num{ font-size:22px; font-weight:950; }
.cd-label{ font-size:12px; color:var(--muted); font-weight:800; }

.countdown-sub{
  margin-top:8px;
  color:var(--muted);
  font-size:13px;
}

section{ padding: 52px 0; }

.section-heading h2{
  margin:0 0 6px;
  font-size:28px;
  letter-spacing:-.01em;
}

.section-heading p{ margin:0; color:var(--muted); }

.card{
  background: linear-gradient(180deg, rgba(14,25,48,.92), rgba(11,18,32,.92));
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:18px;
}

.card:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0,0,0,.52);
}

.two-column{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
}

.mt-16{ margin-top:16px; }

.pill-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0;
  margin:0;
  list-style:none;
}

.pill{
  padding:10px 12px;
  border-radius:999px;
  background: rgba(1,82,161,.16);
  border:1px solid rgba(255,255,255,.10);
  font-weight:800;
  color: #dbeafe;
}

.pill:hover{
  transform: translateY(-1px);
  background: rgba(1,82,161,.22);
}

.topics-grid{
  margin:18px 0 0;
  padding-left:18px;
  display:grid;
  gap:8px;
  color: var(--text);
}

.program-day{ margin-top:18px; }

.program-table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius:14px;
  margin-top:12px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.02);
}

.program-table th,
.program-table td{
  border-bottom:1px solid var(--border);
  padding:12px 10px;
  vertical-align:top;
  text-align:left;
  font-size:14px;
  color: var(--text);
}

.program-table thead th{
  background: rgba(1,82,161,.20);
  font-weight:950;
  color: #eaf2ff;
}

.program-table tbody th{
  width:170px;
  color: var(--text);
  font-weight:900;
}

.meta{
  color: var(--muted);
  font-size:13px;
}

.program-download{ margin-top:14px; }

.committee-columns{
  margin-top:18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}

.committee-columns ul{
  margin:0;
  padding-left:18px;
  color: var(--text);
}

.committee-columns li span{
  color: var(--muted);
  font-weight:600;
}

.timeline{ margin:0; padding-left:18px; }
.timeline li{ margin-bottom:10px; }

.timeline li span{
  display:block;
  color: var(--muted);
  font-weight:600;
  font-size:13px;
  margin-top:4px;
}

.note{ color: var(--muted); }

.cta-band{
  margin-top:18px;
  background: linear-gradient(135deg, rgba(1,82,161,.20), rgba(11,99,199,.14));
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  box-shadow: var(--shadow-soft);
}

.cta-title{ margin:0 0 8px; font-weight:950; }

.cta-fees{
  margin:0;
  padding-left:0;
  list-style:none;
  color: var(--text);
  font-weight:700;
}

.cta-footnote,
.reg-note{ color: var(--muted); }

.contact-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
}

.venue-map{
  margin-top:12px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.venue-map-iframe{
  width:100%;
  height:320px;
  border:0;
  display:block;
}

.contact-details{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.contact-details a{
  color:#cfe6ff;
  font-weight:900;
  text-decoration:underline;
  text-decoration-color: rgba(207,230,255,.35);
  text-underline-offset: 3px;
}

footer{
  padding:18px 0;
  border-top:1px solid var(--border);
  background: rgba(11,18,32,.85);
  backdrop-filter: blur(12px);
}

.footer-inner{
  display:flex;
  gap:12px;
  justify-content:space-between;
  flex-wrap:wrap;
  color: var(--muted);
  font-size:13px;
}

.apg-shell{ margin-top:14px; }

.apg-viewport{
  overflow:hidden;
  border-radius:16px;
  border:1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.apg-track{ display:flex; will-change: transform; }
.apg-set{ display:flex; gap:10px; padding:10px; }
.mobile-gallery-grid{ display:none; }

.reg-modal-overlay,
.gallery-lightbox-overlay,
.apg-lb{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0,0,0,.70);
  z-index: 1000;
  padding: 18px;
  transition: opacity .18s ease, visibility .18s ease;
}

.reg-modal-overlay.open,
.reg-modal-overlay.active,
.reg-modal-overlay.show,
.reg-modal-overlay.is-open,
.reg-modal-overlay[aria-hidden="false"],
.gallery-lightbox-overlay.open,
.gallery-lightbox-overlay.active,
.gallery-lightbox-overlay.show,
.gallery-lightbox-overlay.is-open,
.gallery-lightbox-overlay[aria-hidden="false"],
.apg-lb.open,
.apg-lb.active,
.apg-lb.show,
.apg-lb.is-open,
.apg-lb[aria-hidden="false"]{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reg-modal,
.gallery-lightbox,
.apg-lb-panel{
  background: linear-gradient(180deg, rgba(14,25,48,.98), rgba(11,18,32,.98));
  border-radius: 18px;
  max-width: 760px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 28px 80px rgba(0,0,0,.65);
  transform: translateY(10px) scale(.98);
  transition: transform .20s ease;
}

.reg-modal-overlay.open .reg-modal,
.reg-modal-overlay.active .reg-modal,
.reg-modal-overlay.show .reg-modal,
.reg-modal-overlay.is-open .reg-modal,
.reg-modal-overlay[aria-hidden="false"] .reg-modal{
  transform: translateY(0px) scale(1);
}

.reg-modal-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-bottom:10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 12px;
}

.reg-modal-title{
  font-weight:950;
  font-size:18px;
}

.reg-modal-close{
  font-size:28px;
  background: transparent;
  border: 0;
  color: var(--text);
  cursor: pointer;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 12px;
}

.reg-modal-close:hover{
  background: rgba(255,255,255,.06);
}

input, select, textarea{
  width:100%;
  padding:10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: var(--text);
  outline: none;
}

input:focus, select:focus, textarea:focus{
  box-shadow: var(--focus);
  border-color: rgba(11,99,199,.55);
}

.hero-gallery{
  margin-top:18px;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background: rgba(11,18,32,.55);
  overflow:hidden;
}

.hero-gallery-track{
  display:flex;
  gap:10px;
  padding:10px;
}

@media (max-width: 980px){
  .hero-inner{ grid-template-columns:1fr; }
  .committee-columns{ grid-template-columns:1fr; }
  .two-column{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .program-table tbody th{ width:140px; }
}

@media (max-width: 560px){
  .top-strip-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .logo-group img{
    height:42px !important;
    max-height:42px !important;
    max-width:140px !important;
  }

  nav ul{ gap:8px; }

  nav a{
    padding:7px 9px;
    font-size:13px;
  }

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


@media (max-width: 820px) {
  .logo-bar-inner {
    padding: 10px 0;
  }

  .logo-area {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .logos-left,
  .logos-right {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .logo-group {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: rgba(255,255,255,0.03);
  }

  .logo-divider {
    display: none !important;
  }

  .logo-group img {
    height: 40px !important;
    max-height: 40px !important;
    width: auto !important;
    max-width: 110px !important;
    object-fit: contain !important;
    flex: 0 0 auto;
  }

  .logo-text {
    white-space: normal !important;
    line-height: 1.2;
  }

  .logo-text--right {
    text-align: left !important;
  }

  .logo-subtext {
    display: block;
    margin-top: 3px;
  }

  .logo-group--sponsor img {
    height: 42px !important;
    max-height: 42px !important;
    max-width: 130px !important;
  }

  .nav-inner {
    padding: 8px 0;
  }

  nav ul {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
  }

  nav li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  nav a {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
  }

  nav ul::-webkit-scrollbar {
    height: 6px;
  }
  nav ul::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.18);
    border-radius: 999px;
  }

  .hero {
    padding: 22px 0 14px;
  }

  h1 {
    font-size: clamp(26px, 7vw, 36px);
    line-height: 1.12;
    margin: 12px 0 8px;
  }

  .hero-highlight-card,
  .countdown-wrap,
  .card {
    padding: 14px;
    border-radius: 16px;
  }

  .hero-actions {
    gap: 8px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .logo-group img {
    height: 36px !important;
    max-height: 36px !important;
    max-width: 100px !important;
  }
}

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

.logo-bar { overflow: hidden; }
.logo-area { gap: 12px; }

.logo-group img {
  height: 48px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.logo-group--sponsor img {
  height: 52px;
  max-width: 160px;
  object-fit: contain;
}

.nav-bar nav ul{
  flex-wrap: nowrap;           
  overflow-x: auto;              
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 10px;
  padding-bottom: 6px;            
}
.nav-bar nav ul::-webkit-scrollbar { display: none; }
.nav-bar nav li { flex: 0 0 auto; }

.nav-bar nav ul { scroll-snap-type: x mandatory; }
.nav-bar nav a { scroll-snap-align: start; }

@media (max-width: 640px) {
  .top-strip { font-size: 12px; }
  .top-strip-inner { gap: 6px; }

  .logo-area{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .logos-left{
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .logo-divider{ display: none; }

  .logo-group{
    gap: 8px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .logo-text{
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;   
  }

  .logos-right{
    width: 100%;
    justify-content: flex-start;
  }

  .logo-group--sponsor{
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .logo-text--right{
    text-align: left;
  }

  .logo-group img{
    height: 40px;
    max-width: 110px;
  }
  .logo-group--sponsor img{
    height: 44px;
    max-width: 130px;
  }

  .hero { padding: 24px 0 12px; }
  h1 { font-size: clamp(24px, 7vw, 34px); }
}

.reg-modal-overlay[aria-hidden="false"],
.gallery-lightbox-overlay[aria-hidden="false"],
.apg-lb[aria-hidden="false"]{
  display: flex;
  align-items: center;
  justify-content: center;
}

.reg-modal-overlay,
.gallery-lightbox-overlay,
.apg-lb{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  padding: 16px;
}

.reg-form .form-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.reg-form .field{
  display:flex;
  flex-direction:column;
  gap: 6px;
}

.reg-form label{
  font-weight: 700;
  font-size: 13px;
  color: var(--text, #e5e7eb);
  opacity: .95;
}

.reg-form input,
.reg-form select,
.reg-form textarea{
  width:100%;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid var(--border, rgba(255,255,255,.12));
  background: rgba(255,255,255,.06);
  color: var(--text, #e5e7eb);
  outline: none;
}

.reg-form input:focus,
.reg-form select:focus,
.reg-form textarea:focus{
  border-color: rgba(74, 163, 255, .55);
  box-shadow: 0 0 0 4px rgba(74, 163, 255, .15);
}

.reg-form .field-full{
  grid-column: 1 / -1;
}

.reg-form .form-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

@media (max-width: 760px){
  .reg-form .form-grid{
    grid-template-columns: 1fr;
  }
}


.top-strip {
  background: linear-gradient(90deg, var(--brand), #0a3f7a);
  color: #fff;
}

.top-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  line-height: 1.25;
}

.top-strip-inner span {
  opacity: 0.95;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .top-strip {
    position: sticky;      
    top: 0;
    z-index: 60;    
  }

  .top-strip-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 12px;
  }

  .top-strip-inner span:first-child {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
    white-space: normal;
  }

  .top-strip-inner span:last-child {
    font-size: 12px;
    font-weight: 600;
    opacity: 0.88;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .top-strip-inner {
    padding: 9px 10px;
  }
  .top-strip-inner span:first-child {
    font-size: 12.5px;
  }
  .top-strip-inner span:last-child {
    font-size: 11.5px;
  }
}

@media (max-width: 760px) {
  .top-strip-inner span:last-child {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
  }
}

.apg-lb{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.apg-lb-panel{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(8, 16, 28, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 90px rgba(0,0,0,0.6);
  padding: 0;
}

.apg-lb-stage{
  position: relative;
  width: 100%;
  height: min(78vh, 720px);
  display: grid;
  place-items: center;
  background: radial-gradient(900px 500px at 30% 10%, rgba(1,82,161,.20), transparent 55%),
              radial-gradient(900px 500px at 70% 0%, rgba(11,99,199,.18), transparent 60%),
              rgba(0,0,0,.25);
}

.apg-lb-img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.45);
}

.apg-lb-btn{
  position: absolute;
  top: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  z-index: 5;
}

.apg-lb-btn:hover{
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
}
.apg-lb-btn:active{ transform: translateY(0px) scale(0.98); }

.apg-lb-ic{
  font-size: 22px;
  line-height: 1;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}

.apg-lb-close{ right: 16px; left: auto; }

.apg-lb-prev,
.apg-lb-next{
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}
.apg-lb-prev:hover,
.apg-lb-next:hover{
  transform: translateY(-50%) translateY(-1px);
}

.apg-lb-prev{ left: 16px; }
.apg-lb-next{ right: 16px; }

.apg-lb-stage::before,
.apg-lb-stage::after{
  content:"";
  position:absolute;
  top:0; bottom:0;
  width: 120px;
  pointer-events:none;
}
.apg-lb-stage::before{
  left:0;
  background: linear-gradient(90deg, rgba(0,0,0,0.45), transparent);
}
.apg-lb-stage::after{
  right:0;
  background: linear-gradient(270deg, rgba(0,0,0,0.45), transparent);
}

@media (max-width: 760px){
  .apg-lb-panel{ border-radius: 18px; }
  .apg-lb-stage{ height: 76vh; }
  .apg-lb-btn{ top: 12px; width: 40px; height: 40px; }
  .apg-lb-prev, .apg-lb-next{ width: 48px; height: 48px; }
  .apg-lb-prev{ left: 10px; }
  .apg-lb-next{ right: 10px; }
  .apg-lb-close{ right: 10px; }
}

.logos-center{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 6px 10px;
  min-width: 160px;
}

.event-mark{
  height: 44px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.35));
  opacity: .95;
}

@media (max-width: 860px){
  .logo-area{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .logos-center{
    order: 2;
    justify-content: flex-start;
  }

  .logos-right{
    order: 3;
  }

  .event-mark{ height: 40px; }
}

.csx{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.csx.is-open{ display: grid; place-items: center; }

.csx-backdrop{
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 50% 30%, rgba(255,255,255,.10), rgba(0,0,0,.78));
  backdrop-filter: blur(10px);
}

.csx-modal{
  position: relative;
  width: min(720px, calc(100vw - 32px));
  padding: clamp(22px, 3.2vw, 34px);
  border-radius: 24px;
  background: rgba(12, 18, 28, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  text-align: center;
  isolation: isolate;
}

.csx-modal::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 26px;
  background: linear-gradient(120deg, rgba(96,165,250,.25), rgba(34,197,94,.12), rgba(255,255,255,.08));
  z-index:-1;
  filter: blur(14px);
  opacity: .65;
}

.csx-topline{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom: 14px;
  color: rgba(255,255,255,.78);
  font-weight: 600;
  letter-spacing: .2px;
}

.csx-pill{
  display:inline-flex;
  align-items:center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.csx-dot{ opacity: .7; }
.csx-date{ opacity: .85; }

.csx-title{
  margin: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #fff;
}

.csx-sub{
  margin: 14px auto 22px;
  max-width: 56ch;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.6;
}

.csx-btn{
  border: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  color: #0b1220;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,255,255,.80));
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.csx-btn:hover{ transform: translateY(-1px); box-shadow: 0 16px 36px rgba(0,0,0,.45); }
.csx-btn:active{ transform: translateY(0px); opacity: .92; }

.csx-hint{
  margin-top: 14px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

.csx-hint kbd{
  font-family: inherit;
  padding: 2px 8px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.75);
}

.apg-shell{
  padding: 18px;
  border-radius: 22px;
}

.apg-rail{
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}

.apg-viewport{
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;         
}
.apg-viewport::-webkit-scrollbar{ display:none; }  

.apg-track{
  display: flex;
  gap: 14px;
  align-items: center;
  width: max-content;
  padding: 6px 4px;
}

.apg-set{
  display: flex;
  gap: 14px;
  align-items: center;
}

.apg-card{
  flex: 0 0 auto !important;
  scroll-snap-align: start;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}

.apg-card img{
  width: 260px !important;
  height: 170px !important;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.apg-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity .2s ease;
}
.apg-card:hover::after{ opacity: 1; }

.apg-card:hover img{
  transform: scale(1.02);
  transition: transform .25s ease;
}
.apg-viewport{ cursor: grab; }
.apg-viewport:active{ cursor: grabbing; }

@media (max-width: 900px){
  .apg-card img{ width: 230px !important; height: 155px !important; }
}
@media (max-width: 560px){
  .apg-card img{ width: 200px !important; height: 140px !important; }
}

.apg-slider-wrap{
  margin-top: 14px;
}

.apg-slider{
  width: 100%;
  height: 12px;
  appearance: none;
  background: rgba(255,255,255,.10);
  border-radius: 999px;
  outline: none;
  border: 1px solid rgba(255,255,255,.12);
}

.apg-slider::-webkit-slider-thumb{
  appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 6px solid rgba(120,190,215,.55); 
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
  cursor: pointer;
}

.apg-slider::-moz-range-thumb{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 6px solid rgba(120,190,215,.55);
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
  cursor: pointer;
}
.apg-card{ width: auto !important; }
.apg-card img{ max-width: none !important; }
.apg-card img{
  width: 320px !important;
  height: 210px !important;
}
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.social-btn span {
  line-height: 1;
}

.social-btn.fb {
  background: #1877f2;
  color: #fff;
}

.social-btn.fb:hover {
  background: #145ec2;
}

.social-btn.ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  color: #fff;
}

.social-btn.ig:hover {
  filter: brightness(0.92);
}

@media (max-width: 600px) {
  .social-links {
    justify-content: center;
  }
}

.bg-hero, .bg-about {
  position: relative;
  overflow: hidden;
}

.bg-hero > *, .bg-about > * {
  position: relative;
  z-index: 1;
}

.bg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 50% 15%, rgba(0, 180, 255, 0.12), transparent 100%),
    linear-gradient(rgba(6, 14, 28, 0.90), rgba(6, 14, 28, 0.90)),
    url("images/bg-sulaimani-city.jpg") center / cover no-repeat;
  opacity: 1;
  filter: blur(4px) saturate(0.85) contrast(1.05);
  transform: scale(1.05);
  z-index: 0;
}

.bg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.bg-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(6, 14, 28, 0.93), rgba(6, 14, 28, 0.93)),
    url("images/bg-uos-gate.jpg") center / cover no-repeat;
  opacity: 1;
  filter: blur(4px) saturate(0.85) contrast(1.05);
  transform: scale(1.05);
  z-index: 0;
}

.hero-gallery-track {
  display: flex;
  gap: 10px;
  will-change: transform;
}

.hero-gallery-item img {
  height: 120px;
  width: auto;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  box-shadow: 0 14px 40px rgba(0,0,0,0.28);
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0.92;
}

.hero-gallery-item img:hover {
  transform: translateY(-2px) scale(1.02);
  opacity: 1;
}

.apg-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 8px 2px;
}

.apg-track {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
}

.apg-set {
  display: flex;
  gap: 12px;
  align-items: center;
}

.apg-card {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}

.apg-card img {
  width: 260px;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  box-shadow: 0 16px 50px rgba(0,0,0,0.30);
  transition: transform 160ms ease, filter 160ms ease;
}

.apg-card img:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.05);
}

.apg-slider-wrap { margin-top: 14px; }

@media (max-width: 760px) {
  .apg-shell { display: none !important; }
  .mobile-gallery-grid {
    display: grid !important;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }
  .mgg-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
  }
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform 140ms ease, opacity 140ms ease;
}

.social-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.social-btn.fb {
  background: linear-gradient(135deg, #1877F2, #0f5ed7);
  color: #fff;
}

.social-btn.ig {
  background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF);
  color: #fff;
}

@media (max-width: 820px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .top-strip {
    position: relative !important; 
  }
  .top-strip-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    align-items: flex-start !important;
    padding: 10px 0 !important;
    line-height: 1.25 !important;
  }

  .nav-inner ul {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 10px 14px !important;
  }
  .nav-inner li a {
    padding: 8px 10px !important;
    border-radius: 10px !important;
  }

  .logo-area {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .logos-left,
  .logos-right,
  .logos-center {
    width: 100% !important;
    justify-content: center !important;
  }
  .logos-left {
    justify-content: space-between !important;
  }
}

@media (max-width: 760px) {
  .two-column,
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .card {
    padding: 16px !important;
  }

  .exh-grid,
  .exh-row,
  .exh-cols {
    grid-template-columns: 1fr !important;
  }

  .btn,
  .social-links .social-btn,
  .contact-highlight .btn {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .social-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 12px !important;
  }

  .apg-viewport {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@media (max-width: 760px) {
  .pricing-table,
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
  }

  .pricing-table table,
  table {
    min-width: 560px;
  }
}

@media (max-width: 760px) {
  .card,
  .apg-shell,
  .exh-media,
  .contact-highlight {
    max-width: 100% !important;
  }
}

@media (max-width: 760px){

  .apg-lb{
    display: flex !important;               
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .apg-lb-panel{
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;

    height: 100dvh !important;
    height: 100vh !important;

    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: rgba(0,0,0,0.65) !important;
  }

  .apg-lb-stage{
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    display: grid !important;
    place-items: center !important;
  }

  .apg-lb-img{
    max-width: 100% !important;

    max-height: calc(100dvh - 90px) !important;
    max-height: calc(100vh - 90px) !important;

    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 12px !important;
  }

  .apg-lb-btn{
    position: fixed !important;
    z-index: 10000 !important;
  }

  .apg-lb-close{
    top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
    right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
    left: auto !important;
  }

  .apg-lb-prev{
    top: 50% !important;
    left: calc(env(safe-area-inset-left, 0px) + 12px) !important;
    transform: translateY(-50%) !important;
  }

  .apg-lb-next{
    top: 50% !important;
    right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 980px){

  .apg-lb[aria-hidden="false"] .apg-lb-panel{
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .apg-lb[aria-hidden="false"] .apg-lb-stage{
    width: 100% !important;
    height: 100% !important;
  }

  .apg-lb[aria-hidden="false"] .apg-lb-btn{
    position: fixed !important;
    top: auto !important;           
    transform: none !important;
    z-index: 10000 !important;
  }

  .apg-lb[aria-hidden="false"] .apg-lb-prev{
    top: 50% !important;
    left: calc(env(safe-area-inset-left, 0px) + 12px) !important;
    transform: translateY(-50%) !important;
  }

  .apg-lb[aria-hidden="false"] .apg-lb-next{
    top: 50% !important;
    right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
    transform: translateY(-50%) !important;
  }

  .apg-lb[aria-hidden="false"] .apg-lb-close{
    top: calc(env(safe-area-inset-top, 0px) + 12px) !important;
    right: calc(env(safe-area-inset-right, 0px) + 12px) !important;
  }

  .apg-lb[aria-hidden="false"] .apg-lb-img{
    max-height: calc(100dvh - 80px) !important;
    object-fit: contain !important;
  }
}

.reg-form select{
  background-color: rgba(255,255,255,.06) !important;
  color: var(--text) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}

.reg-form select option{
  background: #0b1220 !important;  
  color: #e8eefc !important;        
}

.reg-form select option:disabled{
  color: rgba(232,238,252,.55) !important;
}

.reg-form select option:checked{
  background: #0152a1 !important;
  color: #fff !important;
}

.reg-form select:focus{
  outline: none;
  box-shadow: var(--focus);
  border-color: rgba(11,99,199,.55) !important;
}

mark {
    filter: brightness(100%);
    background-color: #2C3E50;
    color: white;
}