
:root {
  --tgrx-primary: #0088cc;
  --tgrx-accent: #29B6F6;
  --tgrx-dark: #0a0a1a;
  --tgrx-dark2: #0d1626;
  --tgrx-glass: rgba(255,255,255,.06);
  --tgrx-glass-border: rgba(255,255,255,.14);
  --tgrx-text: #e8e8f0;
  --tgrx-text-muted: #8a8aac;
  --tgrx-radius: 16px;
  --tgrx-radius-sm: 10px;
  --tgrx-gold: #FFD700;
  --tgrx-gradient-accent: linear-gradient(135deg, #0088cc 0%, #29B6F6 100%);
}

/* ── Layout ── */
body { overflow-x: hidden; }
.body-wrapper { background: var(--tgrx-dark) !important; }

/* ── Hero Section ── */
.tgrx-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, var(--tgrx-dark) 0%, var(--tgrx-dark2) 50%, #0a1a2e 100%);
  padding: 16px 0 24px;
  position: relative;
  overflow: hidden;
  min-height: auto;
}
.tgrx-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(0,136,204,0.08) 0%,transparent 60%);pointer-events:none}
.tgrx-hero::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(41,182,246,0.08) 0%,transparent 70%);bottom:-80px;left:-60px;pointer-events:none}
.tgrx-hero-row { display:flex; flex-wrap:wrap; flex-direction:row-reverse; }
.tgrx-col-form { order:0; margin-top: -8px; }
.tgrx-col-illustration { order:0; padding-top: 8px; }

/* Hero Orbs */
.tgrx-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .25;
  pointer-events: none;
  z-index: 0;
}
.tgrx-hero-orb-1 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,136,204,.12) 0%, transparent 70%); top: -100px; left: -100px; }
.tgrx-hero-orb-2 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(41,182,246,.15) 0%, transparent 70%); top: 50%; right: -80px; }
.tgrx-hero-orb-3 { width: 250px; height: 250px; background: radial-gradient(circle, rgba(139,92,246,.1) 0%, transparent 70%); bottom: -60px; left: 40%; }

/* Hero Grid */
.tgrx-hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

