.summit2026 {
  --brand-dark: #0a1230;
  --brand-primary: #16224f;
  --brand-medium: #1e2f6b;
  --brand-light: #eef1fa;
  --brand-gold: #c18b3fc5;
  --brand-gold-solid: #c18b3f;
  --brand-gold-light: #f5e6c2;
  --silver: #aab4c8;
  --white: #ffffff;
  --gray-50: #f8faf8;
  --gray-100: #eef2ee;
  --gray-600: #4a5568;
  --gray-700: #2d3748;
  --text: #1e2a23;
  --radius: 8px;
  --transition: 0.22s ease;
  color: var(--text);
  font-family: "Inter", sans-serif;
  background: var(--gray-50);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.summit2026 * {
  box-sizing: border-box;
}

.summit2026 h1,
.summit2026 h2,
.summit2026 h3,
.summit2026 .display-font {
  font-family: "Space Grotesk", sans-serif;
}

.sheet {
  max-width: 900px;
  margin: 0 auto;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(10, 18, 48, 0.18);
  overflow: hidden;
}

/* ===== Header ===== */
.top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 36px;
  background: var(--white);
  border-bottom: 3px solid var(--brand-gold-solid);
  gap: 20px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-mark img.logo {
  height: 70px;
  width: auto;
  flex-shrink: 0;
}

.brand-mark .org-name {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--brand-primary);
  line-height: 1.25;
  margin: 0;
}

.brand-mark .org-tag {
  font-size: 0.74rem;
  color: var(--gray-600);
  font-style: italic;
  margin-top: 2px;
}

.collab-note {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--brand-gold);
  max-width: 220px;
}

.collab-note strong {
  color: var(--brand-primary);
  display: block;
  font-size: 0.8rem;
}

/* ===== Hero (photo-based) ===== */
.hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;

  background-color: var(--brand-dark);

  background-image:
    linear-gradient(
      100deg,
      rgba(10, 18, 48, 0.96) 0%,
      rgba(10, 18, 48, 0.88) 30%,
      rgba(10, 18, 48, 0.35) 62%,
      rgba(10, 18, 48, 0.15) 100%
    ),
    url("/public/img/abj.jpg");

  background-size: cover;
  background-position: center 40%;
}
.hero::before {
  /* thin gold diagonal accent, echoes the brand cut-line */
  content: "";
  position: absolute;
  top: 0;
  right: 18%;
  width: 3px;
  height: 100%;
  background: var(--brand-gold-solid);
  transform: skewX(-12deg);
  opacity: 0.85;
  z-index: 2;
}

.hero-inner {
  position: relative;
  z-index: 3;
  padding: 44px 36px 34px;
  width: 100%;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(245, 230, 194, 0.4);
  backdrop-filter: blur(6px);
  color: var(--brand-gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.ordinal {
  color: var(--brand-gold-light);
}

.hero h1 {
  font-size: 2.9rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 6px;
  line-height: 1.04;
  max-width: 560px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.hero-sub {
  color: var(--brand-gold-light);
  font-weight: 600;
  font-size: 1.04rem;
  margin-bottom: 24px;
  max-width: 480px;
}

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

.hero-meta div {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 30px;
}

.hero-meta svg {
  flex-shrink: 0;
}

.hero-strapline {
  position: absolute;
  right: 36px;
  top: 40px;
  z-index: 3;
  max-width: 190px;
  text-align: right;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  border-right: 2px solid var(--brand-gold-solid);
  padding-right: 12px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* ===== Theme band ===== */
.theme-band {
  background: var(--brand-gold-light);
  border-top: 1px solid var(--brand-gold-solid);
  border-bottom: 1px solid var(--brand-gold-solid);
  padding: 16px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.theme-band .label {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--brand-primary);
  font-weight: 700;
}

.theme-band .theme-text {
  color: var(--brand-dark);
  font-weight: 600;
  font-size: 1.02rem;
  max-width: 560px;
  line-height: 1.35;
}

.theme-band .theme-pin {
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 0.9rem;
  text-align: right;
}

/* ===== Partners / sponsors row ===== */
.info-row {
  display: flex;
  gap: 0;
  font-size: 0.8rem;
  border-bottom: 1px solid var(--gray-100);
}

.info-row > div {
  padding: 12px 36px;
  flex: 1;
}

.info-row > div:first-child {
  border-right: 1px solid var(--gray-100);
}

.info-row .k {
  font-weight: 700;
  color: var(--brand-primary);
  margin-right: 6px;
}

.info-row .v {
  color: var(--gray-700);
}

/* ===== Body ===== */
.body-pad {
  padding: 34px 36px 8px;
}

.section-title {
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 1.12rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title::before {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--brand-gold-solid);
  border-radius: 2px;
  display: inline-block;
}

table.package-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
}

table.package-table thead th {
  background: var(--brand-primary);
  color: var(--white);
  font-weight: 600;
  padding: 10px 12px;
  text-align: left;
}

table.package-table thead th:last-child,
table.package-table tbody td:last-child {
  text-align: right;
}

table.package-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--gray-100);
  vertical-align: top;
  color: var(--gray-700);
}

table.package-table tbody tr:nth-child(even) {
  background: var(--gray-50);
}

table.package-table .sn {
  color: var(--silver);
  font-weight: 700;
  width: 26px;
}

table.package-table tfoot td {
  padding: 12px;
  font-weight: 700;
  color: var(--brand-primary);
  border-top: 2px solid var(--brand-gold-solid);
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-item p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--gray-700);
  line-height: 1.4;
}

