/* â”€â”€ Event Sponsor VIP template â”€â”€
   Scoped under .dci-sponsor-vip so it can't leak into (or be
   overridden by) the rest of the site's styles. This is the
   middle content only â€” the site's own header/menu and footer
   render around it via get_header()/get_footer(). */

.dci-sponsor-vip {
  --dci-blue: #1B4595;
  --dci-blue-dark: #0D2349;
  --dci-blue-mid: #1a3a80;
  --dci-orange: #F5821F;
  --dci-orange-dark: #d96a0a;
  --dci-gold: #FFB800;
  --dci-white: #FFFFFF;
  --dci-off-white: #F5F8FF;
  --dci-text-dark: #111827;
  --dci-text-muted: #4B5563;
  --dci-card-border: #e2e8f0;
  --dci-sponsor: #1B4595;
  --dci-sponsor-dark: #0D2349;
  /* A tint of the navy, for a band that has to read as its own section
     between the white overview above and the navy register CTA below.
     --dci-off-white is too close to white to make that step. */
  --dci-tint: #E9EFF7;

  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: var(--dci-text-dark);
  overflow-x: hidden;
}

.gt-header.gt-style-3 {
  margin-bottom: 0px !important;
  border-bottom: 3px solid #F5821F;
}

.dci-sponsor-vip *,
.dci-sponsor-vip *::before,
.dci-sponsor-vip *::after {
  box-sizing: border-box;
}

.dci-sponsor-vip .dci-sponsor-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.dci-sponsor-vip .section-tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dci-orange);
  margin-bottom: 12px;
}

/* â”€â”€ HERO â”€â”€ */
.dci-sponsor-vip .hero {
  background: linear-gradient(180deg, #EEF2FC 0%, #E7EDFB 100%);
  position: relative;
  overflow: hidden;
  padding: 72px 0 100px;
}

.dci-sponsor-vip .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 20% 20%, rgba(27, 69, 149, 0.08) 0%, transparent 70%);
}

.dci-sponsor-vip .hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 90% at 80% 15%, rgba(245, 130, 31, 0.10) 0%, transparent 70%);
}

.dci-sponsor-vip .hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.dci-sponsor-vip .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 130, 31, 0.08);
  border: 1px solid rgba(245, 130, 31, 0.35);
  border-radius: 2px;
  padding: 6px 14px;
  margin-bottom: 20px;
}

.dci-sponsor-vip .hero-eyebrow .dot {
  width: 6px;
  height: 6px;
  background: var(--dci-orange);
  border-radius: 50%;
  animation: dci-sponsor-pulse 2s infinite;
}

@keyframes dci-sponsor-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

.dci-sponsor-vip .hero-eyebrow span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dci-orange-dark);
}

.dci-sponsor-vip .hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(40px, 5.4vw, 66px);
  font-weight: 800;
  line-height: 1;
  color: var(--dci-blue-dark);
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 0 24px;
}

.dci-sponsor-vip .hero h1 em {
  font-style: normal;
  color: var(--dci-orange);
}

.dci-sponsor-vip .hero-divider {
  width: 64px;
  height: 4px;
  background: linear-gradient(90deg, var(--dci-orange), var(--dci-gold));
  margin-bottom: 24px;
  border-radius: 2px;
}

.dci-sponsor-vip .hero-desc {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--dci-text-muted);
  max-width: 540px;
  margin: 0 0 36px;
}

.dci-sponsor-vip .hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dci-sponsor-vip .pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--dci-white);
  border: 1px solid var(--dci-card-border);
  border-radius: 30px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--dci-text-dark);
  box-shadow: 0 2px 8px rgba(13, 35, 73, 0.06);
}

.dci-sponsor-vip .pill svg {
  flex-shrink: 0;
}

