.elementor-98425 .elementor-element.elementor-element-cb785a0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a57435d */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;800&display=swap');

:root {
  --blue: #088DDF;
  --blue-dark: #0670b3;
  --green: #61CE70;
  --gold: #dc9814;
  --dark: #43454b;
  --muted: #54595F;
  --text: #2a2a2a;
  --white: #ffffff;
  --off-white: #f5f8fc;
  --border: #e4edf5;
}

/* HERO */
.tpd-hero {
  background: linear-gradient(135deg, #0670b3 0%, #088DDF 60%, #29a8f5 100%);
  color: var(--white);
  padding: 80px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tpd-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(97,206,112,0.15) 0%, transparent 70%);
}
.tpd-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220,152,20,0.12) 0%, transparent 70%);
}
.tpd-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.tpd-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 6px 18px;
  margin-bottom: 24px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.9);
}
.tpd-hero-badge .dot {
  width: 7px; height: 7px;
  background: var(--green);
  border-radius: 50%;
  animation: tpd-pulse 1.8s infinite;
}
@keyframes tpd-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
.tpd-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--white);
}
.tpd-hero h1 span {
  color: var(--green);
}
.tpd-hero p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.8);
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.tpd-hero-stats {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 16px 32px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.tpd-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
.tpd-hero-stat strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.tpd-hero-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tpd-hero-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.2);
}

/* SECTIONS */
.tpd-section {
  padding: 80px 40px;
}
.tpd-section.alt {
  background: var(--off-white);
}
.tpd-section-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.tpd-section-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--blue);
  margin-bottom: 10px;
}
.tpd-section-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
}
.tpd-section-sub {
  font-size: 1rem;
  color: var(--muted);
  max-width: 620px;
  margin-bottom: 48px;
  line-height: 1.7;
}

/* RULE CARDS */
.tpd-rule-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.tpd-rule-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(8,141,223,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.tpd-rule-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px rgba(8,141,223,0.12);
}
.tpd-rule-icon {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, rgba(8,141,223,0.1), rgba(8,141,223,0.04));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.tpd-rule-icon svg {
  width: 22px; height: 22px;
  stroke: var(--blue);
  fill: none;
}
.tpd-rule-limit {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--blue);
  margin-bottom: 6px;
  line-height: 1;
}
.tpd-rule-card h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.tpd-rule-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

/* BAN BOX */
.tpd-ban-box {
  background: var(--white);
  border: 2px solid var(--green);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(97,206,112,0.12);
}
.tpd-ban-icon {
  flex-shrink: 0;
  width: 48px; height: 48px;
  background: var(--green);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tpd-ban-icon svg {
  width: 24px; height: 24px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2.5;
}
.tpd-ban-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.tpd-ban-box p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.7;
}

/* PROCESS STEPS */
.tpd-process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 780px;
}
.tpd-process-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.tpd-process-step:last-child {
  border-bottom: none;
}
.tpd-process-number {
  flex-shrink: 0;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--blue) 0%, #29a8f5 100%);
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.tpd-process-content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.tpd-process-content p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.7;
}

/* AGE GRID */
.tpd-age-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.tpd-age-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(8,141,223,0.06);
}
.tpd-age-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}
.tpd-age-card p {
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.tpd-oneid-logo {
  height: 28px;
  width: auto;
  margin-bottom: 20px;
  display: block;
  filter: invert(42%) sepia(95%) saturate(500%) hue-rotate(175deg) brightness(90%);
}
.tpd-challenge25 {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--gold) 0%, #f0b432 100%);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.tpd-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}
.tpd-link:hover {
  text-decoration: underline;
}

/* CONTACT SECTION */
.tpd-contact {
  background: linear-gradient(135deg, #0670b3 0%, #088DDF 100%);
  padding: 72px 40px;
  text-align: center;
}
.tpd-contact .tpd-section-label {
  color: var(--green);
}
.tpd-contact .tpd-section-title {
  color: var(--white);
}
.tpd-cta-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  box-shadow: 0 4px 16px rgba(220,152,20,0.35);
}
.tpd-cta-btn:hover {
  background: #c5870f;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .tpd-hero { padding: 60px 24px; }
  .tpd-section { padding: 60px 24px; }
  .tpd-contact { padding: 60px 24px; }
  .tpd-hero-stats { padding: 14px 20px; }
  .tpd-hero-stat { padding: 0 16px; }
  .tpd-ban-box { flex-direction: column; gap: 16px; }
}/* End custom CSS */