.why-quote {
  margin-top: 6px;
  font-style: italic;
  color: var(--brand-primary);
  font-weight: 600;
  font-size: 0.88rem;
  border-left: 3px solid var(--brand-gold-solid);
  padding-left: 12px;
}

.about-text {
  font-size: 0.86rem;
  color: var(--gray-700);
  line-height: 1.6;
}

.about-text a {
  color: var(--brand-medium);
  font-weight: 600;
}

.pay-card {
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 14px;
}

.pay-card .pay-head {
  background: var(--brand-light);
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 0.82rem;
  padding: 9px 14px;
}

.pay-card.online .pay-head {
  background: var(--brand-gold-light);
}

.pay-card .pay-body {
  padding: 12px 14px;
  font-size: 0.8rem;
  color: var(--gray-700);
  line-height: 1.55;
}

.pay-card .pay-body strong {
  color: var(--brand-primary);
}

.pay-btn {
  display: inline-block;
  margin-top: 6px;
  background: var(--brand-medium);
  color: var(--white);
  padding: 6px 14px;
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--transition);
}

.pay-btn:hover {
  background: var(--brand-dark);
  color: var(--white);
}

.pillar-strip {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 22px 36px;
  flex-wrap: wrap;
  background: var(--brand-light);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
}

.pillar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 150px;
}

.pillar .dot {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.pillar span.label {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--brand-primary);
  line-height: 1.2;
}

.cta-footer {
  background: var(--brand-dark);
  color: var(--white);
  padding: 20px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  background: var(--brand-gold-solid);
  color: var(--brand-dark);
  font-weight: 700;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    transform var(--transition),
    background var(--transition);
}

.cta-btn:hover {
  transform: translateY(-1px);
  background: var(--brand-gold-light);
}

.cta-contact {
  font-size: 0.84rem;
  color: var(--brand-light);
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.cta-contact strong {
  color: var(--white);
}

.cta-sign {
  font-family: "Space Grotesk", sans-serif;
  font-style: italic;
  color: var(--brand-gold-light);
  font-size: 1rem;
}

.base-strip {
  display: flex;
  height: 14px;
}

.base-strip div {
  flex: 1;
}

@media (max-width: 640px) {
  .top-strip,
  .theme-band,
  .body-pad,
  .pillar-strip,
  .cta-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 360px;
  }

  .hero-inner {
    padding: 34px 20px 26px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-strapline {
    display: none;
  }

  .info-row {
    flex-direction: column;
  }

  .info-row > div:first-child {
    border-right: none;
    border-bottom: 1px solid var(--gray-100);
  }
}

/* ── Nav ── */
.s26-nav {
  background: var(--brand-primary);
  position: sticky;
  top: 0;
  z-index: 100;
}

.s26-nav-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
}

