
body{overflow-x:hidden}
.custom-select-wrapper{position:relative;user-select:none;width:100%;max-width:100%;box-sizing:border-box}
.custom-select-trigger{display:flex;align-items:center;padding:12px;border:1px solid #ced4da;border-radius:8px;cursor:pointer;background:#fff;min-width:0;max-width:100%;overflow:hidden;box-sizing:border-box}
.custom-select-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;display:block}
.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;flex-shrink:0}
.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}
:root{
  --thcmt-primary:#4F46E5;--thcmt-primary-dark:#4338CA;
  --thcmt-accent:#FF6B6B;--thcmt-accent-light:#FF8787;
  --thcmt-teal:#14B8A6;--thcmt-teal-light:#2DD4BF;
  --thcmt-glass:rgba(255,255,255,0.08);--thcmt-glass-border:rgba(255,255,255,0.14);
  --thcmt-gradient:linear-gradient(135deg,#0f0a1e 0%,#1a1035 50%,#0f0a1e 100%);
  --thcmt-gradient-accent:linear-gradient(135deg,#4F46E5 0%,#6366F1 50%,#4F46E5 100%);
  --thcmt-gradient-coral:linear-gradient(135deg,#FF6B6B 0%,#FF8787 100%);
  --thcmt-gradient-teal:linear-gradient(135deg,#14B8A6 0%,#2DD4BF 100%);
  --thcmt-dark:#0f0a1e;--thcmt-dark2:#1a1035;
  --thcmt-radius:16px;--thcmt-radius-lg:24px;
  --thcmt-shadow:0 8px 32px rgba(79,70,229,0.12);
  --thcmt-section-bg-alt:#f8f9fa;--thcmt-text:#555;
  --thcmt-heading:#1a1a2e;--thcmt-card-bg:#fff;
  --thcmt-card-border:rgba(0,0,0,0.06);--thcmt-list-border:#eee;
}
/* ========== ANIMATIONS (PERFORMANCE-SAFE — ≤5 infinite) ========== */
@keyframes thcmtShimmer{0%{left:-100%}50%,100%{left:100%}}
@keyframes thcmtMarquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes thcmtBadgeSlide{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}
@keyframes thcmtFadeIn{from{opacity:0;transform:scale(0.95)}to{opacity:1;transform:scale(1)}}
@keyframes thcmtSlideUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
@keyframes thcmtFloat1{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes thcmtFloat2{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes thcmtDotBlink{0%,100%{opacity:1}50%{opacity:0.3}}
@keyframes thcmtFeedSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}

/* ========== BREADCRUMB ========== */
.thcmt-breadcrumb{margin-bottom:8px}
.thcmt-breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:6px;font-size:0.78rem}
.thcmt-breadcrumb a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.2s}
.thcmt-breadcrumb a:hover{color:var(--thcmt-accent)}
.thcmt-breadcrumb .separator{color:rgba(255,255,255,0.3);font-size:0.55rem}
.thcmt-breadcrumb .current span{color:rgba(255,255,255,0.85);font-weight:600}

/* ========== HERO BADGE ========== */
.thcmt-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border-radius:50px;font-size:0.82rem;font-weight:700;background:rgba(79,70,229,0.2);border:1px solid rgba(79,70,229,0.35);color:rgba(255,255,255,0.9);margin-bottom:12px;animation:thcmtBadgeSlide 0.6s ease-out both;box-shadow:0 0 20px rgba(79,70,229,0.3)}
.thcmt-hero-badge i{font-size:0.8rem;color:var(--thcmt-accent)}

/* ========== HERO SECTION ========== */
.thcmt-hero{width:100vw;margin-left:calc(-50vw + 50%);background:linear-gradient(135deg,#0f0a1e 0%,#1a1035 30%,#0f0a1e 60%,#1a1035 100%);position:relative;overflow:hidden;padding:16px 0 24px}
.thcmt-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(79,70,229,0.08) 0%,transparent 60%);pointer-events:none}
.thcmt-hero::after{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,107,0.06) 0%,transparent 70%);bottom:-80px;left:-60px;pointer-events:none}
.thcmt-hero-orb{position:absolute;border-radius:50%;pointer-events:none}
.thcmt-hero-orb-1{width:300px;height:300px;top:-80px;right:-60px;background:radial-gradient(circle,rgba(79,70,229,0.12) 0%,transparent 70%)}
.thcmt-hero-orb-2{width:200px;height:200px;bottom:-50px;left:5%;background:radial-gradient(circle,rgba(255,107,107,0.1) 0%,transparent 70%)}
.thcmt-hero-orb-3{width:120px;height:120px;top:30%;left:15%;background:radial-gradient(circle,rgba(20,184,166,0.1) 0%,transparent 70%)}
.thcmt-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.015) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}
.thcmt-hero-row{display:flex;flex-wrap:wrap;flex-direction:row-reverse}
.thcmt-col-form{order:0}.thcmt-col-illustration{order:0}
.thcmt-anim-fadeIn{animation:thcmtFadeIn 0.8s ease both}
.thcmt-anim-slideUp{animation:thcmtSlideUp 0.8s cubic-bezier(0.16,1,0.3,1) both}
.thcmt-hero-title{font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;color:#fff;margin-bottom:6px;line-height:1.25;text-shadow:0 0 30px rgba(79,70,229,0.3),0 2px 20px rgba(0,0,0,0.3)}
.thcmt-hero-title .accent{background:var(--thcmt-gradient-coral);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.thcmt-hero-desc{color:rgba(255,255,255,0.8);font-size:0.92rem;line-height:1.6;margin-bottom:16px;max-width:560px}
.thcmt-hero-desc strong{color:var(--thcmt-accent)}
.thcmt-kw-rotator{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.thcmt-kw{display:inline-block;padding:4px 12px;border-radius:20px;font-size:0.72rem;font-weight:600;background:rgba(79,70,229,0.12);border:1px solid rgba(79,70,229,0.25);color:rgba(255,255,255,0.7);white-space:nowrap}

/* ========== GLASS FORM ========== */
.thcmt-glass-form{background:linear-gradient(160deg,rgba(79,70,229,0.08) 0%,rgba(15,10,30,0.95) 40%,rgba(26,16,53,0.97) 100%);border:1px solid var(--thcmt-glass-border);border-radius:var(--thcmt-radius);padding:24px 28px;position:relative;box-shadow:0 0 20px rgba(79,70,229,0.25),0 0 40px rgba(79,70,229,0.1)}
.thcmt-glass-form::before{content:'';position:absolute;inset:-1px;border-radius:var(--thcmt-radius);padding:1px;background:linear-gradient(135deg,rgba(79,70,229,0.4),rgba(255,107,107,0.2),rgba(20,184,166,0.3));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none}
.thcmt-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)}
.thcmt-form-header-icon{width:44px;height:44px;border-radius:12px;flex-shrink:0;background:var(--thcmt-gradient-accent);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;box-shadow:0 4px 14px rgba(79,70,229,0.3)}
.thcmt-form-header-title{font-size:1rem;font-weight:700;color:#fff;margin:0;line-height:1.3}
.thcmt-form-header-sub{font-size:0.75rem;color:rgba(255,255,255,0.5);margin:2px 0 0;line-height:1.3}
.thcmt-stepper{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;position:relative;padding:0 4px}
.thcmt-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}
.thcmt-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}
.thcmt-step.active{color:rgba(255,255,255,0.95)}
.thcmt-step.active .thcmt-step-num{background:var(--thcmt-gradient-accent);border-color:var(--thcmt-primary);color:#fff;box-shadow:0 0 12px rgba(79,70,229,0.4)}
.thcmt-step.completed{color:rgba(255,255,255,0.6)}
.thcmt-step.completed .thcmt-step-num{background:var(--thcmt-gradient-teal);border-color:var(--thcmt-teal);color:#fff;box-shadow:0 0 8px rgba(20,184,166,0.3);font-size:0}
.thcmt-step.completed .thcmt-step-num::after{content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;font-size:0.65rem}
.thcmt-form-group{margin-bottom:16px}
.thcmt-form-group:last-of-type{margin-bottom:8px}
.thcmt-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}
.thcmt-form-label i{color:var(--thcmt-teal);font-size:0.88rem}
.thcmt-form-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:14px;transition:grid-template-columns .3s ease}
.thcmt-form-row-2col>.thcmt-form-group{min-width:0}
.thcmt-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}
.thcmt-input::placeholder{color:rgba(255,255,255,0.3)}
.thcmt-input:focus{border-color:var(--thcmt-primary);box-shadow:0 0 0 3px rgba(79,70,229,0.15),inset 0 0 0 1px rgba(79,70,229,0.1);background:rgba(255,255,255,0.1)}
.thcmt-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}
.thcmt-textarea:focus{border-color:var(--thcmt-primary);box-shadow:0 0 0 3px rgba(79,70,229,0.15)}
.thcmt-comment-counter{text-align:right;font-size:0.72rem;color:var(--thcmt-accent);font-weight:600;margin-top:4px}
.thcmt-server-desc{background:rgba(79,70,229,0.08);border:1px solid rgba(79,70,229,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}
.thcmt-qty-hint{color:rgba(255,255,255,0.4);font-size:0.7rem;margin-top:3px;display:block}
.thcmt-price-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}
.thcmt-price-label{color:rgba(255,255,255,0.55);font-size:0.82rem}
.thcmt-price-value{color:#fff;font-weight:700;font-size:0.88rem}
.thcmt-price-total{color:var(--thcmt-accent-light);font-size:1.1rem;font-weight:800}
/* CTA — shimmer is lightweight, kept as 1 of ≤5 infinite */
.thcmt-cta-btn{width:100%;background:var(--thcmt-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}
.thcmt-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(79,70,229,0.4);color:#fff}
.thcmt-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:thcmtShimmer 3s infinite}
.thcmt-trust-mini{display:flex;justify-content:center;gap:14px;margin-top:8px;flex-wrap:wrap}
.thcmt-trust-mini-item{display:flex;align-items:center;gap:4px;color:rgba(255,255,255,0.55);font-size:0.7rem}
.thcmt-trust-mini-item i{color:var(--thcmt-teal);font-size:0.72rem}
/* Glass form select override */
.thcmt-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}
.thcmt-glass-form .custom-select-trigger:hover,.thcmt-glass-form .custom-select-wrapper.open .custom-select-trigger{border-color:var(--thcmt-primary);box-shadow:0 0 0 3px rgba(79,70,229,0.15)}
.thcmt-glass-form .custom-select-trigger .arrow{border-top-color:rgba(255,255,255,0.5);position:absolute;right:12px;top:50%;transform:translateY(-50%)}
.thcmt-glass-form .custom-select-dropdown{background:rgba(15,10,30,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}
.thcmt-glass-form .custom-search-container{background:rgba(15,10,30,0.8);border-color:rgba(255,255,255,0.08)}
.thcmt-glass-form .custom-search-input{background:rgba(255,255,255,0.06);border-color:rgba(255,255,255,0.12);color:#fff}
.thcmt-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}
.thcmt-glass-form .custom-option:hover{background:rgba(79,70,229,0.12)}

/* ========== PROOF PANEL ========== */
.thcmt-proof-panel{background:rgba(15,10,30,0.92);border:1px solid rgba(255,255,255,0.08);border-radius:var(--thcmt-radius-lg);padding:20px;margin-top:12px}
.thcmt-proof-hero{display:flex;align-items:center;gap:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.08);margin-bottom:16px}
.thcmt-proof-robot{position:relative;flex-shrink:0;width:130px;height:130px;display:flex;align-items:center;justify-content:center}
.thcmt-cat-glow{position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle,rgba(79,70,229,0.2) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);opacity:0.6;pointer-events:none}
.thcmt-robot-img-sm{width:120px;position:relative;z-index:2;filter:drop-shadow(0 6px 20px rgba(79,70,229,0.25))}
/* Floating badges — 2 of ≤5 infinite */
.thcmt-fbadge{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:12px;background:rgba(79,70,229,0.18);border:1px solid rgba(79,70,229,0.3);color:#fff;font-size:0.55rem;font-weight:700;white-space:nowrap;pointer-events:none;box-shadow:0 3px 10px rgba(79,70,229,0.12)}
.thcmt-fbadge i{font-size:0.55rem;color:var(--thcmt-accent)}
.th-cmt-mini-1{top:-2px;right:-8px;animation:thcmtFloat1 3.5s ease-in-out infinite}
.th-cmt-mini-2{bottom:5px;left:-10px;animation:thcmtFloat2 4s ease-in-out infinite 0.8s;background:rgba(255,107,107,0.18);border-color:rgba(255,107,107,0.3)}
.th-cmt-mini-2 i{color:var(--thcmt-accent)}
.th-cmt-mini-3{top:50%;right:-16px;background:rgba(20,184,166,0.2);border-color:rgba(20,184,166,0.35);opacity:0.7}
.th-cmt-mini-3 i{color:var(--thcmt-teal)}
.thcmt-proof-stats{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.thcmt-pstat{text-align:center;padding:10px 6px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.06);border-radius:12px;transition:all 0.3s ease}
.thcmt-pstat:hover{background:rgba(79,70,229,0.08);border-color:rgba(79,70,229,0.2);transform:translateY(-2px)}
.thcmt-pstat-icon{font-size:0.9rem;color:var(--thcmt-teal);margin-bottom:4px}
.thcmt-pstat-num{font-size:1.15rem;font-weight:800;color:#fff;font-variant-numeric:tabular-nums}
.thcmt-pstat-label{font-size:0.62rem;color:rgba(255,255,255,0.5);margin-top:1px;text-transform:uppercase;letter-spacing:0.5px}
/* Live Feed — dot blink is 3 of ≤5 infinite */
.thcmt-livefeed{max-height:200px;overflow:hidden;position:relative}
.thcmt-livefeed::after{content:'';position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,rgba(15,10,30,0.95));pointer-events:none;z-index:2}
.thcmt-livefeed-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.thcmt-livefeed-dot{width:8px;height:8px;border-radius:50%;background:#4CAF50;box-shadow:0 0 8px rgba(76,175,80,0.5);animation:thcmtDotBlink 1.5s ease-in-out infinite}
.thcmt-livefeed-title{font-size:0.72rem;font-weight:700;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.8px}
.thcmt-livefeed-list{display:flex;flex-direction:column;gap:6px}
.thcmt-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:thcmtFeedSlideIn 0.5s ease-out}
.thcmt-livefeed-item:hover{background:rgba(79,70,229,0.06);border-color:rgba(79,70,229,0.15)}
.thcmt-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(--thcmt-gradient-accent)}
.thcmt-livefeed-info{flex:1;min-width:0}
.thcmt-livefeed-name{font-size:0.75rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.thcmt-livefeed-name span{color:var(--thcmt-accent);font-weight:700}
.thcmt-livefeed-detail{font-size:0.65rem;color:rgba(255,255,255,0.4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.thcmt-livefeed-time{font-size:0.6rem;color:rgba(255,255,255,0.3);white-space:nowrap;flex-shrink:0}

/* ========== SEO CONTENT SECTIONS ========== */
.thcmt-content-section{padding:32px 0;position:relative;overflow:hidden}
.thcmt-content-section:nth-child(odd){background:linear-gradient(180deg,#f8faff 0%,#f0f4ff 100%)}
.thcmt-content-section:nth-child(even){background:linear-gradient(180deg,#ffffff 0%,#faf8ff 100%)}
.thcmt-content-section::before{content:'';position:absolute;inset:0;opacity:0.03;pointer-events:none;background-image:radial-gradient(circle,#1a1a2e 1px,transparent 1px);background-size:24px 24px}
.thcmt-section-emoji{font-size:2rem;text-align:center;margin-bottom:8px}
.thcmt-section-title{font-size:1.45rem;font-weight:800;color:var(--thcmt-heading);margin-bottom:12px;line-height:1.35;text-align:center;position:relative;padding-bottom:12px}
.thcmt-section-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;border-radius:3px;background:var(--thcmt-gradient-accent)}
.thcmt-section-intro{font-size:0.92rem;color:var(--thcmt-text);line-height:1.7;margin-bottom:28px;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}
/* Zigzag layout */
.thcmt-zigzag{display:flex;align-items:center;gap:28px;margin-bottom:28px;padding:16px;background:var(--thcmt-card-bg);border-radius:20px;border:1px solid var(--thcmt-card-border);box-shadow:0 4px 20px rgba(0,0,0,0.04)}
.thcmt-zigzag-reverse{flex-direction:row-reverse}
.thcmt-zigzag-img{flex:0 0 42%;max-width:42%;border-radius:14px;overflow:hidden}
.thcmt-zigzag-img img{width:100%;display:block;border-radius:14px;transition:transform 0.4s ease}
.thcmt-zigzag-img:hover img{transform:scale(1.02)}
.thcmt-zigzag-text{flex:1}
.thcmt-zigzag-text h3{font-size:1.1rem;font-weight:700;color:var(--thcmt-heading);margin-bottom:10px}
.thcmt-zigzag-text p{font-size:0.88rem;color:var(--thcmt-text);line-height:1.7;margin-bottom:10px}
.thcmt-zigzag-text p:last-child{margin-bottom:0}
.thcmt-zigzag-text a{color:var(--thcmt-primary);font-weight:600;text-decoration:none;border-bottom:1px dashed var(--thcmt-primary)}
.thcmt-zigzag-text a:hover{color:var(--thcmt-accent);border-bottom-color:var(--thcmt-accent)}
.thcmt-check-list{list-style:none;padding:0;margin:10px 0}
.thcmt-check-list li{padding:6px 0 6px 0;font-size:0.86rem;color:var(--thcmt-text);line-height:1.5}
.thcmt-check-list li i{color:var(--thcmt-teal);margin-right:8px}
.thcmt-check-list li strong{color:var(--thcmt-heading)}
.thcmt-note-text{font-size:0.82rem;color:#888;font-style:italic;margin-top:8px}

/* ========== TIPS GRID (7 methods) ========== */
.thcmt-tips-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}
.thcmt-tip-card{background:var(--thcmt-card-bg);border-radius:16px;padding:22px 20px;box-shadow:0 2px 12px rgba(0,0,0,0.03);transition:all 0.35s cubic-bezier(0.16,1,0.3,1);border:1px solid var(--thcmt-card-border);position:relative}
.thcmt-tip-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(79,70,229,0.07);border-color:rgba(79,70,229,0.18)}
.thcmt-tip-num{width:36px;height:36px;border-radius:50%;background:var(--thcmt-gradient-accent);color:#fff;font-weight:800;font-size:0.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:10px;box-shadow:0 3px 10px rgba(79,70,229,0.3)}
.thcmt-tip-card h4{font-size:0.95rem;font-weight:700;color:var(--thcmt-heading);margin-bottom:6px}
.thcmt-tip-card p{font-size:0.84rem;color:var(--thcmt-text);line-height:1.6;margin:0}
.thcmt-conclusion-box{display:flex;align-items:flex-start;gap:14px;padding:16px 20px;background:linear-gradient(135deg,rgba(79,70,229,0.04),rgba(255,107,107,0.03));border:1px solid rgba(79,70,229,0.12);border-radius:14px;margin-top:8px}
.thcmt-conclusion-box i{color:var(--thcmt-accent);font-size:1.2rem;flex-shrink:0;margin-top:2px}
.thcmt-conclusion-box p{font-size:0.88rem;color:var(--thcmt-text);line-height:1.65;margin:0}
.thcmt-conclusion-box a{color:var(--thcmt-primary);font-weight:600;text-decoration:none;border-bottom:1px dashed var(--thcmt-primary)}

/* ========== BENEFITS GRID ========== */
.thcmt-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}
.thcmt-benefit-card{background:var(--thcmt-card-bg);border-radius:16px;padding:22px;border:1px solid var(--thcmt-card-border);box-shadow:0 2px 12px rgba(0,0,0,0.03);transition:all 0.35s;text-align:center}
.thcmt-benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(79,70,229,0.07);border-color:rgba(79,70,229,0.18)}
.thcmt-benefit-icon{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,rgba(79,70,229,0.1),rgba(20,184,166,0.06));display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:1.2rem;color:var(--thcmt-primary);transition:all 0.3s}
.thcmt-benefit-card:hover .thcmt-benefit-icon{background:var(--thcmt-gradient-accent);color:#fff}
.thcmt-benefit-card h4{font-size:0.9rem;font-weight:700;color:var(--thcmt-heading);margin-bottom:6px}
.thcmt-benefit-card p{font-size:0.82rem;color:var(--thcmt-text);line-height:1.55;margin:0}
.thcmt-benefit-card a{color:var(--thcmt-primary);font-weight:600;text-decoration:none}

/* ========== PRICING TABLE ========== */
.thcmt-pricing-table{background:var(--thcmt-card-bg);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.06);margin-top:20px}
.thcmt-pricing-table table{width:100%;border-collapse:collapse}
.thcmt-pricing-table thead th{background:var(--thcmt-gradient-accent);color:#fff;padding:14px 16px;font-size:0.85rem;font-weight:700;text-align:center}
.thcmt-pricing-table tbody td{padding:12px 16px;text-align:center;font-size:0.86rem;color:var(--thcmt-text);border-bottom:1px solid #eee}
.thcmt-pricing-table tbody tr:hover{background:rgba(79,70,229,0.03)}
.thcmt-row-highlight{background:rgba(79,70,229,0.04) !important}
.thcmt-row-highlight td{font-weight:600}
.thcmt-server-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:0.72rem;font-weight:700;white-space:nowrap}
.thcmt-badge-event{background:linear-gradient(135deg,#FF6B6B,#FF8787);color:#fff}
.thcmt-badge-basic{background:linear-gradient(135deg,#6B7280,#9CA3AF);color:#fff}
.thcmt-badge-quality{background:linear-gradient(135deg,#3B82F6,#60A5FA);color:#fff}
.thcmt-badge-vip{background:linear-gradient(135deg,#4F46E5,#6366F1);color:#fff}
.thcmt-badge-super{background:linear-gradient(135deg,#8B5CF6,#A78BFA);color:#fff}
.thcmt-badge-premium{background:linear-gradient(135deg,#F59E0B,#FBBF24);color:#fff}
.thcmt-pricing-note{padding:12px 16px;background:rgba(79,70,229,0.03);border-top:1px solid #eee}
.thcmt-pricing-note p{font-size:0.82rem;color:var(--thcmt-text);margin:0;line-height:1.5}
.thcmt-pricing-note i{color:var(--thcmt-primary);margin-right:6px}
.thcmt-pricing-note a{color:var(--thcmt-primary);font-weight:600;text-decoration:none}

/* ========== STEPS GRID ========== */
.thcmt-steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.thcmt-step-card{background:var(--thcmt-card-bg);border-radius:16px;padding:20px;text-align:center;border:1px solid var(--thcmt-card-border);box-shadow:0 2px 12px rgba(0,0,0,0.03);transition:all 0.35s}
.thcmt-step-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(79,70,229,0.07);border-color:rgba(79,70,229,0.18)}
.thcmt-step-icon{width:48px;height:48px;border-radius:50%;background:var(--thcmt-gradient-accent);display:flex;align-items:center;justify-content:center;margin:0 auto 10px;color:#fff;font-weight:800;font-size:1rem;box-shadow:0 4px 14px rgba(79,70,229,0.3)}
.thcmt-step-card h4{font-size:0.88rem;font-weight:700;color:var(--thcmt-heading);margin-bottom:6px}
.thcmt-step-card p{font-size:0.78rem;color:var(--thcmt-text);line-height:1.5;margin:0}
.thcmt-step-card a{color:var(--thcmt-primary);font-weight:600;text-decoration:none}
.thcmt-step-img{margin:10px 0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(79,70,229,0.1)}
.thcmt-step-img img{width:100%;display:block;border-radius:12px;transition:transform 0.4s ease}
.thcmt-step-img:hover img{transform:scale(1.03)}

/* ========== NOTES GRID ========== */
.thcmt-notes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}
.thcmt-note-card{background:var(--thcmt-card-bg);border-radius:16px;padding:22px;border:1px solid var(--thcmt-card-border);box-shadow:0 2px 12px rgba(0,0,0,0.03);transition:all 0.35s;border-top:3px solid var(--thcmt-accent)}
.thcmt-note-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(255,107,107,0.06)}
.thcmt-note-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,rgba(255,107,107,0.08),rgba(79,70,229,0.05));display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--thcmt-accent);margin-bottom:10px}
.thcmt-note-card h4{font-size:0.92rem;font-weight:700;color:var(--thcmt-heading);margin-bottom:6px}
.thcmt-note-card p{font-size:0.82rem;color:var(--thcmt-text);line-height:1.55;margin:0}

/* ========== TESTIMONIALS MARQUEE — 2 of ≤5 infinite ========== */
.thcmt-testimonials-section{padding:28px 0;background:linear-gradient(135deg,#0f0a1e 0%,#1a1035 50%,#0f0a1e 100%) !important;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden}
.thcmt-testimonials-section .thcmt-section-emoji{color:#fff}
.thcmt-testimonials-section .thcmt-section-title{color:#fff}
.thcmt-testimonials-section .thcmt-section-title::after{background:var(--thcmt-gradient-accent)}
.thcmt-testimonial-marquee{overflow:hidden;margin-top:20px}
.thcmt-marquee-track{display:flex;gap:20px;width:max-content;will-change:transform}
.thcmt-marquee-r1{animation:thcmtMarquee 60s linear infinite}
.thcmt-marquee-r2{animation:thcmtMarquee 65s linear infinite reverse;margin-top:16px}
.thcmt-testimonial-card{flex-shrink:0;width:320px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:20px;transition:all 0.3s;position:relative}
.thcmt-testimonial-card:hover{background:rgba(255,255,255,0.08);border-color:rgba(79,70,229,0.25);transform:translateY(-3px)}
.thcmt-testimonial-tag{display:inline-block;padding:2px 10px;border-radius:10px;font-size:0.6rem;font-weight:700;margin-bottom:8px}
.thcmt-tag-comment{background:rgba(79,70,229,0.2);color:rgba(255,255,255,0.8);border:1px solid rgba(79,70,229,0.3)}
.thcmt-tag-like{background:rgba(255,107,107,0.2);color:rgba(255,255,255,0.8);border:1px solid rgba(255,107,107,0.3)}
.thcmt-tag-follow{background:rgba(20,184,166,0.2);color:rgba(255,255,255,0.8);border:1px solid rgba(20,184,166,0.3)}
.thcmt-testimonial-stars{color:#FFC107;font-size:0.7rem;margin-bottom:8px}
.thcmt-testimonial-text{font-size:0.82rem;color:rgba(255,255,255,0.75);line-height:1.55;font-style:italic;margin-bottom:12px}
.thcmt-testimonial-author{display:flex;align-items:center;gap:10px}
.thcmt-testimonial-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.78rem;color:#fff;background:var(--thcmt-gradient-accent);flex-shrink:0}
.thcmt-testimonial-name{font-size:0.82rem;font-weight:700;color:#fff}
.thcmt-testimonial-role{font-size:0.68rem;color:rgba(255,255,255,0.5)}

/* ========== FAQ ACCORDION ========== */
.thcmt-faq-section{padding-bottom:32px}
.thcmt-faq-list{max-width:800px;margin:0 auto}
.thcmt-faq-item{background:var(--thcmt-card-bg);border:1px solid var(--thcmt-card-border);border-radius:12px;margin-bottom:10px;overflow:hidden;transition:all 0.3s}
.thcmt-faq-item:hover{border-color:rgba(79,70,229,0.15)}
.thcmt-faq-q{padding:16px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:0.9rem;color:var(--thcmt-heading);transition:all 0.3s;user-select:none}
.thcmt-faq-q:hover{background:rgba(79,70,229,0.02)}
.thcmt-faq-q i{color:var(--thcmt-primary);transition:transform 0.3s;flex-shrink:0;margin-left:10px}
.thcmt-faq-item.active .thcmt-faq-q{background:rgba(79,70,229,0.04);color:var(--thcmt-primary)}
.thcmt-faq-item.active .thcmt-faq-q i{transform:rotate(180deg)}
.thcmt-faq-a{max-height:0;overflow:hidden;transition:max-height 0.4s ease}
.thcmt-faq-item.active .thcmt-faq-a{max-height:500px}
.thcmt-faq-a p{padding:4px 20px 16px;font-size:0.86rem;color:var(--thcmt-text);line-height:1.7;margin:0}

/* ========== RELATED SERVICES ========== */
.thcmt-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px}
.thcmt-related-card{background:var(--thcmt-card-bg);border-radius:var(--thcmt-radius);padding:24px;text-align:center;border:1px solid var(--thcmt-card-border);transition:all 0.35s;text-decoration:none;display:block}
.thcmt-related-card:hover{transform:translateY(-5px);box-shadow:0 12px 36px rgba(79,70,229,0.08);border-color:rgba(79,70,229,0.2)}
.thcmt-related-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,rgba(79,70,229,0.1),rgba(20,184,166,0.06));display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:1.4rem;color:var(--thcmt-primary);transition:all 0.3s}
.thcmt-related-card:hover .thcmt-related-icon{background:var(--thcmt-gradient-accent);color:#fff}
.thcmt-related-card h4{font-size:0.95rem;font-weight:700;color:var(--thcmt-heading);margin-bottom:6px}
.thcmt-related-card p{font-size:0.82rem;color:var(--thcmt-text);line-height:1.5;margin:0}

/* ========== CTA FINAL ========== */
.thcmt-cta-section{width:100vw;margin-left:calc(-50vw + 50%);background:var(--thcmt-gradient-accent);padding:28px 0;text-align:center}
.thcmt-cta-content h2{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:10px}
.thcmt-cta-content p{color:rgba(255,255,255,0.85);font-size:0.95rem;margin-bottom:20px}
.thcmt-cta-scroll{width:auto;display:inline-flex;align-items:center;gap:8px;padding:14px 36px;border-radius:50px;background:#fff;color:var(--thcmt-primary);font-size:1rem;font-weight:700;text-decoration:none;transition:all 0.3s;box-shadow:0 4px 20px rgba(0,0,0,0.15);cursor:pointer;border:none}
.thcmt-cta-scroll:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,0.25);color:var(--thcmt-primary)}
.thcmt-cta-scroll::after{display:none}

/* ========== SCROLL REVEAL ========== */
.thcmt-reveal{opacity:0;transform:translateY(24px);transition:all 0.6s cubic-bezier(0.16,1,0.3,1)}
.thcmt-reveal.visible{opacity:1;transform:translateY(0)}
.thcmt-reveal-right{opacity:0;transform:translateX(24px);transition:all 0.6s cubic-bezier(0.16,1,0.3,1)}
.thcmt-reveal-right.visible{opacity:1;transform:translateX(0)}

/* ========== HERO INFO CARD ========== */
.thcmt-hero-info-card{margin-top:12px;margin-bottom:20px;background:rgba(15,10,40,0.65);border:1px solid rgba(79,70,229,0.1);border-radius:12px;padding:16px 18px 16px 22px;display:flex;flex-direction:column;gap:0;position:relative;overflow:hidden}
.thcmt-hero-info-card::before{content:'';position:absolute;top:0;left:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--thcmt-primary),var(--thcmt-accent));border-radius:3px 0 0 3px}
.thcmt-hero-info-card .thcmt-hero-desc{margin-bottom:0;padding-bottom:12px;border-bottom:1px solid rgba(79,70,229,0.08);font-size:0.88rem;line-height:1.6;color:rgba(255,255,255,0.75);max-width:none;margin-top:0}
.thcmt-hero-info-card .thcmt-hero-desc strong{color:var(--thcmt-accent)}
.thcmt-hero-anchor{font-size:0.82rem;color:rgba(255,255,255,0.5);line-height:1.6;max-width:none;padding:12px 0 0;background:none;border-left:none;border-radius:0;margin-bottom:0}
.thcmt-hero-anchor a{color:var(--thcmt-teal-light);font-weight:700;text-decoration:none;border-bottom:1px dashed var(--thcmt-teal-light);transition:all 0.3s}
.thcmt-hero-anchor a:hover{color:#fff;border-bottom-color:#fff}

/* ========== DARK MODE ========== */
[data-bs-theme="dark"] .thcmt-content-section{background:#1a1a2e!important}
[data-bs-theme="dark"] .thcmt-content-section:nth-child(even){background:#141428!important}
[data-bs-theme="dark"] .thcmt-section-title{color:#fff}
[data-bs-theme="dark"] .thcmt-section-intro,[data-bs-theme="dark"] .thcmt-zigzag-text p{color:rgba(255,255,255,0.7)}
[data-bs-theme="dark"] .thcmt-zigzag-text h3,[data-bs-theme="dark"] .thcmt-zigzag-text strong{color:var(--thcmt-accent)}
[data-bs-theme="dark"] .thcmt-zigzag,[data-bs-theme="dark"] .thcmt-tip-card,[data-bs-theme="dark"] .thcmt-benefit-card,[data-bs-theme="dark"] .thcmt-related-card,[data-bs-theme="dark"] .thcmt-note-card,[data-bs-theme="dark"] .thcmt-step-card,[data-bs-theme="dark"] .thcmt-faq-item{background:rgba(255,255,255,0.04);border-color:rgba(255,255,255,0.08)}
[data-bs-theme="dark"] .thcmt-tip-card h4,[data-bs-theme="dark"] .thcmt-benefit-card h4,[data-bs-theme="dark"] .thcmt-related-card h4,[data-bs-theme="dark"] .thcmt-note-card h4,[data-bs-theme="dark"] .thcmt-step-card h4,[data-bs-theme="dark"] .thcmt-faq-q{color:#fff}
[data-bs-theme="dark"] .thcmt-tip-card p,[data-bs-theme="dark"] .thcmt-benefit-card p,[data-bs-theme="dark"] .thcmt-related-card p,[data-bs-theme="dark"] .thcmt-note-card p,[data-bs-theme="dark"] .thcmt-step-card p,[data-bs-theme="dark"] .thcmt-faq-a p{color:rgba(255,255,255,0.6)}
[data-bs-theme="dark"] .thcmt-pricing-table tbody td{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.08)}
[data-bs-theme="dark"] .thcmt-pricing-table tbody tr:hover{background:rgba(79,70,229,0.08)}
[data-bs-theme="dark"] .thcmt-check-list li{color:rgba(255,255,255,0.7)}
[data-bs-theme="dark"] .thcmt-check-list li strong{color:var(--thcmt-accent)}
[data-bs-theme="dark"] .thcmt-conclusion-box{background:rgba(255,255,255,0.03);border-color:rgba(255,255,255,0.08)}
[data-bs-theme="dark"] .thcmt-conclusion-box p{color:rgba(255,255,255,0.7)}
[data-bs-theme="dark"] .thcmt-pricing-note{background:rgba(255,255,255,0.03);border-color:rgba(255,255,255,0.08)}

/* ========== RESPONSIVE ========== */
@media(max-width:991.98px){
  .thcmt-hero-row{flex-direction:column}
  .thcmt-col-form{order:-1}
  .thcmt-hero{padding:12px 0 20px}
  .thcmt-glass-form{margin-bottom:20px}
  .thcmt-proof-hero{flex-direction:column;text-align:center}
  .thcmt-proof-robot{width:80px;height:80px}
  .thcmt-robot-img-sm{width:70px}
  .thcmt-fbadge{display:none}
  .thcmt-related-grid,.thcmt-benefits-grid{grid-template-columns:1fr}
  .thcmt-tips-grid,.thcmt-notes-grid{grid-template-columns:1fr}
  .thcmt-steps-grid{grid-template-columns:repeat(3,1fr)}
  .thcmt-zigzag,.thcmt-zigzag-reverse{flex-direction:column}
  .thcmt-zigzag-img{flex:none;max-width:100%;width:100%}
}
@media(max-width:767.98px){
  .thcmt-form-row-2col{grid-template-columns:1fr}
  .thcmt-content-section{padding:20px 0}
  .thcmt-section-title{font-size:1.2rem}
  .thcmt-hero-title{font-size:1.3rem}
  .thcmt-steps-grid{grid-template-columns:repeat(2,1fr)}
  .thcmt-testimonial-card{width:280px}
}
@media(max-width:575.98px){
  .thcmt-glass-form{padding:18px 16px}
  .thcmt-proof-panel{padding:14px}
  .thcmt-steps-grid{grid-template-columns:1fr}
  .thcmt-pricing-table{overflow-x:auto}
  .thcmt-pricing-table table{min-width:500px}
}
