/* ====================================================================
   IGEXX 2026 — REGISTER NOW (Koyu / Network tema) - Stylesheet
   ==================================================================== */

/* Global Box Sizing & Font */
#igxr,
#igxr * {
  box-sizing: border-box;
}

#igxr {
  position: relative;
  overflow: hidden;
  background: #08070f;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Keyframe Animations */
@keyframes igxr-dash {
  to {
    stroke-dashoffset: -220;
  }
}

@keyframes igxr-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes igxr-sheen {
  to {
    background-position: -250% 0;
  }
}

/* Background Canvas & Decorative Glow Elements */
#igxr-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.igxr-glow {
  position: absolute;
  pointer-events: none;
}

.igxr-glow-center {
  top: -240px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 620px;
  background: radial-gradient(
    ellipse at center,
    rgba(253, 1, 234, 0.16),
    transparent 62%
  );
}

.igxr-glow-left {
  top: -160px;
  left: -160px;
  width: 680px;
  height: 560px;
  background: radial-gradient(
    ellipse at center,
    rgba(40, 20, 182, 0.22),
    transparent 60%
  );
}

.igxr-glow-right {
  top: 140px;
  right: -160px;
  width: 560px;
  height: 520px;
  background: radial-gradient(
    ellipse at center,
    rgba(235, 188, 0, 0.08),
    transparent 60%
  );
}

/* Hero Section */
#igxr-hero {
  position: relative;
  z-index: 5;
  text-align: center;
  width: 100% !important;
  max-width: 1080px;
  margin: 0 auto;
  padding: 112px 24px 18px;
}

.igxr-hero-pill {
  display: inline-block;
  font: 700 11px "Space Mono", monospace;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 26px;
}

#igxr-hero h1 {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  font: 700 80px/1 "Space Grotesk", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  color: #fff;
}

.igxr-gradient-text {
  background: linear-gradient(100deg, #fd1e79, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#igxr-hero p {
  font: 400 17px/1.6 "Plus Jakarta Sans", sans-serif;
  color: rgba(255, 255, 255, 0.62);
  max-width: 1080px !important;
  margin: 0 auto;
  text-align: justify;
  text-align-last: start;
  padding-top: 12px;
  padding-bottom: 12px;
}

#igxr-hero p strong {
  color: #fff;
}

/* Cards Section */
#igxr-cards {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 32px 90px;
  align-items: stretch;
}

.igxr-card {
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 22px;
  padding: 30px;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.igxr-card-pink {
  background:
    radial-gradient(
      120% 80% at 0% 0%,
      rgba(253, 30, 121, 0.2),
      transparent 55%
    ),
    radial-gradient(
      100% 75% at 100% 100%,
      rgba(235, 188, 0, 0.1),
      transparent 60%
    ),
    rgba(18, 14, 26, 0.55);
  border: 1px solid rgba(253, 30, 121, 0.26);
}

.igxr-card-gold {
  background:
    radial-gradient(
      120% 80% at 0% 0%,
      rgba(235, 188, 0, 0.18),
      transparent 55%
    ),
    radial-gradient(
      100% 75% at 100% 100%,
      rgba(40, 20, 182, 0.22),
      transparent 60%
    ),
    rgba(18, 14, 26, 0.55);
  border: 1px solid rgba(235, 188, 0, 0.26);
}

.igxr-card-tag {
  font: 700 11px "Space Mono", monospace;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}

.igxr-tag-pink {
  color: #fd1e79;
}

.igxr-tag-gold {
  color: #ebbc00;
}

.igxr-card-title {
  font: 700 25px "Space Grotesk", sans-serif;
  margin: 0 0 8px;
}

.igxr-card-desc {
  font: 400 14px/1.55 "Plus Jakarta Sans", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 18px;
  text-align: justify;
}

.igxr-card-footer {
  margin-top: auto;
}

/* Ticket Component */
#igxr-ticket {
  position: relative;
  display: flex;
  margin-bottom: 26px;
  cursor: pointer;
  perspective: 1300px;
}

.igxr-ticket-hole {
  position: absolute;
  right: 84px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0f0e18;
  z-index: 6;
  pointer-events: none;
}

.igxr-hole-top {
  top: -8px;
}

.igxr-hole-bottom {
  bottom: -8px;
}

.igxr-ticket-body {
  position: relative;
  flex: 1;
  padding: 22px 22px 18px;
  background: linear-gradient(135deg, #171522, #0f0e18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  clip-path: polygon(
    0% 9px,
    9px 0%,
    100% 0%,
    calc(100% - 9px) 4.17%,
    100% 8.33%,
    calc(100% - 9px) 12.5%,
    100% 16.67%,
    calc(100% - 9px) 20.83%,
    100% 25%,
    calc(100% - 9px) 29.17%,
    100% 33.33%,
    calc(100% - 9px) 37.5%,
    100% 41.67%,
    calc(100% - 9px) 45.83%,
    100% 50%,
    calc(100% - 9px) 54.17%,
    100% 58.33%,
    calc(100% - 9px) 62.5%,
    100% 66.67%,
    calc(100% - 9px) 70.83%,
    100% 75%,
    calc(100% - 9px) 79.17%,
    100% 83.33%,
    calc(100% - 9px) 87.5%,
    100% 91.67%,
    calc(100% - 9px) 95.83%,
    100% 100%,
    9px 100%,
    0% calc(100% - 9px)
  );
  overflow: hidden;
  z-index: 1;
}

#igxr-seam1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.55));
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  z-index: 5;
}

.igxr-ticket-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.igxr-ticket-bg-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 18% 28%,
    rgba(253, 30, 121, 0.12),
    transparent 42%
  );
}

.igxr-ticket-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 32%,
    rgba(253, 30, 121, 0.28) 44%,
    rgba(138, 63, 251, 0.24) 52%,
    rgba(235, 188, 0, 0.26) 60%,
    transparent 70%
  );
  background-size: 250% 100%;
  animation: igxr-sheen 6s linear infinite;
  mix-blend-mode: screen;
}

.igxr-ticket-title-row {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 2px;
}

.igxr-ticket-title-logo {
  font: 700 19px "Space Grotesk", sans-serif;
  background: linear-gradient(100deg, #fd1e79, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: 0.04em;
}

.igxr-ticket-title-year {
  font: 500 13px "Space Mono", monospace;
  color: rgba(255, 255, 255, 0.55);
}

.igxr-ticket-subtitle {
  font: 700 9px "Space Mono", monospace;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 18px;
}

.igxr-ticket-name {
  font: 700 22px "Space Grotesk", sans-serif;
  margin-bottom: 18px;
}

.igxr-ticket-details {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 18px;
}

.igxr-ticket-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.igxr-ticket-detail-label {
  font: 700 9px "Space Mono", monospace;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.4);
}

.igxr-ticket-detail-value {
  font: 600 12px "Plus Jakarta Sans", sans-serif;
  color: rgba(255, 255, 255, 0.92);
}

.igxr-ticket-barcode {
  height: 34px;
  border-radius: 3px;
  background: repeating-linear-gradient(
    90deg,
    #e9e9f0 0 2px,
    transparent 2px 4px,
    #e9e9f0 4px 7px,
    transparent 7px 9px,
    #e9e9f0 9px 10px,
    transparent 10px 13px
  );
}

#igxr-stub {
  position: relative;
  width: 92px;
  background: linear-gradient(90deg, #1c1828, #13111d);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  clip-path: polygon(
    0% 0%,
    calc(100% - 9px) 0%,
    100% 9px,
    100% calc(100% - 9px),
    calc(100% - 9px) 100%,
    9px 100%,
    0% 95.83%,
    9px 91.67%,
    0% 87.5%,
    9px 83.33%,
    0% 79.17%,
    9px 75%,
    0% 70.83%,
    9px 66.67%,
    0% 62.5%,
    9px 58.33%,
    0% 54.17%,
    9px 50%,
    0% 45.83%,
    9px 41.67%,
    0% 37.5%,
    9px 33.33%,
    0% 29.17%,
    9px 25%,
    0% 20.83%,
    9px 16.67%,
    0% 12.5%,
    9px 8.33%,
    0% 4.17%,
    9px 0%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 16px 8px;
  z-index: 3;
  transform-origin: left top;
  transition:
    transform 0.55s cubic-bezier(0.5, -0.3, 0.25, 1.4),
    box-shadow 0.55s;
  transform: translateX(0) translateY(0) rotateY(0deg) rotateX(0deg) rotate(0deg);
}