.s26-nav-brand {
  color: var(--white);
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: none;
  padding: 14px 0;
}

.s26-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.4rem;
}

.s26-nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.s26-nav-menu > li {
  position: relative;
}

.s26-nav-menu > li > a {
  display: block;
  color: var(--white);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 16px 14px;
  transition: background var(--transition);
}

.s26-nav-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ── Dropdown ── */
.s26-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  min-width: 240px;

  background: var(--brand-dark);

  border: 1px solid rgba(193, 139, 63, 0.35);
  border-top: 3px solid var(--brand-gold-solid);

  box-shadow:
    0 14px 35px rgba(10, 18, 48, 0.35),
    0 4px 12px rgba(10, 18, 48, 0.15);

  border-radius: 0 0 var(--radius) var(--radius);

  overflow: hidden;

  list-style: none;
  margin: 0;
  padding: 6px 0;

  z-index: 200;
}

.s26-dropdown li {
  margin: 0;
  padding: 0;
}

.s26-dropdown li a {
  position: relative;

  display: flex;
  align-items: center;

  padding: 11px 18px;

  font-size: 0.82rem;
  font-weight: 500;

  color: var(--brand-gold-light);

  text-decoration: none;

  border-left: 3px solid transparent;

  transition:
    background var(--transition),
    color var(--transition),
    padding-left var(--transition),
    border-color var(--transition);
}

.s26-dropdown li a:hover {
  background: var(--brand-primary);

  color: var(--white);

  border-left-color: var(--brand-gold-solid);

  padding-left: 22px;
}

.s26-dropdown li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Desktop dropdown */
.s26-has-dropdown:hover .s26-dropdown {
  display: block;
}

@media (max-width: 900px) {
  .s26-nav-toggle {
    display: block;
  }

  .s26-nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--brand-primary);
    padding: 8px 0;
  }

  .s26-nav-menu.open {
    display: flex;
  }

  .s26-dropdown {
    position: static;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
  }

  .s26-dropdown li a {
    color: var(--brand-gold-light);
  }

  .s26-has-dropdown.open .s26-dropdown {
    display: block;
  }

  .s26-has-dropdown .s26-dropdown {
    display: none;
  }
}

/* ── Footer ── */
.s26-footer {
  background: var(--brand-dark);
  color: var(--silver);
  font-size: 0.78rem;
  padding: 18px 0;
  margin-top: auto;
}

.s26-footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* =====================================================
   NOMINATION FORM
===================================================== */

.nomination-form {
  background: var(--white);
  border: 1px solid rgba(22, 34, 79, 0.1);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(10, 18, 48, 0.08);
}

/* Intro */
.nomination-intro {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 30px;
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-dark));
  color: var(--white);
}

.nomination-intro-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(193, 139, 63, 0.18);
  border: 1px solid rgba(245, 230, 194, 0.35);
  border-radius: 10px;
  color: var(--brand-gold-light);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.nomination-intro h3 {
  margin: 0 0 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
}

.nomination-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

/* Sections */
.form-section {
  padding: 30px;
  border-bottom: 1px solid rgba(22, 34, 79, 0.08);
}

.form-section:last-of-type {
  border-bottom: 0;
}

/* Section heading */
.section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.section-number {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-light);
  color: var(--brand-primary);
  border: 1px solid rgba(22, 34, 79, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
}

.section-label strong {
  display: block;
  color: var(--brand-primary);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
}

.section-label small {
  display: block;
  margin-top: 2px;
  color: var(--gray-600);
  font-size: 0.75rem;
}

/* Labels */
.nomination-label {
  display: block;
  margin-bottom: 8px;
  color: var(--brand-primary);
  font-size: 0.82rem;
  font-weight: 700;
}

.nomination-label > span {
  color: var(--brand-gold-solid);
}

.nomination-label small {
  color: var(--gray-600);
  font-weight: 500;
  margin-left: 4px;
}

/* Inputs */
.nomination-input {
  min-height: 46px;
  border: 1px solid #dbe0ea;
  border-radius: 8px;
  color: var(--text);
  background: #fff;
  font-size: 0.86rem;
  transition: all var(--transition);
}

.nomination-input:focus {
  border-color: var(--brand-gold-solid);
  box-shadow: 0 0 0 3px rgba(193, 139, 63, 0.12);
}

textarea.nomination-input {
  min-height: auto;
  resize: vertical;
}

select.nomination-input {
  cursor: pointer;
}

/* Profile PDF upload */
.profile-upload-box {
  border: 1.5px dashed rgba(193, 139, 63, 0.65);
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(193, 139, 63, 0.05),
    rgba(22, 34, 79, 0.02)
  );
  transition: all var(--transition);
}

.profile-upload-box:hover {
  border-color: var(--brand-gold-solid);
  background: rgba(193, 139, 63, 0.08);
}

.profile-upload-label {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 25px;
  margin: 0;
  cursor: pointer;
}

.upload-icon {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(193, 139, 63, 0.12);
  color: var(--brand-gold-solid);
  font-size: 1.4rem;
  flex-shrink: 0;
}

.upload-text strong {
  display: block;
  color: var(--brand-primary);
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.upload-text span {
  display: block;
  color: var(--gray-600);
  font-size: 0.78rem;
}

.upload-text span b {
  color: var(--brand-gold-solid);
}

.upload-text small {
  display: block;
  margin-top: 6px;
  color: #8992a5;
  font-size: 0.7rem;
}

/* Selected file */
.profile-file-name {
  display: none;
  margin: 0 18px 18px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--brand-light);
  color: var(--brand-primary);
  font-size: 0.78rem;
  font-weight: 600;
}

/* OR */
.profile-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  color: #9ba3b3;
  font-size: 0.7rem;
  font-weight: 700;
}

.profile-divider::before,
.profile-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #e5e8ee;
}

.profile-divider span {
  padding: 3px 8px;
  border-radius: 20px;
  background: #f5f6f8;
}

/* Link input */
.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-gold-solid);
  z-index: 2;
}

.input-with-icon input {
  padding-left: 40px;
}

.field-help {
  display: block;
  margin-top: 6px;
  color: #8992a5;
  font-size: 0.7rem;
}

/* Security */
.nomination-security {
  background: #fafbfc;
}

/* Submit */
.nomination-submit {
  padding: 28px 30px 30px;
  text-align: center;
  background: #fafbfc;
}

.nomination-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 220px;
  padding: 13px 22px;
  border: 0;
  border-radius: 8px;
  background: var(--brand-primary);
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
}

.nomination-submit-btn i {
  color: var(--brand-gold-light);
  transition: transform var(--transition);
}

.nomination-submit-btn:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(10, 18, 48, 0.18);
}

.nomination-submit-btn:hover i {
  transform: translateX(4px);
}

.nomination-submit p {
  margin: 12px 0 0;
  color: #8992a5;
  font-size: 0.7rem;
}

.nomination-submit p i {
  color: var(--brand-gold-solid);
  margin-right: 4px;
}

/* =========================================
   AWARD CATEGORY SELECT
   ========================================= */

.nomination-select-wrap {
  position: relative;
  width: 100%;
}

.nomination-select {
  width: 100%;
  min-height: 52px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding: 13px 48px 13px 16px;

  background: #ffffff;

  border: 1px solid rgba(22, 34, 79, 0.18);
  border-radius: 9px;

  color: var(--brand-primary);

  font-family: "Inter", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;

  cursor: pointer;

  outline: none;

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

/* Placeholder */
.nomination-select:invalid {
  color: #7b8498;
  font-weight: 500;
}

/* Dropdown options */
.nomination-select option {
  color: var(--brand-primary);
  background: #ffffff;
  font-weight: 500;
  padding: 12px;
}

/* Hover */
.nomination-select:hover {
  border-color: var(--brand-gold-solid);

  background: #fffdf8;
}

/* Focus */
.nomination-select:focus {
  border-color: var(--brand-gold-solid);

  box-shadow:
    0 0 0 3px rgba(193, 139, 63, 0.14),
    0 6px 18px rgba(10, 18, 48, 0.06);

  background: #ffffff;
}

/* Custom arrow */
.nomination-select-icon {
  position: absolute;

  right: 16px;
  top: 50%;

  transform: translateY(-50%);

  color: var(--brand-gold-solid);

  font-size: 0.85rem;

  pointer-events: none;

  transition: transform 0.22s ease;
}

/* Rotate arrow when the field is focused */
.nomination-select:focus + .nomination-select-icon {
  transform: translateY(-50%) rotate(180deg);
}

/* Label */
.nomination-label {
  display: block;

  margin-bottom: 8px;

  color: var(--brand-primary);

  font-size: 0.84rem;
  font-weight: 700;
}

.nomination-label span {
  color: var(--brand-gold-solid);
}

/* Mobile */
@media (max-width: 600px) {
  .nomination-intro,
  .form-section,
  .nomination-submit {
    padding: 22px 18px;
  }

  .nomination-intro {
    align-items: flex-start;
  }

  .profile-upload-label {
    align-items: flex-start;
    padding: 20px;
  }

  .upload-icon {
    width: 44px;
    height: 44px;
  }

  .upload-text span {
    line-height: 1.5;
  }

  .nomination-submit-btn {
    width: 100%;
  }
}

/* NOMINEES PAGE DESIGN */
.nominee-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(22, 34, 79, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(10, 18, 48, 0.06);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.nominee-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(10, 18, 48, 0.12);
}

.nominee-card-head {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand-primary));
  color: #fff;
  padding: 20px;
}

.nominee-category {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--brand-gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nominee-name {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
}

.nominee-card-body {
  padding: 20px;
}

.nominee-nationality {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  color: var(--gray-600);
  font-size: 0.88rem;
}

.nominee-nationality i {
  color: var(--brand-gold-solid);
}

.nominee-reason-label {
  margin-bottom: 6px;
  color: var(--brand-primary);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nominee-reason {
  color: var(--gray-700);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

.nominee-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 15px;
  border-top: 1px solid rgba(22, 34, 79, 0.08);
}

.nominee-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.nominee-pdf {
  background: var(--brand-primary);
  color: #fff;
}

.nominee-pdf:hover {
  background: var(--brand-dark);
  color: #fff;
}

.nominee-link {
  background: var(--brand-gold-light);
  color: var(--brand-primary);
}

.nominee-link:hover {
  background: var(--brand-gold-solid);
  color: #fff;
}

.summit-partners {
  width: 100%;
  margin-top: 28px;
  padding: 22px 0;
  overflow: hidden;
}

.partners-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
}

.partners-label {
  color: var(--brand-primary);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.partners-line {
  width: 45px;
  height: 1px;
  background: rgba(193, 139, 63, 0.45);
}

/* ================================
   CAROUSEL
================================ */

.partners-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );

  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

.partners-track {
  display: flex;
  align-items: center;
  width: max-content;

  gap: 45px;

  animation: partnersScroll 25s linear infinite;

  will-change: transform;
}

/* ================================
   PARTNER LOGO
================================ */

.partner-logo {
  flex: 0 0 150px;

  width: 150px;
  height: 75px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 18px;

  background: rgba(255, 255, 255, 0.9);

  border: 1px solid rgba(22, 34, 79, 0.08);

  border-radius: 8px;

  text-decoration: none;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.partner-logo:hover {
  transform: translateY(-3px);

  border-color: rgba(193, 139, 63, 0.55);

  box-shadow: 0 8px 20px rgba(10, 18, 48, 0.1);
}

.partner-logo img {
  display: block;

  max-width: 100%;
  max-height: 52px;

  width: auto;
  height: auto;

  object-fit: contain;

  opacity: 0.9;

  transition: opacity 0.25s ease;
}

.partner-logo:hover img {
  opacity: 1;
}

/* ================================
   INFINITE MOVEMENT
================================ */

@keyframes partnersScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 22.5px));
  }
}

/* ================================
   PAUSE ON HOVER
================================ */