.dci-sponsor-vip .hero-badge-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.dci-sponsor-vip .badge-ring {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dci-sponsor-vip .badge-ring::before {
  content: '';
  position: absolute;
  inset: -22px;
  background: radial-gradient(circle, rgb(246 148 33 / 30%) 10%, rgb(246 148 33 / 14%) 30%, rgb(246 148 33 / 6%) 55%, transparent 20%);
  filter: blur(14px);
  z-index: 0;
}

.dci-sponsor-vip .badge-img {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

.dci-sponsor-vip .badge-fallback {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dci-blue-dark), var(--dci-blue-mid));
  border: 3px solid var(--dci-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--dci-white);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

.dci-sponsor-vip .hero-sponsor-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.dci-sponsor-vip .hero-sponsor-wrap .presented-by {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dci-text-muted);
}

.dci-sponsor-vip .hero-sponsor-wrap .presented-by-booth {
  font-size: 16px;
}

.dci-sponsor-vip .hero-sponsor-logo {
  height: 84px;
  width: auto;
  object-fit: contain;
}

.dci-sponsor-vip .badge-label {
  text-align: center;
  max-width: 260px;
}

.dci-sponsor-vip .badge-label .tagline {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--dci-text-muted);
  margin-bottom: 14px;
  display: block;
}

.dci-sponsor-vip .badge-label .event-date {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dci-orange-dark);
  margin-bottom: 4px;
}

.dci-sponsor-vip .badge-label .event-venue {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--dci-text-muted);
}

.dci-sponsor-vip .hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 60px;
  overflow: hidden;
}

.dci-sponsor-vip .hero-wave svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.dci-sponsor-vip .hero-cta-row {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
}

.dci-sponsor-vip .btn-get-started {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dci-orange);
  color: var(--dci-white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding: 16px 44px;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(245, 130, 31, 0.45);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.dci-sponsor-vip .btn-get-started:hover {
  background: var(--dci-orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(245, 130, 31, 0.55);
}

/* Optional second hero CTA (blue) â€” title may stack over several lines */
.dci-sponsor-vip .btn-hero-secondary {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: var(--dci-blue);
  color: var(--dci-white);
  font-family: 'Barlow Condensed', sans-serif;
  border: none;
  cursor: pointer;
  padding: 12px 32px;
  border-radius: 4px;
  text-align: center;
  max-width: 350px;
  box-shadow: 0 8px 28px rgba(27, 69, 149, 0.45);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.dci-sponsor-vip .btn-hero-secondary:hover {
  background: var(--dci-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(27, 69, 149, 0.55);
  color: var(--dci-white);
}

.dci-sponsor-vip .btn-hero-secondary .cta-line-main {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.15;
}

.dci-sponsor-vip .btn-hero-secondary .cta-line-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.25;
  opacity: 0.9;
}

/* â”€â”€ VIDEO + SESSIONS â”€â”€ */
.dci-sponsor-vip .overview-section {
  background: var(--dci-white);
  padding: 56px 0 88px;
  position: relative;
}

.dci-sponsor-vip .overview-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.dci-sponsor-vip .overview-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  line-height: 1.1;
  margin: 0 0 10px;
}

.dci-sponsor-vip .overview-header h2 span {
  color: var(--dci-orange);
}

.dci-sponsor-vip .overview-header p {
  font-size: 15px;
  color: var(--dci-text-muted);
  line-height: 1.6;
  margin: 0;
}

.dci-sponsor-vip .overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.dci-sponsor-vip .video-frame-wrap {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(13, 35, 73, 0.16);
  border: 2px solid rgba(27, 69, 149, 0.12);
  cursor: pointer;
}

.dci-sponsor-vip .video-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: linear-gradient(135deg, var(--dci-blue-dark), var(--dci-blue-mid));
  background-size: cover;
  background-position: center;
}

.dci-sponsor-vip .video-frame.has-thumb .video-placeholder {
  background: linear-gradient(180deg, rgba(13, 35, 73, 0.25) 0%, rgba(13, 35, 73, 0.6) 100%);
}

.dci-sponsor-vip .video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.dci-sponsor-vip .video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.dci-sponsor-vip .video-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--dci-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(245, 130, 31, 0.45);
  transition: transform 0.2s;
}

.dci-sponsor-vip .video-frame-wrap:hover .video-play-btn {
  transform: scale(1.08);
}

