/* Security Conferences - discovery experience */

body.sc-page-conferences {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #090b11;
}

body.sc-page-conferences h1,
body.sc-page-conferences h2,
body.sc-page-conferences h3 {
  font-family: "Poppins", sans-serif;
}

.sc-conferences-main {
  overflow: hidden;
  padding-bottom: 88px;
}

.sc-conferences-hero-band {
  position: relative;
  padding: 74px 0 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(109, 123, 255, .18), transparent 30%),
    radial-gradient(circle at 20% 0%, rgba(168, 85, 247, .10), transparent 30%),
    linear-gradient(180deg, #0d101a 0%, #0a0c12 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.sc-conferences-hero-band::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(109, 123, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 123, 255, .18) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.sc-conferences-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 60px;
  align-items: center;
  min-height: 390px;
}

.sc-conferences-hero-copy {
  padding-bottom: 52px;
}

.sc-conferences-hero .sc-hero-kicker,
.sc-section-eyebrow {
  margin: 0 0 16px;
  color: #8b9aff;
  font: 700 .75rem/1.4 "Poppins", sans-serif;
  letter-spacing: .14em;
}

.sc-conferences-title {
  max-width: 720px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.sc-conferences-title span {
  display: block;
  background: linear-gradient(100deg, #7fd5ff 5%, #7b86ff 48%, #c17cff 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sc-conferences-desc {
  max-width: 660px;
  margin: 0 0 28px;
  color: #aeb6c6;
  font-size: 1.05rem;
  line-height: 1.72;
}

.sc-conferences-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sc-conferences-hero-actions .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.sc-conf-past-link {
  background: rgba(255, 255, 255, .03);
}

.sc-conferences-freshness {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 20px 0 0;
  color: #6f7a8d;
  font-size: .82rem;
}

.sc-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, .09), 0 0 14px rgba(74, 222, 128, .45);
}

.sc-conferences-hero-art {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: center;
}

.sc-conf-globe {
  position: relative;
  width: 230px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(131, 149, 255, .65);
  border-radius: 50%;
  color: rgba(255, 255, 255, .84);
  font: 700 2rem/1 "Poppins", sans-serif;
  letter-spacing: .16em;
  background:
    linear-gradient(90deg, transparent 48%, rgba(127, 213, 255, .24) 50%, transparent 52%),
    linear-gradient(transparent 48%, rgba(127, 213, 255, .24) 50%, transparent 52%),
    radial-gradient(circle, rgba(109, 123, 255, .2), rgba(20, 25, 48, .75) 65%);
  box-shadow: inset 0 0 55px rgba(109, 123, 255, .16), 0 0 80px rgba(109, 123, 255, .15);
}

.sc-globe-line {
  position: absolute;
  inset: 16px 52px;
  border: 1px solid rgba(127, 213, 255, .28);
  border-radius: 50%;
}

.sc-globe-line-b {
  inset: 52px 16px;
}

.sc-globe-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #111522;
  border-radius: 50%;
  background: #c084fc;
  box-shadow: 0 0 16px #c084fc;
}

.sc-pin-one { top: 48px; right: 46px; }
.sc-pin-two { bottom: 58px; left: 36px; background: #4ade80; box-shadow: 0 0 16px #4ade80; }
.sc-pin-three { top: 104px; left: 22px; background: #7fd5ff; box-shadow: 0 0 16px #7fd5ff; }

.sc-orbit {
  position: absolute;
  width: 310px;
  aspect-ratio: 1;
  border: 1px dashed rgba(109, 123, 255, .22);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(.55);
}

.sc-orbit-two {
  width: 390px;
  transform: rotate(28deg) scaleY(.55);
  border-color: rgba(192, 132, 252, .16);
}

.sc-conferences-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
}

.sc-conferences-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 96px;
  padding: 18px;
  background: rgba(16, 19, 30, .96);
}

.sc-stat-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(109, 123, 255, .22);
  border-radius: 12px;
  color: #9aa6ff;
  background: rgba(109, 123, 255, .08);
  font-size: 1.15rem;
}

.sc-conferences-stat strong {
  display: block;
  color: #fff;
  font: 700 1.55rem/1.1 "Poppins", sans-serif;
}