/* ── Breadcrumb ── */
.tgrx-breadcrumb { margin-bottom:10px; }
.tgrx-breadcrumb ol { display:flex; align-items:center; gap:6px; list-style:none; padding:0; margin:0; flex-wrap:wrap; font-size:.82rem; color:var(--tgrx-text-muted); }
.tgrx-breadcrumb a { color:var(--tgrx-accent); text-decoration:none; transition:color .2s; }
.tgrx-breadcrumb a:hover { color:#fff; }
.tgrx-breadcrumb .separator { opacity:.5; font-size:.6rem; }
.tgrx-breadcrumb .current { font-weight:600; color:var(--tgrx-text); }

/* Badge */
.tgrx-hero-badge { display:inline-flex; align-items:center; gap:6px; background:rgba(0,136,204,.15); color:var(--tgrx-primary); border:1px solid rgba(0,136,204,.3); border-radius:50px; padding:6px 16px; font-size:.82rem; font-weight:600; margin-bottom:16px; }
.tgrx-hero-badge i { color:#FFD700; }
.tgrx-anim-fadeIn { animation: tgrxFadeIn .6s ease both; }
@keyframes tgrxFadeIn { from{opacity:0} to{opacity:1} }
.tgrx-hero-title .accent { background:linear-gradient(135deg,var(--tgrx-primary),var(--tgrx-accent)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

/* ── H1 + Keyword Rotator ── */
.tgrx-hero-headline { margin-bottom: 20px; }
.tgrx-hero-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 800; color: #fff;
  line-height: 1.25; margin: 0 0 10px;
  text-shadow: 0 0 30px rgba(0,136,204,0.3), 0 2px 20px rgba(0,0,0,0.3);
}
.tgrx-hero-desc {
  font-size: .92rem; color: rgba(255,255,255,0.8);
  line-height: 1.6; margin-bottom: 16px; max-width: 560px;
}
.tgrx-kw-rotator { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tgrx-kw {
  display: inline-block; padding: 4px 12px; border-radius: 20px;
  font-size: .72rem; font-weight: 600;
  background: rgba(0,136,204,.12); border: 1px solid rgba(0,136,204,.25);
  color: rgba(255,255,255,.7); white-space: nowrap;
}

/* ── Glass Form ── */
.tgrx-glass-form{background:linear-gradient(160deg,rgba(0,136,204,0.08) 0%,rgba(13,13,26,0.95) 40%,rgba(10,26,46,0.97) 100%);border:1px solid var(--tgrx-glass-border);border-radius:var(--tgrx-radius);padding:24px 28px;position:relative;box-shadow:0 0 20px rgba(0,136,204,0.25),0 0 40px rgba(0,136,204,0.1)}
.tgrx-glass-form::before{content:'';position:absolute;inset:-1px;border-radius:var(--tgrx-radius);padding:1px;background:linear-gradient(135deg,rgba(0,136,204,0.4),rgba(41,182,246,0.2),rgba(0,136,204,0.35));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none}
.tgrx-form-header{display:flex;align-items:center;gap:14px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,0.08)}
.tgrx-form-header-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:var(--tgrx-gradient-accent);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;box-shadow:0 4px 14px rgba(0,136,204,0.3)}
.tgrx-form-header-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.3}
.tgrx-form-header-sub{font-size:0.75rem;color:rgba(255,255,255,0.5);margin:2px 0 0;line-height:1.3}
.tgrx-anim-slideUp{animation:tgrxSlideUp .7s ease both}
@keyframes tgrxSlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

/* Stepper */
.tgrx-stepper{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;position:relative;padding:0 4px}
.tgrx-step{display:flex;align-items:center;gap:6px;font-size:0.72rem;font-weight:600;color:rgba(255,255,255,0.3);transition:color 0.35s ease;cursor:default;white-space:nowrap}
.tgrx-step-num{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,0.08);border:2px solid rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;font-size:0.7rem;font-weight:700;color:rgba(255,255,255,0.3);transition:background-color 0.35s ease,border-color 0.35s ease,color 0.35s ease,box-shadow 0.35s ease;flex-shrink:0}
.tgrx-step.active{color:rgba(255,255,255,0.95)}
.tgrx-step.active .tgrx-step-num{background:var(--tgrx-gradient-accent);border-color:var(--tgrx-primary);color:#fff;box-shadow:0 0 12px rgba(0,136,204,0.4)}
.tgrx-step.completed,.tgrx-step.done{color:rgba(255,255,255,0.6)}
.tgrx-step.completed .tgrx-step-num,.tgrx-step.done .tgrx-step-num{background:linear-gradient(135deg,#4CAF50,#66BB6A);border-color:#4CAF50;color:#fff;box-shadow:0 0 8px rgba(76,175,80,0.3);font-size:0}
.tgrx-step.completed .tgrx-step-num::after,.tgrx-step.done .tgrx-step-num::after{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;font-size:0.65rem}

/* Form Fields */
.tgrx-form-group{margin-bottom:16px}
.tgrx-form-group:last-of-type{margin-bottom:8px}
.tgrx-form-label{font-size:0.82rem;font-weight:600;color:rgba(255,255,255,0.9);margin-bottom:8px;display:flex;align-items:center;gap:6px}
.tgrx-form-label i{color:var(--tgrx-primary);font-size:0.88rem}
.tgrx-form-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px;transition:grid-template-columns .3s ease}
.tgrx-form-row-2col>.tgrx-form-group{min-width:0}
@media(min-width:768px){.tgrx-form-row-2col.has-selection{grid-template-columns:auto minmax(0,1fr)}}
.tgrx-input{width:100%;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.14);border-radius:10px;padding:12px 14px;color:#fff;font-size:0.88rem;transition:background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;outline:none;box-sizing:border-box}
.tgrx-input::placeholder{color:rgba(255,255,255,0.3)}
.tgrx-input:focus{border-color:var(--tgrx-primary);box-shadow:0 0 0 3px rgba(0,136,204,0.15),inset 0 0 0 1px rgba(0,136,204,0.1);background:rgba(255,255,255,0.1)}
.tgrx-textarea{width:100%;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:10px;padding:10px 14px;color:#fff;font-size:0.84rem;resize:vertical;min-height:44px;outline:none;transition:background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease;box-sizing:border-box}
.tgrx-textarea:focus{border-color:var(--tgrx-primary);box-shadow:0 0 0 3px rgba(0,136,204,0.15)}
.tgrx-server-desc{background:rgba(0,136,204,0.08);border:1px solid rgba(0,136,204,0.15);border-radius:6px;padding:6px 10px;color:rgba(255,255,255,0.7);font-size:0.75rem;margin-top:6px;display:none;line-height:1.4}
.tgrx-qty-hint{color:rgba(255,255,255,0.4);font-size:0.7rem;margin-top:3px;display:block}
.tgrx-qty-row{display:flex;gap:0}
.tgrx-qty-row .tgrx-input{border-radius:10px 0 0 10px;border-right:none}
.tgrx-qty-suffix{background:rgba(0,136,204,0.15);border:1px solid rgba(255,255,255,0.14);border-left:none;border-radius:0 10px 10px 0;padding:12px 16px;color:var(--tgrx-primary);font-weight:600;font-size:0.82rem;white-space:nowrap;display:flex;align-items:center}
.tgrx-price-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}
.tgrx-price-label{color:rgba(255,255,255,0.55);font-size:0.82rem}
.tgrx-price-value{color:#fff;font-weight:700;font-size:0.88rem}
.tgrx-price-total{color:var(--tgrx-accent);font-size:1.1rem;font-weight:800}

/* CTA Button */
.tgrx-cta-btn{width:100%;background:var(--tgrx-gradient-accent);border:none;border-radius:12px;padding:14px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;position:relative;overflow:hidden;transition:transform 0.2s,box-shadow 0.2s;margin-top:12px}
.tgrx-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,136,204,0.4);color:#fff}
.tgrx-cta-btn::after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,0.16) 48%,transparent 70%);transform:translateX(-70%)}
.tgrx-trust-mini{display:flex;justify-content:center;gap:14px;margin-top:8px;flex-wrap:wrap}
.tgrx-trust-mini-item{display:flex;align-items:center;gap:4px;color:rgba(255,255,255,0.55);font-size:0.7rem}
.tgrx-trust-mini-item i{color:var(--tgrx-accent);font-size:0.72rem}