.dci-sponsor-vip .video-play-btn svg {
  width: 22px;
  height: 22px;
  fill: white;
  margin-left: 3px;
}

.dci-sponsor-vip .video-placeholder span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dci-sponsor-vip .sessions-col-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  line-height: 1.2;
  margin: 0 0 18px;
}

.dci-sponsor-vip .sessions-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 18px;
}

.dci-sponsor-vip .session-item {
  background: var(--dci-off-white);
  border-left: 3px solid var(--dci-sponsor);
  border-radius: 0 6px 6px 0;
  padding: 12px 16px;
}

.dci-sponsor-vip a.session-item {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s;
}

.dci-sponsor-vip a.session-item:hover {
  background: #eaf0ff;
}

.dci-sponsor-vip .session-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--dci-blue-dark);
  line-height: 1.3;
}

.dci-sponsor-vip .sessions-note {
  font-size: 13px;
  color: var(--dci-text-muted);
  margin: 0 0 16px;
}

/* ── EVENT APP PROMO (optional, per-sponsor toggle) ── */
/* The page steps white (.overview-section) → tint → navy
   (.register-cta), which is what makes this read as its own band. */
.dci-sponsor-vip .app-promo {
  background: var(--dci-tint);
  padding: 26px 0;
}

.dci-sponsor-vip .app-promo-band {
  /* The phone's crop hangs its cut line on this band's bottom edge, so
     the two values must match. Held in one place so they cannot drift:
     the crop below reads it back with calc(). */
  --app-band-pad-b: 40px;

  border-top: 1px solid rgba(13, 35, 73, 0.18);
  border-bottom: 1px solid rgba(13, 35, 73, 0.18);
  padding: 44px 0 var(--app-band-pad-b);
}

.dci-sponsor-vip .app-promo-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 48px;
  align-items: center;
}

/* ── Copy column ── */
.dci-sponsor-vip .app-promo-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dci-orange);
  margin: 0 0 14px;
}

.dci-sponsor-vip .app-promo-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--dci-blue-dark);
  margin: 0 0 12px;
}

.dci-sponsor-vip .app-promo-heading span {
  color: var(--dci-orange);
}

.dci-sponsor-vip .app-promo-text {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--dci-text-muted);
  margin: 0;
  max-width: 34em;
}

.dci-sponsor-vip .app-promo-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.dci-sponsor-vip .app-promo-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--dci-blue-dark);
  color: var(--dci-white);
}

.dci-sponsor-vip .app-promo-pill b {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--dci-orange);
  letter-spacing: 0.02em;
}

.dci-sponsor-vip .app-promo-pill span {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.dci-sponsor-vip .app-promo-cta-note {
  font-size: 0.9375rem;
  color: rgba(75, 85, 99, 0.8);
}

/* Store buttons — nothing emits this markup yet. Kept ready for when
   downloads actually open; not dead code, pending code. */
.dci-sponsor-vip .app-store-row {
  display: inline-block;
  line-height: 0;
  border-radius: 7px;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  outline-offset: 3px;
}

.dci-sponsor-vip .app-store-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(13, 35, 73, 0.22);
}

.dci-sponsor-vip .app-store-row:focus-visible {
  outline: 3px solid var(--dci-orange);
}

.dci-sponsor-vip .app-store-row svg {
  display: block;
  height: 46px;
  width: auto;
}

/* A white chip so the sponsor lifts off the tinted ground rather than
   sitting flat on it. */
.dci-sponsor-vip .app-promo-sponsor {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 14px 24px;
  background: var(--dci-white);
  border: 1px solid rgba(13, 35, 73, 0.10);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(13, 35, 73, 0.07);
}

.dci-sponsor-vip .app-promo-sponsor-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(75, 85, 99, 0.65);
  line-height: 1.5;
  max-width: 11em;
}

.dci-sponsor-vip .app-promo-sponsor-rule {
  width: 1px;
  align-self: stretch;
  background: rgba(13, 35, 73, 0.14);
}

