.elementor-5274 .elementor-element.elementor-element-24a5394{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

.tg-pro {
  --bg: #fff;
  --card-bg: #F5F8FF;
  --card-bg-alt: #EEEFFE;
  --text-dark: #1A2E1A;
  --text-body: #3A4A3A;
  --text-muted: #6B7B6B;
  --blue: #5268FF;
  --blue-dark: #3A4FE8;
  --green: #00A86B;
  --border: #DDE1F5;
  --radius: 20px;
  font-family: 'Inter', -apple-system, sans-serif;
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
}

/* WP/Elementor table reset */
.tg-pro table, .tg-pro table td, .tg-pro table th, .tg-pro table tr, .tg-pro table thead, .tg-pro table tbody {
  border: none !important; border-collapse: collapse; border-spacing: 0; outline: none; box-shadow: none;
}

/* ── HERO ── */
.tg-pro .hero { padding: 80px 24px 48px; text-align: center; }
.tg-pro .hero-eyebrow { font-size: 13px; font-weight: 700; color: #5268FF; letter-spacing: .5px; margin-bottom: 16px; display: block; text-transform: uppercase; }
.tg-pro .hero h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 700; color: var(--text-dark); line-height: 1.1; margin-bottom: 16px; letter-spacing: -.3px; }
.tg-pro .hero h1 span { color: #5268FF; }
.tg-pro .hero p { font-size: 17px; color: var(--text-muted); max-width: 520px; margin: 0 auto 36px; line-height: 1.7; }
.tg-pro .hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── UNIFIED BUTTONS ── */
.tg-pro .btn, .tg-pro .pbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

/* Primary */
.tg-pro .btn-primary, .tg-pro .pbtn-green {
  background: #5268FF !important;
  color: #fff !important;
  border-color: #5268FF !important;
}
.tg-pro .btn-primary:hover, .tg-pro .pbtn-green:hover {
  background: #3A4FE8 !important;
  border-color: #3A4FE8 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(82,104,255,0.25);
}

/* Outline */
.tg-pro .btn-outline, .tg-pro .pbtn:not(.pbtn-green) {
  background: #fff !important;
  color: var(--text-dark) !important;
  border: 1.5px solid var(--border) !important;
}
.tg-pro .btn-outline:hover, .tg-pro .pbtn:not(.pbtn-green):hover {
  border-color: #5268FF !important;
  color: #5268FF !important;
  transform: translateY(-1px);
}

/* ── SECTION TITLE ── */
.tg-pro .section-title { text-align: center; font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: var(--text-dark); margin-bottom: 40px; letter-spacing: -.2px; }

/* ── CARDS & TABLES ── */
.tg-pro .cards-wrap { max-width: 900px; margin: 0 auto; padding: 0 24px 80px; display: flex; flex-direction: column; gap: 24px; }
.tg-pro .card { background: var(--card-bg); border-radius: var(--radius); padding: 36px 40px 20px; overflow: hidden; }
.tg-pro .cards-wrap .card:nth-child(even) { background: var(--card-bg-alt); }
.tg-pro .card table { width: 100%; border-collapse: collapse; border: none; }
.tg-pro .card table td, .tg-pro .card table th { border-left: none; border-right: none; }
.tg-pro .card thead th { text-align: left; padding-bottom: 20px; border: none; }
.tg-pro table th:first-child, .tg-pro table td:first-child { padding-left: 0 !important; padding-right: 12px; }
.tg-pro .cat-title { font-size: 22px; font-weight: 800; color: var(--green); letter-spacing: -.2px; }
.tg-pro .col-label { font-size: 16px; font-weight: 700; color: var(--text-dark); text-align: center !important; width: 100px; }

/* Feature Rows */
.tg-pro .feature-row { cursor: pointer; transition: background .15s; }
.tg-pro .feature-row:hover { background: rgba(82,104,255,0.04); }
.tg-pro .feature-row td { padding: 22px 0; border: none; border-top: 1px solid var(--border); vertical-align: middle; }
.tg-pro .feature-name { font-size: 17px; font-weight: 700; color: var(--text-dark); line-height: 1.35; }
.tg-pro .feature-short { font-size: 14px; color: var(--text-muted); margin-top: 3px; line-height: 1.5; }
.tg-pro .cell { text-align: center; width: 100px; }
.tg-pro .cell-dash { color: #BFC6F0; font-size: 20px; font-weight: 300; line-height: 1; }
.tg-pro .badge-limit { display: inline-block; font-size: 11px; font-weight: 700; color: var(--text-muted); background: rgba(82,104,255,0.08); padding: 4px 10px; border-radius: 6px; text-transform: uppercase; letter-spacing: .3px; }

/* Expandable Detail */
.tg-pro .detail-row td { padding: 0 !important; border: none !important; }
.tg-pro .detail-wrap { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.tg-pro .detail-row.open .detail-wrap { max-height: 300px; }
.tg-pro .detail-inner { padding: 0 0 22px; }
.tg-pro .detail-inner p { font-size: 14px; color: var(--text-body); line-height: 1.75; max-width: 600px; }
.tg-pro .detail-inner strong { color: var(--text-dark); font-weight: 600; }

/* ── PRICING CARDS ── */
.tg-pro .cta-bottom { background: var(--card-bg-alt); padding: 72px 24px; text-align: center; width: 100vw; margin-left: 50%; transform: translateX(-50%); position: relative; }
.tg-pro .cta-bottom h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }
.tg-pro .cta-sub { font-size: 16px; color: var(--text-muted); margin-bottom: 44px; }
.tg-pro .plans-row { display: flex; gap: 20px; justify-content: center; max-width: 540px; margin: 0 auto 36px; flex-wrap: wrap; }
.tg-pro .pcard { flex: 1; min-width: 230px; max-width: 260px; background: #fff; border-radius: 14px; border: 1.5px solid #C8CFFF; display: flex; flex-direction: column; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.tg-pro .pcard:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(82,104,255,0.1); }
.tg-pro .pcard-best { border-color: #5268FF; box-shadow: 0 4px 24px rgba(82,104,255,0.15); }
.tg-pro .pcard-flag { background: #5268FF; color: #fff; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .4px; padding: 8px 0; text-transform: uppercase; }
.tg-pro .pcard-body { padding: 28px 24px 0; flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.tg-pro .pcard-content { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.tg-pro .plan-label { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--text-muted); margin-bottom: 8px; }
.tg-pro .plan-old { font-size: 14px; color: var(--text-muted); text-decoration: line-through; margin-bottom: 4px; }
.tg-pro .plan-price-big { font-size: 42px; font-weight: 800; color: var(--text-dark); line-height: 1; }
.tg-pro .plan-price-big.green { color: #5268FF; }
.tg-pro .plan-price-big span { font-size: 18px; font-weight: 500; color: var(--text-muted); }
.tg-pro .plan-billed { font-size: 13px; color: var(--text-muted); margin-top: 6px; }
.tg-pro .pcard-foot { padding: 20px 24px 24px; }
.tg-pro .pcard-foot .pbtn { display: block !important; width: 100% !important; box-sizing: border-box !important; text-align: center; padding: 14px 20px; border-radius: 10px; font-size: 15px; font-weight: 700; }
.tg-pro .perk-line { font-size: 15px; font-weight: 600; color: var(--text-dark); max-width: 440px; margin: 0 auto 16px; line-height: 1.6; }
.tg-pro .legal { font-size: 12px; color: var(--text-muted); max-width: 480px; margin: 0 auto; line-height: 1.6; }

/* ── RESPONSIVE ── */
@media(max-width:768px){
  .tg-pro .hero h1 { font-size: 32px; }
  .tg-pro .hero p { font-size: 15px; }
  .tg-pro .section-title { font-size: 28px; margin-bottom: 28px; }
  .tg-pro .pcard-best { transform: none; }
  .tg-pro .cards-wrap { padding: 0 16px 60px; gap: 20px; }
  .tg-pro .card { padding: 24px 20px 12px; }
  .tg-pro .cat-title { font-size: 19px; }
  .tg-pro .col-label { font-size: 14px; width: 80px; }
  .tg-pro .cell { width: 80px; }
  .tg-pro .cell svg { width: 24px; height: 24px; }
  .tg-pro .feature-name { font-size: 16px; }
  .tg-pro .feature-row td { padding: 18px 0; }
  .tg-pro .detail-inner p { font-size: 13px; }
  .tg-pro .cta-bottom { padding: 56px 20px; }
}
@media(max-width:640px){
  .tg-pro .card { padding: 24px 20px 12px; }
  .tg-pro .cat-title { font-size: 18px; }
  .tg-pro .col-label { font-size: 13px; width: 64px; }
  .tg-pro .cell { width: 64px; }
  .tg-pro .feature-name { font-size: 15px; }
  .tg-pro .feature-short { font-size: 13px; }
  .tg-pro .feature-row td { padding: 16px 0; }
  .tg-pro .hero { padding: 60px 20px 36px; }
}
@media(max-width:500px){
  .tg-pro .plans-row { flex-direction: column; align-items: center; }
  .tg-pro .pcard { max-width: 320px; width: 100%; min-width: 0; }
}/* End custom CSS */