#igxr-seam2 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.45),
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.55s;
  pointer-events: none;
}

.igxr-stub-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font: 700 10px "Space Mono", monospace;
  letter-spacing: 0.28em;
  color: rgba(255, 255, 255, 0.5);
}

.igxr-stub-grid {
  display: grid;
  grid-template-columns: repeat(5, 7px);
  gap: 3px;
}

.igxr-px {
  width: 7px;
  height: 7px;
}

.igxr-px-pink {
  background: #fd1e79;
}

.igxr-px-none {
  background: transparent;
}

.igxr-px-white {
  background: #fff;
}

.igxr-px-gold {
  background: #f59e0b;
}

.igxr-stub-num {
  font: 700 8px "Space Mono", monospace;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.4);
}

/* Pricing & Action Buttons */
.igxr-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 46px;
  margin-bottom: 18px;
}

.igxr-price-main {
  font: 700 30px "Space Grotesk", sans-serif;
  background: linear-gradient(100deg, #fd1e79, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.igxr-price-old {
  font: 400 17px "Space Grotesk", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

.igxr-price-tag {
  font: 700 10px "Space Mono", monospace;
  letter-spacing: 0.08em;
  color: #ebbc00;
  border: 1px solid rgba(235, 188, 0, 0.4);
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
  flex: none;
}

.igxr-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font: 700 15px "Space Grotesk", sans-serif;
  padding: 13px 13px 13px 24px;
  border-radius: 999px;
}

.igxr-btn-pink {
  color: #fff;
  background: linear-gradient(135deg, #fd1e79, #d81e6a);
  box-shadow: 0 12px 30px rgba(253, 30, 121, 0.3);
}

.igxr-btn-gold {
  color: #1a1405;
  background: linear-gradient(135deg, #ebbc00, #f59e0b);
  box-shadow: 0 12px 30px rgba(235, 188, 0, 0.3);
}

.igxr-btn-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.igxr-arrow-dark {
  background: rgba(0, 0, 0, 0.18);
}

/* B2B Matchmaking Interactive Container */
#igxr-match {
  position: relative;
  background: linear-gradient(135deg, #13111d, #0e0d17);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 22px 18px;
  margin-bottom: 26px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.igxr-match-header {
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
  margin-bottom: 14px;
}

.igxr-match-header-label {
  font: 700 9px "Space Mono", monospace;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
}

#igxr-diagram {
  position: relative;
  width: 430px;
  max-width: 100%;
  height: 164px;
  margin: 0 auto;
}

.igxr-diagram-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.igxr-diagram-path-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1.5;
}

#igxr-path-left,
#igxr-path-right {
  fill: none;
  stroke: #ebbc00;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 7 7;
  opacity: 0;
  animation: igxr-dash 1.2s linear infinite;
  filter: drop-shadow(0 0 5px rgba(235, 188, 0, 0.7));
}

.igxr-match-col {
  position: absolute;
  top: 0;
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.igxr-col-left {
  left: 0;
}

.igxr-col-right {
  right: 0;
}

.igxr-match-box {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border-radius: 9px;
  font: 600 13px "Plus Jakarta Sans", sans-serif;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
}

#igxr-match-node {
  position: absolute;
  left: 187px;
  top: 54px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #ebbc00;
  background: radial-gradient(circle, #1b1726, #120f1b);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  z-index: 2;
}

.igxr-match-node-img {
  width: 32px;
}

.igxr-match-node-label {
  position: absolute;
  left: 163px;
  top: 118px;
  width: 104px;
  text-align: center;
  font: 700 9px "Space Mono", monospace;
  letter-spacing: 0.16em;
  color: #ebbc00;
}

#igxr-match-label {
  text-align: center;
  margin-top: 10px;
  font: 600 12px "Space Mono", monospace;
  color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.3s;
}

.igxr-feature-row {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 46px;
  margin-bottom: 18px;
}

.igxr-feature-pill {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.85);
  font: 600 13px "Plus Jakarta Sans", sans-serif;
  padding: 8px 16px;
  border-radius: 999px;
}