/* Sponsor logos are arbitrary aspect ratios, so cap the height and let
   the width follow rather than stretching the chip. */
.dci-sponsor-vip .app-promo-sponsor-logo {
  height: 52px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
  display: block;
}

/* ── The crop ── */
/* height is the visible slice of the phone; the negative margin drops
   the cut line onto the band's bottom rule. */
.dci-sponsor-vip .app-promo-crop {
  height: 412px;
  margin-bottom: calc(var(--app-band-pad-b, 40px) * -1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* ── The phone ── */
/* Device chrome keeps neutral greys rather than page tokens on purpose:
   this is a picture of an object, not page furniture, and tinting the
   hardware navy would make it read as branded UI. */
.dci-sponsor-vip .app-phone {
  position: relative;
  width: 288px;
  flex: none;
  padding: 3px;
  border-radius: 46px;
  background: linear-gradient(145deg,
    #e8e8ec 0%, #96969c 16%, #f5f5f8 36%,
    #7c7c82 60%, #dedee3 80%, #8a8a90 100%);
  box-shadow: 0 22px 46px rgba(13, 35, 73, 0.28), 0 6px 16px rgba(13, 35, 73, 0.20);
}

.dci-sponsor-vip .app-phone-bezel {
  background: #05070d;
  border-radius: 43px;
  padding: 8px;
}

.dci-sponsor-vip .app-phone-screen {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #0B1B30;
  aspect-ratio: 9 / 19.5;
  /* Keeps the screen a shape if aspect-ratio is ever unsupported,
     rather than collapsing the agenda to zero height. */
  min-height: 520px;
  display: flex;
  flex-direction: column;
}

.dci-sponsor-vip .app-phone-screen::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background: linear-gradient(118deg,
    rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 20%, transparent 40%);
}

.dci-sponsor-vip .app-phone-island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 26px;
  border-radius: 13px;
  background: #000;
  z-index: 6;
}

.dci-sponsor-vip .app-phone-island::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #10151f;
  box-shadow: inset 0 0 0 1px rgba(90, 120, 170, 0.35);
}

/* Offsets are percentages, not pixels: the phone's height follows its
   width through aspect-ratio, so fixed offsets would drift down the
   body as the phone narrows at the breakpoints. */
.dci-sponsor-vip .app-phone-btn {
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #9a9aa0, #e6e6ea, #85858b);
}

.dci-sponsor-vip .app-phone-btn-action { left: -2px; top: 16.5%; height: 4.5%; }
.dci-sponsor-vip .app-phone-btn-volup  { left: -2px; top: 23.5%; height: 7.3%; }
.dci-sponsor-vip .app-phone-btn-voldn  { left: -2px; top: 32.7%; height: 7.3%; }
.dci-sponsor-vip .app-phone-btn-power  { right: -2px; top: 27%; height: 11.7%; }

/* ── Screen content ── */
.dci-sponsor-vip .app-screen-status {
  padding: 15px 24px 0;
  display: flex;
  justify-content: space-between;
  color: var(--dci-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  flex: none;
}

.dci-sponsor-vip .app-screen-bar {
  padding: 16px 18px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
}

.dci-sponsor-vip .app-screen-bar-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--dci-white);
}

.dci-sponsor-vip .app-screen-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--dci-orange), var(--dci-orange-dark));
  font-size: 10px;
  font-weight: 600;
  color: var(--dci-white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.dci-sponsor-vip .app-screen-body {
  flex: 1;
  overflow: hidden;
  padding: 0 14px;
}

.dci-sponsor-vip .app-screen-hero {
  position: relative;
  border-radius: 14px;
  height: 124px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--dci-white);
  /* The photo itself is set inline from the media library; this holds
     the shape and stays legible if that image is slow or missing. */
  background-color: var(--dci-blue);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* The scrim lives here rather than in the inline background so the
   photo can be a single clean url() from PHP. */
.dci-sponsor-vip .app-screen-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(11, 27, 48, 0) 26%,
    rgba(11, 27, 48, 0.48) 56%,
    rgba(11, 27, 48, 0.94) 100%);
}