.sc-conferences-stat div span {
  color: #788398;
  font-size: .84rem;
}

.sc-conferences-section {
  padding-top: 64px;
}

.sc-conferences-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.sc-conferences-section-heading h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  letter-spacing: -.025em;
}

.sc-conferences-section-heading p:not(.sc-section-eyebrow) {
  max-width: 650px;
  margin: 0;
  color: #828da0;
}

.sc-conferences-tabs {
  display: inline-flex;
  flex-shrink: 0;
  gap: 5px;
  padding: 5px;
  border: 1px solid #252a38;
  border-radius: 12px;
  background: #11141d;
}

.sc-conferences-tabs button {
  min-height: 38px;
  padding: 8px 15px;
  border: 0;
  border-radius: 8px;
  color: #7f899b;
  background: transparent;
  font: 700 .84rem/1 "Nunito", sans-serif;
  cursor: pointer;
}

.sc-conferences-tabs button:hover {
  color: #fff;
}

.sc-conferences-tabs button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #5969f6, #7b64ef);
  box-shadow: 0 5px 18px rgba(90, 105, 246, .25);
}

.sc-conferences-toolbar {
  padding: 18px;
  margin-bottom: 20px;
  border: 1px solid #232837;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(20, 23, 34, .98), rgba(13, 16, 24, .98));
  box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
}

.sc-conferences-search {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.sc-input-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #687389;
  font-size: 1.2rem;
  pointer-events: none;
}

.sc-conferences-search input,
.sc-conferences-filters select,
.sc-conf-sort-label select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #2a3040;
  border-radius: 11px;
  color: #e9edf5;
  background: #0e1119;
  font: 600 .9rem/1 "Nunito", sans-serif;
  transition: border-color .18s, box-shadow .18s;
}

.sc-conferences-search input {
  padding: 11px 16px 11px 45px;
}

.sc-conferences-filters select,
.sc-conf-sort-label select {
  padding: 10px 34px 10px 12px;
}

.sc-conferences-search input:focus,
.sc-conferences-filters select:focus,
.sc-conf-sort-label select:focus {
  outline: none;
  border-color: #6d7bff;
  box-shadow: 0 0 0 3px rgba(109, 123, 255, .13);
}

.sc-conferences-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.sc-filter-label {
  display: block;
  margin: 0 0 7px 2px;
  color: #778195;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sc-clear-filters {
  min-height: 46px;
  padding: 0 15px;
  border: 1px solid #2a3040;
  border-radius: 11px;
  color: #9aa4b7;
  background: transparent;
  font: 700 .84rem/1 "Nunito", sans-serif;
  cursor: pointer;
}

.sc-clear-filters:hover {
  color: #fff;
  border-color: #6d7bff;
}

.sc-conferences-results-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.sc-conferences-count {
  margin: 0;
  color: #8c96a8;
  font-size: .9rem;
}

.sc-conferences-count strong {
  color: #fff;
}

.sc-conf-sort-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #69758a;
  font-size: .8rem;
}

.sc-conf-sort-label select {
  width: auto;
  min-height: 36px;
}

.sc-conferences-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sc-conf-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #242a38;
  border-radius: 18px;
  background: #11141d;
  transition: transform .22s, border-color .22s, box-shadow .22s;
}

.sc-conf-card:hover {
  transform: translateY(-5px);
  border-color: rgba(109, 123, 255, .65);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .38);
}

.sc-conf-visual {
  position: relative;
  height: 142px;
  display: flex;
  align-items: flex-end;
  padding: 17px;
  overflow: hidden;
  background:
    linear-gradient(140deg, rgba(var(--card-rgb), .30), rgba(12, 15, 26, .96) 72%),
    #151a28;
}

.sc-conf-visual::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -62px;
  top: -75px;
  border: 1px solid rgba(var(--card-rgb), .28);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(var(--card-rgb), .045), 0 0 0 48px rgba(var(--card-rgb), .025);
}

.sc-conf-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(120deg, #000, transparent 70%);
}

