.elementor-103 .elementor-element.elementor-element-374e447{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4f8fd76 *//* =====================================================
   AGB PAGE
   Font: Poppins | Cyan #20cfff / Magenta #ff2aa6
   ===================================================== */

/* -----------------------------------------------------
   HERO
   ----------------------------------------------------- */

.agb-hero {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  max-width: 1282px;
  margin: 0 auto;
  padding: 72px 32px 64px;
  color: #ffffff;
}

.agb-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.agb-hero__orb--cyan {
  width: 500px;
  height: 500px;
  top: -160px;
  left: -100px;
  background: radial-gradient(circle, rgba(32, 207, 255, .12), transparent 70%);
}

.agb-hero__orb--magenta {
  width: 400px;
  height: 400px;
  bottom: -100px;
  right: 0;
  background: radial-gradient(circle, rgba(255, 42, 166, .09), transparent 70%);
}

.agb-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.agb-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
}

.agb-hero__kicker-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20cfff, #ff2aa6);
  box-shadow: 0 0 8px rgba(32, 207, 255, .6);
  animation: agb-pulse 2s ease-in-out infinite;
}

@keyframes agb-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.85); }
}

.agb-hero__h1 {
  margin: 0 0 12px;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.8px;
  color: #ffffff;
}

.agb-hero__h1 span {
  background: linear-gradient(90deg, #20cfff 0%, #ff2aa6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.agb-hero__h2 {
  margin: 0 0 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  opacity: .72;
  letter-spacing: -.2px;
  max-width: 64ch;
}

.agb-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.agb-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
}

.agb-hero__badge-icon {
  color: #20cfff;
  font-weight: 900;
}

/* -----------------------------------------------------
   CONTENT WRAPPER
   ----------------------------------------------------- */

.agb-content {
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  max-width: 1282px;
  margin: 0 auto;
  padding: 0 32px 72px;
  color: #ffffff;
  display: grid;
  gap: 16px;
}

/* -----------------------------------------------------
   SECTION CARD
   ----------------------------------------------------- */

.agb-section {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .18));
  backdrop-filter: blur(10px);
  transition: transform .25s ease;
}

.agb-section:hover {
  transform: translateY(-2px);
}

/* Section Header */
.agb-section__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.agb-section__header--cyan {
  background: rgba(32, 207, 255, .07);
  border-bottom-color: rgba(32, 207, 255, .12);
}

.agb-section__header--magenta {
  background: rgba(255, 42, 166, .07);
  border-bottom-color: rgba(255, 42, 166, .12);
}

.agb-section__header--neutral {
  background: rgba(255, 255, 255, .04);
}

.agb-section__icon {
  font-size: 18px;
  line-height: 1;
  flex: 0 0 auto;
}

.agb-section__title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.1px;
  color: #ffffff;
}

.agb-section__header--cyan    .agb-section__title { color: #20cfff; }
.agb-section__header--magenta .agb-section__title { color: #ff2aa6; }

/* Section Body */
.agb-section__body {
  padding: 18px 22px;
  display: grid;
  gap: 14px;
}

/* -----------------------------------------------------
   ITEMS
   ----------------------------------------------------- */

.agb-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.7;
  opacity: .88;
}

.agb-item__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 7px;
}

.agb-item__dot--cyan    { background: #20cfff; box-shadow: 0 0 8px rgba(32, 207, 255, .5); }
.agb-item__dot--magenta { background: #ff2aa6; box-shadow: 0 0 8px rgba(255, 42, 166, .5); }
.agb-item__dot--neutral { background: rgba(255, 255, 255, .35); }

.agb-item__text {
  display: grid;
  gap: 3px;
}

.agb-item__text strong {
  display: block;
  font-size: 13.5px;
  font-weight: 800;
  color: #ffffff;
  opacity: 1;
  margin-bottom: 2px;
}

/* -----------------------------------------------------
   HIGHLIGHT BOX
   ----------------------------------------------------- */

.agb-highlight {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1.65;
}

.agb-highlight--warning {
  background: rgba(255, 42, 166, .07);
  border: 1px solid rgba(255, 42, 166, .18);
}

.agb-highlight__icon {
  font-size: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.agb-highlight strong {
  color: #ff2aa6;
  font-weight: 800;
}

/* -----------------------------------------------------
   CLOSING NOTE
   ----------------------------------------------------- */

.agb-closing {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  opacity: .55;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .07);
  margin-top: 8px;
}

.agb-closing strong {
  color: #ffffff;
  opacity: 1;
}

.agb-closing__dot {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #20cfff, #ff2aa6);
  margin: 0 auto 16px;
}

/* -----------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------- */

@media (max-width: 768px) {
  .agb-hero {
    padding: 56px 20px 48px;
  }

  .agb-hero__h1 {
    font-size: 34px;
  }

  .agb-hero__h2 {
    font-size: 15px;
  }

  .agb-content {
    padding: 0 20px 56px;
  }

  .agb-section__header,
  .agb-section__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}/* End custom CSS */