.dci-sponsor-vip .app-screen-hero-title,
.dci-sponsor-vip .app-screen-hero-meta {
  position: relative;
  z-index: 1;
}

.dci-sponsor-vip .app-screen-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.dci-sponsor-vip .app-screen-hero-meta {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.86);
  margin-top: 3px;
}

/* Event apps carry a sponsor banner here, under the event card, so this
   reads as part of the product rather than an overlay on it. */
.dci-sponsor-vip .app-screen-sponsor {
  margin-top: 9px;
  background: var(--dci-white);
  border-radius: 10px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.dci-sponsor-vip .app-screen-sponsor span {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(75, 85, 99, 0.65);
  white-space: nowrap;
}

.dci-sponsor-vip .app-screen-sponsor img {
  height: 19px;
  width: auto;
  max-width: 96px;
  object-fit: contain;
  display: block;
}

.dci-sponsor-vip .app-screen-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 16px 0 8px;
}

.dci-sponsor-vip .app-screen-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px 11px;
  margin-bottom: 8px;
}

.dci-sponsor-vip .app-screen-time {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--dci-orange);
  line-height: 1.1;
  flex: none;
  padding-top: 1px;
}

.dci-sponsor-vip .app-screen-item-title {
  font-size: 11px;
  font-weight: 500;
  color: var(--dci-white);
  line-height: 1.35;
}

.dci-sponsor-vip .app-screen-item-sub {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .dci-sponsor-vip .app-store-row {
    transition: none;
  }

  .dci-sponsor-vip .app-store-row:hover {
    transform: none;
  }
}

/* ── SPONSOR DIRECTORY (the /event-sponsor/ archive) ── */
.dci-sponsor-vip .sponsor-index {
  background: var(--dci-white);
  padding: 64px 0 88px;
}

.dci-sponsor-vip .sponsor-index-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 44px;
}

.dci-sponsor-vip .sponsor-index-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.05;
  color: var(--dci-blue-dark);
  margin: 14px 0 0;
}

.dci-sponsor-vip .sponsor-index-count {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dci-text-muted);
}

.dci-sponsor-vip .sponsor-index-empty {
  text-align: center;
  padding: 40px 0;
  font-size: 17px;
  color: var(--dci-text-muted);
}

.dci-sponsor-vip .sponsor-index-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

.dci-sponsor-vip .sponsor-index-item {
  margin: 0;
}

/* The whole card is the link, so there is one target rather than a
   logo, a name and a call to action competing for the same click. */
.dci-sponsor-vip .sponsor-card {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding: 22px 24px;
  background: var(--dci-white);
  border: 1px solid var(--dci-card-border);
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dci-sponsor-vip .sponsor-card:hover,
.dci-sponsor-vip .sponsor-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(27, 69, 149, 0.35);
  box-shadow: 0 10px 26px rgba(13, 35, 73, 0.10);
}

.dci-sponsor-vip .sponsor-card:focus-visible {
  outline: 3px solid var(--dci-orange);
  outline-offset: 2px;
}

.dci-sponsor-vip .sponsor-card-logo {
  flex: 0 0 auto;
  width: 96px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dci-off-white);
  border-radius: 8px;
  overflow: hidden;
}

/* Sponsor logos are arbitrary aspect ratios, so contain rather than
   cover: a crop through a wordmark makes it unreadable. */
.dci-sponsor-vip .sponsor-card-logo img {
  max-width: 78px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.dci-sponsor-vip .sponsor-card-initial {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--dci-blue);
}

.dci-sponsor-vip .sponsor-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dci-sponsor-vip .sponsor-card-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--dci-blue-dark);
}

.dci-sponsor-vip .sponsor-card-line {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--dci-text-muted);
}

.dci-sponsor-vip .sponsor-card-pin {
  flex: 0 0 auto;
  color: var(--dci-orange);
}

.dci-sponsor-vip .sponsor-card-cta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--dci-blue);
}

.dci-sponsor-vip .sponsor-card:hover .sponsor-card-cta,
.dci-sponsor-vip .sponsor-card:focus-visible .sponsor-card-cta {
  color: var(--dci-orange-dark);
}

