/* ===== 廷远咨询 v10 — Colorful Modern Redesign ===== */
:root{
  --ty:#6366f1;--ty2:#8b5cf6;--ty3:#06b6d4;--ty4:#10b981;--ty5:#f59e0b;--ty6:#ec4899;
  --dark:#1e1b4b;--deep:#1e293b;--muted:#64748b;--line:#f1f5f9;--soft:#f8fafc;
  --shadow:0 18px 45px rgba(15,32,45,.10);
  --shadow-sm:0 8px 24px rgba(15,32,45,.05);
  --radius:18px;
}

/* v10.19 official Yanquan brand logo */
.ty-brand-logo {
  display:block;
  width:54px!important;
  height:54px!important;
  padding:2px;
  border-radius:50%!important;
  background:#fff;
  object-fit:contain!important;
  box-sizing:border-box;
}
.ty-logo-link {
  display:flex;
  align-items:center;
  gap:10px;
}
.ty-brand-name {
  color:#10213d;
  font-size:19px;
  font-weight:800;
  line-height:1;
  letter-spacing:.04em;
  white-space:nowrap;
}
.ty-logo-link>.ty-logo-icon,
.ty-logo-link>.ty-logo-text,
.ty-footer-legacy-logo {
  display:none!important;
}
.ty-footer-logo {
  display:flex;
  align-items:center;
  gap:12px;
}
.ty-footer-brand-logo {
  display:block;
  width:48px!important;
  height:48px!important;
  padding:2px;
  border-radius:50%;
  background:#fff;
  object-fit:contain;
  box-sizing:border-box;
}
@media(max-width:620px) {
  .ty-brand-logo {width:46px!important;height:46px!important}
  .ty-logo-link {gap:7px}
  .ty-brand-name {font-size:15px;letter-spacing:.02em}
  .ty-footer-brand-logo {width:42px!important;height:42px!important}
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Microsoft YaHei","微软雅黑","PingFang SC","Noto Sans CJK SC","Source Han Sans SC",Arial,sans-serif;color:var(--deep);background:#fbfcfe;font-size:14px;line-height:1.7;overflow-x:hidden}
a{text-decoration:none;color:inherit;transition:.25s}
img{display:block;max-width:100%}
ul{list-style:none}
.ty-container{width:1200px;max-width:100%;margin:0 auto;padding:0 20px}
.site-content{overflow:hidden}

/* ===== TOPBAR ===== */
.ty-topbar{height:38px;background:linear-gradient(90deg,#6366f1,#8b5cf6 25%,#06b6d4 50%,#10b981 75%,#f59e0b);background-size:200% 100%;animation:tyShift 8s linear infinite;color:#fff;font-size:13px;position:relative;z-index:60}
.ty-topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between}
.ty-topbar-left{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.ty-topbar-item{opacity:.92}
.ty-topbar-right{display:flex;gap:14px;align-items:center}
.ty-topbar-cta{font-weight:700;color:#fff}
@keyframes tyShift{to{background-position:200% 0}}

/* ===== HEADER ===== */
.ty-header{background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:0 4px 20px rgba(99,102,241,.04)}
.ty-header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ty-logo-link{display:flex;align-items:center;gap:12px}
.ty-logo-icon{width:52px;height:52px;border-radius:16px;background:conic-gradient(from 45deg,#6366f1,#8b5cf6,#06b6d4,#10b981,#6366f1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:800;box-shadow:0 8px 28px rgba(99,102,241,.25);flex-shrink:0;overflow:hidden}
.ty-logo-icon img{max-width:48px;max-height:48px;width:auto;height:auto;border-radius:12px}
.ty-logo-text{display:flex;flex-direction:column}
.ty-logo-text strong{font-size:18px;color:var(--deep);line-height:1.2;white-space:nowrap}
.ty-logo-text em{font-style:normal;font-size:11px;color:#94a3b8;letter-spacing:1.2px}
.ty-nav{flex:1;display:flex;justify-content:center}
.ty-nav>.menu{display:flex;align-items:center;gap:2px}
.ty-nav>.menu>li{position:relative}
.ty-nav>.menu>li>a{display:block;padding:12px 16px;color:#475569;font-size:14px;font-weight:600;border-radius:12px;white-space:nowrap;transition:.2s;position:relative}
.ty-nav>.menu>li>a:hover{color:var(--ty);background:#f5f3ff}
.ty-nav>.menu>li.current-menu-item>a,.ty-nav>.menu>li.current-menu-parent>a{color:var(--ty);background:#ede9fe}
.ty-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:190px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;z-index:99}
.ty-nav li:hover>.sub-menu{display:block}
.ty-nav .sub-menu a{display:block;padding:10px 14px;color:#475569;font-size:13px;border-radius:8px}
.ty-nav .sub-menu a:hover{background:#f5f3ff;color:var(--ty)}
.ty-nav .sub-menu .sub-menu{left:100%;top:0}
.ty-header-cta{height:48px;padding:0 22px;border-radius:24px;background:linear-gradient(135deg,var(--ty),var(--ty2));color:#fff!important;font-weight:700;font-size:14px;display:flex;align-items:center;box-shadow:0 8px 28px rgba(99,102,241,.2);transition:.25s}
.ty-header-cta:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(99,102,241,.3)}
.ty-menu-toggle{display:none;background:transparent;border:0;cursor:pointer}
.ty-menu-toggle span{display:block;width:24px;height:2px;background:var(--deep);margin:5px 0;transition:.2s}

/* ===== HERO ===== */
.ty-hero{position:relative;min-height:540px;display:flex;align-items:center;overflow:hidden}
.ty-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.ty-hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(30,27,75,.92) 0%,rgba(49,46,129,.72) 45%,rgba(6,182,212,.35) 100%)}
.ty-hero-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 20px;gap:40px}
.ty-hero-content{max-width:560px}
.ty-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:24px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#c7d2fe;font-size:12px;letter-spacing:2px;font-weight:800;margin-bottom:20px;backdrop-filter:blur(8px)}
.ty-hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#6ee7b7;box-shadow:0 0 8px #6ee7b7}
.ty-hero-title{font-size:46px;font-weight:800;line-height:1.12;color:#fff;margin-bottom:16px}
.ty-hero-subtitle{font-size:16px;color:rgba(255,255,255,.78);line-height:1.8;margin-bottom:28px}
.ty-hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.ty-btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 28px;border-radius:25px;font-weight:700;font-size:15px;transition:.25s}
.ty-btn-gradient{background:linear-gradient(135deg,var(--ty),var(--ty2));color:#fff;box-shadow:0 12px 32px rgba(99,102,241,.35);border:1px solid rgba(255,255,255,.15)}
.ty-btn-gradient:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(99,102,241,.45)}
.ty-btn-outline{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.06);color:#fff;backdrop-filter:blur(8px)}
.ty-btn-outline:hover{background:rgba(255,255,255,.12)}
.ty-btn-ghost-light{border:2px solid #e0e7ff;background:#fff;color:var(--ty)}
.ty-btn-ghost-light:hover{background:#f5f3ff}
.ty-hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.ty-hero-trust span{padding:6px 12px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);font-size:12px;color:rgba(255,255,255,.8)}
.ty-hero-scroll{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.5);font-size:12px;animation:tyBounce 2s ease-in-out infinite}
@keyframes tyBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(6px)}}
/* hero floating cards */
.ty-hero-cards{position:relative;width:480px;height:420px;flex-shrink:0}
.ty-hero-card{position:absolute;border-radius:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 50px rgba(0,0,0,.12);transition:.3s}
.ty-hero-card-1{width:240px;top:0;left:0;animation:tyFloat1 6s ease-in-out infinite;overflow:hidden}
.ty-hero-card-2{width:190px;top:20px;right:0;padding:16px;animation:tyFloat2 7s ease-in-out infinite}
.ty-hero-card-3{width:220px;bottom:50px;left:50px;padding:16px;animation:tyFloat3 8s ease-in-out infinite}
.ty-hero-card-4{width:180px;bottom:0;right:10px;animation:tyFloat4 6s ease-in-out infinite;overflow:hidden}
@keyframes tyFloat1{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes tyFloat2{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}
@keyframes tyFloat3{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes tyFloat4{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.ty-hero-card-img{width:100%;height:100px;overflow:hidden}
.ty-hero-card-img img{width:100%;height:100%;object-fit:cover}
.ty-hero-card-body{padding:14px 16px}
.ty-hero-card-body h4{font-size:15px;color:var(--deep);margin-bottom:4px}
.ty-hero-card-body p{font-size:12px;color:#94a3b8;line-height:1.5}
.ty-hero-card-head{font-size:13px;color:var(--deep);margin-bottom:10px}
.ty-hero-progress-wrap{margin-bottom:8px}
.ty-hero-progress-row{display:flex;justify-content:space-between;font-size:11px;color:#94a3b8;margin-bottom:3px}
.ty-hero-progress-bar{height:5px;border-radius:3px;background:#f1f5f9;overflow:hidden}
.ty-hero-progress-fill{height:100%;border-radius:3px}
.ty-hero-tag-cloud{display:flex;flex-wrap:wrap;gap:6px}
.ty-hero-tag{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700}
.ty-hero-tag:nth-child(1){background:#ede9fe;color:var(--ty)}
.ty-hero-tag:nth-child(2){background:#d1fae5;color:var(--ty4)}
.ty-hero-tag:nth-child(3){background:#fef3c7;color:var(--ty5)}
.ty-hero-tag:nth-child(4){background:#fce7f3;color:var(--ty6)}
.ty-hero-tag:nth-child(5){background:#cffafe;color:var(--ty3)}
.ty-hero-chart{text-align:center;padding:12px}
.ty-hero-chart-circle{width:48px;height:48px;border-radius:50%;border:4px solid #f1f5f9;border-top-color:var(--ty);margin:0 auto 6px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:var(--ty)}
.ty-hero-chart-info{text-align:center}
.ty-hero-chart-num{font-size:18px;font-weight:800;color:var(--deep)}
.ty-hero-card-icon-wrap{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--ty),#818cf8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:800;margin-bottom:10px}

/* ===== STATS ===== */
.ty-stats{padding:40px 20px;margin-top:-20px;position:relative;z-index:3}
.ty-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1160px;margin:0 auto}
.ty-stat-card{background:#fff;border-radius:16px;padding:24px;text-align:center;border:1px solid var(--line);box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:.3s}
.ty-stat-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px}
.ty-stat-card:nth-child(1)::before{background:linear-gradient(90deg,var(--ty),#818cf8)}
.ty-stat-card:nth-child(2)::before{background:linear-gradient(90deg,var(--ty3),#22d3ee)}
.ty-stat-card:nth-child(3)::before{background:linear-gradient(90deg,var(--ty4),#34d399)}
.ty-stat-card:nth-child(4)::before{background:linear-gradient(90deg,var(--ty5),#fbbf24)}
.ty-stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.ty-stat-top{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:6px}
.ty-stat-num{font-size:32px;font-weight:800;line-height:1}
.ty-stat-card:nth-child(1) .ty-stat-num{background:linear-gradient(135deg,var(--ty),#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.ty-stat-card:nth-child(2) .ty-stat-num{background:linear-gradient(135deg,var(--ty3),#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.ty-stat-card:nth-child(3) .ty-stat-num{background:linear-gradient(135deg,var(--ty4),#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.ty-stat-card:nth-child(4) .ty-stat-num{background:linear-gradient(135deg,var(--ty5),#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.ty-stat-body{margin-top:4px}
.ty-stat-label{font-size:13px;color:var(--muted)}

/* ===== SECTION ===== */
.ty-section{padding:50px 20px}
.ty-section-head{margin-bottom:32px;text-align:center}
.ty-section-tag{display:block;font-size:12px;letter-spacing:2.5px;font-weight:800;margin-bottom:6px}
.ty-section-title{font-size:30px;font-weight:800;color:var(--deep)}
.ty-section-desc{font-size:14px;color:var(--muted);margin-top:8px;max-width:600px;margin-left:auto;margin-right:auto}
.ty-section-head-light .ty-section-tag{color:#a5b4fc}
.ty-section-head-light .ty-section-title{color:#fff}
.ty-section-tag-light{color:#a5b4fc}
.ty-section-desc-light{color:rgba(255,255,255,.7)}
.ty-grad-text{background:linear-gradient(135deg,var(--ty),var(--ty3));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ty-grad-text-2{background:linear-gradient(135deg,var(--ty5),var(--ty6));-webkit-background-clip:text;-webkit-text-fill-color:transparent}

/* ===== SERVICES ===== */
.ty-services{background:linear-gradient(180deg,#fff,#f8fafc)}
.ty-svc-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-auto-rows:1fr;gap:14px;max-width:1160px;margin:0 auto}
.ty-svc-feature{grid-row:1/3;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;position:relative;border-radius:var(--radius);overflow:hidden;transition:.3s}
.ty-svc-feature:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.15)}
.ty-svc-card-img{position:absolute;inset:0;background-size:cover;background-position:center}
.ty-svc-feature-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(79,70,229,.92) 0%,rgba(124,58,237,.85) 40%,rgba(6,182,212,.65) 100%)}
.ty-svc-feature-content{position:relative;z-index:2;padding:36px}
.ty-svc-badge{display:inline-block;padding:5px 12px;border-radius:14px;background:rgba(255,255,255,.18);font-size:12px;font-weight:700;margin-bottom:14px;backdrop-filter:blur(8px)}
.ty-svc-feature h3{font-size:28px;font-weight:800;margin-bottom:8px}
.ty-svc-feature h4{font-size:15px;opacity:.9;margin-bottom:12px;font-weight:400}
.ty-svc-feature p{font-size:14px;opacity:.85;line-height:1.7;max-width:340px}
.ty-svc-card-arrow{display:inline-block;margin-top:16px;color:#fff;font-weight:700;font-size:14px}
.ty-svc-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.3s;position:relative;display:flex;flex-direction:column}
.ty-svc-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transform:scaleX(0);transform-origin:left;transition:.3s;z-index:2}
.ty-svc-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.ty-svc-card:hover::before{transform:scaleX(1)}
.ty-svc-card:nth-child(2)::before{background:linear-gradient(90deg,var(--ty4),#34d399)}
.ty-svc-card:nth-child(3)::before{background:linear-gradient(90deg,var(--ty5),#fbbf24)}
.ty-svc-card:nth-child(4)::before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}
.ty-svc-card:nth-child(5)::before{background:linear-gradient(90deg,var(--ty6),#f472b6)}
.ty-svc-card-img{width:100%;height:90px;overflow:hidden;position:relative}
.ty-svc-card-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ty-svc-card:hover .ty-svc-card-img img{transform:scale(1.08)}
.ty-svc-card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.15))}
.ty-svc-card-body{padding:16px 20px 18px;flex:1}
.ty-svc-card-tag{display:block;font-size:12px;font-weight:700;margin-bottom:6px}
.ty-svc-card:nth-child(2) .ty-svc-card-tag{color:var(--ty4)}
.ty-svc-card:nth-child(3) .ty-svc-card-tag{color:var(--ty5)}
.ty-svc-card:nth-child(4) .ty-svc-card-tag{color:#3b82f6}
.ty-svc-card:nth-child(5) .ty-svc-card-tag{color:var(--ty6)}
.ty-svc-card-name{font-size:19px;color:var(--deep);margin-bottom:4px}
.ty-svc-card-desc{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:12px}
.ty-svc-link{font-size:13px;font-weight:700}
.ty-svc-card:nth-child(2) .ty-svc-link{color:var(--ty4)}
.ty-svc-card:nth-child(3) .ty-svc-link{color:var(--ty5)}
.ty-svc-card:nth-child(4) .ty-svc-link{color:#3b82f6}
.ty-svc-card:nth-child(5) .ty-svc-link{color:var(--ty6)}

/* ===== PROCESS ===== */
.ty-process{background:linear-gradient(135deg,var(--dark),#312e81 50%,var(--dark));color:#fff;position:relative;overflow:hidden;padding:50px 20px}
.ty-process::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(99,102,241,.15),transparent 40%),radial-gradient(circle at 80% 30%,rgba(168,85,247,.10),transparent 40%)}
.ty-process-timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;z-index:2;max-width:1160px;margin:0 auto}
.ty-process-step{position:relative;padding:0 10px}
.ty-process-img{width:100%;height:80px;border-radius:14px;overflow:hidden;margin-bottom:12px;position:relative}
.ty-process-img img{width:100%;height:100%;object-fit:cover}
.ty-process-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,27,75,.2),rgba(30,27,75,.6))}
.ty-process-dot{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--ty),var(--ty2));display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;margin:0 auto 10px;position:relative;z-index:1;box-shadow:0 0 24px rgba(99,102,241,.3);border:3px solid rgba(255,255,255,.2)}
.ty-process-step:nth-child(2n) .ty-process-dot{background:linear-gradient(135deg,var(--ty3),#0891b2)}
.ty-process-step:nth-child(3n) .ty-process-dot{background:linear-gradient(135deg,var(--ty4),#059669)}
.ty-process-step:nth-child(4n) .ty-process-dot{background:linear-gradient(135deg,var(--ty5),#d97706)}
.ty-process-step:nth-child(5n) .ty-process-dot{background:linear-gradient(135deg,var(--ty6),#db2777)}
.ty-process::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}
.ty-process-step h4{font-size:14px;text-align:center;margin-bottom:4px;color:#fff}
.ty-process-step p{font-size:11px;text-align:center;color:#94a3b8;line-height:1.4}
.ty-process-num{font-size:18px;font-weight:800}
.ty-process-text{margin-top:8px}
.ty-process-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:20px;backdrop-filter:blur(8px)}

/* ===== DUAL SECTION ===== */
.ty-dual{padding:50px 20px;max-width:1160px;margin:0 auto}
.ty-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
/* industry */
.ty-industry{border-radius:24px;overflow:hidden;position:relative}
.ty-industry-img-wrap{height:180px;overflow:hidden;position:relative}
.ty-industry-img{width:100%;height:100%;object-fit:cover}
.ty-industry-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,185,129,.3),rgba(6,182,212,.5))}
.ty-industry-body{padding:28px;background:linear-gradient(180deg,#f0fdfa,#fff)}
.ty-industry-lead{font-size:12px;letter-spacing:2px;color:var(--ty4);font-weight:800;display:block;margin-bottom:6px}
.ty-industry h3{font-size:22px;font-weight:800;color:var(--deep);margin-bottom:18px}
.ty-industry-tags{display:flex;flex-wrap:wrap;gap:8px}
.ty-industry-tag-item{padding:8px 14px;border-radius:12px;font-size:13px;font-weight:600;transition:.25s;cursor:default}
.ty-industry-tag-item:nth-child(1){background:#ede9fe;color:var(--ty)}
.ty-industry-tag-item:nth-child(2){background:#d1fae5;color:var(--ty4)}
.ty-industry-tag-item:nth-child(3){background:#fef3c7;color:var(--ty5)}
.ty-industry-tag-item:nth-child(4){background:#fce7f3;color:var(--ty6)}
.ty-industry-tag-item:nth-child(5){background:#cffafe;color:var(--ty3)}
.ty-industry-tag-item:nth-child(6){background:#e0e7ff;color:#4f46e5}
.ty-industry-tag-item:nth-child(7){background:#f3e8ff;color:var(--ty2)}
.ty-industry-tag-item:nth-child(8){background:#fef3c7;color:#d97706}
.ty-industry-tag-item:hover{transform:translateY(-3px) scale(1.05)}
/* advantages */
.ty-advantages h3{font-size:22px;font-weight:800;color:var(--deep);margin-bottom:18px}
.ty-adv-head{margin-bottom:18px}
.ty-adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.ty-adv-card{border-radius:16px;overflow:hidden;transition:.3s;background:#fff;border:1px solid var(--line)}
.ty-adv-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.06)}
.ty-adv-img{width:100%;height:100px;overflow:hidden;position:relative}
.ty-adv-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ty-adv-card:hover .ty-adv-img img{transform:scale(1.08)}
.ty-adv-img-overlay{position:absolute;inset:0;opacity:.15}
.ty-adv-card:nth-child(1) .ty-adv-img-overlay{background:var(--ty)}
.ty-adv-card:nth-child(2) .ty-adv-img-overlay{background:var(--ty4)}
.ty-adv-card:nth-child(3) .ty-adv-img-overlay{background:var(--ty5)}
.ty-adv-card:nth-child(4) .ty-adv-img-overlay{background:var(--ty6)}
.ty-adv-body{padding:14px 16px}
.ty-adv-card:nth-child(1) .ty-adv-body b{color:var(--ty)}
.ty-adv-card:nth-child(2) .ty-adv-body b{color:var(--ty4)}
.ty-adv-card:nth-child(3) .ty-adv-body b{color:var(--ty5)}
.ty-adv-card:nth-child(4) .ty-adv-body b{color:var(--ty6)}
.ty-adv-body b{display:block;font-size:15px;margin-bottom:4px}
.ty-adv-body p{font-size:12px;color:var(--muted);line-height:1.5}
.ty-adv-num{font-size:11px;font-weight:800;opacity:.3;margin-bottom:4px}

/* ===== NEWS ===== */
.ty-news{padding:50px 20px;background:linear-gradient(180deg,#fff,#f8fafc);max-width:1160px;margin:0 auto}
.ty-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ty-news-card{border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.3s}
.ty-news-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.ty-news-img{width:100%;height:160px;overflow:hidden;position:relative}
.ty-news-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.ty-news-card:hover .ty-news-img img{transform:scale(1.06)}
.ty-news-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.1))}
.ty-news-body{padding:18px 20px 22px}
.ty-news-meta{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.ty-news-date{font-size:12px;color:#94a3b8}
.ty-news-cat{font-size:11px;font-weight:700;padding:3px 8px;border-radius:8px;background:#ede9fe;color:var(--ty)}
.ty-news-body h3{font-size:17px;color:var(--deep);margin-bottom:8px;line-height:1.4}
.ty-news-body p{font-size:13px;color:var(--muted);line-height:1.6}
.ty-news-more{display:block;margin-top:12px;color:var(--ty);font-size:13px;font-weight:700}
.ty-news-readmore{text-align:center;margin-top:28px}

/* ===== PANORAMA ===== */
.ty-panorama{padding:50px 20px;background:linear-gradient(180deg,#f8fafc,#fff);max-width:1160px;margin:0 auto}
.ty-panorama-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ty-panorama-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 22px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:.3s}
.ty-panorama-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--ty),var(--ty2))}
.ty-panorama-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.ty-panorama-card h3{font-size:18px;color:var(--deep);margin-bottom:14px}
.ty-panorama-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;margin-bottom:10px}
.ty-panorama-card:nth-child(1) .ty-panorama-icon{background:#ede9fe;color:var(--ty)}
.ty-panorama-card:nth-child(2) .ty-panorama-icon{background:#d1fae5;color:var(--ty4)}
.ty-panorama-card:nth-child(3) .ty-panorama-icon{background:#cffafe;color:var(--ty3)}
.ty-panorama-card:nth-child(4) .ty-panorama-icon{background:#fef3c7;color:var(--ty5)}
.ty-panorama-link{display:block;color:#53636f;padding:8px 0;border-top:1px dashed rgba(190,205,214,.55);font-size:13px;transition:.2s}
.ty-panorama-link:hover{color:var(--ty);transform:translateX(4px)}

/* ===== LOCAL SEO LINKS ===== */
.ty-local-seo-links{padding:50px 20px;background:linear-gradient(180deg,#fff,#f8fafc);max-width:1160px;margin:0 auto}
.ty-local-seo-head{margin-bottom:18px}
.ty-local-seo-col{margin-top:28px}
.ty-local-seo-col-title{font-size:20px;color:var(--deep);margin-bottom:14px;display:flex;align-items:center;gap:10px}
.ty-local-seo-col-title::before{content:"";width:8px;height:22px;border-radius:6px;background:linear-gradient(180deg,var(--ty),var(--ty2));display:inline-block}
.ty-local-seo-col+.ty-local-seo-col{padding-top:22px;border-top:1px dashed rgba(170,188,198,.55)}
.ty-local-seo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ty-local-seo-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ty-local-seo-grid a,.ty-local-seo-list a{display:block;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 18px 16px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:.24s}
.ty-local-seo-grid a::before,.ty-local-seo-list a::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--ty),var(--ty2));transform:scaleY(0);transition:.24s;transform-origin:top}
.ty-local-seo-grid a:hover,.ty-local-seo-list a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(99,102,241,.2)}
.ty-local-seo-grid a:hover::before,.ty-local-seo-list a:hover::before{transform:scaleY(1)}
.ty-local-seo-grid b,.ty-local-seo-list b{display:block;color:var(--deep);font-size:15px;margin-bottom:4px}
.ty-local-seo-grid span,.ty-local-seo-list span{display:block;color:#7a8791;font-size:13px}
.ty-local-seo-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--ty);margin-right:6px;vertical-align:middle}

/* ===== CTA SECTION ===== */
.ty-cta-section{background:linear-gradient(135deg,var(--ty),var(--ty2) 50%,var(--ty3));padding:50px 20px;text-align:center;position:relative;overflow:hidden}
.ty-cta-section::before{content:"";position:absolute;right:-120px;top:-120px;width:400px;height:400px;border-radius:50%;background:rgba(255,255,255,.06)}
.ty-cta-inner{position:relative;z-index:2;max-width:700px;margin:0 auto}
.ty-cta-text h2,.ty-cta-title{font-size:30px;color:#fff;margin-bottom:10px;font-weight:800}
.ty-cta-text p{color:rgba(255,255,255,.85);margin-bottom:24px;font-size:16px}
.ty-cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.ty-cta-btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 32px;border-radius:25px;font-weight:700;font-size:15px;transition:.25s}
.ty-cta-btn-primary{background:#fff;color:var(--ty);box-shadow:0 12px 32px rgba(0,0,0,.15)}
.ty-cta-btn-primary:hover{transform:translateY(-2px)}
.ty-cta-btn-ghost{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.06);color:#fff;backdrop-filter:blur(8px)}

/* ===== FOOTER ===== */
.ty-footer{background:linear-gradient(180deg,var(--dark),#0d1015);color:#cbd5e1;font-size:13px}
.ty-footer-inner{max-width:1160px;margin:0 auto;padding:50px 20px 30px}
.ty-footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.ty-footer-logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--ty),var(--ty2));display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:800}
.ty-footer-logo-text strong{display:block;font-size:17px;color:#fff}
.ty-footer-logo-text em{font-style:normal;font-size:11px;color:#64748b}
.ty-footer-desc{color:#94a3b8;line-height:1.9;margin-bottom:18px;max-width:400px}
.ty-footer-links{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px}
.ty-footer-col h4,.ty-footer-title{color:#fff;font-size:15px;margin-bottom:14px;font-weight:700}
.ty-footer-col ul li{padding:7px 0}
.ty-footer-col ul li a{color:#94a3b8;transition:.2s}
.ty-footer-col ul li a:hover{color:var(--ty3)}
.ty-footer-contact-list{margin-top:8px}
.ty-footer-contact-item{padding:8px 0;color:#94a3b8;line-height:1.7}
.ty-footer-hotline{margin-top:12px;padding:14px 18px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}
.ty-footer-hotline-label{font-size:12px;color:#64748b}
.ty-footer-hotline-number{font-size:22px;font-weight:800;color:var(--ty3);margin-top:4px}
.ty-footer-hours{margin-top:10px;display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b}
.ty-footer-hours-time{font-weight:600;color:#94a3b8}
.ty-footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:18px 20px;text-align:center}
.ty-footer-bottom-inner{max-width:1160px;margin:0 auto}
.ty-footer-icp{color:#475569;font-size:12px}

/* ===== FLOATING CONTACT BAR ===== */
.ty-float-contact{position:fixed;right:18px;top:auto;bottom:96px;transform:none;z-index:80;display:flex;flex-direction:column;gap:10px;max-width:174px;transition:opacity .2s ease,transform .2s ease}.ty-care-open .ty-float-contact{opacity:0;pointer-events:none;transform:translateX(18px)}
.ty-float-item{border:1px solid rgba(20,45,75,.12);background:rgba(255,255,255,.96);box-shadow:0 14px 36px rgba(15,31,55,.14);border-radius:18px;padding:10px 12px;text-decoration:none;color:#18304a;display:grid;grid-template-columns:28px 1fr;column-gap:8px;align-items:center;min-height:54px;backdrop-filter:blur(10px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.ty-float-item:hover{transform:translateX(-3px);box-shadow:0 18px 44px rgba(15,31,55,.18);border-color:rgba(34,116,210,.26)}
.ty-float-kefu{border-color:rgba(22,168,107,.22)}.ty-float-kefu svg{color:#16a86b}.ty-float-kefu:hover{border-color:rgba(22,168,107,.42);box-shadow:0 18px 44px rgba(22,168,107,.16)}
.ty-float-item span:not(.ty-float-icon){font-size:12px;color:#6b7b8e;line-height:1.2}
.ty-float-item strong{grid-column:2;font-size:13px;color:#153b66;line-height:1.25;font-weight:700}
.ty-float-item em{grid-column:2;font-size:11px;color:#8b99a9;font-style:normal;line-height:1.25;margin-top:2px}
.ty-float-icon{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,var(--ty),var(--ty2));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;grid-row:1/3}
.ty-float-top{cursor:pointer;justify-content:center;text-align:center}
.ty-float-wechat{position:relative;outline:none}.ty-float-wechat>.ty-float-item{cursor:pointer}.ty-float-wechat-pop{position:absolute;right:calc(100% + 12px);top:50%;transform:translate(8px,-50%);width:196px;padding:12px;border-radius:16px;background:#fff;border:1px solid rgba(20,45,75,.12);box-shadow:0 18px 48px rgba(15,31,55,.2);opacity:0;visibility:hidden;pointer-events:none;transition:.2s;z-index:120;text-align:center}.ty-float-wechat-pop:after{content:"";position:absolute;right:-7px;top:50%;width:14px;height:14px;background:#fff;border-top:1px solid rgba(20,45,75,.12);border-right:1px solid rgba(20,45,75,.12);transform:translateY(-50%) rotate(45deg)}.ty-float-wechat-pop img{display:block;width:172px;height:173px;margin:0 auto 8px;object-fit:cover;border-radius:9px}.ty-float-wechat-pop b,.ty-float-wechat-pop small{display:block}.ty-float-wechat-pop b{color:#153b66;font-size:14px}.ty-float-wechat-pop small{margin-top:3px;color:#6b7b8e;font-size:11px}.ty-float-wechat:hover .ty-float-wechat-pop,.ty-float-wechat:focus .ty-float-wechat-pop,.ty-float-wechat:focus-within .ty-float-wechat-pop{opacity:1;visibility:visible;transform:translate(0,-50%)}
.ty-care-chat{position:fixed;right:24px;bottom:24px;width:342px;z-index:150;background:#fff;border:1px solid rgba(20,45,75,.12);border-radius:20px;box-shadow:0 24px 64px rgba(15,31,55,.24);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px) scale(.98);transition:.25s}.ty-care-chat.is-open{opacity:1;visibility:visible;transform:none}.ty-care-head{display:flex;justify-content:space-between;align-items:center;padding:15px 16px;background:linear-gradient(135deg,#514fd8,#0aa7c1);color:#fff}.ty-care-head b,.ty-care-head span{display:block}.ty-care-head b{font-size:15px}.ty-care-head span{font-size:11px;margin-top:3px;color:rgba(255,255,255,.82)}.ty-care-head i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#62f2a8;margin-right:5px}.ty-care-close{border:0;background:rgba(255,255,255,.16);color:#fff;width:28px;height:28px;border-radius:9px;font-size:20px;line-height:1;cursor:pointer}.ty-care-body{padding:16px}.ty-care-msg{position:relative;background:#f3f6fb;border-radius:4px 14px 14px 14px;padding:12px 13px;color:#33465d;font-size:14px;line-height:1.65}.ty-care-question{margin:14px 0 9px;color:#52647a;font-size:13px}.ty-care-options{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.ty-care-options button{border:1px solid #dfe7f1;background:#fff;border-radius:10px;padding:9px 7px;color:#344960;font-size:12px;cursor:pointer;transition:.2s}.ty-care-options button:hover,.ty-care-options button.active{border-color:#5d64df;background:#f1f2ff;color:#4148c9}.ty-care-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.ty-care-actions button,.ty-care-actions a{border:0;border-radius:11px;padding:11px 8px;text-align:center;font-size:13px;font-weight:700;cursor:pointer}.ty-care-wechat{background:#16a86b;color:#fff}.ty-care-actions a{background:#5260d8;color:#fff}.ty-care-qr{display:none;align-items:center;gap:12px;margin-top:13px;padding:12px;background:#f7f9fc;border-radius:12px}.ty-care-chat.show-qr .ty-care-qr{display:flex}.ty-care-qr img{width:96px;height:97px;border-radius:8px}.ty-care-qr b,.ty-care-qr span{display:block}.ty-care-qr b{font-size:14px;color:#18304a}.ty-care-qr span{font-size:11px;color:#6e7f92;margin-top:4px;line-height:1.5}

/* ===== INNER PAGE STYLES ===== */
.ty-page-hero{position:relative;overflow:hidden;background:linear-gradient(128deg,#1e1b4b,#312e81 58%,#1e1b4b);min-height:220px;display:flex;align-items:center;color:#fff}
.ty-page-hero::before{content:"";position:absolute;right:-120px;top:-120px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.28),transparent 68%)}
.ty-page-hero .ty-container{position:relative;z-index:2}
.ty-page-hero p{font-size:16px;line-height:1.9;color:rgba(255,255,255,.8)}
.ty-page-hero h1{font-size:28px;font-weight:800;color:#fff;margin-bottom:6px}
.ty-page-content{padding:60px 20px}
.ty-page-content .entry-content{max-width:1180px;margin:0 auto}
.ty-seo-content{display:block;position:relative}
.ty-seo-lead{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px 40px;margin-bottom:26px;box-shadow:var(--shadow);overflow:hidden}
.ty-seo-lead::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--ty),var(--ty5))}
.ty-seo-lead h2{font-size:28px;color:var(--deep);margin-bottom:12px}
.ty-seo-lead p{font-size:16px;color:var(--muted);line-height:2;max-width:880px}
.ty-seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:24px 0 30px}
.ty-seo-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:var(--shadow-sm);overflow:hidden;transition:.3s}
.ty-seo-card::after{content:"";position:absolute;right:-50px;bottom:-50px;width:150px;height:150px;border-radius:50%;background:rgba(99,102,241,.055);transition:.25s}
.ty-seo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(99,102,241,.2)}
.ty-seo-card:hover::after{transform:scale(1.25)}
.ty-seo-card span{display:inline-flex;height:28px;align-items:center;padding:0 11px;border-radius:15px;background:#ede9fe;color:var(--ty);font-size:12px;font-weight:800;margin-bottom:14px}
.ty-seo-card h2{font-size:22px;color:var(--deep);margin-bottom:10px;line-height:1.35}
.ty-seo-card p{color:var(--muted);line-height:1.95}
.ty-local-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ty-local-link-grid>br{display:none}
.ty-local-link-grid a{display:block;position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 18px 16px;box-shadow:var(--shadow-sm);transition:.24s}
.ty-local-link-grid a::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,var(--ty),var(--ty2));transform:scaleY(0);transform-origin:top;transition:.24s}
.ty-local-link-grid a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(99,102,241,.2)}
.ty-local-link-grid a:hover::before{transform:scaleY(1)}
.ty-local-link-grid b{display:block;color:var(--deep);font-size:15px;line-height:1.45;margin-bottom:5px}
.ty-local-link-grid span{display:block;color:#7a8791;font-size:12px;line-height:1.55}
.ty-seo-faq{margin-top:28px;background:#f8fafc;border:1px solid var(--line);border-radius:20px;padding:32px}
.ty-seo-faq h2{font-size:26px;color:var(--deep);margin-bottom:18px}
.ty-seo-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;padding:0 18px}
.ty-seo-faq summary{cursor:pointer;font-weight:700;color:var(--deep);padding:16px 0}
.ty-seo-faq p{color:var(--muted);padding:0 0 16px;line-height:1.9}
.ty-seo-cta{margin-top:28px;border-radius:22px;background:linear-gradient(135deg,var(--dark),#312e81);color:#fff;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px;box-shadow:0 20px 50px rgba(15,32,45,.18)}
.ty-seo-cta h2{font-size:26px;margin-bottom:8px}
.ty-seo-cta p{color:#bcd0d6}
.ty-seo-article{display:grid;gap:16px;margin:22px 0 28px}
.ty-seo-article-block{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 30px;box-shadow:var(--shadow-sm)}
.ty-seo-article-block h2{font-size:22px;color:var(--deep);margin-bottom:10px}
.ty-seo-article-block p{color:var(--muted);line-height:2}
.ty-seo-media{margin:0 0 26px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm)}
.ty-seo-media img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}
.ty-seo-media figcaption{padding:11px 16px;color:var(--muted);font-size:13px;line-height:1.7;background:#f8fafc}
.ty-contact-wechat{display:flex;align-items:center;gap:18px;margin-top:24px;padding:18px;border-radius:16px;background:#f8fafc;border:1px solid var(--line)}
.ty-contact-wechat img{width:154px;height:155px;object-fit:cover;border-radius:10px;background:#fff}
.ty-contact-wechat b{display:block;color:var(--deep);font-size:18px;margin-bottom:7px}
.ty-contact-wechat p{margin:0;color:var(--muted);line-height:1.7}
.ty-footer-wechat{display:flex;align-items:center;gap:12px;margin-top:16px;position:relative;z-index:4}
.ty-footer-wechat img{width:92px;height:93px;object-fit:cover;border-radius:8px;background:#fff;padding:3px;cursor:zoom-in;transform-origin:left bottom;transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:5}
@media (hover:hover) and (pointer:fine){.ty-footer-wechat img:hover,.ty-footer-wechat img:focus{transform:scale(2.45);box-shadow:0 18px 48px rgba(0,0,0,.34);z-index:30}}
.ty-footer-wechat b,.ty-footer-wechat span,.ty-footer-wechat small{display:block}.ty-footer-wechat b{color:#fff;margin-bottom:5px}.ty-footer-wechat span{font-size:12px;line-height:1.6;color:rgba(255,255,255,.66)}.ty-footer-wechat small{margin-top:4px;font-size:11px;line-height:1.5;color:rgba(255,255,255,.48)}
.ty-seo-post .ty-seo-lead h2{font-size:30px}
.ty-keyword-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.ty-keyword-badges span{padding:6px 10px;border-radius:999px;background:#ede9fe;color:var(--ty);font-size:12px;font-weight:800}
.ty-longtail-post .ty-seo-article-block h2{letter-spacing:-.2px}
@media(max-width:900px){.ty-local-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.ty-local-link-grid{gap:9px}.ty-local-link-grid a{padding:12px 11px}.ty-local-link-grid b{font-size:12px}.ty-local-link-grid span{font-size:10px}}

/* ===== SERVICE/CASE/ABOUT/CONTACT PAGES ===== */
.ty-image-service-card{display:grid;grid-template-columns:320px 1fr;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);margin-bottom:24px;transition:.3s}
.ty-image-service-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.ty-image-service-card__img{height:220px;overflow:hidden;background:#f4f4f4}
.ty-image-service-card__img img{width:100%;height:100%;object-fit:cover}
.ty-image-service-card:first-child .ty-image-service-card__img img{object-position:76% center}
.ty-image-service-card__body{padding:30px 34px}
.ty-image-service-card__body h2{font-size:22px;color:var(--deep);margin-bottom:8px}
.ty-image-service-card__body a{display:inline-block;margin-top:14px;padding:10px 24px;border-radius:22px;background:linear-gradient(135deg,var(--ty),var(--ty2));color:#fff;font-weight:700;font-size:14px}
.ty-image-service-card__body a:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.2)}
.ty-inner-band{padding:50px 20px;text-align:center;color:#fff;background:linear-gradient(135deg,var(--ty),var(--ty3))}
.ty-inner-band h2{font-size:28px}
.ty-inner-band p{margin:10px auto 22px;max-width:700px;color:rgba(255,255,255,.85)}
.ty-about-page{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.ty-about-page__copy h2{font-size:30px;line-height:1.35;color:var(--deep);margin-bottom:18px}
.ty-about-page__copy p{color:var(--muted);line-height:2;margin-bottom:14px}
.ty-about-page__points{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.ty-about-page__points span{background:#ede9fe;color:var(--ty);padding:8px 12px;font-weight:700;border-radius:10px}
.ty-about-page__visual{position:relative;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);height:420px}
.ty-about-page__visual img{width:100%;height:100%;object-fit:cover}
.ty-about-page__visual div{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.92);padding:18px 22px;border-radius:14px;backdrop-filter:blur(10px)}
.ty-about-page__visual b{display:block;font-size:22px;color:var(--ty)}
.ty-about-page__visual small{color:var(--muted)}
.ty-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ty-value-grid div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px;box-shadow:var(--shadow-sm)}
.ty-value-grid b{font-size:22px;color:var(--ty)}
.ty-value-grid p{color:var(--muted);margin-top:8px}
.ty-case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.ty-case-card{min-height:235px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow-sm);transition:.3s}
.ty-case-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.ty-case-card span{display:inline-block;color:var(--ty);background:#ede9fe;padding:5px 10px;font-weight:700;font-size:12px;border-radius:8px}
.ty-case-card h2{font-size:22px;color:var(--deep);margin:14px 0 10px}
.ty-case-card p{color:var(--muted);line-height:1.9}
.ty-case-card a{display:inline-block;margin-top:16px;color:var(--ty);font-weight:700}
.ty-contact-page{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ty-contact-card,.ty-contact-formlike{background:#fff;border:1px solid var(--line);border-radius:16px;padding:34px;box-shadow:var(--shadow-sm)}
.ty-contact-card h2{font-size:26px;color:var(--deep);margin-bottom:12px}
.ty-contact-card p,.ty-contact-card li{color:var(--muted);line-height:1.9}
.ty-contact-card ul{margin-top:22px}
.ty-contact-card li{padding:10px 0;border-bottom:1px dashed var(--line)}
.ty-contact-formlike h3{font-size:20px;color:var(--deep);margin-bottom:18px}
.ty-contact-formlike div{height:48px;border:1px solid var(--line);background:#f8fbfc;margin-bottom:12px;display:flex;align-items:center;padding:0 15px;color:#81909a;border-radius:10px}
.ty-contact-formlike .ty-btn{margin-top:12px}
.ty-consult-form{display:grid;gap:13px;margin-top:16px}
.ty-consult-form label{display:grid;gap:7px;font-size:14px;color:#42546b;font-weight:700}
.ty-consult-form input{height:46px;border:1px solid rgba(30,55,84,.14);border-radius:14px;padding:0 14px;font:inherit;color:#18304a;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}
.ty-consult-form input:focus{border-color:var(--ty);box-shadow:0 0 0 4px rgba(99,102,241,.12)}
.ty-consult-form p{font-size:12px;color:#7c8da2;line-height:1.65;margin:0}
.ty-consult-notice{padding:11px 13px;border-radius:14px;margin:0 0 14px;font-size:14px}
.ty-consult-notice--ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.ty-consult-notice--warn{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}

/* ===== HOME IMAGE GRID (service page fallback) ===== */
.ty-home-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.ty-home-image-card{display:flex;flex-direction:column;min-height:380px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);transition:.3s}
.ty-home-image-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(99,102,241,.12)}
.ty-home-image-card__pic{width:100%;height:176px;padding:14px 18px;background:linear-gradient(180deg,#f8fafc,#fff);overflow:hidden;display:flex;align-items:center;justify-content:center}
.ty-home-image-card__pic img{width:100%;height:100%;max-height:148px;object-fit:contain;border-radius:10px;box-shadow:0 8px 18px rgba(15,32,45,.07);transition:.28s}
.ty-home-image-card:hover .ty-home-image-card__pic img{transform:scale(1.025)}
.ty-home-image-card__body{flex:1;padding:20px 24px 24px}
.ty-home-image-card__body span{display:inline-block;color:var(--ty);background:#ede9fe;padding:4px 10px;border-radius:10px;font-size:12px;font-weight:700;margin-bottom:10px}
.ty-home-image-card__body h3{font-size:20px;color:var(--deep);margin-bottom:6px}
.ty-home-image-card__body h4{font-size:14px;color:var(--muted);margin-bottom:10px;font-weight:500}
.ty-home-image-card__body p{font-size:13px;color:var(--muted);line-height:1.7;min-height:70px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ty-svc-more,.ty-more-wrap{text-align:center;margin-top:12px}
.ty-more-wrap{margin-top:28px}

/* ===== SERVICE TABS ===== */
.ty-service-tabs{display:flex;gap:8px;justify-content:center;margin-bottom:30px}
.ty-service-tabs a{padding:9px 22px;border-radius:22px;font-size:14px;font-weight:700;text-decoration:none;background:#fff;border:1px solid var(--line);color:var(--muted);transition:.2s}
.ty-service-tabs a.on,.ty-service-tabs a.active{background:linear-gradient(135deg,var(--ty),var(--ty2));color:#fff;border-color:transparent}
.ty-service-tabs a:hover:not(.on):not(.active){border-color:rgba(99,102,241,.2);color:var(--ty)}

/* ===== OLD COMPATIBILITY ===== */
.ty-section__head{text-align:center;margin-bottom:28px}
.ty-section__head span{display:inline-block;font-size:12px;letter-spacing:2px;font-weight:700;color:var(--ty);margin-bottom:6px}
.ty-section__head h2{font-size:28px;font-weight:800;color:var(--deep)}
.ty-section__head p{font-size:13px;color:var(--muted)}
.ty-section__head--left{text-align:left}
.ty-section__head--left span,.ty-section__head--left h2,.ty-section__head--left p{text-align:left}
.ty-kicker{display:inline-block;font-size:12px;letter-spacing:2px;font-weight:700;color:var(--ty)}
.ty-kicker--dark{color:var(--ty)}
.ty-phone-btn{display:inline-flex;align-items:center;gap:6px}

/* ===== WP CORE ===== */
.entry-title{font-size:24px;color:var(--deep);margin-bottom:12px}
.entry-meta{font-size:12px;color:#94a3b8;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line)}
.entry-content p{margin-bottom:14px;color:#374853;line-height:1.9}
.sidebar .widget{margin-bottom:22px}
.sidebar .widget-title{font-size:16px;color:var(--deep);margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid var(--ty)}
.sidebar li{padding:8px 0;border-bottom:1px dashed var(--line);font-size:13px}
.navigation.pagination{margin-top:30px;text-align:center}
.nav-links a,.nav-links span{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--line);margin:0 3px;color:#64748b;border-radius:8px}
.nav-links .current,.nav-links a:hover{background:var(--ty);color:#fff;border-color:var(--ty)}
.page-banner{background:var(--ty);color:#fff;padding:26px 0;border-radius:0}
.page-banner h1{font-size:24px}
.page-banner-title{font-size:24px;font-weight:700;color:#fff;line-height:1.3}
.breadcrumb{font-size:12px;opacity:.85}
.breadcrumb a{color:#fff}
.page-layout{display:grid;grid-template-columns:1fr 280px;gap:36px;padding:30px 0}

/* ===== TOPIC GROUP ===== */
.ty-topic-group{margin-top:28px}
.ty-topic-group h3{font-size:20px;color:var(--deep);margin:0 0 14px;display:flex;align-items:center;gap:10px}
.ty-topic-group h3::before{content:"";width:8px;height:22px;border-radius:6px;background:linear-gradient(180deg,var(--ty),var(--ty2));display:inline-block}
.ty-topic-group+.ty-topic-group{padding-top:22px;border-top:1px dashed rgba(170,188,198,.55)}

/* ===== ANIMATION ===== */
.ty-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.ty-reveal.is-visible{opacity:1;transform:none}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){
  .ty-hero-inner{flex-direction:column;align-items:flex-start;padding-top:40px}
  .ty-hero-cards{display:none}
  .ty-svc-grid{grid-template-columns:1fr 1fr}
  .ty-svc-feature{grid-row:auto;min-height:300px}
  .ty-stats-grid{grid-template-columns:repeat(2,1fr)}
  .ty-process-timeline{grid-template-columns:repeat(3,1fr);gap:20px}
  .ty-dual-grid{grid-template-columns:1fr}
  .ty-news-grid{grid-template-columns:repeat(2,1fr)}
  .ty-panorama-grid{grid-template-columns:repeat(2,1fr)}
  .ty-local-seo-grid,.ty-local-seo-list{grid-template-columns:repeat(2,1fr)}
  .ty-footer-links{grid-template-columns:1fr 1fr}
  .ty-image-service-card{grid-template-columns:1fr}
  .ty-value-grid{grid-template-columns:repeat(2,1fr)}
  .ty-home-image-grid{grid-template-columns:repeat(2,1fr)}
  .ty-about-page{grid-template-columns:1fr}
  .ty-case-grid{grid-template-columns:1fr}
  .ty-contact-page{grid-template-columns:1fr}
}
@media(max-width:760px){
  .ty-menu-toggle{display:block}
  .ty-nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 20px rgba(0,0,0,.06);padding:10px}
  .ty-nav.active{display:block}
  .ty-nav>.menu{flex-direction:column;align-items:stretch}
  .ty-nav>.menu>li>a{padding:12px 18px;border-bottom:1px solid #f2f2f2;border-radius:0}
  .ty-nav .sub-menu{position:static;box-shadow:none;border:0;border-radius:0}
  .ty-header-cta{display:none}
  .ty-hero{min-height:400px}
  .ty-hero-title{font-size:28px}
  .ty-hero-cards{display:none}
  .ty-stats-grid{grid-template-columns:1fr 1fr;gap:10px}
  .ty-svc-grid{grid-template-columns:1fr}
  .ty-svc-feature{grid-row:auto;min-height:260px}
  .ty-process-timeline{grid-template-columns:repeat(2,1fr)}
  .ty-news-grid{grid-template-columns:1fr}
  .ty-panorama-grid{grid-template-columns:1fr}
  .ty-local-seo-grid,.ty-local-seo-list{grid-template-columns:1fr}
  .ty-footer-links{grid-template-columns:1fr}
  .ty-value-grid{grid-template-columns:1fr}
  .ty-home-image-grid{grid-template-columns:1fr}
  .ty-seo-grid{grid-template-columns:1fr}
  .ty-seo-cta{display:block;text-align:center}
  .ty-float-contact{right:10px;left:10px;top:auto;bottom:12px;transform:none;max-width:none;display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.ty-care-open .ty-float-contact{opacity:0;pointer-events:none;transform:translateY(12px)}
  .ty-float-item{border-radius:14px;min-height:48px;padding:8px 6px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
  .ty-float-item strong,.ty-float-item em{display:none}
  .ty-float-icon{width:24px;height:24px;border-radius:9px}
  .ty-float-item span:not(.ty-float-icon){font-size:11px}
  .ty-float-contact>.ty-float-item:nth-of-type(4),.ty-float-contact>.ty-float-item:nth-of-type(5){display:none}
  .ty-float-wechat-pop{position:fixed;right:12px;top:auto;bottom:76px;transform:translateY(8px);width:190px}.ty-float-wechat-pop:after{display:none}.ty-float-wechat:hover .ty-float-wechat-pop,.ty-float-wechat:focus .ty-float-wechat-pop,.ty-float-wechat:focus-within .ty-float-wechat-pop{transform:none}
  .ty-care-chat{right:12px;left:12px;bottom:82px;width:auto;max-width:390px;margin-left:auto}.ty-care-head{padding:13px 14px}.ty-care-body{padding:14px}.ty-care-options button{padding:9px 5px}
  body{padding-bottom:74px}
  .ty-section{padding:36px 16px}
  .ty-topbar-left .ty-topbar-item:not(:first-child){display:none}
}

/* v10.2 direct visual cleanup */
.ty-topbar{height:38px!important;background:linear-gradient(90deg,#5f5cf0 0%,#08a9c8 100%)!important;color:#fff!important;font-size:13px!important}.ty-topbar .ty-container,.ty-header .ty-container,.ty-header__inner{display:flex!important;align-items:center!important;justify-content:space-between!important}.ty-header{height:82px!important;background:#fff!important;box-shadow:0 8px 28px rgba(15,31,55,.06)!important;position:sticky!important;top:0!important;z-index:90!important}.ty-brand,.ty-logo{display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important}.ty-logo img,.custom-logo{width:54px!important;height:54px!important;object-fit:contain!important;border-radius:0!important}.ty-nav,.ty-menu,.main-navigation ul,.ty-header nav ul{display:flex!important;flex-direction:row!important;align-items:center!important;gap:28px!important;margin:0!important;padding:0!important;list-style:none!important}.ty-nav a,.ty-menu a,.main-navigation a{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;color:#1c2d46!important;font-size:15px!important;line-height:1!important;padding:0!important}.ty-header .ty-btn,.ty-header__cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}
.ty-hero{min-height:620px!important;background-position:center!important}.ty-hero-overlay{background:linear-gradient(90deg,rgba(24,28,88,.82) 0%,rgba(41,59,132,.60) 48%,rgba(4,164,190,.42) 100%)!important}.ty-hero-inner{max-width:1220px!important;margin:auto!important;min-height:620px!important;padding:70px 28px!important;display:grid!important;grid-template-columns:1.05fr .95fr!important;align-items:center!important;gap:48px!important}.ty-hero-title{font-size:56px!important;line-height:1.08!important;letter-spacing:-.04em!important}.ty-hero-subtitle{font-size:18px!important;line-height:1.85!important;max-width:660px!important;color:rgba(255,255,255,.88)!important}.ty-hero-cards{position:relative!important;min-height:430px!important}.ty-hero-card{box-shadow:0 20px 54px rgba(13,27,69,.20)!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:22px!important}.ty-hero-card-1{top:10px!important;left:40px!important}.ty-hero-card-2{top:62px!important;right:0!important}.ty-hero-card-3{left:120px!important;top:210px!important}.ty-hero-card-4{right:18px!important;bottom:22px!important}.ty-hero-card-img{background-size:cover!important;background-position:center!important;filter:saturate(.95)!important}
.ty-stats,.ty-stats-grid{max-width:1160px!important;margin:-42px auto 70px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important;position:relative!important;z-index:3}.ty-stat-card{min-height:112px!important;border-radius:18px!important;background:#fff!important;box-shadow:0 16px 42px rgba(16,32,64,.08)!important;padding:24px!important;text-align:center!important}.ty-stat-num{font-size:30px!important;line-height:1.1!important}.ty-stat-label{font-size:14px!important;color:#6d7b90!important}
#ty-services,.ty-services{padding:74px 0 90px!important;background:#f7f9fc!important}.ty-section-head{text-align:center!important;margin-bottom:42px!important}.ty-section-kicker{letter-spacing:.22em!important;color:#14213d!important;font-size:12px!important}.ty-section-title{font-size:36px!important;letter-spacing:-.03em!important}.ty-service-grid,.ty-services-grid{max-width:1160px!important;margin:auto!important;display:grid!important;grid-template-columns:1.05fr 1fr 1fr!important;gap:22px!important;align-items:stretch!important}.ty-service-card{border-radius:22px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 18px 46px rgba(18,38,67,.08)!important;border:1px solid #e7edf4!important;min-height:340px!important}.ty-service-card img,.ty-service-card__image,img.ty-service-image{height:168px!important;object-fit:cover!important;filter:saturate(.96) contrast(1.02)!important}.ty-service-card--featured,.ty-service-card:first-child{min-height:704px!important}.ty-service-card--featured img,.ty-service-card:first-child img,.ty-service-card--featured .ty-service-card__image,.ty-service-card:first-child .ty-service-card__image{height:100%!important;min-height:704px!important;opacity:.78!important}.ty-service-card--featured:before,.ty-service-card:first-child:before{background:linear-gradient(180deg,rgba(78,72,230,.25),rgba(19,56,126,.82))!important}.ty-service-card:not(:first-child) .ty-service-body,.ty-service-card:not(:first-child) .ty-service-card__body{padding:22px!important}.ty-service-card h3,.ty-service-card-title{font-size:22px!important;line-height:1.3!important;color:#12213a!important}.ty-service-card p{font-size:15px!important;line-height:1.7!important;color:#637186!important}.ty-service-card:first-child h3,.ty-service-card:first-child .ty-service-card-title{font-size:30px!important;color:#fff!important}.ty-service-card:first-child p{color:rgba(255,255,255,.86)!important}
.ty-float-contact{right:18px!important}.ty-float-contact__item{box-shadow:0 12px 30px rgba(16,32,64,.12)!important}
@media(max-width:900px){.ty-header{height:auto!important}.ty-nav,.ty-menu,.main-navigation ul{display:none!important}.ty-hero-inner{grid-template-columns:1fr!important;min-height:auto!important;padding:54px 22px!important}.ty-hero-cards{display:none!important}.ty-hero-title{font-size:38px!important}.ty-stats,.ty-stats-grid{grid-template-columns:repeat(2,1fr)!important;margin:20px 16px 50px!important}.ty-service-grid,.ty-services-grid{grid-template-columns:1fr!important;margin:0 16px!important}.ty-service-card--featured,.ty-service-card:first-child,.ty-service-card--featured img,.ty-service-card:first-child img{min-height:360px!important}.ty-topbar{display:none!important}}


/* v10.3 hero pain cards */
.ty-hero-pain-cards .ty-pain-card{background:rgba(255,255,255,.94)!important;color:#17233a!important;backdrop-filter:blur(12px)!important}.ty-pain-card .ty-hero-card-head{font-weight:900!important;color:#17233a!important;font-size:17px!important;gap:10px!important}.ty-pain-card .ty-hero-card-icon-wrap{width:34px!important;height:34px!important;border-radius:12px!important;background:var(--card-gradient)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important}.ty-pain-card h4{font-size:19px!important;color:#17233a!important;margin:0 0 8px!important}.ty-pain-card p,.ty-pain-text{font-size:14px!important;line-height:1.65!important;color:#5e6c82!important;margin:10px 0 0!important}.ty-pain-tags{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:16px!important}.ty-pain-tags .ty-hero-tag{background:#f1f5ff!important;color:#3352b8!important;border:1px solid #dce5ff!important;font-size:12px!important;padding:7px 10px!important;border-radius:999px!important}.ty-pain-card-img .ty-hero-card-img{height:92px!important;background-position:center!important}.ty-pain-card-img .ty-hero-card-body{padding:15px 18px!important}.ty-hero-card-2.ty-pain-card,.ty-hero-card-3.ty-pain-card,.ty-hero-card-4.ty-pain-card{padding:20px!important;min-width:230px!important}.ty-hero-card-4.ty-pain-card{width:250px!important}.ty-hero-card-3.ty-pain-card{width:270px!important}


/* v10.4 pain cards unified layout */
.ty-hero-pain-cards.ty-pain-grid{position:relative!important;min-height:440px!important;display:grid!important;grid-template-columns:repeat(2,240px)!important;grid-template-rows:repeat(2,176px)!important;gap:18px!important;align-content:center!important;justify-content:center!important;padding-top:20px!important}.ty-hero-pain-cards.ty-pain-grid .ty-pain-card{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:240px!important;height:176px!important;padding:0!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important;box-shadow:0 20px 54px rgba(13,27,69,.18)!important;border:1px solid rgba(255,255,255,.72)!important;transform:none!important}.ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(2),.ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(3){transform:translateY(30px)!important}.ty-pain-thumb{height:72px!important;background-image:linear-gradient(135deg,rgba(42,54,160,.18),rgba(6,182,212,.10)),var(--pain-img)!important;background-size:cover!important;background-position:center!important}.ty-pain-body{padding:15px 17px 17px!important}.ty-pain-body h4{font-size:18px!important;line-height:1.25!important;color:#17233a!important;margin:0 0 7px!important;font-weight:900!important}.ty-pain-body p{font-size:13px!important;line-height:1.55!important;color:#5e6c82!important;margin:0!important}.ty-pain-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:4px!important;background:var(--card-gradient)!important}.ty-hero-card-1,.ty-hero-card-2,.ty-hero-card-3,.ty-hero-card-4{position:relative!important}
@media(max-width:900px){.ty-hero-pain-cards.ty-pain-grid{display:none!important}}


/* v10.5 baseline layout sanity fix: alignment / overflow / images */
html,body{overflow-x:hidden!important}.ty-container{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important}.ty-section,.ty-services,.ty-process,.ty-industry,.ty-advantage,.ty-news{overflow:hidden!important}.ty-section-title,.ty-section-desc,.ty-section-kicker,h1,h2,h3,h4,p,a,span,li{writing-mode:horizontal-tb!important;text-orientation:mixed!important;word-break:normal!important;overflow-wrap:break-word!important}.ty-section-title,.ty-hero-title{white-space:normal!important}.ty-hero-title span,.ty-grad-text,.ty-grad-text-2{display:inline!important}.ty-btn,.ty-hero-tag,.ty-service-tag,.ty-panorama-card,.ty-topic-link{white-space:normal!important;text-align:center!important;line-height:1.35!important;max-width:100%!important}
/* Header */
.ty-topbar{height:38px!important}.ty-header{height:82px!important}.ty-header__inner,.ty-header .ty-container{height:82px!important}.ty-logo img,.custom-logo{max-width:56px!important;max-height:56px!important}.ty-nav ul,.ty-menu,.main-navigation ul{gap:26px!important}.ty-nav a,.main-navigation a{font-size:15px!important;line-height:1.2!important}
/* Hero grid */
.ty-hero-inner{max-width:1200px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(460px,.98fr)!important;gap:46px!important;align-items:center!important;min-height:620px!important;padding:64px 24px 76px!important}.ty-hero-content{min-width:0!important}.ty-hero-title{font-size:54px!important;line-height:1.08!important;letter-spacing:-.04em!important;margin:18px 0!important}.ty-hero-subtitle{font-size:18px!important;line-height:1.8!important;max-width:650px!important}.ty-hero-buttons{display:flex!important;gap:14px!important;flex-wrap:wrap!important}.ty-hero-trust{display:flex!important;gap:12px!important;flex-wrap:wrap!important}.ty-hero-trust span{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:34px!important;padding:7px 12px!important}
/* Pain cards: aligned, unified, no overlap */
.ty-hero-cards.ty-pain-grid{position:relative!important;width:520px!important;max-width:100%!important;min-height:388px!important;display:grid!important;grid-template-columns:repeat(2,250px)!important;grid-auto-rows:176px!important;gap:20px!important;align-content:center!important;justify-content:center!important;padding:0!important;margin:0 auto!important}.ty-hero-pain-cards.ty-pain-grid .ty-pain-card{position:relative!important;inset:auto!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:250px!important;height:176px!important;margin:0!important;transform:none!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important;box-shadow:0 18px 46px rgba(13,27,69,.18)!important;border:1px solid rgba(255,255,255,.76)!important}.ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(2),.ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(3){transform:translateY(12px)!important}.ty-pain-thumb{height:72px!important;background-size:cover!important;background-position:center!important}.ty-pain-body{padding:14px 16px!important}.ty-pain-body h4{font-size:18px!important;line-height:1.25!important;margin:0 0 7px!important;white-space:normal!important}.ty-pain-body p{font-size:13px!important;line-height:1.55!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
/* Stats */
.ty-stats,.ty-stats-grid{max-width:1120px!important;margin:-38px auto 64px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.ty-stat-card{min-width:0!important;min-height:106px!important;padding:22px 16px!important}.ty-stat-num{font-size:28px!important;line-height:1.15!important;white-space:normal!important}.ty-stat-label{font-size:14px!important;line-height:1.4!important}
/* Service cards: same media ratio and no overflow */
.ty-service-grid,.ty-services-grid{max-width:1120px!important;display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr) minmax(0,1fr)!important;gap:22px!important;align-items:stretch!important}.ty-service-card{position:relative!important;min-width:0!important;border-radius:22px!important;overflow:hidden!important;background:#fff!important;min-height:330px!important}.ty-service-card:not(:first-child){display:flex!important;flex-direction:column!important}.ty-service-card img,.ty-service-card__image,img.ty-service-image,.ty-service-card .ty-service-img{width:100%!important;height:160px!important;min-height:160px!important;max-height:160px!important;object-fit:cover!important;object-position:center!important;display:block!important}.ty-service-card:first-child{min-height:682px!important}.ty-service-card:first-child img,.ty-service-card:first-child .ty-service-card__image,.ty-service-card:first-child .ty-service-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;object-fit:cover!important}.ty-service-card:first-child .ty-service-body,.ty-service-card:first-child .ty-service-card__body{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:34px!important;z-index:2!important}.ty-service-card:first-child:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(78,72,230,.12) 0%,rgba(38,47,150,.45) 45%,rgba(21,55,122,.86) 100%)!important;z-index:1!important}.ty-service-card:not(:first-child) .ty-service-body,.ty-service-card:not(:first-child) .ty-service-card__body{padding:22px!important;display:flex!important;flex-direction:column!important;gap:8px!important;flex:1!important}.ty-service-card h3,.ty-service-card-title{font-size:22px!important;line-height:1.28!important;margin:6px 0!important;display:block!important}.ty-service-card p{font-size:15px!important;line-height:1.65!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.ty-service-card:first-child h3,.ty-service-card:first-child .ty-service-card-title{font-size:30px!important;color:#fff!important}.ty-service-card:first-child p{color:rgba(255,255,255,.88)!important;-webkit-line-clamp:3!important}.ty-service-tag,.ty-service-code{display:inline-flex!important;align-items:center!important;align-self:flex-start!important;width:auto!important;max-width:100%!important;padding:5px 10px!important;border-radius:999px!important;line-height:1.25!important}
/* Generic image/card cleanup for later sections */
.ty-process-card,.ty-advantage-card,.ty-news-card,.ty-industry-card{overflow:hidden!important;min-width:0!important}.ty-process-card img,.ty-advantage-card img,.ty-news-card img{width:100%!important;height:150px!important;object-fit:cover!important;object-position:center!important}.ty-process-card h3,.ty-advantage-card h3,.ty-news-card h3{line-height:1.35!important;white-space:normal!important}.ty-process-card p,.ty-advantage-card p,.ty-news-card p{line-height:1.65!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.ty-industry-tags{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.ty-industry-tags span,.ty-industry-tag{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 12px!important;line-height:1.3!important;white-space:normal!important}
@media(max-width:960px){.ty-hero-inner{grid-template-columns:1fr!important;min-height:auto!important;padding:50px 20px!important}.ty-hero-cards.ty-pain-grid{display:none!important}.ty-hero-title{font-size:38px!important}.ty-stats,.ty-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:20px 18px 54px!important}.ty-service-grid,.ty-services-grid{grid-template-columns:1fr!important;margin:0 18px!important}.ty-service-card:first-child{min-height:390px!important}.ty-service-card:first-child .ty-service-body,.ty-service-card:first-child .ty-service-card__body{padding:26px!important}.ty-service-card:first-child h3,.ty-service-card:first-child .ty-service-card-title{font-size:25px!important}.ty-service-card:not(:first-child) img,.ty-service-card:not(:first-child) .ty-service-card__image{height:170px!important;max-height:170px!important}.ty-topbar{display:none!important}.ty-header,.ty-header__inner{height:auto!important;min-height:70px!important}.ty-nav,.ty-menu,.main-navigation ul{display:none!important}}

/* v10.6 stable header and responsive navigation */
.ty-topbar-inner,
.ty-header-inner{
  width:min(1200px,100%)!important;
  margin-inline:auto!important;
  padding-inline:24px!important;
}
.ty-header-inner{position:relative!important}
.ty-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
}
.ty-nav>.ty-nav-menu{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:2px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.ty-nav>.ty-nav-menu>li{position:relative!important}
.ty-nav>.ty-nav-menu>li>a{
  display:flex!important;
  align-items:center!important;
  min-height:44px!important;
  padding:0 14px!important;
  color:#34445b!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.2!important;
  border-radius:12px!important;
  white-space:nowrap!important;
}
.ty-nav>.ty-nav-menu>li>a:hover,
.ty-nav>.ty-nav-menu>li:focus-within>a,
.ty-nav>.ty-nav-menu>li.current-menu-item>a,
.ty-nav>.ty-nav-menu>li.current-menu-parent>a{
  color:var(--ty)!important;
  background:#f3f1ff!important;
}
.ty-nav .sub-menu{
  display:none!important;
  position:absolute!important;
  top:calc(100% + 8px)!important;
  left:0!important;
  width:210px!important;
  min-width:210px!important;
  padding:8px!important;
  margin:0!important;
  background:#fff!important;
  border:1px solid #e9edf5!important;
  border-radius:14px!important;
  box-shadow:0 18px 44px rgba(30,41,59,.14)!important;
  z-index:120!important;
}
.ty-nav li:hover>.sub-menu,
.ty-nav li:focus-within>.sub-menu{display:block!important}
.ty-nav .sub-menu::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:-9px!important;
  height:9px!important;
}
.ty-nav .sub-menu li{
  display:block!important;
  width:100%!important;
  position:relative!important;
}
.ty-nav .sub-menu a{
  display:flex!important;
  width:100%!important;
  min-height:40px!important;
  align-items:center!important;
  padding:9px 12px!important;
  color:#475569!important;
  font-size:13px!important;
  line-height:1.4!important;
  border-radius:9px!important;
  white-space:normal!important;
}
.ty-nav .sub-menu a:hover,
.ty-nav .sub-menu a:focus{
  color:var(--ty)!important;
  background:#f5f3ff!important;
}
.ty-nav .sub-menu .sub-menu{
  top:-8px!important;
  left:calc(100% + 8px)!important;
}
.ty-menu-backdrop{display:none}

@media(max-width:1080px) and (min-width:961px){
  .ty-header-inner{gap:12px!important}
  .ty-nav>.ty-nav-menu>li>a{padding-inline:9px!important;font-size:13px!important}
  .ty-header-cta{padding-inline:16px!important}
}

@media(max-width:960px){
  .ty-header{
    height:70px!important;
    min-height:70px!important;
  }
  .ty-header-inner{
    height:70px!important;
    min-height:70px!important;
    padding-inline:18px!important;
  }
  .ty-menu-toggle{
    display:block!important;
    position:relative!important;
    z-index:122!important;
    width:42px!important;
    height:42px!important;
    padding:8px!important;
    border-radius:12px!important;
    background:#f7f7ff!important;
  }
  .ty-menu-toggle span{
    width:24px!important;
    margin:5px auto!important;
    transform-origin:center!important;
  }
  .ty-menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)!important}
  .ty-menu-toggle.active span:nth-child(2){opacity:0!important}
  .ty-menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}
  .ty-nav{
    display:none!important;
    position:absolute!important;
    top:70px!important;
    left:12px!important;
    right:12px!important;
    max-height:calc(100vh - 92px)!important;
    overflow-y:auto!important;
    padding:10px!important;
    background:#fff!important;
    border:1px solid #e9edf5!important;
    border-radius:0 0 18px 18px!important;
    box-shadow:0 20px 46px rgba(30,41,59,.16)!important;
    z-index:121!important;
  }
  .ty-nav.active{display:block!important}
  .ty-nav>.ty-nav-menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:2px!important;
  }
  .ty-nav>.ty-nav-menu>li>a{
    min-height:46px!important;
    padding:0 14px!important;
    border-radius:10px!important;
    border:0!important;
  }
  .ty-nav .sub-menu{
    display:block!important;
    position:static!important;
    width:auto!important;
    min-width:0!important;
    margin:0 0 6px 14px!important;
    padding:2px 0 2px 10px!important;
    border:0!important;
    border-left:2px solid #e9e7ff!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .ty-nav .sub-menu::before{display:none!important}
  .ty-nav .sub-menu a{min-height:38px!important;padding:7px 10px!important}
  .ty-header-cta{display:none!important}
  .ty-menu-backdrop.active{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    background:rgba(15,23,42,.28)!important;
    backdrop-filter:blur(2px)!important;
    z-index:89!important;
  }
}

@media(max-width:560px){
  .ty-logo img,.custom-logo{width:46px!important;height:46px!important}
  .ty-hero-inner{padding:44px 18px 54px!important}
  .ty-hero-title{font-size:34px!important;letter-spacing:-.03em!important}
  .ty-hero-subtitle{font-size:16px!important;line-height:1.75!important}
  .ty-hero-buttons{display:grid!important;grid-template-columns:1fr 1fr!important}
  .ty-btn{width:100%!important;padding-inline:16px!important}
  .ty-stats,.ty-stats-grid{margin:18px 14px 44px!important;gap:10px!important}
  .ty-stat-card{padding:18px 10px!important;min-height:96px!important}
  .ty-stat-num{font-size:24px!important}
  .ty-section-title{font-size:30px!important}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* v10.7 aligned hero cards with gentle synchronized motion */
.ty-hero-pain-cards.ty-pain-grid{
  grid-template-columns:repeat(2,250px)!important;
  grid-template-rows:repeat(2,176px)!important;
  grid-auto-rows:176px!important;
  align-items:stretch!important;
  gap:20px!important;
}
.ty-hero-pain-cards.ty-pain-grid .ty-pain-card,
.ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(2),
.ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(3){
  width:250px!important;
  height:176px!important;
  min-width:0!important;
  margin:0!important;
  transform:translateY(0)!important;
  animation:tyHeroCardsBreathe 5s ease-in-out infinite!important;
  will-change:transform,box-shadow!important;
}
@keyframes tyHeroCardsBreathe{
  0%,100%{
    transform:translateY(0)!important;
    box-shadow:0 18px 46px rgba(13,27,69,.18)!important;
  }
  50%{
    transform:translateY(-5px)!important;
    box-shadow:0 24px 54px rgba(13,27,69,.22)!important;
  }
}

@media(max-width:960px){
  .ty-hero-pain-cards.ty-pain-grid{display:none!important}
}

/* v10.8 balanced certification service grid */
.ty-svc-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.28fr) repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(2,278px) 220px!important;
  gap:18px!important;
  max-width:1160px!important;
  margin:0 auto!important;
  align-items:stretch!important;
}
.ty-svc-feature{
  grid-column:1!important;
  grid-row:1/3!important;
  min-height:0!important;
  background-size:cover!important;
  background-position:center!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:24px!important;
  box-shadow:0 20px 48px rgba(36,47,111,.16)!important;
}
.ty-svc-feature-overlay{
  background:
    linear-gradient(180deg,rgba(35,28,110,.12) 0%,rgba(60,44,174,.48) 46%,rgba(18,72,129,.94) 100%)!important;
}
.ty-svc-feature-content{padding:38px!important}
.ty-svc-feature h3{
  max-width:390px!important;
  margin:4px 0 10px!important;
  font-size:30px!important;
  line-height:1.25!important;
  letter-spacing:-.02em!important;
}
.ty-svc-feature p{
  max-width:390px!important;
  font-size:14px!important;
  line-height:1.75!important;
}
.ty-svc-feature .ty-svc-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:18px!important;
  color:#fff!important;
}
.ty-svc-badge{
  margin-bottom:12px!important;
  padding:6px 12px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  background:rgba(255,255,255,.16)!important;
}
.ty-svc-card{
  min-width:0!important;
  min-height:0!important;
  background:#fff!important;
  border:1px solid #e6ebf3!important;
  border-radius:20px!important;
  box-shadow:0 12px 32px rgba(25,42,70,.07)!important;
  overflow:hidden!important;
}
.ty-svc-card::before{
  height:4px!important;
  background:var(--svc-accent)!important;
  transform:scaleX(1)!important;
}
.ty-svc-card-img{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:108px!important;
  flex:0 0 108px!important;
  background-size:cover!important;
  background-position:center!important;
  transition:transform .45s ease!important;
}
.ty-svc-card-img::after{
  background:linear-gradient(180deg,transparent 62%,rgba(15,23,42,.12))!important;
}
.ty-svc-card:hover .ty-svc-card-img{transform:scale(1.035)!important}
.ty-svc-card-body{
  position:relative!important;
  z-index:1!important;
  min-width:0!important;
  padding:17px 20px 46px!important;
}
.ty-svc-card-tag{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  margin:0 0 9px!important;
  padding:4px 9px!important;
  color:#5b5bd6!important;
  background:#f0efff!important;
  border:1px solid #e2e0ff!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1.2!important;
}
.ty-svc-card h4{
  margin:0 0 4px!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.3!important;
}
.ty-svc-card-name{
  margin:0 0 5px!important;
  color:#17233a!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
.ty-svc-card-desc{
  display:-webkit-box!important;
  margin:0!important;
  overflow:hidden!important;
  color:#708096!important;
  font-size:13px!important;
  line-height:1.6!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
}
.ty-svc-card-arrow{
  position:absolute!important;
  right:16px!important;
  bottom:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  padding:0!important;
  color:#fff!important;
  background:var(--svc-accent)!important;
  border-radius:50%!important;
  box-shadow:0 8px 18px rgba(38,55,88,.16)!important;
  transition:transform .25s ease!important;
}
.ty-svc-card:hover{
  transform:translateY(-5px)!important;
  border-color:#d9e0ec!important;
  box-shadow:0 20px 46px rgba(25,42,70,.12)!important;
}
.ty-svc-card:hover .ty-svc-card-arrow{transform:translateX(3px)!important}
.ty-svc-card:last-child{
  grid-column:1/-1!important;
  grid-row:3!important;
  display:grid!important;
  grid-template-columns:minmax(300px,38%) minmax(0,1fr)!important;
}
.ty-svc-card:last-child .ty-svc-card-img{
  width:100%!important;
  height:220px!important;
  min-height:220px!important;
  flex-basis:auto!important;
}
.ty-svc-card:last-child .ty-svc-card-body{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:28px 74px 28px 30px!important;
}
.ty-svc-card:last-child .ty-svc-card-name{
  font-size:22px!important;
}

@media(max-width:960px){
  .ty-svc-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:auto!important;
  }
  .ty-svc-feature{
    grid-column:1/-1!important;
    grid-row:auto!important;
    min-height:380px!important;
  }
  .ty-svc-card{min-height:278px!important}
  .ty-svc-card:last-child{
    grid-column:1/-1!important;
    grid-row:auto!important;
    min-height:220px!important;
  }
}

@media(max-width:620px){
  .ty-svc-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .ty-svc-feature{
    grid-column:auto!important;
    min-height:340px!important;
  }
  .ty-svc-feature-content{padding:26px!important}
  .ty-svc-feature h3{font-size:25px!important}
  .ty-svc-card,
  .ty-svc-card:last-child{
    grid-column:auto!important;
    display:flex!important;
    min-height:286px!important;
  }
  .ty-svc-card:last-child .ty-svc-card-img{
    height:108px!important;
    min-height:108px!important;
  }
  .ty-svc-card:last-child .ty-svc-card-body{
    display:block!important;
    padding:17px 20px 46px!important;
  }
  .ty-svc-card:last-child .ty-svc-card-name{font-size:18px!important}
}

/* Inner-page dark CTA contrast */
.entry-content .ty-seo-cta,
.ty-page-content .ty-seo-cta{
  color:#fff!important;
}
.entry-content .ty-seo-cta h2,
.ty-page-content .ty-seo-cta h2{
  color:#fff!important;
}
.entry-content .ty-seo-cta>p,
.ty-page-content .ty-seo-cta>p,
.entry-content .ty-seo-cta>div>p,
.ty-page-content .ty-seo-cta>div>p{
  color:rgba(255,255,255,.82)!important;
}
.entry-content .ty-seo-cta>p:last-child,
.ty-page-content .ty-seo-cta>p:last-child{
  margin-left:auto!important;
}
.entry-content .ty-seo-cta .ty-btn,
.ty-page-content .ty-seo-cta .ty-btn{
  display:inline-flex!important;
  min-height:44px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 22px!important;
  color:#27245f!important;
  background:#fff!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:999px!important;
  box-shadow:0 10px 24px rgba(8,15,45,.2)!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.entry-content .ty-seo-cta .ty-btn:hover,
.ty-page-content .ty-seo-cta .ty-btn:hover{
  color:#fff!important;
  background:#6863ed!important;
}

@media(max-width:760px){
  .entry-content .ty-seo-cta>p:last-child,
  .ty-page-content .ty-seo-cta>p:last-child{
    margin:16px 0 0!important;
  }
}

/* News center archive */
.ty-news-archive{
  padding:58px 20px 68px!important;
  background:#f7f9fc!important;
}
.ty-news-archive .ty-container{
  max-width:1152px!important;
}
.ty-news-archive-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:32px!important;
  margin:0 0 32px!important;
}
.ty-news-archive-head>div>span{
  display:block!important;
  margin-bottom:7px!important;
  color:#625de4!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
}
.ty-news-archive-head h2{
  margin:0!important;
  color:#172640!important;
  font-size:30px!important;
  line-height:1.25!important;
}
.ty-news-archive-head>p{
  max-width:500px!important;
  margin:0!important;
  color:#6a788d!important;
  font-size:14px!important;
  line-height:1.7!important;
  text-align:right!important;
}
.ty-news-archive .ty-news-card{
  min-height:430px!important;
}
.ty-news-archive .ty-news-body h3{
  min-height:50px!important;
  font-size:18px!important;
}
.ty-news-pagination{
  margin-top:38px!important;
}
.ty-news-pagination .nav-links{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
.ty-news-pagination .page-numbers{
  display:inline-flex!important;
  min-width:40px!important;
  height:40px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 13px!important;
  color:#526078!important;
  background:#fff!important;
  border:1px solid #e1e6ef!important;
  border-radius:11px!important;
  box-shadow:0 6px 16px rgba(38,51,83,.05)!important;
}
.ty-news-pagination .page-numbers.current,
.ty-news-pagination .page-numbers:hover{
  color:#fff!important;
  background:#625de4!important;
  border-color:#625de4!important;
}
.ty-news-empty{
  padding:70px 20px!important;
  color:#728097!important;
  background:#fff!important;
  border:1px solid #e5e9f1!important;
  border-radius:18px!important;
  text-align:center!important;
}
.ty-single-news-visual{
  width:100%!important;
  height:360px!important;
  margin:22px 0 30px!important;
  overflow:hidden!important;
  background:#eef2f7!important;
  border-radius:18px!important;
  box-shadow:0 14px 34px rgba(38,51,83,.08)!important;
}
.ty-single-news-visual img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

@media(max-width:760px){
  .ty-news-archive{padding:42px 14px 54px!important}
  .ty-news-archive-head{
    display:block!important;
    margin-bottom:24px!important;
  }
  .ty-news-archive-head h2{font-size:25px!important}
  .ty-news-archive-head>p{
    margin-top:10px!important;
    text-align:left!important;
  }
  .ty-news-archive .ty-news-card{min-height:0!important}
  .ty-single-news-visual{
    height:220px!important;
    margin:18px 0 24px!important;
    border-radius:14px!important;
  }
}

/* v10.9 equal service cards — three-system group, no promoted item */
.ty-svc-grid.ty-svc-grid-balanced{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-template-rows:none!important;
  grid-auto-rows:360px!important;
  gap:20px!important;
}
.ty-svc-grid-balanced .ty-svc-card,
.ty-svc-grid-balanced .ty-svc-card:last-child{
  grid-column:auto!important;
  grid-row:auto!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:360px!important;
  border-radius:22px!important;
}
.ty-svc-grid-balanced .ty-svc-card-img,
.ty-svc-grid-balanced .ty-svc-card:last-child .ty-svc-card-img{
  width:100%!important;
  height:148px!important;
  min-height:148px!important;
  flex:0 0 148px!important;
  background-position:center!important;
  background-size:cover!important;
}
.ty-svc-grid-balanced .ty-svc-card-body,
.ty-svc-grid-balanced .ty-svc-card:last-child .ty-svc-card-body{
  display:block!important;
  flex:1!important;
  padding:20px 22px 58px!important;
}
.ty-svc-grid-balanced .ty-svc-card-tag{
  position:absolute!important;
  top:164px!important;
  right:18px!important;
  margin:0!important;
  color:var(--svc-color)!important;
  background:color-mix(in srgb,var(--svc-color) 10%,#fff)!important;
  border-color:color-mix(in srgb,var(--svc-color) 22%,#fff)!important;
}
.ty-svc-card-code{
  display:block!important;
  margin:0 0 8px!important;
  color:var(--svc-color)!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
  letter-spacing:.02em!important;
}
.ty-svc-grid-balanced .ty-svc-card-name,
.ty-svc-grid-balanced .ty-svc-card:last-child .ty-svc-card-name{
  margin:0 0 9px!important;
  color:#162238!important;
  font-size:20px!important;
  font-weight:750!important;
  line-height:1.35!important;
}
.ty-svc-grid-balanced .ty-svc-card-desc{
  -webkit-line-clamp:2!important;
}
.ty-svc-grid-balanced .ty-svc-card-arrow{
  background:var(--svc-accent)!important;
}

@media(max-width:960px){
  .ty-svc-grid.ty-svc-grid-balanced{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:350px!important;
  }
  .ty-svc-grid-balanced .ty-svc-card,
  .ty-svc-grid-balanced .ty-svc-card:last-child{min-height:350px!important}
}

@media(max-width:620px){
  .ty-svc-grid.ty-svc-grid-balanced{
    grid-template-columns:1fr!important;
    grid-auto-rows:auto!important;
  }
  .ty-svc-grid-balanced .ty-svc-card,
  .ty-svc-grid-balanced .ty-svc-card:last-child{min-height:340px!important}
}

/* v10.10 certification detail pages */
.ty-cert-detail{max-width:1100px!important;margin:0 auto!important}
.ty-detail-visual{
  position:relative!important;
  height:320px!important;
  margin:0 0 26px!important;
  overflow:hidden!important;
  border-radius:24px!important;
  box-shadow:0 18px 48px rgba(20,35,62,.14)!important;
}
.ty-detail-visual img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.ty-detail-visual::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,transparent 42%,rgba(15,23,42,.72))!important;
}
.ty-detail-visual figcaption{
  position:absolute!important;
  left:30px!important;
  right:30px!important;
  bottom:24px!important;
  z-index:2!important;
  color:#fff!important;
  font-size:14px!important;
}
.ty-detail-list{
  display:grid!important;
  gap:10px!important;
  margin:16px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.ty-detail-list li{
  position:relative!important;
  padding-left:24px!important;
  color:#5f6f84!important;
  line-height:1.75!important;
}
.ty-detail-list li::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  color:#10b981!important;
  font-weight:900!important;
}
.ty-detail-note{
  margin:26px 0!important;
  padding:20px 24px!important;
  color:#48586f!important;
  background:#f6f8ff!important;
  border:1px solid #e2e7ff!important;
  border-left:4px solid #6366f1!important;
  border-radius:14px!important;
  line-height:1.85!important;
}
.ty-detail-source{
  margin-top:24px!important;
  color:#7b8798!important;
  font-size:13px!important;
  line-height:1.8!important;
}
.ty-detail-source a{color:#4f46e5!important;text-decoration:underline!important}

@media(max-width:620px){
  .ty-detail-visual{height:220px!important;border-radius:18px!important}
  .ty-detail-visual figcaption{left:18px!important;right:18px!important;bottom:16px!important}
  .ty-seo-lead{padding:26px 24px!important}
  .ty-contact-wechat{align-items:flex-start;gap:14px;padding:14px}.ty-contact-wechat img{width:120px;height:121px}
  .ty-footer-wechat{align-items:flex-start}.ty-footer-wechat img{width:108px;height:109px;cursor:default}
  .ty-seo-card{padding:24px!important}
}

/* v10.11 remove duplicated spacing between stats and services */
.ty-stats{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  width:100%!important;
  max-width:none!important;
  margin:-38px 0 0!important;
  padding:0 20px 34px!important;
}
.ty-stats-grid{
  width:100%!important;
  max-width:1120px!important;
  margin:0 auto!important;
}
#ty-services.ty-services{
  padding-top:58px!important;
}

@media(max-width:960px){
  .ty-stats{
    margin:18px 0 0!important;
    padding:0 18px 30px!important;
  }
  .ty-stats-grid{margin:0 auto!important}
  #ty-services.ty-services{padding-top:48px!important}
}

@media(max-width:560px){
  .ty-stats{padding-inline:14px!important;padding-bottom:24px!important}
  #ty-services.ty-services{padding-top:42px!important}
}

/* v10.12 balanced six-step certification process */
.ty-process{
  padding:66px 20px 62px!important;
}
.ty-process .ty-section-head{
  margin-bottom:36px!important;
}
.ty-process-timeline{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
  max-width:1200px!important;
  align-items:stretch!important;
}
.ty-process-timeline::before{
  content:""!important;
  position:absolute!important;
  left:8.333%!important;
  right:8.333%!important;
  bottom:10px!important;
  height:2px!important;
  background:linear-gradient(90deg,rgba(99,102,241,.65),rgba(6,182,212,.65),rgba(16,185,129,.65),rgba(245,158,11,.65),rgba(236,72,153,.65))!important;
  opacity:.72!important;
}
.ty-process-step{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  padding:0!important;
}
.ty-process-card{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-height:246px!important;
  padding:12px 12px 16px!important;
  background:rgba(255,255,255,.075)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:16px!important;
  box-shadow:0 12px 28px rgba(10,12,55,.16)!important;
  backdrop-filter:blur(10px)!important;
}
.ty-process-img{
  width:100%!important;
  height:92px!important;
  flex:0 0 92px!important;
  margin:0 0 14px!important;
  border-radius:11px!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)!important;
}
.ty-process-img::after{
  background:linear-gradient(180deg,rgba(20,22,72,.02),rgba(20,22,72,.18))!important;
}
.ty-process-text{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  margin:0!important;
  padding:0 4px!important;
}
.ty-process-num{
  display:block!important;
  margin-bottom:5px!important;
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}
.ty-process-step h4{
  margin:0 0 7px!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.4!important;
  text-align:left!important;
}
.ty-process-step p{
  margin:0!important;
  color:rgba(226,232,240,.76)!important;
  font-size:11px!important;
  line-height:1.65!important;
  text-align:left!important;
}
.ty-process-dot{
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  margin:15px auto 0!important;
  border:4px solid rgba(255,255,255,.72)!important;
  box-shadow:0 0 0 5px rgba(255,255,255,.07),0 5px 16px rgba(0,0,0,.22)!important;
}

@media(max-width:960px){
  .ty-process-timeline{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
  }
  .ty-process-timeline::before{display:none!important}
  .ty-process-card{min-height:235px!important}
  .ty-process-dot{margin-top:10px!important}
}

@media(max-width:620px){
  .ty-process{padding:50px 16px 44px!important}
  .ty-process .ty-section-head{margin-bottom:28px!important}
  .ty-process-timeline{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  .ty-process-card{min-height:245px!important}
  .ty-process-img{height:86px!important;flex-basis:86px!important}
  .ty-process-dot{display:none!important}
}

/* v10.13 unified industry and advantages section */
.ty-dual{
  max-width:none!important;
  margin:0!important;
  padding:72px 20px!important;
  background:linear-gradient(180deg,#fff 0%,#f6f8fc 100%)!important;
}
.ty-dual .ty-container{
  max-width:1200px!important;
}
.ty-dual-grid{
  grid-template-columns:.94fr 1.06fr!important;
  gap:28px!important;
  align-items:stretch!important;
}
.ty-industry{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  background:#fff!important;
  border:1px solid #e7ebf3!important;
  border-radius:24px!important;
  box-shadow:0 18px 46px rgba(39,52,86,.08)!important;
}
.ty-industry-img-wrap{
  height:224px!important;
  flex:0 0 224px!important;
}
.ty-industry-img{
  width:100%!important;
  height:100%!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.ty-industry-overlay{
  background:linear-gradient(180deg,rgba(10,28,55,.02),rgba(10,28,55,.18))!important;
}
.ty-industry-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:28px 30px 30px!important;
  background:#fff!important;
}
.ty-industry h3{
  margin:7px 0 8px!important;
  font-size:25px!important;
  line-height:1.25!important;
}
.ty-industry-lead{
  margin:0 0 20px!important;
  color:#66758b!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.7!important;
  letter-spacing:0!important;
}
.ty-industry-tags{
  gap:9px!important;
  margin-top:auto!important;
}
.ty-industry-tags .ty-industry-tag-item{
  position:relative!important;
  min-height:32px!important;
  padding:6px 13px 6px 29px!important;
  color:#42516a!important;
  background:#f7f8fc!important;
  border:1px solid #e9edf5!important;
  border-radius:999px!important;
  font-size:12px!important;
}
.ty-industry-tags .ty-industry-tag-item::before{
  content:""!important;
  position:absolute!important;
  left:13px!important;
  top:50%!important;
  width:6px!important;
  height:6px!important;
  border-radius:50%!important;
  background:#6366f1!important;
  transform:translateY(-50%)!important;
}
.ty-industry-tag-item:nth-child(3n+2)::before{background:#06b6d4!important}
.ty-industry-tag-item:nth-child(3n)::before{background:#10b981!important}
.ty-industry-tag-item:hover{
  color:#24324a!important;
  background:#fff!important;
  border-color:#cfd7e6!important;
  transform:translateY(-2px)!important;
}
.ty-advantages{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
}
.ty-adv-head{
  margin:0 0 19px!important;
  padding:0 2px!important;
}
.ty-advantages h3{
  margin:7px 0 7px!important;
  font-size:25px!important;
  line-height:1.25!important;
}
.ty-adv-head p{
  color:#66758b!important;
  font-size:13px!important;
  line-height:1.7!important;
}
.ty-adv-grid{
  display:grid!important;
  flex:1 1 auto!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:1fr!important;
  gap:16px!important;
}
.ty-adv-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:198px!important;
  background:#fff!important;
  border:1px solid #e7ebf3!important;
  border-radius:18px!important;
  box-shadow:0 12px 30px rgba(39,52,86,.055)!important;
}
.ty-adv-card::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:4px!important;
  height:100%!important;
  background:var(--adv-accent)!important;
  opacity:.9!important;
}
.ty-adv-img{
  width:100%!important;
  height:112px!important;
  flex:0 0 112px!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.ty-adv-img-overlay{
  background:linear-gradient(180deg,rgba(20,32,61,.01),rgba(20,32,61,.14))!important;
  opacity:1!important;
}
.ty-adv-num{
  position:absolute!important;
  top:10px!important;
  left:12px!important;
  z-index:2!important;
  margin:0!important;
  padding:4px 8px!important;
  color:#fff!important;
  background:rgba(15,23,42,.58)!important;
  border:1px solid rgba(255,255,255,.32)!important;
  border-radius:999px!important;
  font-size:10px!important;
  line-height:1!important;
  opacity:1!important;
  backdrop-filter:blur(6px)!important;
}
.ty-adv-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:15px 17px 16px 19px!important;
}
.ty-adv-body h4{
  margin:0 0 6px!important;
  color:#1e2c45!important;
  font-size:15px!important;
  line-height:1.35!important;
}
.ty-adv-body p{
  margin:0!important;
  color:#6a778b!important;
  font-size:12px!important;
  line-height:1.6!important;
}
.ty-adv-card:hover{
  border-color:#d8dfea!important;
  box-shadow:0 18px 38px rgba(39,52,86,.1)!important;
  transform:translateY(-4px)!important;
}

@media(max-width:960px){
  .ty-dual{padding:56px 18px!important}
  .ty-dual-grid{grid-template-columns:1fr!important;gap:34px!important}
  .ty-industry-img-wrap{height:230px!important;flex-basis:230px!important}
  .ty-adv-card{min-height:210px!important}
}

@media(max-width:560px){
  .ty-dual{padding:46px 14px!important}
  .ty-industry{border-radius:20px!important}
  .ty-industry-img-wrap{height:180px!important;flex-basis:180px!important}
  .ty-industry-body{padding:24px 20px!important}
  .ty-adv-grid{grid-template-columns:1fr!important;gap:14px!important}
  .ty-adv-card{min-height:0!important}
  .ty-adv-img{height:150px!important;flex-basis:150px!important}
}

/* v10.14 service panorama navigation */
.ty-panorama{
  max-width:none!important;
  margin:0!important;
  padding:72px 20px 76px!important;
  background:#f7f9fc!important;
}
.ty-panorama .ty-container{
  max-width:1200px!important;
}
.ty-panorama .ty-section-head{
  margin-bottom:38px!important;
}
.ty-panorama-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
}
.ty-panorama .ty-panorama-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:244px!important;
  padding:26px 26px 23px!important;
  color:#536178!important;
  text-align:left!important;
  background:
    radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--pan-color) 10%,transparent),transparent 42%),
    #fff!important;
  border:1px solid #e6eaf2!important;
  border-radius:20px!important;
  box-shadow:0 14px 34px rgba(38,51,83,.065)!important;
}
.ty-panorama-card::before{
  left:26px!important;
  right:auto!important;
  width:44px!important;
  height:4px!important;
  background:var(--pan-color)!important;
  border-radius:0 0 999px 999px!important;
}
.ty-panorama-icon,
.ty-panorama-card:nth-child(n) .ty-panorama-icon{
  width:50px!important;
  height:50px!important;
  margin:4px 0 21px!important;
  color:var(--pan-color)!important;
  background:color-mix(in srgb,var(--pan-color) 11%,#fff)!important;
  border:1px solid color-mix(in srgb,var(--pan-color) 22%,#fff)!important;
  border-radius:15px!important;
}
.ty-panorama-icon svg{
  width:26px!important;
  height:26px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.ty-panorama .ty-panorama-card h3{
  margin:0 0 10px!important;
  color:#1d2b43!important;
  font-size:18px!important;
  line-height:1.35!important;
  text-align:left!important;
}
.ty-panorama .ty-panorama-card p{
  margin:0 0 20px!important;
  color:#66758a!important;
  font-size:13px!important;
  line-height:1.7!important;
  text-align:left!important;
}
.ty-panorama-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin-top:auto!important;
  padding:14px 0 0!important;
  color:var(--pan-color)!important;
  border-top:1px solid #edf0f5!important;
  font-size:13px!important;
  font-weight:700!important;
}
.ty-panorama-card:hover{
  border-color:color-mix(in srgb,var(--pan-color) 28%,#e6eaf2)!important;
  box-shadow:0 20px 44px rgba(38,51,83,.11)!important;
  transform:translateY(-5px)!important;
}
.ty-panorama-card:hover .ty-panorama-icon{
  color:#fff!important;
  background:var(--pan-color)!important;
  border-color:var(--pan-color)!important;
}
.ty-panorama-card:hover .ty-panorama-link{
  transform:none!important;
}

@media(max-width:960px){
  .ty-panorama{padding:58px 18px!important}
  .ty-panorama-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:560px){
  .ty-panorama{padding:48px 14px!important}
  .ty-panorama .ty-section-head{margin-bottom:28px!important}
  .ty-panorama-grid{grid-template-columns:1fr!important;gap:14px!important}
  .ty-panorama .ty-panorama-card{min-height:220px!important}
}

/* v10.15 homepage vertical rhythm and compact related-services links */
#ty-services.ty-services{
  padding-bottom:64px!important;
}
.ty-services .ty-section-head{
  margin-bottom:34px!important;
}
.ty-process{
  padding-top:58px!important;
  padding-bottom:56px!important;
}
.ty-process .ty-section-head{
  margin-bottom:32px!important;
}
.ty-dual{
  padding-top:60px!important;
  padding-bottom:60px!important;
}
.ty-panorama{
  padding-top:60px!important;
  padding-bottom:62px!important;
}
.ty-panorama .ty-section-head{
  margin-bottom:34px!important;
}
.ty-news .ty-section-head{
  margin-bottom:34px!important;
}
.ty-local-seo-links{
  max-width:none!important;
  margin:0!important;
  padding:44px 20px 48px!important;
  background:linear-gradient(180deg,#fff,#f7f9fc)!important;
}
.ty-local-seo-links .ty-container{
  max-width:1200px!important;
}
.ty-local-seo-head{
  margin-bottom:24px!important;
}
.ty-local-seo-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:20px!important;
}
.ty-local-seo-col,
.ty-local-seo-col+.ty-local-seo-col{
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.ty-local-seo-col-title{
  min-height:44px!important;
  margin:0 0 10px!important;
  color:#26354d!important;
  font-size:15px!important;
  line-height:1.4!important;
}
.ty-local-seo-col-title::before{
  width:4px!important;
  height:18px!important;
  flex:0 0 4px!important;
}
.ty-local-seo-dot{
  display:none!important;
}
.ty-local-seo-list{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
}
.ty-local-seo-grid .ty-local-seo-list a{
  min-height:38px!important;
  padding:9px 12px!important;
  color:#5c6b80!important;
  background:#fff!important;
  border:1px solid #e7ebf2!important;
  border-radius:10px!important;
  box-shadow:none!important;
  font-size:12px!important;
  line-height:1.55!important;
  text-align:left!important;
}
.ty-local-seo-grid .ty-local-seo-list a:hover{
  color:#4f46e5!important;
  background:#f8f8ff!important;
  border-color:#d9d8fb!important;
  transform:translateX(3px)!important;
}
.ty-cta-section{
  padding-top:44px!important;
  padding-bottom:44px!important;
}

@media(max-width:1100px){
  .ty-local-seo-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media(max-width:760px){
  #ty-services.ty-services{padding-bottom:52px!important}
  .ty-process{padding-top:50px!important;padding-bottom:48px!important}
  .ty-dual{padding-top:50px!important;padding-bottom:50px!important}
  .ty-panorama{padding-top:50px!important;padding-bottom:52px!important}
  .ty-local-seo-links{padding:40px 16px 44px!important}
  .ty-local-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:380px){
  .ty-local-seo-grid{grid-template-columns:1fr!important;gap:22px!important}
  .ty-local-seo-col-title{min-height:0!important}
}

/* v10.16 news cards and structured footer */
.ty-news{
  max-width:none!important;
  margin:0!important;
  padding:54px 20px 56px!important;
  background:linear-gradient(180deg,#fff,#f7f9fc)!important;
}
.ty-news .ty-container{
  max-width:1200px!important;
}
.ty-news-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  align-items:stretch!important;
}
.ty-news-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:418px!important;
  background:#fff!important;
  border:1px solid #e6eaf2!important;
  border-radius:20px!important;
  box-shadow:0 14px 34px rgba(38,51,83,.065)!important;
}
.ty-news-img{
  width:100%!important;
  height:190px!important;
  flex:0 0 190px!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
.ty-news-img::after{
  background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.2))!important;
}
.ty-news-img .ty-news-date{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  z-index:2!important;
  display:flex!important;
  width:50px!important;
  height:55px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  color:#1e2c45!important;
  background:rgba(255,255,255,.93)!important;
  border:1px solid rgba(255,255,255,.76)!important;
  border-radius:12px!important;
  box-shadow:0 7px 18px rgba(15,23,42,.16)!important;
  backdrop-filter:blur(8px)!important;
}
.ty-news-date-day{
  display:block!important;
  font-size:19px!important;
  font-weight:800!important;
  line-height:1!important;
}
.ty-news-date-mon{
  display:block!important;
  margin-top:4px!important;
  color:#708098!important;
  font-size:10px!important;
  line-height:1!important;
}
.ty-news-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:20px 21px 19px!important;
}
.ty-news-cat{
  display:inline-flex!important;
  align-self:flex-start!important;
  width:auto!important;
  min-height:25px!important;
  align-items:center!important;
  margin:0 0 10px!important;
  padding:4px 10px!important;
  color:#5653d7!important;
  background:#eeedff!important;
  border-radius:999px!important;
  font-size:11px!important;
  line-height:1!important;
}
.ty-news-body h3{
  display:-webkit-box!important;
  min-height:48px!important;
  margin:0 0 8px!important;
  color:#1d2b43!important;
  font-size:17px!important;
  line-height:1.45!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.ty-news-card .ty-news-body>p{
  display:-webkit-box!important;
  min-height:42px!important;
  margin:0 0 15px!important;
  color:#6b788c!important;
  font-size:12.5px!important;
  line-height:1.65!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.ty-news-meta{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin:auto 0 0!important;
  padding-top:14px!important;
  color:#8490a2!important;
  border-top:1px solid #edf0f5!important;
  font-size:12px!important;
}
.ty-news-readmore{
  margin:0!important;
  color:#4f46e5!important;
  font-weight:700!important;
  text-align:right!important;
}
.ty-news-card:hover{
  border-color:#d9ddf6!important;
  box-shadow:0 20px 44px rgba(38,51,83,.11)!important;
  transform:translateY(-5px)!important;
}
.ty-news-card:hover .ty-news-img{
  background-size:106%!important;
}
.ty-news-more{
  margin-top:26px!important;
  text-align:center!important;
}

.ty-footer{
  background:linear-gradient(180deg,#161a3d,#0d1023)!important;
}
.ty-footer-inner{
  display:grid!important;
  max-width:1200px!important;
  grid-template-columns:1.5fr .9fr .75fr 1fr!important;
  gap:48px!important;
  margin:0 auto!important;
  padding:56px 24px 42px!important;
}
.ty-footer-col{
  min-width:0!important;
}
.ty-footer-brand{
  display:block!important;
  margin:0!important;
}
.ty-footer-logo{
  display:flex!important;
  width:auto!important;
  height:auto!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin:0 0 18px!important;
  color:#fff!important;
  background:none!important;
  border-radius:0!important;
}
.ty-footer-logo svg{
  width:42px!important;
  height:42px!important;
  flex:0 0 42px!important;
}
.ty-footer-logo-text{
  display:block!important;
  color:#fff!important;
  font-size:19px!important;
  font-weight:800!important;
  line-height:1.2!important;
  letter-spacing:.04em!important;
  white-space:nowrap!important;
}
.ty-footer-desc{
  max-width:390px!important;
  margin:0 0 18px!important;
  color:#9ca9bd!important;
  font-size:13px!important;
  line-height:1.85!important;
}
.ty-footer-contact-list{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
}
.ty-footer-contact-item{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:0!important;
  color:#9ca9bd!important;
  line-height:1.6!important;
}
.ty-footer-contact-item svg{
  flex:0 0 16px!important;
  color:#67d4e5!important;
}
.ty-footer-title,
.ty-footer-col h4{
  position:relative!important;
  margin:3px 0 18px!important;
  padding-bottom:11px!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.3!important;
}
.ty-footer-title::after,
.ty-footer-col h4::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:28px!important;
  height:2px!important;
  background:linear-gradient(90deg,#6366f1,#06b6d4)!important;
  border-radius:999px!important;
}
.ty-footer .ty-footer-links{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  margin:0!important;
}
.ty-footer-col ul li{
  margin:0!important;
  padding:6px 0!important;
}
.ty-footer-col ul li a{
  display:inline-flex!important;
  align-items:center!important;
  color:#9ca9bd!important;
  font-size:13px!important;
  line-height:1.55!important;
}
.ty-footer-col ul li a::before{
  content:""!important;
  width:4px!important;
  height:4px!important;
  margin-right:8px!important;
  background:#596781!important;
  border-radius:50%!important;
  transition:.2s!important;
}
.ty-footer-col ul li a:hover{
  color:#fff!important;
  transform:translateX(3px)!important;
}
.ty-footer-col ul li a:hover::before{
  background:#22c8d9!important;
}
.ty-footer-hours{
  display:block!important;
  margin:0 0 16px!important;
  color:#78869c!important;
  font-size:12px!important;
}
.ty-footer-hours p{
  margin:0 0 5px!important;
}
.ty-footer-hours-time{
  color:#b8c3d3!important;
  font-size:13px!important;
  font-weight:600!important;
}
.ty-footer-hotline{
  margin:0!important;
  padding:16px 18px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:14px!important;
}
.ty-footer-hotline-label{
  margin:0 0 5px!important;
  color:#8290a5!important;
  font-size:12px!important;
}
.ty-footer-hotline-number{
  margin:0!important;
  color:#67d4e5!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.3!important;
}
.ty-footer-bottom{
  padding:18px 20px!important;
  border-top:1px solid rgba(255,255,255,.07)!important;
}
.ty-footer-bottom-inner{
  display:flex!important;
  max-width:1152px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
}
.ty-footer-bottom p{
  margin:0!important;
  color:#8290a5!important;
  font-size:12px!important;
}

@media(max-width:960px){
  .ty-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ty-footer-inner{
    grid-template-columns:1.35fr 1fr!important;
    gap:38px 46px!important;
  }
}

@media(max-width:620px){
  .ty-news{padding:48px 14px 50px!important}
  .ty-news-grid{grid-template-columns:1fr!important;gap:15px!important}
  .ty-news-card{min-height:0!important}
  .ty-news-img{height:185px!important;flex-basis:185px!important}
  .ty-footer-inner{
    grid-template-columns:1fr!important;
    gap:30px!important;
    padding:44px 20px 34px!important;
  }
  .ty-footer-bottom-inner{
    flex-direction:column!important;
    gap:6px!important;
    text-align:center!important;
  }
}

/* v10.18 compact desktop-like mobile layout */
@media(max-width:620px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:clip!important}
  .ty-container{width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important}
  .ty-section-head{margin-bottom:24px!important}
  .ty-section-title{font-size:26px!important;line-height:1.22!important}
  .ty-section-desc{font-size:12px!important;line-height:1.6!important}

  .ty-hero{min-height:0!important}
  .ty-hero-inner{
    grid-template-columns:1fr!important;
    gap:22px!important;
    min-height:0!important;
    padding:30px 14px 28px!important;
  }
  .ty-hero-title{font-size:31px!important;line-height:1.12!important;margin:13px 0!important}
  .ty-hero-subtitle{font-size:13px!important;line-height:1.65!important}
  .ty-hero-buttons{gap:9px!important}
  .ty-btn{min-height:40px!important;padding:10px 12px!important;font-size:12px!important}
  .ty-hero-trust{gap:6px!important;margin-top:14px!important}
  .ty-hero-trust span{min-height:28px!important;padding:5px 8px!important;font-size:10px!important}
  .ty-hero-scroll{display:none!important}
  .ty-hero-cards.ty-pain-grid,
  .ty-hero-pain-cards.ty-pain-grid{
    display:grid!important;
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-template-rows:none!important;
    grid-auto-rows:128px!important;
    gap:9px!important;
    padding:0!important;
    margin:0!important;
  }
  .ty-hero-pain-cards.ty-pain-grid .ty-pain-card,
  .ty-hero-pain-cards.ty-pain-grid .ty-pain-card:nth-child(n){
    position:relative!important;
    inset:auto!important;
    width:auto!important;
    min-width:0!important;
    height:128px!important;
    margin:0!important;
    transform:none!important;
    animation:none!important;
    border-radius:14px!important;
  }
  .ty-pain-thumb{height:48px!important}
  .ty-pain-body{padding:9px 10px!important}
  .ty-pain-body h4{margin:0 0 4px!important;font-size:13px!important;line-height:1.25!important}
  .ty-pain-body p{font-size:9.5px!important;line-height:1.4!important;-webkit-line-clamp:2!important}

  .ty-stats{margin:0!important;padding:14px 10px 18px!important}
  .ty-stats-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  .ty-stat-card{min-height:76px!important;padding:12px 4px!important;border-radius:12px!important}
  .ty-stat-num{font-size:18px!important}
  .ty-stat-label{font-size:9.5px!important;line-height:1.3!important}

  #ty-services.ty-services{padding:34px 0 40px!important}
  .ty-svc-grid.ty-svc-grid-balanced{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:230px!important;
    gap:10px!important;
    margin:0 12px!important;
  }
  .ty-svc-grid-balanced .ty-svc-card,
  .ty-svc-grid-balanced .ty-svc-card:last-child{
    min-height:230px!important;
    border-radius:15px!important;
  }
  .ty-svc-grid-balanced .ty-svc-card-img,
  .ty-svc-grid-balanced .ty-svc-card:last-child .ty-svc-card-img{
    height:92px!important;
    min-height:92px!important;
    flex-basis:92px!important;
  }
  .ty-svc-grid-balanced .ty-svc-card-body,
  .ty-svc-grid-balanced .ty-svc-card:last-child .ty-svc-card-body{
    padding:12px 12px 38px!important;
  }
  .ty-svc-grid-balanced .ty-svc-card-tag{top:101px!important;right:9px!important;padding:3px 6px!important;font-size:8px!important}
  .ty-svc-card-code{margin-bottom:5px!important;font-size:10px!important}
  .ty-svc-grid-balanced .ty-svc-card-name,
  .ty-svc-grid-balanced .ty-svc-card:last-child .ty-svc-card-name{
    margin-bottom:5px!important;
    font-size:14px!important;
    line-height:1.3!important;
  }
  .ty-svc-grid-balanced .ty-svc-card-desc{font-size:10px!important;line-height:1.45!important;-webkit-line-clamp:2!important}
  .ty-svc-grid-balanced .ty-svc-card-arrow{right:9px!important;bottom:9px!important;width:27px!important;height:27px!important}

  .ty-process{padding:38px 12px 34px!important}
  .ty-process-timeline{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .ty-process-card{min-height:184px!important;padding:9px 9px 11px!important;border-radius:13px!important}
  .ty-process-img{height:66px!important;flex-basis:66px!important;margin-bottom:9px!important}
  .ty-process-text{padding:0 2px!important}
  .ty-process-num{font-size:14px!important;margin-bottom:4px!important}
  .ty-process-step h4{margin-bottom:4px!important;font-size:12px!important}
  .ty-process-step p{font-size:9px!important;line-height:1.45!important;-webkit-line-clamp:3!important}

  .ty-dual{padding:38px 12px!important}
  .ty-dual-grid{gap:22px!important}
  .ty-industry-img-wrap{height:120px!important;flex-basis:120px!important}
  .ty-industry-body{padding:17px 15px!important}
  .ty-industry h3,.ty-advantages h3{font-size:20px!important}
  .ty-industry-lead,.ty-adv-head p{font-size:11px!important;line-height:1.55!important}
  .ty-industry-tags{gap:6px!important}
  .ty-industry-tags .ty-industry-tag-item{min-height:26px!important;padding:4px 8px 4px 20px!important;font-size:9.5px!important}
  .ty-industry-tags .ty-industry-tag-item::before{left:9px!important;width:5px!important;height:5px!important}
  .ty-adv-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .ty-adv-card{min-height:165px!important;border-radius:14px!important}
  .ty-adv-img{height:70px!important;flex-basis:70px!important}
  .ty-adv-body{padding:10px 10px 11px 13px!important}
  .ty-adv-body h4{font-size:12px!important;margin-bottom:3px!important}
  .ty-adv-body p{font-size:9px!important;line-height:1.45!important}

  .ty-panorama{padding:38px 12px 40px!important}
  .ty-panorama-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .ty-panorama .ty-panorama-card{min-height:170px!important;padding:16px 12px!important;border-radius:15px!important}
  .ty-panorama-icon,.ty-panorama-card:nth-child(n) .ty-panorama-icon{width:42px!important;height:42px!important;margin-bottom:12px!important}
  .ty-panorama-icon svg{width:22px!important;height:22px!important}
  .ty-panorama .ty-panorama-card h3{font-size:14px!important;margin-bottom:7px!important}
  .ty-panorama .ty-panorama-card p{font-size:9.5px!important;line-height:1.45!important}
  .ty-panorama-link{font-size:10px!important}

  .ty-news{padding:38px 12px 40px!important}
  .ty-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .ty-news-card{min-height:278px!important;border-radius:15px!important}
  .ty-news-img{height:104px!important;flex-basis:104px!important}
  .ty-news-img .ty-news-date{top:8px!important;left:8px!important;width:38px!important;height:42px!important;border-radius:9px!important}
  .ty-news-date-day{font-size:14px!important}.ty-news-date-mon{font-size:8px!important;margin-top:2px!important}
  .ty-news-body{padding:11px 11px 12px!important}
  .ty-news-cat{min-height:20px!important;margin-bottom:6px!important;padding:3px 7px!important;font-size:8.5px!important}
  .ty-news-body h3{min-height:38px!important;margin-bottom:5px!important;font-size:12.5px!important;line-height:1.45!important}
  .ty-news-card .ty-news-body>p{min-height:30px!important;margin-bottom:8px!important;font-size:9px!important;line-height:1.5!important}
  .ty-news-meta{gap:5px!important;padding-top:8px!important;font-size:8.5px!important}

  .ty-local-seo-links{padding:34px 12px 38px!important}
  .ty-local-seo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}
  .ty-local-seo-col-title{min-height:32px!important;margin-bottom:6px!important;font-size:12px!important}
  .ty-local-seo-list{gap:5px!important}
  .ty-local-seo-grid .ty-local-seo-list a{min-height:32px!important;padding:7px 8px!important;font-size:9.5px!important;line-height:1.35!important}

  .ty-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 18px!important;padding:36px 16px 28px!important}
  .ty-footer-brand{grid-column:1/-1!important}
  .ty-footer-col:last-child{grid-column:1/-1!important}
  .ty-footer-title,.ty-footer-col h4{margin-bottom:12px!important;font-size:13px!important}
  .ty-footer-col ul li{padding:4px 0!important}
  .ty-footer-col ul li a{font-size:11px!important}
  .ty-footer-bottom{padding-bottom:78px!important}
}


/* BUG-HUNT v10.19: contact page mobile containment */
@media(max-width:620px){
  .ty-contact-page{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
  }
  .ty-contact-card,
  .ty-contact-formlike{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:22px 18px!important;
    box-sizing:border-box!important;
  }
  .ty-contact-card ul,
  .ty-contact-card li,
  .ty-contact-card a,
  .ty-consult-form,
  .ty-consult-form label,
  .ty-consult-form input{
    min-width:0!important;
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    box-sizing:border-box!important;
  }
  .ty-contact-wechat{
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .ty-contact-wechat>div{min-width:0!important}
}


/* BUG-HUNT v10.20: consultation honeypot */
.ty-consult-form .ty-consult-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}


/* BUG-HUNT v10.21: article layout containment */
.page-layout{width:min(1200px,calc(100% - 32px));max-width:1200px;margin-inline:auto;box-sizing:border-box}
.content-area,.sidebar{min-width:0}
.sidebar .widget,.sidebar .wp-block-search,.sidebar .wp-block-search__inside-wrapper{max-width:100%;min-width:0;box-sizing:border-box}
.sidebar .wp-block-search__inside-wrapper{display:flex;gap:8px}
.sidebar .wp-block-search__input{min-width:0;width:100%}
.ty-single-news-visual figcaption{padding:9px 4px 0;color:#718096;font-size:12px;line-height:1.6;text-align:center}
.ty-topic-links ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:20px 0;padding:0;list-style:none}
.ty-topic-links li a{display:block;height:100%;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}
.ty-topic-links li b,.ty-topic-links li span{display:block}.ty-topic-links li span{margin-top:7px;color:var(--muted);font-size:13px;line-height:1.65}
.ty-article-topic-return,.ty-tool-download,.ty-tool-note{margin:28px 0;padding:20px 22px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}
.ty-tool-download{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ty-tool-checks ol{display:grid;gap:10px;padding-left:24px}
@media(max-width:760px){
 .page-layout{width:calc(100% - 24px);grid-template-columns:minmax(0,1fr)!important;gap:24px!important;padding:22px 0!important}
 .content-area,.sidebar{width:100%!important;max-width:100%!important}
 .ty-topic-links ul{grid-template-columns:1fr}
}


/* CONTENT-DEEPEN v1: tool discovery */
.ty-home-tools{padding:56px 20px;background:#fff}
.ty-home-tools-grid,.ty-tools-entry>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ty-home-tools-grid a,.ty-tools-entry a{display:block;padding:20px;border:1px solid #e4e9f2;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbfa);box-shadow:0 10px 26px rgba(32,57,78,.055)}
.ty-home-tools-grid b,.ty-home-tools-grid span,.ty-tools-entry b,.ty-tools-entry span{display:block}.ty-home-tools-grid b,.ty-tools-entry b{color:#1d3844;font-size:16px}.ty-home-tools-grid span,.ty-tools-entry span{margin-top:7px;color:#6e7e8e;font-size:12px;line-height:1.65}
.ty-tools-entry{margin:30px 0;padding:22px;border:1px solid #deebe6;border-radius:18px;background:#f7fbf9}.ty-tools-entry h2{margin:0 0 16px}
@media(max-width:760px){.ty-home-tools{padding:42px 14px}.ty-home-tools-grid,.ty-tools-entry>div{grid-template-columns:1fr}.ty-tools-entry{padding:17px}}


/* CONTENT-DEEPEN v2: accessibility contrast */
.ty-float-item span{color:#536477!important}
.ty-svc-card-desc{color:#596b80!important}
.ty-detail-source{color:#59697b!important}
.ty-btn-ghost-light{color:#5145d6!important}
.ty-card-heading{margin:0 0 4px;font-size:13px;line-height:1.25;color:inherit}

.ty-process-title{margin:0 0 7px;color:#fff;font-size:14px;font-weight:700;line-height:1.4;text-align:left}
@media(max-width:620px){.ty-process-title{margin-bottom:4px;font-size:12px}}