.partners-carousel:hover .partners-track {
  animation-play-state: paused;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {
  .summit-partners {
    padding: 18px 0;
  }

  .partners-track {
    gap: 30px;
    animation-duration: 20s;
  }

  .partner-logo {
    flex-basis: 125px;
    width: 125px;
    height: 65px;
    padding: 8px 14px;
  }

  .partner-logo img {
    max-height: 44px;
  }
}

/* REGISTRATION BTN */

.hero-registration {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 13px 22px;

  background: var(--brand-gold-solid);
  color: var(--brand-dark);

  border: 1px solid var(--brand-gold-solid);
  border-radius: 6px;

  text-decoration: none;

  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;

  animation: registerPulse 1.8s ease-in-out infinite;

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.register-btn:hover {
  color: var(--brand-dark);
  background: var(--brand-gold-light);

  transform: translateY(-2px);

  animation-play-state: paused;
}

.register-btn i {
  font-size: 1rem;
}

@keyframes registerPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(193, 139, 63, 0.65);
  }

  50% {
    box-shadow: 0 0 0 9px rgba(193, 139, 63, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(193, 139, 63, 0);
  }
}

/* REGISTER SUMMIT */
.reg-hero {
  background: linear-gradient(
    135deg,
    var(--brand-dark) 0%,
    var(--brand-primary) 60%,
    var(--brand-medium) 100%
  );
  padding: 40px 0;
  color: var(--white);
}
.reg-eyebrow {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(245, 230, 194, 0.4);
  color: var(--brand-gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.reg-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.reg-sub {
  color: var(--brand-gold-light);
  font-size: 0.95rem;
  max-width: 560px;
  margin: 0 auto;
}

.reg-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(10, 18, 48, 0.1);
  overflow: hidden;
  max-width: 760px;
  margin: -30px auto 0;
  position: relative;
}
.reg-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  background: var(--brand-light);
  border-bottom: 1px solid var(--gray-100);
}
.reg-card-head i {
  font-size: 1.6rem;
  color: var(--brand-primary);
}
.reg-card-head h6 {
  margin: 0;
  color: var(--brand-primary);
  font-weight: 700;
}
.reg-card-head p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--gray-600);
}
.reg-card-body {
  padding: 28px;
}

.reg-file-drop {
  position: relative;
  border: 2px dashed var(--silver);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
}
.reg-file-drop:hover {
  border-color: var(--brand-gold-solid);
  background: var(--brand-light);
}
.reg-file-drop input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.reg-file-drop-inner i {
  font-size: 1.8rem;
  color: var(--brand-medium);
  display: block;
  margin-bottom: 8px;
}
.reg-file-drop-inner span {
  display: block;
  font-size: 0.85rem;
  color: var(--gray-700);
  font-weight: 600;
}
.reg-file-drop-inner small {
  display: block;
  color: var(--gray-600);
  margin-top: 4px;
}

.register-submit-btn {
  width: 100%;
  border: none;
  border-radius: 7px;
  padding: 14px 20px;
  background: var(--brand-gold-solid);
  color: var(--brand-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.2s ease;
}
.register-submit-btn:hover {
  background: var(--brand-gold-light);
  transform: translateY(-1px);
}
.register-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@media (max-width: 640px) {
  .reg-card {
    margin-top: -16px;
  }
  .reg-card-body {
    padding: 20px;
  }
}

/* country select */

.select2-container--default .select2-selection--single {
  height: calc(3.5rem + 2px) !important;
  padding: 0.75rem;
  border: 1px solid var(--gray-100);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: normal;
  padding-left: 4px;
  color: var(--text);
}

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

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--brand-gold-solid);
  box-shadow: 0 0 0 3px rgba(193, 139, 63, 0.15);
}

.select2-dropdown {
  border-color: var(--gray-100);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(10, 18, 48, 0.15);
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--gray-100);
  border-radius: 6px;
  padding: 8px 10px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: var(--brand-primary);
  color: var(--white);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: var(--brand-light);
  color: var(--brand-primary);
}

.select2-results__option {
  padding: 8px 12px;
  font-size: 0.9rem;
}

.fi {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