@media (prefers-reduced-motion: reduce) {
  .dci-sponsor-vip .sponsor-card {
    transition: none;
  }

  .dci-sponsor-vip .sponsor-card:hover,
  .dci-sponsor-vip .sponsor-card:focus-visible {
    transform: none;
  }
}

/* â”€â”€ LIGHTBOX (video + sessions modals) â”€â”€ */
.dci-sponsor-vip .lightbox-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 25, 60, 0.78);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 500;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.dci-sponsor-vip .lightbox-backdrop.open {
  display: flex;
}

.dci-sponsor-vip .lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--dci-white);
  width: 36px;
  height: 36px;
  min-width: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: background 0.2s;
}

.dci-sponsor-vip .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.24);
}

@keyframes dci-sponsor-modal-in {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(16px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.dci-sponsor-vip .video-modal {
  position: relative;
  width: 100%;
  max-width: 860px;
  will-change: transform, opacity;
  animation: dci-sponsor-modal-in 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.dci-sponsor-vip .video-modal .video-frame-wrap {
  cursor: default;
  margin: 0;
}

.dci-sponsor-vip .sessions-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--dci-sponsor-dark);
}

.dci-sponsor-vip .sessions-view-all:hover {
  color: var(--dci-orange);
}

.dci-sponsor-vip .sessions-modal {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 80vh;
  overflow-y: auto;
  background: var(--dci-white);
  border-radius: 12px;
  padding: 32px 28px 28px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  will-change: transform, opacity;
  animation: dci-sponsor-modal-in 0.28s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.dci-sponsor-vip .sessions-modal-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  margin: 0 0 20px;
  padding-right: 36px;
}

.dci-sponsor-vip .sessions-modal-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* â”€â”€ REGISTER CTA â”€â”€ */
.dci-sponsor-vip .register-cta {
  background: linear-gradient(135deg, var(--dci-sponsor-dark) 0%, var(--dci-sponsor) 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.dci-sponsor-vip .register-cta::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 130, 31, 0.18), transparent 70%);
}

.dci-sponsor-vip .register-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.dci-sponsor-vip .register-cta-inner p.eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--dci-gold);
  margin: 0 0 12px;
}

p.eyebrow {
  background: none !important;
}

.dci-sponsor-vip .register-cta-inner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dci-white);
  line-height: 1.15;
  margin: 0 0 16px;
}

.dci-sponsor-vip .register-cta-inner p.desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0 0 30px;
}

/* â”€â”€ CONNECT SECTION â”€â”€ */
.dci-sponsor-vip .connect-section {
  background: var(--dci-white);
  padding: 84px 0 96px;
}

.dci-sponsor-vip .connect-header {
  text-align: center;
  margin-bottom: 48px;
}

.dci-sponsor-vip .connect-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  line-height: 1.1;
  margin: 0 0 12px;
}

.dci-sponsor-vip .connect-header h2 span {
  color: var(--dci-orange);
}

.dci-sponsor-vip .connect-header p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--dci-text-muted);
  line-height: 1.65;
}

.dci-sponsor-vip .connect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.dci-sponsor-vip .connect-card {
  background: var(--dci-off-white);
  border-radius: 8px;
  padding: 32px 26px;
  border-top: 4px solid var(--dci-sponsor);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.dci-sponsor-vip .connect-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(13, 35, 73, 0.12);
}

.dci-sponsor-vip .cc-icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--dci-sponsor), var(--dci-sponsor-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.dci-sponsor-vip .cc-icon svg {
  width: 24px;
  height: 24px;
  stroke: white;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dci-sponsor-vip .cc-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  margin: 0 0 10px;
  letter-spacing: 0.3px;
}

.dci-sponsor-vip .cc-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--dci-text-muted);
  margin: 0 0 22px;
  flex-grow: 1;
}

.dci-sponsor-vip .cc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--dci-sponsor-dark);
  text-decoration: none;
  cursor: pointer;
}

