.elementor-72 .elementor-element.elementor-element-2df7a75{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-72 .elementor-element.elementor-element-2df7a75{--content-width:1600px;}}/* Start custom CSS *//* ====== BASE: DARK NEON FINTECH ====== */

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  background: #020617;
  color: #e5e7eb;
  -webkit-font-smoothing: antialiased;
  transition: background 0.25s ease, color 0.25s ease;
}

body.tb-light {
  background: #f5f5f5;
  color: #0f172a;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ====== GENERIC SECTIONS ====== */

.tb-section {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.tb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(56,189,248,0.15), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(168,85,247,0.15), transparent 60%);
  opacity: 0.35;
  pointer-events: none;
}

body.tb-light .tb-section {
  background: #f9fafb;
  color: #0f172a;
}

body:not(.tb-light) .tb-section {
  background: radial-gradient(circle at top, #020617 0, #020617 50%, #020617 100%);
}

/* ====== CONTAINER ====== */

.tb-container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ====== HERO ====== */

.tb-hero {
  padding-top: 120px;
  padding-bottom: 90px;
  background:
    radial-gradient(circle at 0% 0%, rgba(56,189,248,0.16), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(236,72,153,0.18), transparent 55%),
    linear-gradient(135deg, #020617, #020617);
}

body.tb-light .tb-hero {
  background:
    radial-gradient(circle at 0% 0%, rgba(59,130,246,0.08), transparent 55%),
    radial-gradient(circle at 100% 0%, rgba(236,72,153,0.08), transparent 55%),
    #f9fafb;
}

.tb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

@media (max-width: 900px) {
  .tb-hero-grid {
    grid-template-columns: 1fr;
  }
}

.tb-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(15,23,42,0.8);
  border: 1px solid rgba(148,163,184,0.4);
  color: #e5e7eb;
}

body.tb-light .tb-badge {
  background: #e0f2fe;
  border-color: #bfdbfe;
  color: #0f172a;
}

.tb-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: conic-gradient(#22c55e, #22c55e, #22c55e);
}

.tb-hero-title {
  font-size: clamp(2.4rem, 3.4vw, 3.7rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 18px 0 10px;
}

.tb-hero-sub {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 520px;
  color: #cbd5f5;
}

body.tb-light .tb-hero-sub {
  color: #4b5563;
}

.tb-hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.tb-metric {
  min-width: 110px;
}

.tb-metric span {
  display: block;
}

.tb-metric-value {
  font-size: 1.4rem;
  font-weight: 700;
}

.tb-metric-label {
  font-size: 0.8rem;
  opacity: 0.7;
}

/* hero image card */

.tb-hero-card {
  position: relative;
  border-radius: 22px;
  padding: 16px;
  background: radial-gradient(circle at 0 0, rgba(59,130,246,0.25), transparent 60%),
              rgba(15,23,42,0.9);
  box-shadow: 0 28px 80px rgba(15,23,42,0.85);
  border: 1px solid rgba(148,163,184,0.4);
}

body.tb-light .tb-hero-card {
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15,23,42,0.16);
  border-color: #e5e7eb;
}

.tb-hero-card img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

/* floating pill on image */

.tb-hero-pill {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  color: #e5e7eb;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.tb-light .tb-hero-pill {
  background: rgba(15,23,42,0.9);
  color: #e5e7eb;
}

/* ====== BUTTONS ====== */

.tb-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.tb-btn {
  border-radius: 999px;
  padding: 11px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(15,23,42,0.6);
  transform: translateY(0);
  transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, background 0.16s ease-out, color 0.16s ease-out;
}

.tb-btn-primary {
  background: linear-gradient(135deg, #22c55e, #a3e635);
  color: #022c22;
}

.tb-btn-ghost {
  background: transparent;
  color: #e5e7eb;
  border: 1px solid rgba(148,163,184,0.7);
}

body.tb-light .tb-btn-ghost {
  color: #0f172a;
  border-color: #9ca3af;
}

.tb-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 50px rgba(15,23,42,0.8);
}

/* ====== SECTION HEADINGS ====== */

.tb-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.tb-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0.7;
  margin-bottom: 8px;
}

.tb-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.tb-subtitle {
  font-size: 0.98rem;
  opacity: 0.78;
}

/* ====== GRID & CARDS ====== */

.tb-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 22px;
}

.tb-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px;
  align-items: start;
}

@media (max-width: 900px) {
  .tb-grid-3, .tb-grid-2 {
    grid-template-columns: 1fr;
  }
}

.tb-card {
  border-radius: 18px;
  padding: 18px 18px 20px;
  background: radial-gradient(circle at 0 0, rgba(56,189,248,0.2), transparent 55%),
              rgba(15,23,42,0.96);
  border: 1px solid rgba(148,163,184,0.4);
  box-shadow: 0 18px 60px rgba(15,23,42,0.8);
  position: relative;
  overflow: hidden;
}

body.tb-light .tb-card {
  background: #ffffff;
  border-color: #e5e7eb;
  box-shadow: 0 14px 35px rgba(15,23,42,0.14);
}

.tb-card h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.tb-card p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.tb-chip {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border: 1px solid rgba(148,163,184,0.7);
  margin-bottom: 10px;
}

/* ====== EMI TABLE ====== */

.tb-emi-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.tb-emi-table th,
.tb-emi-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(148,163,184,0.4);
}

.tb-emi-table th {
  text-align: left;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
}

/* ====== LISTS ====== */

.tb-list {
  list-style: none;
  padding-left: 0;
}

.tb-list li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
  font-size: 0.93rem;
  opacity: 0.9;
}

.tb-list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: -2px;
  font-size: 1.4rem;
  color: #22c55e;
}

/* ====== SUPPORT ROW ====== */

.tb-support-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/* ====== THEME TOGGLE BUTTON ====== */

.theme-toggle-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #020617;
  color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  z-index: 9999;
  border: 1px solid rgba(148,163,184,0.6);
}

body.tb-light .theme-toggle-btn {
  background: #ffffff;
  color: #0f172a;
  border-color: #d1d5db;
}

/* ====== ANIMATIONS (ULTRA) ====== */

.tb-fade-up {
  opacity: 0;
  transform: translateY(18px);
  animation: tb-fade-up 0.6s ease-out forwards;
}

@keyframes tb-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */