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

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

/* ── Hero Section ── */
.tgmc-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(135deg, var(--tgmc-dark) 0%, var(--tgmc-dark2) 50%, #0a1a2e 100%);
  padding: 16px 0 24px;
  position: relative;
  overflow: hidden;
  min-height: auto;
}
.tgmc-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}
.tgmc-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}
.tgmc-hero-row { display:flex; flex-wrap:wrap; flex-direction:row-reverse; }
.tgmc-col-form { order:0; margin-top: -8px; }
.tgmc-col-illustration { order:0; padding-top: 8px; }

/* Hero Orbs */
.tgmc-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .25;
  pointer-events: none;
  z-index: 0;
}
.tgmc-hero-orb-1 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(0,136,204,.12) 0%, transparent 70%); top: -100px; left: -100px; }
.tgmc-hero-orb-2 { width: 350px; height: 350px; background: radial-gradient(circle, rgba(41,182,246,.15) 0%, transparent 70%); top: 50%; right: -80px; }
.tgmc-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 */
.tgmc-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 ── */
.tgmc-breadcrumb { margin-bottom:10px; }
.tgmc-breadcrumb ol { display:flex; align-items:center; gap:6px; list-style:none; padding:0; margin:0; flex-wrap:wrap; font-size:.82rem; color:var(--tgmc-text-muted); }
.tgmc-breadcrumb a { color:var(--tgmc-accent); text-decoration:none; transition:color .2s; }
.tgmc-breadcrumb a:hover { color:#fff; }
.tgmc-breadcrumb .separator { opacity:.5; font-size:.6rem; }
.tgmc-breadcrumb .current { font-weight:600; color:var(--tgmc-text); }

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

/* ── H1 + Keyword Rotator ── */
.tgmc-hero-headline { margin-bottom: 20px; }
.tgmc-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);
}
.tgmc-hero-desc {
  font-size: .92rem; color: rgba(255,255,255,0.8);
  line-height: 1.6; margin-bottom: 16px; max-width: 560px;
}
.tgmc-kw-rotator { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.tgmc-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 ── */
.tgmc-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(--tgmc-glass-border);border-radius:var(--tgmc-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)}
.tgmc-glass-form::before{content:'';position:absolute;inset:-1px;border-radius:var(--tgmc-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}
.tgmc-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)}
.tgmc-form-header-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:var(--tgmc-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)}
.tgmc-form-header-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.3}
.tgmc-form-header-sub{font-size:0.75rem;color:rgba(255,255,255,0.5);margin:2px 0 0;line-height:1.3}
.tgmc-anim-slideUp{animation:tgmcSlideUp .7s ease both}
@keyframes tgmcSlideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

/* Stepper */
.tgmc-stepper{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;position:relative;padding:0 4px}
.tgmc-step{display:flex;align-items:center;gap:6px;font-size:0.72rem;font-weight:600;color:rgba(255,255,255,0.3);transition:all 0.35s ease;cursor:default;white-space:nowrap}
.tgmc-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:all 0.35s ease;flex-shrink:0}
.tgmc-step.active{color:rgba(255,255,255,0.95)}
.tgmc-step.active .tgmc-step-num{background:var(--tgmc-gradient-accent);border-color:var(--tgmc-primary);color:#fff;box-shadow:0 0 12px rgba(0,136,204,0.4)}
.tgmc-step.completed{color:rgba(255,255,255,0.6)}
.tgmc-step.completed .tgmc-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}
.tgmc-step.completed .tgmc-step-num::after{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;font-size:0.65rem}

/* Form Fields */
.tgmc-form-group{margin-bottom:16px}
.tgmc-form-group:last-of-type{margin-bottom:8px}
.tgmc-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}
.tgmc-form-label i{color:var(--tgmc-primary);font-size:0.88rem}
.tgmc-form-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px;transition:grid-template-columns .3s ease}
.tgmc-form-row-2col>.tgmc-form-group{min-width:0}
@media(min-width:768px){.tgmc-form-row-2col.has-selection{grid-template-columns:auto minmax(0,1fr)}}
.tgmc-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:all 0.3s ease;outline:none;box-sizing:border-box}
.tgmc-input::placeholder{color:rgba(255,255,255,0.3)}
.tgmc-input:focus{border-color:var(--tgmc-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)}
.tgmc-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:all 0.3s ease;box-sizing:border-box}
.tgmc-textarea:focus{border-color:var(--tgmc-primary);box-shadow:0 0 0 3px rgba(0,136,204,0.15)}
.tgmc-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}
.tgmc-qty-hint{color:rgba(255,255,255,0.4);font-size:0.7rem;margin-top:3px;display:block}
.tgmc-qty-row{display:flex;gap:0}
.tgmc-qty-row .tgmc-input{border-radius:10px 0 0 10px;border-right:none}
.tgmc-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(--tgmc-primary);font-weight:600;font-size:0.82rem;white-space:nowrap;display:flex;align-items:center}
.tgmc-price-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}
.tgmc-price-label{color:rgba(255,255,255,0.55);font-size:0.82rem}
.tgmc-price-value{color:#fff;font-weight:700;font-size:0.88rem}
.tgmc-price-total{color:var(--tgmc-accent);font-size:1.1rem;font-weight:800}

/* CTA Button */
.tgmc-cta-btn{width:100%;background:var(--tgmc-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}
.tgmc-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,136,204,0.4);color:#fff}
.tgmc-cta-btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);animation:tgmcShimmer 3s infinite}
@keyframes tgmcShimmer{0%{left:-100%}50%,100%{left:100%}}
.tgmc-trust-mini{display:flex;justify-content:center;gap:14px;margin-top:8px;flex-wrap:wrap}
.tgmc-trust-mini-item{display:flex;align-items:center;gap:4px;color:rgba(255,255,255,0.55);font-size:0.7rem}
.tgmc-trust-mini-item i{color:var(--tgmc-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 */
.tgmc-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:all 0.3s;font-size:0.88rem;overflow:hidden;max-width:100%;box-sizing:border-box;position:relative}
.tgmc-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) */
.tgmc-server-trigger{position:relative}
.tgmc-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) */
.tgmc-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)}
.tgmc-glass-form #server-list li:hover{background:rgba(0,136,204,0.12)}
.tgmc-glass-form #server-list li strong{color:var(--tgmc-accent,#00d4ff)}
.tgmc-glass-form .custom-select-trigger:hover,.tgmc-glass-form .custom-select-wrapper.open .custom-select-trigger{border-color:var(--tgmc-primary);box-shadow:0 0 0 3px rgba(0,136,204,0.15)}
.tgmc-glass-form .custom-select-trigger .arrow{border-top-color:rgba(255,255,255,0.5);position:absolute;right:12px;top:50%;transform:translateY(-50%)}
.tgmc-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}
.tgmc-glass-form .custom-search-container{background:rgba(13,13,26,0.8);border-color:rgba(255,255,255,0.08)}
.tgmc-glass-form .custom-search-input{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.12);color:#fff}
.tgmc-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}
.tgmc-glass-form .custom-option:hover{background:rgba(0,136,204,0.12)}

/* ── Social Proof Panel ── */
.tgmc-proof-panel { background:rgba(10,10,26,.92); border:1px solid var(--tgmc-glass-border); border-radius:var(--tgmc-radius); padding:16px; margin-top:16px; }
.tgmc-proof-hero { display:flex; gap:16px; align-items:center; margin-bottom:12px; }
.tgmc-proof-robot { position:relative; flex-shrink:0; width:120px; }
.tgmc-robot-img-sm { width:120px; height:auto; position:relative; z-index:2; filter:drop-shadow(0 4px 20px rgba(0,136,204,.3)); }
.tgmc-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; }
.tgmc-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; }
.tgmc-fb-mini-1 { top:0; right:-20px; background:rgba(0,136,204,.85); animation:tgmcFloat1 5s ease-in-out infinite; }
.tgmc-fb-mini-2 { bottom:30%; left:-15px; background:rgba(41,182,246,.85); animation:tgmcFloat2 6s ease-in-out infinite; }
.tgmc-fb-mini-3 { bottom:5px; right:-10px; background:rgba(255,152,0,.85); animation:tgmcFloat3 4s ease-in-out infinite; }
@keyframes tgmcFloat1 { 0%,100%{transform:translate(0,0) rotate(0)} 50%{transform:translate(8px,-10px) rotate(4deg)} }
@keyframes tgmcFloat2 { 0%,100%{transform:translate(0,0) rotate(0)} 50%{transform:translate(-6px,8px) rotate(-3deg)} }
@keyframes tgmcFloat3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(5px,12px)} }
.tgmc-proof-stats { display:grid; grid-template-columns:1fr 1fr; gap:10px; flex:1; }
.tgmc-pstat { text-align:center; padding:8px 4px; background:rgba(255,255,255,.03); border-radius:var(--tgmc-radius-sm); border:1px solid rgba(255,255,255,.05); }
.tgmc-pstat-icon { font-size:1rem; margin-bottom:2px; }
.tgmc-pstat-icon .fa-users { color:var(--tgmc-primary); }
.tgmc-pstat-icon .fa-bolt { color:var(--tgmc-accent); }
.tgmc-pstat-icon .fa-star { color:#FFD700; }
.tgmc-pstat-icon .fa-headset { color:#26C6DA; }
.tgmc-pstat-num { font-size:1.15rem; font-weight:800; color:#fff; }
.tgmc-pstat-label { font-size:.7rem; color:var(--tgmc-text-muted); }

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

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

/* SEO Cards — Premium Glassmorphism */
.tgmc-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(--tgmc-radius);
  padding: 28px 24px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
}
.tgmc-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(--tgmc-primary);
}
.tgmc-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;
}
.tgmc-card:hover .tgmc-card-icon { transform: scale(1.08); }
.tgmc-card h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.tgmc-card p { font-size: .85rem; color: var(--tgmc-text-muted); line-height: 1.65; margin: 0; }
.tgmc-seo-img {
  width: 100%; border-radius: var(--tgmc-radius);
  border: 1px solid var(--tgmc-glass-border);
  margin: 20px 0;
}

/* Highlight Spans */
.tgmc-hl-primary { color: var(--tgmc-primary); font-weight: 600; }
.tgmc-hl-accent { color: var(--tgmc-accent); font-weight: 600; }
.tgmc-hl-success { color: #34d399; font-weight: 600; }

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

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

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

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

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

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

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

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

/* ── Hero Info Card ── */
.tgmc-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;
}
.tgmc-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;
}
.tgmc-hero-info-card .tgmc-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; }
.tgmc-hero-info-card .tgmc-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; }
.tgmc-hero-anchor a { color:var(--tgmc-accent); font-weight:600; text-decoration:underline; text-underline-offset:2px; }
.tgmc-hero-anchor a:hover { color:#fff; }

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

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

/* Method Items */
.tgmc-method-item { display:flex; gap:18px; align-items:flex-start; padding:16px 0; border-bottom:1px solid rgba(255,255,255,.06); }
.tgmc-method-item:last-child { border-bottom:none; padding-bottom:0; }
.tgmc-method-item:first-child { padding-top:0; }
.tgmc-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; }
.tgmc-method-body h3 { font-size:1rem; font-weight:700; color:var(--tgmc-text); margin:0 0 8px; line-height:1.4; }
.tgmc-method-body p { font-size:.88rem; color:var(--tgmc-text-muted); line-height:1.7; margin:0; }

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

/* ── Responsive ── */
@media (max-width:991px) {
  .tgmc-hero-row { flex-direction:column; }
  .tgmc-col-form { order:-1; margin-top:0; }
  .tgmc-col-illustration { margin-top:16px; padding-top:0; }
  .tgmc-hero { padding:12px 0 20px; }
  .tgmc-glass-form { margin-bottom:20px; }
  .tgmc-hero-title { font-size:1.4rem; }
  .tgmc-proof-hero { flex-direction:column; text-align:center; }
  .tgmc-proof-robot { width:80px; height:80px; }
  .tgmc-robot-img-sm { width:70px; }
  .tgmc-fbadge { display:none; }
  .tgmc-hero-info-card { margin-top:12px; }
  .tgmc-panel { flex-direction:column; gap:16px; padding:20px; }
  .tgmc-panel--reverse { flex-direction:column; }
  .tgmc-panel__img { flex:none; max-width:280px; margin:0 auto; }
}
@media (max-width:767.98px) {
  .tgmc-form-row-2col { grid-template-columns:1fr; }
  .tgmc-section { padding:12px 0; }
  .tgmc-section-title { font-size:1.2rem; }
  .tgmc-hero-title { font-size:1.3rem; }

  .tgmc-testimonial-card { min-width:260px; }
}
@media (max-width:575.98px) {

  .tgmc-glass-form { padding:18px 16px; }
  .tgmc-stepper { flex-wrap:wrap; }
  .tgmc-hero { padding:10px 0 16px; }
  .tgmc-proof-panel { padding:14px; }
  .tgmc-proof-stats { gap:8px; }
  .tgmc-panel { padding:16px; gap:14px; }
  .tgmc-panel__img { max-width:240px; }
  .tgmc-method-item { gap:12px; padding:12px 0; }
  .tgmc-method-num { width:36px; height:36px; font-size:.95rem; border-radius:10px; }
  .tgmc-method-body h3 { font-size:.93rem; }
  .tgmc-method-body p { font-size:.83rem; }
  #pricing .tgmc-ptable th, #pricing .tgmc-ptable td { padding:8px 10px; font-size:.78rem; }
  #pricing .tgmc-ptable td strong { font-size:.95rem; }
}