.dci-sponsor-vip .cc-link:hover {
  color: var(--dci-orange);
}

/* A card with no URL: the same line, but nothing to click */
.dci-sponsor-vip .cc-link-static {
  color: var(--dci-text-muted);
  cursor: default;
}

.dci-sponsor-vip .cc-link-static:hover {
  color: var(--dci-text-muted);
}

/* â”€â”€ Buttons (shared) â”€â”€ */
.dci-sponsor-vip .btn-primary {
  display: inline-block;
  background: var(--dci-orange);
  color: var(--dci-white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 4px;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 8px 24px rgba(245, 130, 31, 0.4);
}

.dci-sponsor-vip .btn-primary:hover {
  background: var(--dci-orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(245, 130, 31, 0.5);
}

.dci-sponsor-vip .btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--dci-blue-dark);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 4px;
  border: 2px solid var(--dci-blue-dark);
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.dci-sponsor-vip .btn-outline:hover {
  background: var(--dci-blue-dark);
  color: var(--dci-white);
}

/* â”€â”€ FORM SECTION â”€â”€ */
.dci-sponsor-vip .form-section {
  background: linear-gradient(135deg, var(--dci-blue-dark) 0%, var(--dci-blue-mid) 100%);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}

.dci-sponsor-vip .form-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

.dci-sponsor-vip .form-wrap {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  background: var(--dci-white);
  border-radius: 12px;
  padding: 48px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

.dci-sponsor-vip .form-wrap-header {
  text-align: center;
  margin-bottom: 32px;
}

.dci-sponsor-vip .form-wrap-header h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 3.4vw, 36px);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  margin: 0 0 10px;
}

.dci-sponsor-vip .form-wrap-header p {
  font-size: 15px;
  color: var(--dci-text-muted);
  max-width: 480px;
  margin: 0 auto;
}

.dci-sponsor-vip .form-success {
  display: none;
  text-align: center;
  padding: 20px 0 8px;
}

.dci-sponsor-vip .form-success .check {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(27, 149, 75, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.dci-sponsor-vip .form-success .check svg {
  width: 30px;
  height: 30px;
  stroke: #1b954b;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dci-sponsor-vip .form-success h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dci-blue-dark);
  margin: 0 0 8px;
}

.dci-sponsor-vip .form-success p {
  font-size: 14px;
  color: var(--dci-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Gravity Forms re-skin to match the form-wrap styling above */
.dci-sponsor-vip .form-wrap .gform_wrapper .gform_fields {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
  margin: 0;
  padding: 0;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gfield {
  margin: 0 !important;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gfield_label,
.dci-sponsor-vip .form-wrap .gform_wrapper label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--dci-text-dark);
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}

.dci-sponsor-vip .form-wrap .gform_wrapper input[type="text"],
.dci-sponsor-vip .form-wrap .gform_wrapper input[type="email"],
.dci-sponsor-vip .form-wrap .gform_wrapper select {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1.5px solid var(--dci-card-border) !important;
  border-radius: 5px !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 15px !important;
  color: var(--dci-text-dark) !important;
  background: var(--dci-off-white) !important;
  outline: none;
}

.dci-sponsor-vip .form-wrap .gform_wrapper input:focus,
.dci-sponsor-vip .form-wrap .gform_wrapper select:focus {
  border-color: var(--dci-blue) !important;
  box-shadow: 0 0 0 3px rgba(27, 69, 149, 0.12);
  background: var(--dci-white) !important;
}

.dci-sponsor-vip .form-wrap .gform_wrapper fieldset.gfield {
  grid-column: 1 / -1;
  border: none;
  margin: 0 !important;
  padding: 0;
  min-width: 0;
}

.dci-sponsor-vip .form-wrap .gform_wrapper legend.gfield_label {
  padding: 0;
  border: none;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gchoice input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--dci-blue);
  cursor: pointer;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gchoice label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--dci-text-dark);
  cursor: pointer;
}

/* An interest option may be entered as a link on the sponsor */
.dci-sponsor-vip .form-wrap .gform_wrapper .gchoice label a {
  color: var(--dci-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gchoice label a:hover {
  color: var(--dci-orange);
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gform_footer {
  margin-top: 28px !important;
  text-align: center;
  grid-column: 1 / -1;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gform_button {
  display: inline-block;
  width: 100%;
  background: var(--dci-orange);
  color: var(--dci-white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gform_button:hover {
  background: var(--dci-orange-dark);
}

.dci-sponsor-vip .form-wrap .gform_wrapper .validation_error,
.dci-sponsor-vip .form-wrap .gform_wrapper .gfield_description.validation_message {
  grid-column: 1 / -1;
}

.dci-sponsor-vip .form-wrap .gform_wrapper .gform_validation_container {
  display: none !important;
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 900px) {
  .dci-sponsor-vip .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .dci-sponsor-vip .hero-divider {
    margin: 0 auto 24px;
  }

  .dci-sponsor-vip .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .dci-sponsor-vip .hero-pills {
    justify-content: center;
  }

  .dci-sponsor-vip .hero-cta-row {
    justify-content: center;
  }

  .dci-sponsor-vip .hero-badge-wrap {
    order: -1;
  }

  .dci-sponsor-vip .badge-img,
  .dci-sponsor-vip .badge-fallback {
    width: 110px;
    height: 110px;
  }

  .dci-sponsor-vip .hero-sponsor-logo {
    height: 68px;
  }

  .dci-sponsor-vip .overview-grid {
    grid-template-columns: 1fr;
  }

  .dci-sponsor-vip .connect-grid {
    grid-template-columns: 1fr;
  }

  .dci-sponsor-vip .form-wrap .gform_wrapper .gform_fields {
    grid-template-columns: 1fr;
  }

  .dci-sponsor-vip .form-wrap .gform_wrapper .gfield_checkbox {
    grid-template-columns: 1fr;
  }

  .dci-sponsor-vip .form-wrap {
    padding: 32px 24px;
  }

  .dci-sponsor-vip .app-promo-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .dci-sponsor-vip .app-promo-heading {
    font-size: 1.85rem;
  }

  .dci-sponsor-vip .app-phone {
    width: 262px;
  }

  .dci-sponsor-vip .sponsor-index {
    padding: 48px 0 64px;
  }

  .dci-sponsor-vip .sponsor-index-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .dci-sponsor-vip .hero {
    padding: 60px 0 80px;
  }

  .dci-sponsor-vip .app-promo {
    padding: 18px 0;
  }

  /* Only the one value: the crop reads it back through calc(), so the
     cut line stays on the band's bottom rule without a second literal. */
  .dci-sponsor-vip .app-promo-band {
    --app-band-pad-b: 34px;
    padding-top: 36px;
  }

  .dci-sponsor-vip .app-promo-heading {
    font-size: 1.55rem;
  }

  .dci-sponsor-vip .app-phone {
    width: 252px;
  }

  /* The chip is 342px at full size — too wide for a 360px device. */
  .dci-sponsor-vip .app-promo-sponsor {
    gap: 12px;
    padding: 12px 16px;
  }

  .dci-sponsor-vip .app-promo-sponsor-logo {
    height: 40px;
  }

  .dci-sponsor-vip .sponsor-card {
    gap: 14px;
    padding: 16px;
  }

  .dci-sponsor-vip .sponsor-card-logo {
    width: 68px;
    height: 56px;
  }

  .dci-sponsor-vip .sponsor-card-logo img {
    max-width: 54px;
    max-height: 42px;
  }

  .dci-sponsor-vip .sponsor-card-name {
    font-size: 1.25rem;
  }
}

/* â”€â”€ Scroll animations â”€â”€ */
.dci-sponsor-vip .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.dci-sponsor-vip .reveal.visible {
  opacity: 1;
  transform: none;
}

.dci-sponsor-vip .reveal-delay-1 {
  transition-delay: 0.1s;
}

.dci-sponsor-vip .reveal-delay-2 {
  transition-delay: 0.2s;
}

.dci-sponsor-vip .reveal-delay-3 {
  transition-delay: 0.3s;
}