/* Custom Select — Base */
.custom-select-wrapper{position:relative;user-select:none;width:100%}
.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #ced4da;border-radius:8px;cursor:pointer;background:#fff}
.custom-select-trigger .arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #6c757d;margin-left:10px}
.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ced4da;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1050;margin-top:5px;display:none}
.custom-select-wrapper.open .custom-select-dropdown{display:block}
.custom-search-container{padding:10px;border-bottom:1px solid #f1f1f1;background:#f8f9fa}
.custom-search-input{width:100%;padding:8px 12px;border:1px solid #ced4da;border-radius:6px}
.custom-options-list{list-style:none;padding:0;margin:0;max-height:250px;overflow-y:auto}
.custom-option{padding:10px 15px;cursor:pointer;display:flex;align-items:center}
.custom-option:hover{background-color:#f1f3f5}
.custom-option img{width:20px;height:15px;margin-right:10px}
/* Glass form select override */
.tgrx-glass-form .custom-select-trigger{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.14);border-radius:10px;color:#fff;padding:12px 32px 12px 14px;transition:background-color 0.3s,border-color 0.3s,box-shadow 0.3s;font-size:0.88rem;overflow:hidden;max-width:100%;box-sizing:border-box;position:relative}
.tgrx-glass-form .custom-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;display:block}
/* Server trigger — strict overflow (ref: TikTok tang-binh-luan-v2.css L98-99) */
.tgrx-server-trigger{position:relative}
.tgrx-server-trigger #server-render{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 20px)}
/* Server list items — professional styling (ref: TikTok L100-102) */
.tgrx-glass-form #server-list li{color:rgba(255,255,255,0.9);font-size:0.82rem;transition:background .15s;white-space:normal;word-break:break-word;line-height:1.4;padding:10px 12px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.05)}
.tgrx-glass-form #server-list li:hover{background:rgba(0,136,204,0.12)}
.tgrx-glass-form #server-list li strong{color:var(--tgrx-accent,#00d4ff)}
.tgrx-glass-form .custom-select-trigger:hover,.tgrx-glass-form .custom-select-wrapper.open .custom-select-trigger{border-color:var(--tgrx-primary);box-shadow:0 0 0 3px rgba(0,136,204,0.15)}
.tgrx-glass-form .custom-select-trigger .arrow{border-top-color:rgba(255,255,255,0.5);position:absolute;right:12px;top:50%;transform:translateY(-50%)}
.tgrx-glass-form .custom-select-dropdown{background:rgba(13,13,26,0.98);border-color:rgba(255,255,255,0.12);box-shadow:0 12px 40px rgba(0,0,0,0.5);width:100%;min-width:100%;max-width:calc(100vw - 40px);left:0;right:auto}
.tgrx-glass-form .custom-search-container{background:rgba(13,13,26,0.8);border-color:rgba(255,255,255,0.08)}
.tgrx-glass-form .custom-search-input{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.12);color:#fff}
.tgrx-glass-form .custom-option{color:rgba(255,255,255,0.9);white-space:normal;word-break:break-word;line-height:1.4;padding:10px 12px;font-size:0.82rem}
.tgrx-glass-form .custom-option:hover{background:rgba(0,136,204,0.12)}

/* ── Social Proof Panel ── */
.tgrx-proof-panel { background:rgba(10,10,26,.92); border:1px solid var(--tgrx-glass-border); border-radius:var(--tgrx-radius); padding:16px; margin-top:16px; }
.tgrx-proof-hero { display:flex; gap:16px; align-items:center; margin-bottom:12px; }
.tgrx-proof-robot { position:relative; flex-shrink:0; width:120px; animation:tgrxMascotFloat 5.8s ease-in-out infinite; }
.tgrx-robot-img-sm { width:120px; height:auto; position:relative; z-index:2; filter:drop-shadow(0 4px 20px rgba(0,136,204,.3)); }
.tgrx-mascot-placeholder {
  width:120px;
  aspect-ratio:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  position:relative;
  z-index:2;
  border:1px solid rgba(41,182,246,.32);
  border-radius:30% 30% 42% 42%;
  background:
    radial-gradient(circle at 37% 43%,#c8f1ff 0 4px,transparent 5px),
    radial-gradient(circle at 63% 43%,#c8f1ff 0 4px,transparent 5px),
    linear-gradient(150deg,rgba(41,182,246,.32),rgba(0,136,204,.08) 55%,rgba(255,255,255,.06));
  color:#dff7ff;
  box-shadow:inset 0 0 28px rgba(41,182,246,.1),0 8px 26px rgba(0,136,204,.22);
}
.tgrx-mascot-placeholder::before {
  content:'';
  width:34px;
  height:12px;
  margin-top:22px;
  border:2px solid rgba(223,247,255,.75);
  border-top:0;
  border-radius:0 0 18px 18px;
}
.tgrx-mascot-placeholder span {
  margin-top:4px;
  color:rgba(223,247,255,.7);
  font-size:.58rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.tgrx-cat-glow { position:absolute; inset:10%; background:radial-gradient(circle,rgba(0,136,204,.25),transparent 70%); border-radius:50%; opacity:.6; z-index:1; }
.tgrx-fbadge { position:absolute; display:flex; align-items:center; gap:4px; padding:4px 8px; border-radius:20px; font-size:.65rem; font-weight:700; color:#fff; z-index:3; box-shadow:0 2px 10px rgba(0,0,0,.3); white-space:nowrap; }
.tgrx-fb-mini-1 { top:0; right:-20px; background:rgba(0,136,204,.85); }
.tgrx-fb-mini-2 { bottom:30%; left:-15px; background:rgba(41,182,246,.85); }
.tgrx-fb-mini-3 { bottom:5px; right:-10px; background:rgba(255,152,0,.85); }
@keyframes tgrxMascotFloat { 0%,100%{transform:translateY(0) rotate(-1deg)} 50%{transform:translateY(-7px) rotate(1deg)} }
.tgrx-proof-stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; flex:1; }
.tgrx-pstat { text-align:center; padding:8px 4px; background:rgba(255,255,255,.03); border-radius:var(--tgrx-radius-sm); border:1px solid rgba(255,255,255,.05); }
.tgrx-pstat-icon { font-size:1rem; margin-bottom:2px; }
.tgrx-pstat-icon .fa-users { color:var(--tgrx-primary); }
.tgrx-pstat-icon .fa-bolt { color:var(--tgrx-accent); }
.tgrx-pstat-icon .fa-star { color:#FFD700; }
.tgrx-pstat-icon .fa-headset { color:#26C6DA; }
.tgrx-pstat-num { font-size:1.15rem; font-weight:800; color:#fff; }
.tgrx-pstat-label { font-size:.7rem; color:var(--tgrx-text-muted); }

/* Live Feed */
.tgrx-livefeed{border-top:1px solid var(--tgrx-glass-border,rgba(255,255,255,0.08));padding-top:10px}
.tgrx-livefeed-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.tgrx-livefeed-dot{width:8px;height:8px;border-radius:50%;background:#4CAF50;box-shadow:0 0 8px rgba(76,175,80,0.5);animation:tgrxLiveDot 1.5s ease-in-out infinite}
.tgrx-livefeed-title{font-size:0.72rem;font-weight:600;color:var(--tgrx-text-muted);text-transform:uppercase;letter-spacing:0.5px}
.tgrx-livefeed-list{display:flex;flex-direction:column;gap:4px;max-height:175px;overflow:hidden}
.tgrx-livefeed-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.05);border-radius:10px;animation:tgrxFeedSlideIn 0.5s ease-out}
.tgrx-livefeed-item:hover{background:rgba(0,136,204,0.06);border-color:rgba(0,136,204,0.15)}
.tgrx-livefeed-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.7rem;color:#fff;background:var(--tgrx-gradient-accent)}
.tgrx-livefeed-info{flex:1;min-width:0}
.tgrx-livefeed-name{font-size:0.75rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tgrx-livefeed-name span{color:var(--tgrx-primary);font-weight:700}
.tgrx-livefeed-detail{font-size:0.65rem;color:rgba(255,255,255,0.4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tgrx-livefeed-time{font-size:0.6rem;color:rgba(255,255,255,0.3);white-space:nowrap;flex-shrink:0}
@keyframes tgrxFeedSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}

/* ── SEO Sections ── */
.tgrx-section {
  padding: 60px 0;
  background: var(--tgrx-dark);
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
.tgrx-section:nth-child(even) { background: linear-gradient(180deg,var(--tgrx-dark2) 0%,rgba(10,26,46,.6) 100%); }
.tgrx-section-emoji { font-size: 2rem; margin-bottom: 8px; text-align: center; }
.tgrx-section-title {
  font-size: 1.5rem; font-weight: 800; color: #fff;
  text-align: center; margin-bottom: 12px;
}
.tgrx-section-subtitle {
  font-size: .9rem; color: var(--tgrx-text-muted);
  text-align: center; max-width: 700px;
  margin: 0 auto 36px; line-height: 1.7;
}

/* SEO Cards — Premium Glassmorphism */
.tgrx-card {
  background: linear-gradient(160deg,rgba(0,136,204,.04) 0%,rgba(255,255,255,.05) 50%,rgba(0,136,204,.02) 100%);
  border: 1px solid rgba(255,255,255,.1);
  border-top: 2px solid rgba(0,136,204,.35);
  border-radius: var(--tgrx-radius);
  padding: 28px 24px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
}
.tgrx-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,136,204,.12), 0 4px 16px rgba(0,0,0,.3);
  border-top-color: var(--tgrx-primary);
}
.tgrx-card-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
  transition: transform .3s ease;
}
.tgrx-card:hover .tgrx-card-icon { transform: scale(1.08); }
.tgrx-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.tgrx-card p { font-size: .85rem; color: var(--tgrx-text-muted); line-height: 1.65; margin: 0; }
/* Highlight Spans */
.tgrx-hl-primary { color: var(--tgrx-primary); font-weight: 600; }
.tgrx-hl-accent { color: var(--tgrx-accent); font-weight: 600; }
.tgrx-hl-success { color: #34d399; font-weight: 600; }

/* Meanings and practical uses of Telegram reactions */
.tgrx-reaction-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.tgrx-reaction-card {
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-height:100%;
  padding:20px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--tgrx-radius);
  background:linear-gradient(145deg,rgba(0,136,204,.08),rgba(255,255,255,.035));
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.tgrx-reaction-card:hover {
  transform:translateY(-3px);
  border-color:rgba(41,182,246,.35);
  box-shadow:0 12px 30px rgba(0,136,204,.12);
}
.tgrx-reaction-symbol {
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  font-size:1.6rem;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.tgrx-reaction-copy h3 {
  margin:1px 0 6px;
  color:#fff;
  font-size:.98rem;
  line-height:1.35;
}
.tgrx-reaction-copy p {
  margin:0;
  color:var(--tgrx-text-muted);
  font-size:.82rem;
  line-height:1.6;
}

/* Setup checklist */
.tgrx-checklist {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}
.tgrx-check-item {
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:var(--tgrx-radius-sm);
  background:rgba(255,255,255,.035);
  color:var(--tgrx-text);
  font-size:.84rem;
  line-height:1.6;
}
.tgrx-check-icon {
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(52,211,153,.14);
  color:#6ee7b7;
  font-weight:800;
}
.tgrx-check-copy strong { display:block; margin-bottom:2px; color:#fff; font-size:.87rem; }
.tgrx-check-copy span { color:var(--tgrx-text-muted); }

/* Server limits and comparison cards */
.tgrx-limit-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.tgrx-limit-card {
  min-height:100%;
  padding:22px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--tgrx-radius);
  background:linear-gradient(155deg,rgba(41,182,246,.07),rgba(255,255,255,.035));
  position:relative;
  overflow:hidden;
}
.tgrx-limit-card::before {
  content:'';
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:2px;
  background:var(--tgrx-gradient-accent);
}
.tgrx-limit-card h3 {
  color:#fff;
  font-size:.98rem;
  line-height:1.4;
  margin:0 0 10px;
}
.tgrx-limit-card p {
  color:var(--tgrx-text-muted);
  font-size:.83rem;
  line-height:1.65;
  margin:0 0 12px;
}
.tgrx-limit-card p:last-child { margin-bottom:0; }
.tgrx-limit-meta {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}
.tgrx-limit-chip {
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 9px;
  border:1px solid rgba(41,182,246,.2);
  border-radius:999px;
  background:rgba(0,136,204,.09);
  color:#bdeaff;
  font-size:.72rem;
  font-weight:600;
}

/* ── Service Benefits ── */
.tgrx-benefits-section {
  background:
    radial-gradient(circle at 15% 20%,rgba(0,136,204,.1),transparent 32%),
    radial-gradient(circle at 88% 75%,rgba(41,182,246,.07),transparent 30%),
    var(--tgrx-dark);
}
.tgrx-benefit-spotlight {
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:20px;
  align-items:start;
  max-width:980px;
  margin:0 auto 26px;
  padding:26px 28px;
  overflow:hidden;
  border:1px solid rgba(41,182,246,.2);
  border-radius:var(--tgrx-radius);
  background:linear-gradient(135deg,rgba(0,136,204,.14),rgba(255,255,255,.035));
  box-shadow:0 16px 42px rgba(0,0,0,.18);
}
.tgrx-benefit-spotlight::before {
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  background:linear-gradient(180deg,var(--tgrx-primary),var(--tgrx-accent));
}
.tgrx-benefit-spotlight-icon,
.tgrx-benefit-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  color:#fff;
  background:var(--tgrx-gradient-accent);
  box-shadow:0 8px 24px rgba(0,136,204,.22);
}
.tgrx-benefit-spotlight-icon {
  width:54px;
  height:54px;
  border-radius:16px;
  font-size:1.25rem;
}
.tgrx-benefit-spotlight h3 {
  margin:0 0 10px;
  color:#fff;
  font-size:1.15rem;
}
.tgrx-benefit-spotlight p {
  margin:0 0 9px;
  color:var(--tgrx-text);
  font-size:.9rem;
  line-height:1.75;
}
.tgrx-benefit-spotlight p:last-child { margin-bottom:0; }
.tgrx-benefit-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.tgrx-benefit-card {
  position:relative;
  min-height:218px;
  padding:22px;
  overflow:hidden;
  border:1px solid var(--tgrx-glass-border);
  border-radius:var(--tgrx-radius);
  background:linear-gradient(155deg,rgba(255,255,255,.055),rgba(0,136,204,.025));
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.tgrx-benefit-card::before {
  content:'';
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:2px;
  background:linear-gradient(90deg,var(--tgrx-primary),var(--tgrx-accent),transparent);
}
.tgrx-benefit-card:hover {
  transform:translateY(-5px);
  border-color:rgba(41,182,246,.32);
  box-shadow:0 14px 34px rgba(0,0,0,.2);
}
.tgrx-benefit-icon {
  width:44px;
  height:44px;
  margin-bottom:16px;
  border-radius:13px;
  font-size:1rem;
}
.tgrx-benefit-card h3 {
  margin:0 0 9px;
  color:#fff;
  font-size:1rem;
  line-height:1.4;
}
.tgrx-benefit-card p {
  margin:0;
  color:var(--tgrx-text-muted);
  font-size:.85rem;
  line-height:1.7;
}
.tgrx-benefit-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:26px;
  padding:20px 22px;
  border:1px solid rgba(0,136,204,.24);
  border-radius:var(--tgrx-radius);
  background:rgba(0,136,204,.09);
}
.tgrx-benefit-cta > div {
  display:flex;
  flex-direction:column;
  gap:4px;
}
.tgrx-benefit-cta strong {
  color:#fff;
  font-size:1rem;
}
.tgrx-benefit-cta span {
  color:var(--tgrx-text-muted);
  font-size:.82rem;
  line-height:1.55;
}
.tgrx-benefit-cta-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 18px;
  border-radius:999px;
  color:#fff;
  background:var(--tgrx-gradient-accent);
  font-size:.82rem;
  font-weight:700;
  white-space:nowrap;
  box-shadow:0 8px 24px rgba(0,136,204,.2);
  transition:transform .25s ease,box-shadow .25s ease;
}
.tgrx-benefit-cta-btn:hover {
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(0,136,204,.3);
}

/* Guide Timeline */
.tgrx-guide-timeline { position:relative; padding-left:40px; margin-top:28px; }
.tgrx-guide-timeline::before { content:''; position:absolute; left:17px; top:0; bottom:0; width:2px; background:linear-gradient(180deg,var(--tgrx-primary),var(--tgrx-accent),#34d399); border-radius:2px; }
.tgrx-guide-step { position:relative; display:flex; gap:20px; align-items:stretch; margin-bottom:24px; }
.tgrx-guide-step:last-child { margin-bottom:0; }
.tgrx-guide-step-num { position:absolute; left:-40px; top:0; width:36px; height:36px; border-radius:50%; background:var(--tgrx-gradient-accent); display:flex; align-items:center; justify-content:center; font-size:.85rem; font-weight:800; color:#fff; z-index:2; box-shadow:0 0 0 4px var(--tgrx-dark),0 4px 14px rgba(0,136,204,.3); }
.tgrx-guide-step:last-child .tgrx-guide-step-num { background:linear-gradient(135deg,#34d399,#10b981); box-shadow:0 0 0 4px var(--tgrx-dark),0 4px 14px rgba(52,211,153,.3); }
.tgrx-guide-step-thumb { flex:0 0 220px; max-width:220px; aspect-ratio:16/10; padding:0; color:inherit; border-radius:var(--tgrx-radius-sm); overflow:hidden; border:1px solid rgba(255,255,255,.1); background:rgba(0,0,0,.2); cursor:zoom-in; box-shadow:0 6px 22px rgba(0,0,0,.2); }
.tgrx-guide-step-thumb img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.tgrx-guide-step-thumb:focus-visible { outline:2px solid var(--tgrx-accent); outline-offset:3px; }
.tgrx-guide-step:hover .tgrx-guide-step-thumb img { transform:scale(1.05); }
.tgrx-guide-step-body { flex:1; min-width:0; background:var(--tgrx-glass); border:1px solid var(--tgrx-glass-border); border-radius:var(--tgrx-radius-sm); padding:18px 22px; transition:border-color .3s ease, box-shadow .3s ease; }
.tgrx-guide-step:hover .tgrx-guide-step-body { border-color:rgba(41,182,246,.3); box-shadow:0 4px 20px rgba(0,136,204,.08); }
.tgrx-guide-step-body h3 { font-size:.95rem; font-weight:700; color:#fff; margin:0 0 8px; display:flex; align-items:center; gap:8px; }
.tgrx-guide-step-body h3 i { color:var(--tgrx-accent); font-size:.85rem; }
.tgrx-guide-step-body p { font-size:.84rem; color:var(--tgrx-text-muted); line-height:1.65; margin:0; }
.tgrx-guide-step-body a { color:var(--tgrx-accent); font-weight:600; text-decoration:none; }
.tgrx-guide-step-body a:hover { color:#fff; }
@media (max-width:767.98px) {
  .tgrx-guide-step { flex-direction:column; gap:12px; }
  .tgrx-guide-step-thumb { flex:none; max-width:100%; max-height:180px; }
}
@media (max-width:575.98px) {
  .tgrx-guide-timeline { padding-left:32px; }
  .tgrx-guide-timeline::before { left:13px; }
  .tgrx-guide-step-num { left:-32px; width:30px; height:30px; font-size:.75rem; }
  .tgrx-guide-step-body { padding:14px 16px; }
  .tgrx-guide-step-thumb { max-height:140px; }
}

/* Image lightbox */
.tgrx-lightbox {
  position:fixed;
  inset:0;
  z-index:1085;
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(3,7,18,.92);
}
.tgrx-lightbox.is-open { display:flex; }
.tgrx-lightbox-dialog {
  width:min(1040px,100%);
  max-height:calc(100vh - 48px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.tgrx-lightbox-image {
  display:block;
  max-width:100%;
  max-height:calc(100vh - 120px);
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--tgrx-radius);
  background:#08111f;
  box-shadow:0 24px 70px rgba(0,0,0,.55);
  object-fit:contain;
}
.tgrx-lightbox-caption {
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:.82rem;
  line-height:1.55;
  text-align:center;
}
.tgrx-lightbox-close {
  position:fixed;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  background:rgba(10,18,31,.92);
  color:#fff;
  font-size:1.25rem;
  line-height:1;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}
.tgrx-lightbox-close:hover,
.tgrx-lightbox-close:focus-visible {
  background:rgba(0,136,204,.35);
  border-color:var(--tgrx-accent);
  transform:rotate(5deg);
  outline:none;
}
body.tgrx-lightbox-open { overflow:hidden; }
[data-tgrx-lightbox] { cursor:zoom-in; }

/* ── Testimonials Marquee ── */
.tgrx-testimonials { width:100vw; margin-left:calc(-50vw + 50%); overflow:hidden; padding:50px 0; background:var(--tgrx-dark); position:relative; mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.tgrx-testi-track { display:flex; gap:20px; width:max-content; }
.tgrx-testi-track.row1 { animation:tgrxMarquee 40s linear infinite; }
.tgrx-testi-track.row2 { animation:tgrxMarquee 45s linear infinite reverse; }
.tgrx-testimonial-card {
  background: var(--tgrx-glass);
  border: 1px solid var(--tgrx-glass-border);
  border-radius: var(--tgrx-radius);
  padding: 18px 20px;
  min-width: 300px; max-width: 340px;
  flex-shrink: 0;
}
.tgrx-testimonial-tag { display:inline-block; font-size:.68rem; font-weight:700; padding:3px 10px; border-radius:6px; margin-bottom:8px; }
.tgrx-tag-reaction { background:rgba(0,136,204,.15); color:var(--tgrx-primary); }
.tgrx-testimonial-stars { font-size:.8rem; margin-bottom:8px; }
.tgrx-testimonial-text { font-size:.82rem; color:var(--tgrx-text); line-height:1.55; margin-bottom:12px; font-style:italic; }
.tgrx-testimonial-author { display:flex; align-items:center; gap:10px; }
.tgrx-testimonial-avatar {
  width:36px; height:36px; border-radius:50%;
  background:var(--tgrx-gradient-accent);
  display:flex; align-items:center; justify-content:center;
  font-size:.7rem; font-weight:700; color:#fff;
}
.tgrx-testimonial-name { font-size:.8rem; font-weight:600; color:#fff; }
.tgrx-testimonial-role { font-size:.7rem; color:var(--tgrx-text-muted); }

/* ── FAQ ── */
.tgrx-faq-item {
  background: var(--tgrx-glass);
  border: 1px solid var(--tgrx-glass-border);
  border-radius: var(--tgrx-radius-sm);
  margin-bottom: 10px;
  overflow: hidden;
}
.tgrx-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  width:100%; padding: 14px 18px; border:0; background:transparent; text-align:left; cursor: pointer;
  font-size: .88rem; font-weight: 600; color: #fff;
  transition: background .2s;
}
.tgrx-faq-q:hover { background: rgba(255,255,255,.04); }
.tgrx-faq-q:focus-visible { background:rgba(0,136,204,.1); outline:2px solid var(--tgrx-accent); outline-offset:-2px; }
.tgrx-faq-q i { color: var(--tgrx-accent); transition: transform .3s; font-size: .75rem; flex-shrink:0; margin-left:10px; }
.tgrx-faq-item.active .tgrx-faq-q i { transform: rotate(180deg); }
.tgrx-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.tgrx-faq-item.active .tgrx-faq-a { max-height: 800px; }
.tgrx-faq-a p { padding:0 18px 14px; font-size:.84rem; color:var(--tgrx-text-muted); line-height:1.65; margin:0; }

/* ── Related Services ── */
.tgrx-related-card {
  background: var(--tgrx-glass);
  border: 1px solid var(--tgrx-glass-border);
  border-radius: var(--tgrx-radius);
  padding: 20px; text-align: center;
  transition: transform .3s, border-color .3s;
}
.tgrx-related-card:hover { transform:translateY(-4px); border-color:var(--tgrx-accent); }
.tgrx-related-icon { font-size:2rem; margin-bottom:10px; }
.tgrx-related-card h3 { font-size:.95rem; font-weight:700; color:#fff; margin-bottom:6px; }
.tgrx-related-card p { font-size:.8rem; color:var(--tgrx-text-muted); margin-bottom:14px; }
.tgrx-related-link { display:inline-flex; align-items:center; gap:6px; color:var(--tgrx-accent); font-size:.82rem; font-weight:600; text-decoration:none; transition:gap .2s; }
.tgrx-related-link:hover { gap:10px; }

/* ── CTA Final ── */
.tgrx-cta { width:100vw; margin-left:calc(-50vw + 50%); overflow:hidden; padding:50px 0; background:linear-gradient(135deg,var(--tgrx-dark2),var(--tgrx-dark)); text-align:center; position:relative; }
.tgrx-cta h2 { font-size:1.5rem; font-weight:800; color:#fff; margin-bottom:12px; }
.tgrx-cta p { font-size:0.95rem; color:rgba(255,255,255,0.6); margin-bottom:24px; }
.tgrx-cta .tgrx-cta-btn { display:inline-flex; align-items:center; gap:8px; width:auto; padding:14px 32px; }

/* ── Section Title Gradient Underline ── */
.tgrx-section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--tgrx-gradient-accent);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* ── Scroll Reveal (3 variants per skills line 1838-1841) ── */
.tgrx-reveal { opacity:0; transform:translateY(30px); transition:opacity .6s ease, transform .6s ease; }
.tgrx-reveal.visible { opacity:1; transform:translateY(0); }
.tgrx-reveal-left { opacity:0; transform:translateX(-30px); transition:opacity .6s ease, transform .6s ease; }
.tgrx-reveal-left.visible { opacity:1; transform:translateX(0); }
.tgrx-reveal-right { opacity:0; transform:translateX(30px); transition:opacity .6s ease, transform .6s ease; }
.tgrx-reveal-right.visible { opacity:1; transform:translateX(0); }

/* ── Keyframes ── */
@keyframes tgrxLiveDot { 0%,100%{opacity:1} 50%{opacity:.3} }
@keyframes tgrxMarquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes tgrxCtaGradient { 0%{background-position:0% 50%} 50%{background-position:100% 50%} 100%{background-position:0% 50%} }

/* ── Hero Info Card ── */
.tgrx-hero-info-card {
  margin-top:12px; margin-bottom:20px;
  background:rgba(10,20,36,.7);
  border:1px solid rgba(0,136,204,.1);
  border-radius:12px;
  padding:16px 18px 16px 22px;
  display:flex; flex-direction:column; gap:0;
  position:relative; overflow:hidden;
}
.tgrx-hero-info-card::before {
  content:''; position:absolute;
  top:0; left:0; bottom:0; width:3px;
  background:linear-gradient(180deg,#FFD700,#0088cc);
  border-radius:3px 0 0 3px;
}
.tgrx-hero-info-card .tgrx-hero-desc { margin-bottom:0; padding-bottom:12px; margin-top:0; border-bottom:1px solid rgba(0,136,204,.08); font-size:.88rem; line-height:1.6; color:rgba(255,255,255,.75); max-width:none; }
.tgrx-hero-info-card .tgrx-hero-anchor { margin-bottom:0; padding-top:12px; margin-top:0; font-size:.82rem; color:rgba(255,255,255,.5); line-height:1.6; max-width:none; }
.tgrx-hero-anchor a { color:var(--tgrx-accent); font-weight:600; text-decoration:underline; text-underline-offset:2px; }
.tgrx-hero-anchor a:hover { color:#fff; }

/* ── Dark Mode ── */
[data-bs-theme="dark"] .tgrx-hero,
[data-bs-theme="dark"] .tgrx-section,
[data-bs-theme="dark"] .tgrx-section:nth-child(even),
[data-bs-theme="dark"] .tgrx-testimonials { background: #060612; }
[data-bs-theme="dark"] .tgrx-card,
[data-bs-theme="dark"] .tgrx-faq-item,
[data-bs-theme="dark"] .tgrx-testimonial-card,
[data-bs-theme="dark"] .tgrx-related-card,
[data-bs-theme="dark"] .tgrx-proof-panel { background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.07); }

/* ── Panels ── */
.tgrx-panel {
  background: linear-gradient(160deg,rgba(0,136,204,.03) 0%,rgba(255,255,255,.04) 50%,rgba(0,136,204,.02) 100%);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--tgrx-radius);
  display: flex; align-items: center; gap: 32px;
  padding: 28px;
  position: relative; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.tgrx-panel:hover { transform:translateY(-3px); box-shadow:0 12px 40px rgba(0,136,204,.08), 0 4px 16px rgba(0,0,0,.25); }
.tgrx-panel::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; }
.tgrx-panel--blue::before { background:linear-gradient(90deg,#0088cc 30%,rgba(0,136,204,.1)); }
.tgrx-panel--cyan::before { background:linear-gradient(90deg,#29B6F6 30%,rgba(41,182,246,.1)); }
.tgrx-panel__img { flex:0 0 300px; max-width:300px; }
.tgrx-panel__img img { width:100%; height:auto; border-radius:var(--tgrx-radius-sm); display:block; box-shadow:0 4px 20px rgba(0,0,0,.3); }
.tgrx-panel__content { flex:1; min-width:0; }
.tgrx-panel__content h3 { font-size:1rem; margin-bottom:12px; display:flex; align-items:center; gap:8px; }
.tgrx-panel__content p { font-size:.85rem; line-height:1.7; color:var(--tgrx-text); margin:0 0 12px; }
.tgrx-panel__content p:last-child { margin-bottom:0; }
.tgrx-panel__content ul { font-size:.83rem; line-height:1.7; padding-left:4px; margin:0; list-style:none; }
.tgrx-panel__content ul li { padding:4px 0; }
.tgrx-panel--reverse { flex-direction:row-reverse; }

/* Method Items */
.tgrx-method-item { display:flex; gap:18px; align-items:flex-start; padding:16px 0; border-bottom:1px solid rgba(255,255,255,.06); }
.tgrx-method-item:last-child { border-bottom:none; padding-bottom:0; }
.tgrx-method-item:first-child { padding-top:0; }
.tgrx-method-num { flex-shrink:0; width:44px; height:44px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:1.1rem; color:#fff; box-shadow:0 4px 16px rgba(0,0,0,.3); margin-top:2px; }
.tgrx-method-body h3 { font-size:1rem; font-weight:700; color:var(--tgrx-text); margin:0 0 8px; line-height:1.4; }
.tgrx-method-body p { font-size:.88rem; color:var(--tgrx-text-muted); line-height:1.7; margin:0; }

/* ── Pricing Table ── */
#pricing .tgrx-ptable-wrap { overflow-x:auto; border-radius:12px; border:1px solid rgba(255,255,255,.12); }
#pricing .tgrx-ptable { width:100%; border-collapse:collapse; font-size:.84rem; }
#pricing .tgrx-ptable th { padding:12px 16px; text-align:left; font-weight:700; color:#fff; background:rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.12); font-size:.78rem; text-transform:uppercase; letter-spacing:.5px; }
#pricing .tgrx-ptable td { padding:10px 16px; color:#d0d0e0; border-bottom:1px solid rgba(255,255,255,.05); }
#pricing .tgrx-ptable td strong { color:#fff; font-size:1.05rem; }
#pricing .tgrx-ptable tbody tr:last-child td { border-bottom:none; }
#pricing .tgrx-ptable-accent td { background:rgba(41,182,246,.04); }
#pricing .tgrx-ptable-accent td:first-child { color:#29B6F6; font-weight:600; }
#pricing .tgrx-ptable-gold td { background:rgba(255,215,0,.04); }
#pricing .tgrx-ptable-gold td:first-child { color:#FFD700; font-weight:600; }
#pricing .tgrx-ptable-note { text-align:center; font-size:.78rem; color:#8a8aac; margin:12px 0 0; }
#pricing .tgrx-ptable-note i { color:var(--tgrx-accent); margin-right:6px; }
#pricing .tgrx-ptable-note a { color:var(--tgrx-accent); }

/* ── Responsive ── */
@media (max-width:991px) {
  .tgrx-hero-row { flex-direction:column; }
  .tgrx-col-form { order:-1; margin-top:0; }
  .tgrx-col-illustration { margin-top:16px; padding-top:0; }
  .tgrx-hero { padding:12px 0 20px; }
  .tgrx-glass-form { margin-bottom:20px; }
  .tgrx-hero-title { font-size:1.4rem; }
  .tgrx-proof-hero { flex-direction:column; text-align:center; }
  .tgrx-proof-robot { width:80px; height:80px; }
  .tgrx-robot-img-sm { width:70px; }
  .tgrx-fbadge { display:none; }
  .tgrx-hero-info-card { margin-top:12px; }
  .tgrx-panel { flex-direction:column; gap:16px; padding:20px; }
  .tgrx-panel--reverse { flex-direction:column; }
  .tgrx-panel__img { flex:none; max-width:280px; margin:0 auto; }
  .tgrx-reaction-grid,
  .tgrx-limit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .tgrx-benefit-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767.98px) {
  .tgrx-form-row-2col { grid-template-columns:1fr; }
  .tgrx-section { padding:38px 0; }
  .tgrx-section-title { font-size:1.2rem; }
  .tgrx-hero-title { font-size:1.3rem; }
  .tgrx-testimonial-card { min-width:260px; }
  .tgrx-checklist { grid-template-columns:1fr; }
  .tgrx-lightbox { padding:16px; }
  .tgrx-lightbox-close { top:10px; right:10px; }
  .tgrx-benefit-spotlight { grid-template-columns:1fr; padding:22px; }
  .tgrx-benefit-cta { align-items:stretch; flex-direction:column; }
  .tgrx-benefit-cta-btn { width:100%; white-space:normal; text-align:center; }
}
@media (max-width:575.98px) {
  .tgrx-glass-form { padding:18px 16px; }
  .tgrx-stepper { flex-wrap:wrap; }
  .tgrx-hero { padding:10px 0 16px; }
  .tgrx-section { padding:32px 0; }
  .tgrx-proof-panel { padding:14px; }
  .tgrx-proof-stats { gap:8px; }
  .tgrx-panel { padding:16px; gap:14px; }
  .tgrx-panel__img { max-width:240px; }
  .tgrx-method-item { gap:12px; padding:12px 0; }
  .tgrx-method-num { width:36px; height:36px; font-size:.95rem; border-radius:10px; }
  .tgrx-method-body h3 { font-size:.93rem; }
  .tgrx-method-body p { font-size:.83rem; }
  #pricing .tgrx-ptable th, #pricing .tgrx-ptable td { padding:8px 10px; font-size:.78rem; }
  #pricing .tgrx-ptable td strong { font-size:.95rem; }
  .tgrx-reaction-grid,
  .tgrx-limit-grid { grid-template-columns:1fr; }
  .tgrx-reaction-card,
  .tgrx-limit-card { padding:16px; }
  .tgrx-benefit-grid { grid-template-columns:1fr; }
  .tgrx-benefit-card { min-height:0; padding:20px; }
  .tgrx-lightbox-caption { font-size:.76rem; }
}

@media (prefers-reduced-motion:reduce) {
  .tgrx-proof-robot,
  .tgrx-livefeed-dot,
  .tgrx-testi-track.row1,
  .tgrx-testi-track.row2,
  .tgrx-anim-fadeIn,
  .tgrx-anim-slideUp,
  .tgrx-livefeed-item {
    animation:none;
  }
  .tgrx-reveal,
  .tgrx-reveal-left,
  .tgrx-reveal-right {
    opacity:1;
    transform:none;
    transition:none;
  }
  .tgrx-card,
  .tgrx-card-icon,
  .tgrx-panel,
  .tgrx-related-card,
  .tgrx-reaction-card,
  .tgrx-benefit-card,
  .tgrx-benefit-cta-btn,
  .tgrx-guide-step-thumb img,
  .tgrx-guide-step-body,
  .tgrx-faq-a,
  .tgrx-faq-q i,
  .tgrx-cta-btn,
  .tgrx-lightbox-close {
    transition:none;
  }
}