.sc-conf-monogram {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--card-rgb), .35);
  border-radius: 15px;
  color: #fff;
  background: rgba(9, 12, 20, .72);
  backdrop-filter: blur(8px);
  font: 700 1.15rem/1 "Poppins", sans-serif;
  letter-spacing: .04em;
}

.sc-conf-date-chip {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 9px;
  color: #eef2fa;
  background: rgba(8, 10, 17, .75);
  backdrop-filter: blur(8px);
  font-size: .76rem;
  font-weight: 700;
}

.sc-conf-status {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #9ceeb8;
  background: rgba(24, 94, 56, .46);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sc-conf-status.is-past {
  color: #9aa4b6;
  background: rgba(62, 68, 82, .55);
}

.sc-conf-card-body {
  padding: 19px 19px 17px;
}

.sc-conf-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.35;
}

.sc-conf-card h3 a {
  color: inherit;
  text-decoration: none;
}

.sc-conf-card h3 a:hover {
  color: #c084fc;
}

.sc-conf-location {
  min-height: 21px;
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 0 13px;
  color: #8792a5;
  font-size: .86rem;
}

.sc-conf-location-icon {
  color: #8d98ff;
}

.sc-conf-summary {
  min-height: 60px;
  margin: 0 0 15px;
  color: #788397;
  font-size: .82rem;
  line-height: 1.55;
}

.sc-conf-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}

.sc-conf-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid #2b3140;
  border-radius: 7px;
  color: #99a4b7;
  background: #151925;
  font-size: .7rem;
  font-weight: 700;
}

.sc-conf-badge.is-free {
  color: #75e79b;
  border-color: rgba(74, 222, 128, .22);
  background: rgba(74, 222, 128, .06);
}

.sc-conf-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid #242a37;
}

.sc-conf-card-footer a {
  color: #c084fc;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.sc-conf-card-footer a:hover {
  color: #d7a8ff;
}

.sc-conf-social {
  color: #7f8a9e !important;
}

.sc-conferences-empty {
  margin: 36px 0;
  padding: 40px;
  border: 1px dashed #293040;
  border-radius: 16px;
  text-align: center;
  color: #8490a3;
}

.sc-conf-load-more {
  display: block;
  margin: 28px auto 0;
  cursor: pointer;
}

.sc-conf-data-note {
  max-width: 760px;
  margin: 36px auto 0;
  color: #647086;
  text-align: center;
  font-size: .75rem;
}

.sc-conf-data-note summary {
  display: inline-block;
  color: #768196;
  cursor: pointer;
}

.sc-conf-data-note p {
  margin: 9px 0 0;
  line-height: 1.55;
}

@media (max-width: 1050px) {
  .sc-conferences-hero {
    grid-template-columns: 1fr .7fr;
    gap: 28px;
  }

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

  .sc-conferences-filters {
    grid-template-columns: repeat(2, 1fr) auto;
  }
}

@media (max-width: 760px) {
  .sc-conferences-hero-band {
    padding-top: 48px;
  }

  .sc-conferences-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sc-conferences-hero-copy {
    padding-bottom: 12px;
  }

  .sc-conferences-hero-art {
    min-height: 255px;
    order: -1;
  }

  .sc-conf-globe {
    width: 170px;
  }

  .sc-orbit { width: 225px; }
  .sc-orbit-two { width: 275px; }

  .sc-conferences-stats {
    grid-template-columns: 1fr;
    border-radius: 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .sc-conferences-stat {
    justify-content: flex-start;
    min-height: 78px;
  }

  .sc-conferences-section-heading {
    display: block;
  }

  .sc-conferences-tabs {
    width: 100%;
    margin-top: 20px;
  }

  .sc-conferences-tabs button {
    flex: 1;
    padding-inline: 8px;
  }

  .sc-conferences-filters {
    grid-template-columns: 1fr 1fr;
  }

  .sc-clear-filters {
    grid-column: 1 / -1;
  }

  .sc-conferences-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .sc-conferences-title {
    font-size: 2.35rem;
  }

  .sc-conferences-hero-actions {
    display: grid;
  }

  .sc-conferences-filters {
    grid-template-columns: 1fr;
  }

  .sc-clear-filters {
    grid-column: auto;
  }
}