.igxr-card-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
  font: 500 12px/1.45 "Plus Jakarta Sans", sans-serif;
  color: rgba(235, 188, 0, 0.9);
}

.igxr-note-check {
  flex: none;
  margin-top: 1px;
}

/* FAQ Section */
#igxr-faq-sec {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px 120px;
}

#igxr-faq-sec h2 {
  font: 700 62px/0.98 "Space Grotesk", sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  color: #fff;
}

#igxr-faq-sec h2 span {
  color: rgba(255, 255, 255, 0.28);
}

.igxr-faq-list {
  display: flex;
  flex-direction: column;
}

.igxr-faq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.igxr-faq-q {
  width: 100%;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 4px;
  text-align: left;
}

.igxr-faq-q span:first-child {
  font: 600 17px "Plus Jakarta Sans", sans-serif;
  color: #fff;
}

.igxr-faq-ic {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: transform 0.3s;
  transform: rotate(0deg);
}

.igxr-faq-ic.igxr-open,
.igxr-faq.igxr-open .igxr-faq-ic {
  transform: rotate(180deg);
}

.igxr-faq-a {
  display: none;
  margin: 0;
  padding: 0 60px 24px 4px;
  font: 400 15px/1.6 "Plus Jakarta Sans", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
}

.igxr-faq-a.igxr-open,
.igxr-faq.igxr-open .igxr-faq-a {
  display: block;
}

.igxr-faq-a a {
  color: #fd1e79;
  text-decoration: underline;
  font-weight: 600;
}

/* Bottom Badge */
#igxr-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 118px;
  height: 118px;
  z-index: 6;
}

#igxr-badge svg {
  position: absolute;
  inset: 0;
  animation: igxr-spin 20s linear infinite;
}

#igxr-badge text {
  font: 700 9.5px "Space Mono", monospace;
  letter-spacing: 0.18em;
  fill: rgba(255, 255, 255, 0.78);
}

.igxr-badge-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.igxr-badge-inner {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.igxr-badge-img {
  width: 30px;
}

/* Mobile-only "Read more" toggle for description */
#igxr .igxr-toggle {
  display: none;
}

#igxr .igxr-readmore-label {
  display: none;
}

#igxr .igxr-readless {
  display: none;
}

/* Media Queries */
@media (max-width: 760px) {
  #igxr #igxr-hero {
    padding: 72px 20px 10px !important;
  }
  #igxr #igxr-hero h1 {
    font-size: 48px !important;
  }
  #igxr #igxr-hero p {
    font-size: 15px !important;
  }
  #igxr #igxr-cards {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 26px 18px 60px !important;
  }
  #igxr #igxr-cards > div {
    padding: 22px !important;
    min-width: 0 !important;
  }
  #igxr #igxr-diagram {
    zoom: 0.62 !important;
    margin: 0 auto !important;
  }
  #igxr #igxr-faq-sec {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 10px 18px 90px !important;
  }
  #igxr #igxr-faq-sec h2 {
    font-size: 38px !important;
  }
  #igxr #igxr-faq-sec .igxr-faq-q span:first-child {
    font-size: 15px !important;
  }
  #igxr #igxr-badge {
    display: none !important;
  }

  #igxr .igxr-more {
    display: none;
  }
  #igxr input.igxr-toggle:checked ~ .igxr-more {
    display: inline;
  }
  #igxr .igxr-readmore-label {
    display: inline-block;
    margin-top: 8px;
    color: #ff5e7e;
    font-weight: 700;
    cursor: pointer;
    font: 400 15px/1.6 "Plus Jakarta Sans";
  }
  #igxr input.igxr-toggle:checked ~ .igxr-readmore-label .igxr-readmore {
    display: none;
  }
  #igxr input.igxr-toggle:checked ~ .igxr-readmore-label .igxr-readless {
    display: inline;
  }
}

@media (max-width: 420px) {
  #igxr #igxr-hero h1 {
    font-size: 40px !important;
    display: inline !important;
  }
  #igxr #igxr-faq-sec h2 {
    font-size: 30px !important;
  }
}
