.tpk-page.tpk-hotel-page .case-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.tpk-hotel-page .tpk-glow-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.tpk-hotel-page .tpk-glow-card{
  position:relative;
  border-radius:10px;
  padding:38px 40px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:radial-gradient(170px 160px at 92% 4%,rgba(0,155,116,.13),rgba(0,155,116,0) 70%),#fff;
}
.tpk-hotel-page .tpk-glow-card .no{
  display:block;
  margin:0 0 24px;
  color:var(--g);
  font-size:50px;
  line-height:1;
  letter-spacing:-.04em;
  font-weight:500;
}
.tpk-hotel-page .tpk-glow-card h3{
  margin:0;
  color:var(--ink);
  font-size:18px;
  line-height:1.32;
  font-weight:600;
  letter-spacing:-.012em;
}
.tpk-hotel-page .tpk-glow-card p{
  margin:16px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.78;
}
.tpk-hotel-page,
.tpk-hotel-page *{
box-sizing:border-box;
}.tpk-hotel-page{
--g:#009b74;

  --ink:#101415;
  --text:#1d2424;
  --muted:#64706d;
  --light:#88928f;
  --line:#e7ecea;
  --soft:#f5f6f6;
  --soft2:#f7f9f8;

  --dark:#0f1716;
  --photo:#eef2f0;
  --shadow:0 18px 46px rgba(16,24,40,.04);
  --shadow-soft:0 14px 34px rgba(16,24,40,.035);
  --shadow-dark:0 26px 68px rgba(16,24,40,.16);

  --shadow-pill-light:0 12px 28px rgba(16,24,40,.08);

  --ease:cubic-bezier(.16,1,.3,1);
  width:100%;
  color:var(--text);
  background:#fff;
  font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:15px;
  line-height:1.76;
  letter-spacing:-.15px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}.tpk-hotel-page button,
.tpk-hotel-page input,
.tpk-hotel-page textarea,
.tpk-hotel-page select{
font-family:inherit;
  letter-spacing:inherit;
}.tpk-hotel-page img{
display:block;max-width:100%;height:auto;border:0;
}.tpk-hotel-page a{
color:inherit;text-decoration:none;
}.tpk-hotel-page h1,
.tpk-hotel-page h2,
.tpk-hotel-page h3,
.tpk-hotel-page p{
margin:0;
}.tpk-hotel-page .wrap{
width:100%;
  max-width:1360px;
  margin:0 auto;
  padding:0 44px;
}.tpk-hotel-page .top-band{
background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 16%, rgba(255,255,255,0) 84%, #fff 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 62%, #fff 100%),
    linear-gradient(118deg, transparent 58%, rgba(56,189,248,.13) 66%, rgba(129,140,248,.15) 73%, rgba(217,70,239,.11) 80%, transparent 88%),
    linear-gradient(62deg, transparent 10%, rgba(251,146,60,.09) 18%, rgba(244,114,182,.11) 25%, rgba(129,140,248,.09) 32%, transparent 40%),
    #f7f9f8;
  color:var(--text);
}.tpk-hotel-page .bc{
height:48px;
  padding:0;
  background:transparent;
  display:flex;
  align-items:center;
}.tpk-hotel-page .bc-inner{
display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-size:13px;
  font-weight:500;
  width:100%;
}.tpk-hotel-page .bc a{
color:var(--muted);
  transition:color .25s ease;
}.tpk-hotel-page .bc a:hover{
color:var(--ink);
}.tpk-hotel-page .bc .sep{
opacity:.55;
}.tpk-hotel-page .bc .cur{
color:var(--ink);font-weight:600;
}.tpk-hotel-page .hero-transparent{
padding:108px 0 96px;
  background:transparent;
  text-align:center;
}.tpk-hotel-page .hero-transparent .hero-inner{
width:100%;
  max-width:840px;
  margin:0 auto;
}.tpk-hotel-page .hero-transparent h1{
margin:0 0 32px;
  color:var(--ink);
  font-size:clamp(38px,3.6vw,54px);
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.035em;
}.tpk-hotel-page .hero-transparent h1 .line2{
display:block;
  margin-top:10px;
  color:var(--muted);
  font-weight:400;
  font-size:.72em;
  letter-spacing:-.02em;
}.tpk-hotel-page .hero-lead{
max-width:680px;
  margin:0 auto 44px;
  color:var(--muted);
  font-size:16px;
  line-height:1.78;
  font-weight:400;
}.tpk-hotel-page .hero-lead strong{
display:block;
  margin-top:10px;
  color:var(--ink);
  font-weight:600;
}.tpk-hotel-page .hero-stats{
display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
  margin:0;
  padding-top:44px;
  border-top:1px solid #e3e9e6;
}.tpk-hotel-page .hero-stat{
padding:0;
}.tpk-hotel-page .hero-stat b{
display:block;
  color:var(--ink);
  font-size:34px;
  line-height:1.1;
  font-weight:500;
  letter-spacing:-.03em;
}.tpk-hotel-page .hero-stat span{
display:block;
  margin-top:8px;
  color:var(--light);
  font-size:13px;
  line-height:1.4;
  font-weight:500;
}.tpk-hotel-page .hero-actions{
display:flex;
  flex-wrap:wrap;
  gap:28px;
  align-items:center;
  justify-content:center;
  margin:0 0 96px;
}.tpk-hotel-page .hero-actions .text-arrow{
color:var(--ink);
}.tpk-hotel-page .hero-actions .text-arrow .ta-ar svg{
color:var(--ink);
}.tpk-hotel-page .circle-morph-button{
--cm-h:46px;
  --cm-inset:6px;
  --cm-circle:34px;
  --cm-label-left:20px;
  --cm-gap:12px; 
  --cm-label-w:72px; 
  --cm-w:calc(var(--cm-label-left) + var(--cm-label-w) + var(--cm-gap) + var(--cm-circle) + var(--cm-inset));
  --cm-arrow:20px;
  --cm-ease:cubic-bezier(.16,1,.3,1);
  --cm-dur:.82s;
  position:relative;
  display:inline-block;
  width:var(--cm-w);
  height:var(--cm-h);
  padding:0;
  border:0;
  border-radius:999px;
  overflow:hidden;
  isolation:isolate;
  cursor:pointer;
  text-decoration:none;
  vertical-align:middle;
  flex:0 0 auto;
  color:#fff;
  background:linear-gradient(108deg,#020202 0%,#020202 55%,#111 77%,#252525 100%);
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  transition:box-shadow var(--cm-dur) var(--cm-ease);
  font-family:inherit;
  letter-spacing:inherit;
  -webkit-tap-highlight-color:transparent;
}.tpk-hotel-page .circle-morph-button.is-download-nav{
--cm-label-w:96px;
}.tpk-hotel-page .circle-morph-button:hover{
box-shadow:0 16px 31px rgba(0,0,0,.21);
}.tpk-hotel-page .circle-morph-button:active{
transform:scale(.985);
}.tpk-hotel-page .circle-morph-button .button-label{
position:absolute;
  z-index:1;
  left:var(--cm-label-left);
  top:50%;
  font-size:14px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.012em;
  white-space:nowrap;
  color:inherit;
  transform:translate3d(0,-50%,0);
  transition:transform var(--cm-dur) var(--cm-ease);
  pointer-events:none;
}.tpk-hotel-page .circle-morph-button:hover .button-label{
transform:translate3d(calc(-1 * (var(--cm-w) - 16px)),-50%,0);
}.tpk-hotel-page .circle-morph-button .morph-surface{
position:absolute;
  z-index:2;
  top:var(--cm-inset);
  right:var(--cm-inset);
  width:var(--cm-circle);
  height:var(--cm-circle);
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#F3F4F4;
  transition:width var(--cm-dur) var(--cm-ease);
}.tpk-hotel-page .circle-morph-button:hover .morph-surface{
width:calc(100% - var(--cm-inset) * 2);
}.tpk-hotel-page .circle-morph-button .button-arrow{
position:relative;
  z-index:3;
  display:block;
  width:var(--cm-arrow);
  height:var(--cm-arrow);
  fill:none;
  color:#090909;
  stroke:currentColor;
  transform:rotate(0deg);
  transform-origin:50% 50%;
  transition:transform var(--cm-dur) var(--cm-ease);
}.tpk-hotel-page .circle-morph-button:hover .button-arrow{
transform:rotate(-45deg);
}.tpk-hotel-page .circle-morph-button.is-download-nav:hover .button-arrow{
transform:rotate(-135deg);
}.tpk-hotel-page .circle-morph-button.is-light{
color:#101415;
  background:#fff;
  box-shadow:var(--shadow-pill-light);
}.tpk-hotel-page .circle-morph-button.is-light:hover{
box-shadow:0 14px 32px rgba(16,24,40,.10);
}.tpk-hotel-page .circle-morph-button.is-light .morph-surface{
background:var(--ink);
}.tpk-hotel-page .circle-morph-button.is-light .button-arrow{
color:#fff;
}.tpk-hotel-page .text-arrow{
display:inline-flex;
  align-items:center;
  gap:24px;
  width:max-content;
  max-width:100%;
  color:var(--ink);
  text-decoration:none;
  font-size:15px;
  font-weight:600;
  white-space:nowrap;
}.tpk-hotel-page .text-arrow .ta-ar svg{
display:block;
  width:19px;
  height:19px;
  transition:transform .95s var(--ease);
}.tpk-hotel-page .text-arrow:hover .ta-ar svg{
transform:translateX(4px);
}.tpk-hotel-page .text-link{
position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  color:var(--ink);
  font-size:13.5px;
  line-height:1.2;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}.tpk-hotel-page .text-link svg{
display:block;
  width:15px;
  height:15px;
  transition:transform .95s var(--ease);
}.tpk-hotel-page .text-link::after{
content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .95s var(--ease);
}.tpk-hotel-page .text-link:hover::after{
transform:scaleX(1);
}.tpk-hotel-page .text-link.diagonal:hover svg{
transform:translate(3px,-3px);
}.tpk-hotel-page .title-ul{
position:relative;
  display:inline-block;
  width:max-content;
  max-width:100%;
  color:var(--ink);
  font-size:24px;
  line-height:1.22;
  font-weight:700;
  letter-spacing:-.02em;
  text-decoration:none;
}.tpk-hotel-page .title-ul::after{
content:"";
  position:absolute;
  left:0;right:0;bottom:-4px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .95s var(--ease);
}.tpk-hotel-page .title-ul:hover::after{
transform:scaleX(1);
}.tpk-hotel-page .sec{
padding:96px 0;background:#fff;
}.tpk-hotel-page .sec-soft{
background:#fbfbfd;
}.tpk-hotel-page .sec-soft2{
background:var(--soft2);
}.tpk-hotel-page .h2{
margin:0 0 20px;
  color:var(--ink);
  font-size:clamp(28px,2.5vw,36px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:-.03em;
  max-width:760px;
}.tpk-hotel-page .lead{
margin:0 0 40px;
  max-width:680px;
  color:var(--muted);
  font-size:15px;
  line-height:1.78;
}.tpk-hotel-page .sec-head{
text-align:center;
  margin:0 auto 52px;
  max-width:820px;
}.tpk-hotel-page .sec-head .h2{
margin:0 auto 16px;
  max-width:820px;
}.tpk-hotel-page .sec-head .lead{
margin:0 auto;
  max-width:640px;
}.tpk-hotel-page .cap-grid{
display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  gap:64px;
  align-items:stretch;
}.tpk-hotel-page .cap-copy{
display:flex;
  flex-direction:column;
  min-height:100%;
}.tpk-hotel-page .cap-copy .h2{
margin:0 0 24px;
  max-width:none;
}.tpk-hotel-page .cap-body{
color:var(--muted);
  font-size:15px;
  line-height:1.85;
  flex:1;
}.tpk-hotel-page .cap-body p + p{
margin-top:16px;
}.tpk-hotel-page .cap-media{
overflow:hidden;
  border-radius:10px;
  background:var(--photo);
  box-shadow:var(--shadow);
  min-height:100%;
  height:100%;
}.tpk-hotel-page .cap-media img{
width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 1.28s var(--ease);
}.tpk-hotel-page .cap-media:hover img{
transform:scale(1.018);
}.tpk-hotel-page .tpk-info-grid{
display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px 64px;
  width:100%;
}.tpk-hotel-page .tpk-info-item{
position:relative;
  padding-left:18px;
  width:100%;
  min-width:0;
}.tpk-hotel-page .tpk-info-item::before{
content:"";
  position:absolute;
  top:3px;
  left:0;
  width:2px;
  height:20px;
  background:#101415;
}.tpk-hotel-page .tpk-info-item .iey{
display:block;
  margin-bottom:8px;
  color:var(--muted);
  font-size:14px;
  line-height:1.5;
  font-weight:500;
}.tpk-hotel-page .tpk-info-item h3{
margin:0 0 12px;
  font-size:20px;
  line-height:1.3;
  font-weight:600;
  letter-spacing:-.01em;
}.tpk-hotel-page .tpk-info-item p{
max-width:none;
  margin:0;
  font-size:15px;
  line-height:1.6;
  font-weight:500;
}.tpk-hotel-page .tpk-info-item ul{
margin:0;
  padding:0;
  list-style:none;
  max-width:none;
  width:100%;
}.tpk-hotel-page .tpk-info-item ul li{
position:relative;
  padding-left:14px;
  margin-top:6px;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  font-weight:500;
}.tpk-hotel-page .tpk-info-item ul li:first-child{
margin-top:0;
}.tpk-hotel-page .tpk-info-item ul li::before{
content:"";
  position:absolute;
  left:0;top:9px;
  width:5px;height:5px;
  border-radius:999px;
  background:var(--ink);
  opacity:.35;
}.tpk-hotel-page .tpk-info-item .icta{
display:inline-flex;
  margin-top:16px;
}.tpk-hotel-page .tpk-info-grid.is-light .tpk-info-item::before{
background:#101415;
}.tpk-hotel-page .tpk-info-grid.is-light .iey,
.tpk-hotel-page .tpk-info-grid.is-light p{
color:var(--muted);
}.tpk-hotel-page .tpk-info-grid.is-light h3{
color:var(--ink);
}.tpk-hotel-page .app-grid{
display:flex;
  flex-direction:column;
  gap:64px;
}.tpk-hotel-page .app-card{
display:grid;
  min-height:480px;
  height:auto;
  align-items:stretch;
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}.tpk-hotel-page .app-card.is-ltr{
grid-template-columns:42% 58%;
}.tpk-hotel-page .app-card.is-ltr .app-visual{
order:1;
}.tpk-hotel-page .app-card.is-ltr .app-body{
order:2;
}.tpk-hotel-page .app-card.is-rtl{
grid-template-columns:58% 42%;
}.tpk-hotel-page .app-card.is-rtl .app-body{
order:1;
}.tpk-hotel-page .app-card.is-rtl .app-visual{
order:2;
}.tpk-hotel-page .app-visual{
position:relative;
  margin:0;
  min-width:0;
  min-height:480px;
  height:100%;
  align-self:stretch;
  overflow:hidden;
  background:#fff;
  display:block;
}.tpk-hotel-page .app-visual img{
position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform 1.18s var(--ease);
}.tpk-hotel-page .app-visual:hover img{
transform:scale(1.022);
}.tpk-hotel-page .app-card.is-rtl .app-visual img{
-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);
}.tpk-hotel-page .app-card.is-ltr .app-visual img{
-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);
  mask-image:linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);
}.tpk-hotel-page .app-body{
display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  padding:40px 52px 44px;
  min-width:0;
  background:#fff;
  position:relative;
  z-index:2;
}.tpk-hotel-page .app-card h3{
margin:0;
  line-height:1.15;
}.tpk-hotel-page .app-card h3 .title-ul{
font-size:28px;
  line-height:1.15;
  font-weight:700;
  letter-spacing:-.02em;
  color:var(--ink);
}.tpk-hotel-page .app-card h3 .title-ul:hover::after{
transform:scaleX(1);
}.tpk-hotel-page .app-copy{
color:#4F535C;
  font-size:15px;
  line-height:1.7;
  max-width:560px;
}.tpk-hotel-page .app-challenge{
max-width:560px;
  margin-top:6px;
  padding-top:18px;
  border-top:1px solid rgba(16,24,40,.10);
}.tpk-hotel-page .app-challenge b{
display:block;
  margin:0 0 8px;
  color:var(--ink);
  font-size:14px;
  font-weight:700;
}.tpk-hotel-page .app-challenge p{
margin:0;
  color:#30343B;
  font-size:14px;
  line-height:1.65;
  font-weight:400;
}.tpk-hotel-page .app-specs{
display:flex;
  flex-direction:column;
  gap:6px;
  margin-top:4px;
}.tpk-hotel-page .app-specs span{
color:var(--text);
  font-size:13px;
  line-height:1.5;
  font-weight:500;
}.tpk-hotel-page .app-specs span b{
color:var(--light);
  font-weight:700;
  font-size:11px;
  letter-spacing:.05em;
  text-transform:uppercase;
  margin-right:8px;
}.tpk-hotel-page .app-case{
margin-top:2px;
  padding:12px 14px;
  border-radius:8px;
  background:var(--soft2);
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
  max-width:560px;
}.tpk-hotel-page .app-case strong{
display:block;
  margin-bottom:4px;
  color:var(--ink);
  font-size:13px;
  font-weight:600;
}.tpk-hotel-page .app-note{
margin:0;
  color:var(--light);
  font-size:12.5px;
  line-height:1.55;
  font-style:italic;
  max-width:560px;
}.tpk-hotel-page .app-body .text-arrow{
margin-top:8px;
}.tpk-hotel-page .table-shell{
border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
  overflow:auto;
}.tpk-hotel-page .prod-table{
width:100%;
  min-width:980px;
  border-collapse:collapse;
}.tpk-hotel-page .prod-table th,
.tpk-hotel-page .prod-table td{
padding:18px 20px;
  text-align:left;
  vertical-align:top;
  border-top:1px solid var(--line);
  font-size:13.5px;
  line-height:1.55;
}.tpk-hotel-page .prod-table th{
border-top:0;
  background:var(--soft2);
  color:var(--light);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
}.tpk-hotel-page .prod-table tr:nth-child(even) td{
background:#fbfbfd;
}.tpk-hotel-page .prod-table .series{
color:var(--ink);
  font-weight:700;
  font-size:14px;
}.tpk-hotel-page .prod-table .models{
display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:12.5px;
  font-weight:500;
}.tpk-hotel-page .prod-table .live-link{
display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--ink);
  font-size:13.5px;
  font-weight:600;
  white-space:nowrap;
  text-decoration:none;
}.tpk-hotel-page .prod-table .live-link svg{
display:block;
  width:16px;
  height:16px;
  flex:0 0 16px;
  transition:transform .95s var(--ease);
}.tpk-hotel-page .prod-table .live-link:hover svg{
transform:translateX(4px);
}.tpk-hotel-page .case-grid{
display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
  align-items:stretch;
}.tpk-hotel-page .case-card{
display:flex;
  flex-direction:column;
  height:100%;
  background:transparent;
  border:0;
  box-shadow:none;
  overflow:visible;
}.tpk-hotel-page .case-img{
position:relative;
  overflow:hidden;
  border-radius:10px;
  background:var(--photo);
  box-shadow:var(--shadow-soft);
  aspect-ratio:4/3;
}.tpk-hotel-page .case-img img{
width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 1.18s var(--ease);
}.tpk-hotel-page .case-image-link:hover .case-img img{
transform:scale(1.024);
}.tpk-hotel-page .case-img::after{
content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.12) 62%,transparent 100%);
  opacity:0;
  transition:opacity .5s ease;
  pointer-events:none;
  z-index:1;
}.tpk-hotel-page .case-overlay{
position:absolute;
  left:18px;right:18px;bottom:18px;
  z-index:2;
  color:#fff;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
}.tpk-hotel-page .case-overlay-title{
font-size:16px;
  font-weight:600;
  line-height:1.3;
}.tpk-hotel-page .case-overlay-desc{
margin-top:6px;
  font-size:12.5px;
  line-height:1.5;
  color:rgba(255,255,255,.82);
}.tpk-hotel-page .case-image-link:hover .case-img::after,
.tpk-hotel-page .case-image-link:hover .case-overlay{
opacity:1;
}.tpk-hotel-page .case-image-link:hover .case-overlay{
transform:translateY(0);
}.tpk-hotel-page .case-body{
padding:18px 2px 0;
  display:flex;
  flex-direction:column;
  flex:1;
  min-height:0;
}.tpk-hotel-page .case-tag{
display:block;
  margin-bottom:10px;
  color:var(--light);
  font-size:11px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}.tpk-hotel-page .case-body .title-ul{
font-size:20px;font-weight:600;
}.tpk-hotel-page .case-specs{
margin:12px 0 0;
  padding:0;
  list-style:none;
  flex:1;
}.tpk-hotel-page .case-specs li{
color:var(--muted);
  font-size:13px;
  line-height:1.65;
}.tpk-hotel-page .case-body .text-arrow{
margin-top:auto;
  padding-top:20px;
}.tpk-hotel-page .case-foot{
display:flex;
  justify-content:center;
  margin-top:48px;
}.tpk-hotel-page .faq-layout{
display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr);
  gap:36px;
  align-items:start;
}.tpk-hotel-page .tpk-faq-list{
overflow:hidden;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}.tpk-hotel-page .tpk-faq-item + .tpk-faq-item{
border-top:1px solid var(--line);
}.tpk-hotel-page .tpk-faq-q{
width:100%;
  margin:0;
  padding:25px 30px;
  border:0;
  background:none;
  color:var(--ink);
  font-family:inherit;
  font-size:15px;
  line-height:1.72;
  font-weight:500;
  letter-spacing:inherit;
  text-align:left;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}.tpk-hotel-page .tpk-faq-ic{
position:relative;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:999px;
  background:var(--soft);
  pointer-events:none;
  transition:transform .28s ease,background .28s ease;
}.tpk-hotel-page .tpk-faq-ic::before,
.tpk-hotel-page .tpk-faq-ic::after{
content:"";
  position:absolute;
  top:50%;left:50%;
  border-radius:2px;
  background:var(--muted);
  transition:background .28s ease;
}.tpk-hotel-page .tpk-faq-ic::before{
width:11px;height:2px;transform:translate(-50%,-50%);
}.tpk-hotel-page .tpk-faq-ic::after{
width:2px;height:11px;transform:translate(-50%,-50%);
}.tpk-hotel-page .tpk-faq-item.is-open .tpk-faq-q{
color:var(--g);
}.tpk-hotel-page .tpk-faq-item.is-open .tpk-faq-ic{
transform:rotate(45deg);
  background:rgba(0,155,116,.1);
}.tpk-hotel-page .tpk-faq-item.is-open .tpk-faq-ic::before,
.tpk-hotel-page .tpk-faq-item.is-open .tpk-faq-ic::after{
background:var(--g);
}.tpk-hotel-page .tpk-faq-a{
max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}.tpk-hotel-page .tpk-faq-a-inner{
padding:0 30px 26px;
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
}.tpk-hotel-page .tpk-faq-a-inner a{
color:var(--g);
  font-weight:600;
  text-decoration:underline;
}.tpk-hotel-page .sidebox{
border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:30px 28px;
}.tpk-hotel-page .side-title{
display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:var(--ink);
  font-size:17px;
  font-weight:600;
  letter-spacing:-.01em;
}.tpk-hotel-page .side-title svg{
width:22px;
  height:22px;
  color:var(--ink);
  flex:0 0 22px;
}.tpk-hotel-page .sidebox p{
margin:0 0 18px;
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
}.tpk-hotel-page .sidebox .contact-actions{
display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-start;
}.tpk-hotel-page .sec-proposal{
background:#F7F9F8;
  padding:96px 0;
}.tpk-hotel-page .final-cta{
border-radius:10px;
  background:var(--dark);
  box-shadow:var(--shadow-dark);
  border:1px solid rgba(255,255,255,.09);
  padding:56px 60px 52px;
  text-align:center;
}.tpk-hotel-page .final-cta h2{
margin:0 auto 16px;
  max-width:720px;
  color:#fff;
  font-size:clamp(28px,2.4vw,36px);
  line-height:1.18;
  font-weight:500;
  letter-spacing:-.03em;
}.tpk-hotel-page .final-cta > p{
margin:0 auto 36px;
  max-width:560px;
  color:rgba(255,255,255,.68);
  font-size:15px;
  line-height:1.78;
}.tpk-hotel-page .final-row{
display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:36px 48px;
}.tpk-hotel-page .final-row .text-link{
color:#fff;
}.tpk-hotel-page .final-row .text-link::after{
background:currentColor;
}

body .tpk-hotel-page .edge-nav{
  position:fixed!important;
  z-index:60;
  left:14px;
  top:50%;
  width:56px;
  height:350px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-list{
  width:48px;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  padding:16px 0;
}
body .edge-item{
  width:48px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-line{
  display:block;
  width:44px;
  height:2px;
  border-radius:999px;
  background:#aab2af;
  transform:scaleX(var(--edge-scale,.22));
  transform-origin:left center;
  opacity:var(--edge-opacity,.46);
  will-change:transform,opacity,background-color;
  transition:background-color .16s ease;
}
body .edge-item.edge-focus .edge-line{
  background:#151918;
  opacity:1;
}
body .tpk-hotel-page .edge-tooltip{
  position:fixed;
  z-index:61;
  left:72px;
  top:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  transform:translateY(-50%) translateX(-4px);
  border-radius:10px;
  background:#3b3f3d;
  color:#fff;
  font-size:12.5px;
  line-height:1;
  font-weight:600;
  width:max-content;
  max-width:calc(100vw - 96px);
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
body .edge-tooltip.is-visible{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}
@media(max-width:720px){
  body .tpk-hotel-page .edge-nav{left:8px;}
  body .tpk-hotel-page .edge-tooltip{left:60px;}
}

@media (max-width:1024px){
  .tpk-hotel-page .wrap{
    padding:0 28px;
  }
  .tpk-hotel-page .cap-grid{
    grid-template-columns:minmax(0,1fr);
    gap:36px;
  }
  .tpk-hotel-page .cap-media{
    aspect-ratio:4/3;
    min-height:0;
    height:auto;
  }
  .tpk-hotel-page .tpk-glow-3{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }
  .tpk-hotel-page .app-card{
    grid-template-columns:minmax(0,1fr);
    min-height:0;
  }
  .tpk-hotel-page .app-card .app-visual{
    order:0 !important;
    min-height:0;
    aspect-ratio:16/10;
  }
  .tpk-hotel-page .app-card .app-body{
    order:0 !important;
    padding:30px 26px 34px;
  }
  .tpk-hotel-page .app-card.is-ltr .app-visual img,
  .tpk-hotel-page .app-card.is-rtl .app-visual img{
    -webkit-mask-image:none;
    mask-image:none;
  }
  .tpk-hotel-page .faq-layout{
    grid-template-columns:minmax(0,1fr);
    gap:28px;
  }
  
  .tpk-page.tpk-hotel-page .case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }
  .tpk-hotel-page .final-cta{
    padding:44px 36px 42px;
  }
}

@media (max-width:680px){
  .tpk-hotel-page .wrap{
    padding:0 20px;
  }
  .tpk-hotel-page .bc{
    height:44px;
  }
  .tpk-hotel-page .bc-inner{
    font-size:12px;
    gap:8px;
  }
  .tpk-hotel-page .hero-transparent{
    padding:56px 0 20px;
  }
  .tpk-hotel-page .hero-transparent h1{
    font-size:31px;
    line-height:1.12;
    letter-spacing:-.03em;
    margin-bottom:20px;
  }
  .tpk-hotel-page .hero-transparent h1 .line2{
    font-size:.8em;
    margin-top:8px;
  }
  .tpk-hotel-page .hero-lead{
    font-size:15px;
    line-height:1.72;
    margin-bottom:30px;
  }
  .tpk-hotel-page .hero-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 16px;
    padding-top:30px;
  }
  .tpk-hotel-page .hero-stat b{
    font-size:25px;
  }
  .tpk-hotel-page .hero-stat span{
    font-size:12px;
  }
  .tpk-hotel-page .hero-actions{
    gap:16px 24px;
    margin-bottom:56px;
  }
  .tpk-hotel-page .sec{
    padding:60px 0;
  }
  .tpk-hotel-page .sec-proposal{
    padding:60px 0;
  }
  .tpk-hotel-page .h2{
    font-size:25px;
    line-height:1.22;
    margin-bottom:16px;
  }
  .tpk-hotel-page .lead{
    margin-bottom:28px;
    font-size:14.5px;
  }
  .tpk-hotel-page .sec-head{
    margin-bottom:36px;
  }
  .tpk-hotel-page .cap-grid{
    gap:28px;
  }
  .tpk-hotel-page .cap-body{
    font-size:14.5px;
  }
  .tpk-hotel-page .tpk-info-grid{
    grid-template-columns:minmax(0,1fr);
    gap:30px;
  }
  .tpk-hotel-page .tpk-info-item h3{
    font-size:18px;
  }
  .tpk-hotel-page .tpk-info-item p{
    font-size:14px;
  }
  .tpk-hotel-page .tpk-glow-3{
    grid-template-columns:minmax(0,1fr);
    gap:16px;
  }
  .tpk-hotel-page .tpk-glow-card{
    padding:28px 24px;
  }
  .tpk-hotel-page .tpk-glow-card .no{
    font-size:38px;
    margin-bottom:14px;
  }
  .tpk-hotel-page .app-card h3 .title-ul{
    font-size:23px;
  }
  .tpk-hotel-page .app-copy{
    font-size:14.5px;
  }
  .tpk-hotel-page .app-challenge p{
    font-size:13.5px;
  }
  
  .tpk-page.tpk-hotel-page .case-grid{
    grid-template-columns:minmax(0,1fr);
    gap:32px;
  }
  .tpk-hotel-page .case-body .title-ul{
    font-size:19px;
  }
  .tpk-hotel-page .case-foot{
    margin-top:34px;
  }
  .tpk-hotel-page .prod-table th,
  .tpk-hotel-page .prod-table td{
    padding:14px 16px;
  }
  .tpk-hotel-page .table-shell{
    -webkit-overflow-scrolling:touch;
    border-radius:8px;
  }
  .tpk-hotel-page .tpk-faq-q{
    padding:19px 18px;
    font-size:14.5px;
    gap:14px;
  }
  .tpk-hotel-page .tpk-faq-ic{
    flex:0 0 26px;
    width:26px;
    height:26px;
  }
  .tpk-hotel-page .tpk-faq-a-inner{
    padding:0 18px 22px;
    font-size:13.5px;
  }
  .tpk-hotel-page .sidebox{
    padding:24px 20px;
  }
  .tpk-hotel-page .final-cta{
    padding:38px 22px 36px;
  }
  .tpk-hotel-page .final-cta h2{
    font-size:23px;
  }
  .tpk-hotel-page .final-cta > p{
    font-size:14.5px;
    margin-bottom:28px;
  }
  .tpk-hotel-page .final-row{
    gap:18px 28px;
  }
}

@media (max-width:480px){
  .tpk-hotel-page .wrap{
    padding:0 16px;
  }
  .tpk-hotel-page .hero-transparent h1{
    font-size:28px;
  }
  .tpk-hotel-page .hero-stats{
    gap:20px 14px;
  }
  .tpk-hotel-page .hero-stat b{
    font-size:23px;
  }
  .tpk-hotel-page .circle-morph-button{
    --cm-label-left:16px;
    --cm-gap:10px;
  }
  .tpk-hotel-page .app-card .app-body{
    padding:26px 20px 30px;
  }
  .tpk-hotel-page .tpk-glow-card{
    padding:24px 20px;
  }
  .tpk-hotel-page .final-cta{
    padding:32px 18px 30px;
  }
}

@media (max-width:680px){
  
  .tpk-hotel-page .table-shell{
    overflow:visible;
    background:transparent;
    box-shadow:none;
    border-radius:0;
  }
  .tpk-page.tpk-hotel-page .prod-table{
    min-width:0;
  }
  .tpk-hotel-page .prod-table thead{
    display:none;
  }
  .tpk-hotel-page .prod-table tr{
    display:block;
    margin:0 0 14px;
    padding:6px 18px 10px;
    background:#fff;
    border-radius:10px;
    box-shadow:var(--shadow-soft);
  }
  .tpk-hotel-page .prod-table tr:last-child{
    margin-bottom:0;
  }
  .tpk-hotel-page .prod-table td{
    display:block;
    border-top:0;
    padding:11px 0 3px;
  }
  .tpk-hotel-page .prod-table tr:nth-child(even) td{
    background:transparent;
  }
  .tpk-hotel-page .prod-table td[data-label="Live Page"]{
    padding-top:14px;
    margin-top:6px;
    border-top:1px solid var(--line);
  }
  .tpk-hotel-page .prod-table td[data-label="Live Page"]::before{
    color:rgb(0,155,116);
  }
  .tpk-page.tpk-hotel-page .prod-table .live-link{
    font-size:15.5px;
    gap:10px;
    padding:6px 0;
    min-height:44px;
  }
  .tpk-page.tpk-hotel-page .prod-table .live-link [data-tpk-icon]{
    width:18px;
    height:18px;
    flex:0 0 18px;
    transition:transform .3s var(--ease);
  }
  .tpk-page.tpk-hotel-page .prod-table .live-link:active [data-tpk-icon]{
    transform:translateX(4px);
  }
  .tpk-hotel-page .prod-table td::before{
    content:attr(data-label);
    display:block;
    margin-bottom:3px;
    color:var(--light);
    font-size:11px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
  }
  .tpk-hotel-page .prod-table td:first-child{
    padding-top:12px;
  }
  .tpk-hotel-page .prod-table .live-link{
    white-space:normal;
  }
}

@media (max-width:1024px){
  .tpk-hotel-page .bc{
    display:none;
  }
  .tpk-hotel-page .final-cta{
    display:none;
  }
  body .edge-nav,
  body .tpk-hotel-page .edge-tooltip{
    display:none;
  }
}

.tpk-hotel-page .text-arrow .ta-ar [data-tpk-icon]{
display:block;
  width:19px;
  height:19px;
  flex:0 0 19px;
  transition:transform .95s var(--ease);
}
.tpk-hotel-page .text-arrow:hover .ta-ar [data-tpk-icon]{
transform:translateX(4px);
}
.tpk-hotel-page .text-link [data-tpk-icon]{
width:15px;
  height:15px;
  flex:0 0 15px;
  transition:transform .95s var(--ease);
}
.tpk-hotel-page .text-link.diagonal:hover [data-tpk-icon]{
transform:translate(3px,-3px);
}
.tpk-hotel-page .prod-table .live-link [data-tpk-icon]{
width:16px;
  height:16px;
  flex:0 0 16px;
  transition:transform .95s var(--ease);
}
.tpk-hotel-page .prod-table .live-link:hover [data-tpk-icon]{
transform:translateX(4px);
}

.tpk-bridge-v4,
.tpk-bridge-v4 *{
  box-sizing:border-box;
}
.tpk-bridge-v4{
  --g:#009b74;
  --ink:#101415;
  --text:#1d2424;
  --muted:#64706d;
  --light:#88928f;
  --line:#e7ecea;
  --soft:#f5f6f6;
  --soft2:#f7f9f8;
  --white:#fff;
  --dark:#101415;
  --photo:#eef2f0;
  --shadow:0 18px 46px rgba(16,24,40,.04);
  --shadow-soft:0 14px 34px rgba(16,24,40,.035);
  --shadow-dark:0 26px 68px rgba(16,24,40,.16);
  --ease:cubic-bezier(.16,1,.3,1);
  --section-y:112px;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  color:var(--text);
  background:var(--white);
  font-family:Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  letter-spacing:-0.15px;
  font-size:15px;
  line-height:1.76;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow:hidden;
}
.tpk-bridge-v4 img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border:0;
}
.tpk-bridge-v4 a{
  color:inherit;
  text-decoration:none;
}
.tpk-bridge-v4 h1,
.tpk-bridge-v4 h2,
.tpk-bridge-v4 h3,
.tpk-bridge-v4 p{
  margin:0;
}
.tpk-bridge-v4 strong{
  color:var(--ink);
  font-weight:600;
}
.tpk-bridge-v4 .tpk-bridge-container{
  width:100%;
  max-width:1360px;
  margin:0 auto;
  padding:0 44px;
}
.tpk-bridge-v4 .tpk-green{
  color:var(--g);
  font-style:normal;
}
.tpk-bridge-v4 .tpk-eyebrow{
  display:block;
  margin:0 0 14px;
  color:var(--light);
  font-size:12px;
  line-height:1.4;
  font-weight:720;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tpk-bridge-v4 .tpk-section-title{
  max-width:760px;
  color:var(--ink);
  font-size:clamp(34px,3.45vw,50px);
  line-height:1.08;
  font-weight:500;
  letter-spacing:-.02em;
}
.tpk-bridge-v4 .tpk-section-head{
  margin-bottom:40px;
}
.tpk-bridge-v4 .tpk-text-link{
  position:relative;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  color:inherit;
}
.tpk-bridge-v4 .tpk-text-link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-4px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .95s var(--ease);
}
.tpk-bridge-v4 .tpk-text-link:hover::after{
  transform:scaleX(1);
}
.tpk-bridge-v4 .tpk-text-jump{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  color:var(--ink);
  font-size:13.5px;
  line-height:1.2;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}
.tpk-bridge-v4 .tpk-text-jump::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .95s var(--ease);
}
.tpk-bridge-v4 .tpk-text-jump:hover::after{
  transform:scaleX(1);
}
.tpk-bridge-v4 .tpk-text-jump .tpk-arrow-svg{
  width:15px;
  height:15px;
  flex:0 0 15px;
  transition:transform .95s var(--ease);
}
.tpk-bridge-v4 .tpk-text-jump:hover .tpk-arrow-svg{
  transform:translate(3px,-3px);
}
.tpk-bridge-v4 .tpk-inline-link{
  position:relative;
  display:inline-flex;
  color:var(--ink);
  font-weight:600;
}
.tpk-bridge-v4 .tpk-inline-link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-3px;
  height:1px;
  background:currentColor;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .95s var(--ease);
}
.tpk-bridge-v4 .tpk-inline-link:hover::after{
  transform:scaleX(1);
}
.tpk-bridge-v4 .tpk-arrow-svg{
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.tpk-bridge-v4 .tpk-pill-cta,
.tpk-bridge-v4 .tpk-pill-cta:visited,
.tpk-bridge-v4 .tpk-pill-cta:hover{
  --pl-h:46px;
  --pl-inset:6px;
  --pl-circle:34px;
  --pl-left:20px;
  --pl-gap:12px;
  --pl-label-w:135px;
  --pl-w:calc(var(--pl-left) + var(--pl-label-w) + var(--pl-gap) + var(--pl-circle) + var(--pl-inset));
  --pl-exit:-191px;
  --pl-arrow:17px;
  --pl-ease:cubic-bezier(.16,1,.3,1);
  --pl-dur:.82s;
  position:relative;
  display:inline-block;
  width:var(--pl-w);
  height:var(--pl-h);
  padding:0;
  border:0;
  border-radius:999px;
  overflow:hidden;
  isolation:isolate;
  cursor:pointer;
  vertical-align:middle;
  color:#fff !important;
  background:linear-gradient(108deg,#020202 0%,#020202 55%,#111 77%,#252525 100%);
  box-shadow:0 12px 26px rgba(0,0,0,.18);
  font-size:14px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.012em;
  text-decoration:none;
  white-space:nowrap;
  -webkit-tap-highlight-color:transparent;
  transition:box-shadow var(--pl-dur) var(--pl-ease);
}
.tpk-bridge-v4 .tpk-pill-cta:hover{
  box-shadow:0 16px 31px rgba(0,0,0,.21);
}
.tpk-bridge-v4 .tpk-pill-cta:active{
  transform:scale(.985);
}
.tpk-bridge-v4 .tpk-pill-cta .tpk-pill-label{
  position:absolute;
  z-index:1;
  left:var(--pl-left);
  top:50%;
  font-size:inherit;
  line-height:1;
  font-weight:600;
  letter-spacing:inherit;
  white-space:nowrap;
  color:inherit;
  transform:translate3d(0,-50%,0);
  transition:transform var(--pl-dur) var(--pl-ease);
  pointer-events:none;
}
.tpk-bridge-v4 .tpk-pill-cta:hover .tpk-pill-label{
  transform:translate3d(var(--pl-exit),-50%,0);
}
.tpk-bridge-v4 .tpk-pill-cta .tpk-pill-circle{
  position:absolute;
  z-index:2;
  top:var(--pl-inset);
  right:var(--pl-inset);
  width:var(--pl-circle);
  height:var(--pl-circle);
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#F3F4F4;
  transition:width var(--pl-dur) var(--pl-ease);
}
.tpk-bridge-v4 .tpk-pill-cta:hover .tpk-pill-circle{
  width:calc(100% - var(--pl-inset) * 2);
}
.tpk-bridge-v4 .tpk-pill-cta .tpk-arrow-svg{
  position:relative;
  z-index:3;
  display:block;
  width:var(--pl-arrow);
  height:var(--pl-arrow);
  color:#090909;
  transform:rotate(0deg);
  transform-origin:50% 50%;
  transition:transform var(--pl-dur) var(--pl-ease);
}
.tpk-bridge-v4 .tpk-pill-cta:hover .tpk-arrow-svg{
  transform:rotate(-45deg);
}
.tpk-bridge-v4 .tpk-img-link,
.tpk-bridge-v4 .tpk-img-shell{
  display:block;
  overflow:hidden;
  border-radius:10px;
  background:var(--photo);
}
.tpk-bridge-v4 .tpk-img-link img,
.tpk-bridge-v4 .tpk-img-shell img{
  height:100%;
  object-fit:cover;
  transform:scale(1);
  transform-origin:center;
}
.tpk-bridge-v4 .tpk-img-link img{
  transition:transform 1.18s var(--ease);
}
.tpk-bridge-v4 .tpk-img-link:hover img{
  transform:scale(1.024);
}
.tpk-bridge-v4 .tpk-breadcrumb{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-breadcrumb-inner{
  min-height:48px;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  color:var(--light);
  font-size:12px;
  line-height:1.5;
}
.tpk-bridge-v4 .tpk-breadcrumb a{
  color:var(--ink);
}
.tpk-bridge-v4 .tpk-hero{
  position:relative;
  background:#fff;
}
.tpk-bridge-v4 .tpk-hero-grid{
  position:relative;
  z-index:1;
  min-height:730px;
  display:grid;
  grid-template-columns:minmax(0,.94fr) minmax(520px,1fr);
  gap:72px;
  align-items:center;
  padding-top:70px;
  padding-bottom:70px;
}
.tpk-bridge-v4 .tpk-hero h1{
  max-width:680px;
  margin:0 0 48px;
  color:var(--ink);
  font-size:clamp(54px,5.2vw,76px);
  line-height:1.08;
  font-weight:400;
  letter-spacing:-.038em;
}
.tpk-bridge-v4 .tpk-hero-lead{
  max-width:740px;
  color:var(--muted);
  font-size:16.75px;
  line-height:1.92;
}
.tpk-bridge-v4 .tpk-hero-actions{
  margin-top:46px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:26px 34px;
}
.tpk-bridge-v4 .tpk-hero-proof{
  margin-top:54px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.tpk-bridge-v4 .tpk-proof-card{
  padding-top:24px;
  border-top:1px solid rgba(16,20,21,.12);
}
.tpk-bridge-v4 .tpk-proof-label{
  display:block;
  margin-bottom:10px;
  color:var(--light);
  font-size:11px;
  line-height:1.4;
  font-weight:720;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.tpk-bridge-v4 .tpk-proof-value{
  display:block;
  margin-bottom:9px;
  color:var(--ink);
  font-size:22px;
  line-height:1.15;
  font-weight:600;
  letter-spacing:-.026em;
}
.tpk-bridge-v4 .tpk-proof-copy{
  color:var(--muted);
  font-size:13px;
  line-height:1.72;
}
.tpk-bridge-v4 .tpk-hero-media{
  position:relative;
  height:618px;
  box-shadow:var(--shadow-soft);
}
.tpk-bridge-v4 .tpk-media-pill{
  position:absolute;
  z-index:2;
  top:18px;
  right:18px;
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:8px 14px;
  border-radius:999px;
  color:var(--ink);
  background:rgba(255,255,255,.9);
  box-shadow:0 8px 22px rgba(16,24,40,.12);
  font-size:12px;
  line-height:1;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.tpk-bridge-v4 .tpk-hero-media img{
  transition:transform 1.28s var(--ease);
}
.tpk-bridge-v4 .tpk-hero-media:hover img{
  transform:scale(1.012);
}
.tpk-bridge-v4 .tpk-hero-caption{
  display:flex;
  justify-content:center;
  gap:24px;
  align-items:center;
  margin-top:18px;
  text-align:center;
}
.tpk-bridge-v4 .tpk-caption-title{
  color:var(--ink);
  font-size:20px;
  line-height:1.25;
  font-weight:600;
  letter-spacing:-.018em;
}
.tpk-bridge-v4 .tpk-sticky-nav{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-tabs{
  min-height:66px;
  display:flex;
  align-items:center;
  gap:34px;
  overflow-x:auto;
  scrollbar-width:none;
}
.tpk-bridge-v4 .tpk-tabs::-webkit-scrollbar{
  display:none;
}
.tpk-bridge-v4 .tpk-tab{
  position:relative;
  flex:0 0 auto;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  color:var(--muted);
  font-size:13.5px;
  line-height:1;
  font-weight:680;
  white-space:nowrap;
}
.tpk-bridge-v4 .tpk-tab::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:9px;
  height:1px;
  background:var(--ink);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .95s var(--ease);
}
.tpk-bridge-v4 .tpk-tab:hover,
.tpk-bridge-v4 .tpk-tab.is-active{
  color:var(--ink);
}
.tpk-bridge-v4 .tpk-tab:hover::after,
.tpk-bridge-v4 .tpk-tab.is-active::after{
  transform:scaleX(1);
}
.tpk-bridge-v4 .tpk-section{
  padding:var(--section-y) 0;
  background:#fff;
}
.tpk-bridge-v4 .tpk-section.is-soft{
  background:#fbfbfd;
}
.tpk-bridge-v4 .tpk-section.is-soft2{
  background:var(--soft2);
}
.tpk-bridge-v4 .tpk-strategy-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(380px,.68fr);
  gap:70px;
  align-items:start;
}
.tpk-bridge-v4 .tpk-copy-block p{
  margin:0 0 32px;
  color:var(--muted);
  font-size:15.5px;
  line-height:2;
}
.tpk-bridge-v4 .tpk-copy-block p:last-child{
  margin-bottom:0;
}
.tpk-bridge-v4 .tpk-strategy-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:34px;
}
.tpk-bridge-v4 .tpk-strategy-point{
  padding:18px 18px 16px;
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow-soft);
}
.tpk-bridge-v4 .tpk-strategy-point .tpk-svg{
  width:24px;
  height:24px;
  color:var(--ink);
  margin-bottom:12px;
}
.tpk-bridge-v4 .tpk-strategy-point strong{
  display:block;
  margin-bottom:6px;
  color:var(--ink);
  font-size:14px;
  line-height:1.35;
  font-weight:600;
}
.tpk-bridge-v4 .tpk-strategy-point span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.72;
}
.tpk-bridge-v4 .tpk-feature-card{
  background:#fff;
  border-radius:14px;
  padding:16px;
  box-shadow:var(--shadow);
}
.tpk-bridge-v4 .tpk-feature-media{
  height:360px;
}
.tpk-bridge-v4 .tpk-feature-body{
  padding:26px 6px 4px;
}
.tpk-bridge-v4 .tpk-feature-title{
  color:var(--ink);
  font-size:22px;
  line-height:1.28;
  font-weight:600;
  letter-spacing:-.02em;
}
.tpk-bridge-v4 .tpk-feature-copy{
  margin-top:12px;
  color:var(--muted);
  font-size:14px;
  line-height:1.82;
}
.tpk-bridge-v4 .tpk-capability-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0 42px;
  margin-top:64px;
}
.tpk-bridge-v4 .tpk-capability{
  padding:34px 0 0;
  border-top:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-capability-icon{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin-bottom:16px;
  color:var(--ink);
  line-height:0;
}
.tpk-bridge-v4 .tpk-svg{
  display:block;
  width:28px;
  height:28px;
}
.tpk-bridge-v4 .tpk-capability h3,
.tpk-bridge-v4 .tpk-constraint h3,
.tpk-bridge-v4 .tpk-step h3,
.tpk-bridge-v4 .tpk-product-name,
.tpk-bridge-v4 .tpk-case-title{
  color:var(--ink);
  font-size:19px;
  line-height:1.34;
  font-weight:600;
  letter-spacing:-.018em;
}
.tpk-bridge-v4 .tpk-capability p,
.tpk-bridge-v4 .tpk-constraint p,
.tpk-bridge-v4 .tpk-step p{
  margin-top:12px;
  color:var(--muted);
  font-size:14px;
  line-height:1.82;
}
.tpk-bridge-v4 .tpk-metric-panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin-bottom:34px;
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow);
}
.tpk-bridge-v4 .tpk-metric{
  padding:32px 34px;
  border-left:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-metric:first-child{
  border-left:0;
}
.tpk-bridge-v4 .tpk-metric strong{
  display:block;
  margin-bottom:14px;
  color:var(--ink);
  font-size:clamp(42px,4vw,62px);
  line-height:1;
  font-weight:500;
  letter-spacing:-.045em;
}
.tpk-bridge-v4 .tpk-metric span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.7;
}
.tpk-bridge-v4 .tpk-constraint-panel,
.tpk-bridge-v4 .tpk-workflow-panel{
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow);
  padding:48px 54px;
}
.tpk-bridge-v4 .tpk-constraint-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 56px;
}
.tpk-bridge-v4 .tpk-constraint{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  column-gap:2ch;
  row-gap:16px;
  padding:30px 0 34px;
}
.tpk-bridge-v4 .tpk-constraint:nth-child(n+3){
  border-top:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-constraint-no{
  grid-column:1;
  grid-row:1;
  color:var(--g);
  font-size:36px;
  line-height:1;
  font-weight:500;
  letter-spacing:-.03em;
}
.tpk-bridge-v4 .tpk-constraint h3{
  grid-column:2;
  grid-row:1;
}
.tpk-bridge-v4 .tpk-constraint p{
  grid-column:1 / -1;
  margin-top:0;
}
.tpk-bridge-v4 .tpk-constraint-note{
  grid-column:1 / -1;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:8px 12px;
  border-radius:999px;
  color:var(--g);
  background:#eef8f4;
  font-size:12px;
  line-height:1.4;
  font-weight:650;
}
.tpk-bridge-v4 .tpk-workflow-grid{
  display:grid;
  grid-template-columns:minmax(320px,.48fr) minmax(0,1fr);
  gap:64px;
  align-items:stretch;
}
.tpk-bridge-v4 .tpk-workflow-copy{
  display:grid;
  grid-template-rows:repeat(3,1fr);
  gap:24px;
  height:100%;
}
.tpk-bridge-v4 .tpk-workflow-copy-item{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-content:start;
  gap:14px 18px;
  padding:0 0 24px;
  border-bottom:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-workflow-copy-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.tpk-bridge-v4 .tpk-workflow-copy-no{
  grid-row:1 / span 2;
  color:var(--g);
  font-size:34px;
  line-height:1;
  font-weight:500;
  letter-spacing:-.03em;
}
.tpk-bridge-v4 .tpk-workflow-copy-item h3{
  margin:0;
  color:var(--ink);
  font-size:18px;
  line-height:1.3;
  font-weight:600;
  letter-spacing:-.012em;
}
.tpk-bridge-v4 .tpk-workflow-copy-item p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
}
.tpk-bridge-v4 .tpk-step-list{
  position:relative;
  display:grid;
  gap:0;
  height:100%;
  padding-left:26px;
}
.tpk-bridge-v4 .tpk-step-list::before{
  content:"";
  position:absolute;
  left:6px;
  top:10px;
  bottom:10px;
  width:1px;
  background:rgba(0,155,116,.45);
}
.tpk-bridge-v4 .tpk-step{
  position:relative;
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:30px;
  padding:0 0 40px;
}
.tpk-bridge-v4 .tpk-step:last-child{
  padding-bottom:0;
}
.tpk-bridge-v4 .tpk-step::before{
  content:"";
  position:absolute;
  left:-25px;
  top:11px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--g);
  box-shadow:0 0 0 7px rgba(0,155,116,.09);
}
.tpk-bridge-v4 .tpk-step-label{
  color:var(--light);
  font-size:12px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.tpk-bridge-v4 .tpk-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.tpk-bridge-v4 .tpk-product-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.tpk-bridge-v4 .tpk-product-media{
  height:230px;
  background:#fff;
}
.tpk-bridge-v4 .tpk-product-media img{
  object-fit:contain;
  padding:22px;
  transition:transform .7s cubic-bezier(.22,1,.36,1);
}
.tpk-bridge-v4 .tpk-product-media:hover img{
  transform:scale(1.035);
}
.tpk-bridge-v4 .tpk-product-body{
  flex:1;
  padding:24px;
  border-top:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-product-eyebrow,
.tpk-bridge-v4 .tpk-case-eyebrow{
  display:block;
  margin-bottom:10px;
  color:var(--light);
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tpk-bridge-v4 .tpk-product-name{
  position:relative;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  font-size:18px;
}
.tpk-bridge-v4 .tpk-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px;
}
.tpk-bridge-v4 .tpk-tag{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 10px;
  border-radius:999px;
  color:var(--muted);
  background:#f3f8f6;
  font-size:12px;
  line-height:1.25;
  font-weight:640;
}
.tpk-bridge-v4 .tpk-support-table{
  margin-top:64px;
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.tpk-bridge-v4 .tpk-support-row{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
}
.tpk-bridge-v4 .tpk-support-cell{
  padding:30px 34px;
  border-left:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-support-cell:first-child{
  border-left:0;
}
.tpk-bridge-v4 .tpk-support-cell span{
  display:block;
  margin-bottom:12px;
  color:var(--light);
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tpk-bridge-v4 .tpk-support-cell strong{
  display:block;
  margin-bottom:10px;
  color:var(--ink);
  font-size:16px;
  line-height:1.35;
  font-weight:600;
}
.tpk-bridge-v4 .tpk-support-cell p{
  color:var(--muted);
  font-size:13.5px;
  line-height:1.75;
}
.tpk-bridge-v4 .tpk-cases{
  color:#fff;
  background:var(--dark);
}
.tpk-bridge-v4 .tpk-cases .tpk-section-title{
  color:#fff;
}
.tpk-bridge-v4 .tpk-case-stack{
  display:grid;
  gap:32px;
}
.tpk-bridge-v4 .tpk-case-card{
  display:grid;
  grid-template-columns:minmax(360px,.95fr) minmax(0,1fr);
  gap:34px;
  align-items:stretch;
  min-height:400px;
  padding:16px;
  color:var(--text);
  background:#fff;
  border-radius:12px;
}
.tpk-bridge-v4 .tpk-case-media{
  height:100%;
  min-height:360px;
  border-radius:10px;
}
.tpk-bridge-v4 .tpk-case-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:38px 38px 38px 0;
}
.tpk-bridge-v4 .tpk-case-title{
  color:var(--ink) !important;
  padding:0 0 18px;
  font-size:26px;
  line-height:1.22;
  font-weight:760;
  letter-spacing:-.035em;
}
.tpk-bridge-v4 .tpk-case-desc{
  margin-top:16px;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.76;
}
.tpk-bridge-v4 .tpk-case-specs{
  display:grid;
  gap:6px;
  margin-top:16px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.62;
}
.tpk-bridge-v4 .tpk-case-specs strong{
  color:var(--ink);
  font-weight:600;
}
.tpk-bridge-v4 .tpk-case-card .tpk-tags{
  margin-top:18px;
  margin-bottom:26px;
}
.tpk-bridge-v4 .tpk-case-link{
  margin-top:auto;
}
.tpk-bridge-v4 .tpk-case-more{
  margin-top:42px;
}
.tpk-bridge-v4 .tpk-faq-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:28px;
  align-items:start;
}
.tpk-bridge-v4 .tpk-faq-list{
  width:100%;
  overflow:hidden;
  border-radius:10px;
  background:#fff;
  box-shadow:var(--shadow);
}
.tpk-bridge-v4 .tpk-faq-item + .tpk-faq-item{
  border-top:1px solid var(--line);
}
.tpk-bridge-v4 .tpk-faq-q{
  width:100%;
  margin:0;
  padding:25px 30px;
  border:0;
  background:none;
  color:var(--ink);
  font-family:inherit;
  font-size:15px;
  line-height:1.72;
  font-weight:500;
  letter-spacing:inherit;
  text-align:left;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.tpk-bridge-v4 .tpk-faq-ic{
  position:relative;
  flex:0 0 28px;
  width:28px;
  height:28px;
  border-radius:999px;
  background:var(--soft);
  pointer-events:none;
  transition:transform .28s ease,background .28s ease;
}
.tpk-bridge-v4 .tpk-faq-ic::before,
.tpk-bridge-v4 .tpk-faq-ic::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  border-radius:2px;
  background:var(--muted);
  transition:background .28s ease;
}
.tpk-bridge-v4 .tpk-faq-ic::before{
  width:11px;
  height:2px;
  transform:translate(-50%,-50%);
}
.tpk-bridge-v4 .tpk-faq-ic::after{
  width:2px;
  height:11px;
  transform:translate(-50%,-50%);
}
.tpk-bridge-v4 .tpk-faq-item.is-open .tpk-faq-q{
  color:var(--g);
}
.tpk-bridge-v4 .tpk-faq-item.is-open .tpk-faq-ic{
  transform:rotate(45deg);
  background:rgba(0,155,116,.1);
}
.tpk-bridge-v4 .tpk-faq-item.is-open .tpk-faq-ic::before,
.tpk-bridge-v4 .tpk-faq-item.is-open .tpk-faq-ic::after{
  background:var(--g);
}
.tpk-bridge-v4 .tpk-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.tpk-bridge-v4 .tpk-faq-a-inner{
  padding:0 30px 26px;
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
}
.tpk-bridge-v4 .tpk-faq-a-inner p{
  margin:0;
}
.tpk-bridge-v4 .tpk-sidebox{
  background:#fff;
  border-radius:10px;
  box-shadow:var(--shadow-soft);
  padding:28px;
}
.tpk-bridge-v4 .tpk-sidebox + .tpk-sidebox{
  margin-top:18px;
}
.tpk-bridge-v4 .tpk-side-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:var(--ink);
  font-size:18px;
  line-height:1.3;
  font-weight:600;
  letter-spacing:-.012em;
}
.tpk-bridge-v4 .tpk-side-title .tpk-svg{
  width:22px;
  height:22px;
}
.tpk-bridge-v4 .tpk-sidebox p{
  margin:0 0 20px;
  color:var(--muted);
  font-size:14px;
  line-height:1.86;
}
.tpk-bridge-v4 .tpk-sidebox .tpk-pill-cta{
  --pl-h:44px;
  --pl-inset:5px;
  --pl-circle:30px;
  --pl-gap:14px;
  --pl-label-w:65px;
  --pl-exit:-118px;
  --pl-arrow:15px;
  margin-top:22px;
  font-size:13.5px;
}
.tpk-bridge-v4 .tpk-side-links{
  display:grid;
  gap:14px;
  margin-top:20px;
}
.tpk-bridge-v4 .tpk-side-links .tpk-text-jump{
  font-size:13.5px;
}
.tpk-bridge-v4 .tpk-final{
  padding:var(--section-y) 0;
  background:#fff;
}
.tpk-bridge-v4 .tpk-final-panel{
  position:relative;
  overflow:hidden;
  display:block;
  padding:60px 64px;
  color:#fff;
  text-align:center;
  background:radial-gradient(circle at 84% 8%,rgba(0,155,116,.28),rgba(0,155,116,0) 36%),#0f1716;
  border-radius:16px;
  box-shadow:var(--shadow-dark);
}
.tpk-bridge-v4 .tpk-final-panel::before{
  content:"";
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.09);
  border-radius:inherit;
  pointer-events:none;
}
.tpk-bridge-v4 .tpk-final-panel > *{
  position:relative;
}
.tpk-bridge-v4 .tpk-final h2{
  color:#fff;
  font-size:clamp(28px,3vw,40px);
  line-height:1.14;
  font-weight:600;
  letter-spacing:-.03em;
}
.tpk-bridge-v4 .tpk-final p{
  max-width:620px;
  margin:18px auto 0;
  color:rgba(255,255,255,.66);
  font-size:15.5px;
  line-height:1.7;
}
.tpk-bridge-v4 .tpk-final-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:36px;
}
.tpk-bridge-v4 .tpk-final .tpk-pill-cta,
.tpk-bridge-v4 .tpk-final .tpk-pill-cta:visited,
.tpk-bridge-v4 .tpk-final .tpk-pill-cta:hover{
  --pl-label-w:182px;
  --pl-exit:-238px;
  background:#fff;
  color:var(--ink) !important;
  box-shadow:0 12px 26px rgba(16,24,40,.12);
}
.tpk-bridge-v4 .tpk-final .tpk-pill-cta:hover{
  box-shadow:0 14px 32px rgba(16,24,40,.16);
}
.tpk-bridge-v4 .tpk-final .tpk-pill-circle{
  background:var(--ink);
}
.tpk-bridge-v4 .tpk-final .tpk-pill-cta .tpk-arrow-svg{
  color:#fff;
}

body .tpk-bridge-v4 .edge-nav{
  position:fixed!important;
  z-index:60;
  left:14px;
  top:50%;
  width:56px;
  height:350px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-list{
  width:48px;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  padding:16px 0;
}
body .edge-item{
  width:48px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-line{
  display:block;
  width:44px;
  height:2px;
  border-radius:999px;
  background:#aab2af;
  transform:scaleX(var(--edge-scale,.22));
  transform-origin:left center;
  opacity:var(--edge-opacity,.46);
  will-change:transform,opacity,background-color;
  transition:background-color .16s ease;
}
body .edge-item.edge-focus .edge-line{
  background:#151918;
  opacity:1;
}
body .tpk-bridge-v4 .edge-tooltip{
  position:fixed;
  z-index:61;
  left:72px;
  top:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  transform:translateY(-50%) translateX(-4px);
  border-radius:10px;
  background:#3b3f3d;
  color:#fff;
  font-size:12.5px;
  line-height:1;
  font-weight:600;
  width:max-content;
  max-width:calc(100vw - 96px);
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
body .edge-tooltip.is-visible{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}
@media(max-width:720px){
  body .tpk-bridge-v4 .edge-nav{left:8px;}
  body .tpk-bridge-v4 .edge-tooltip{left:60px;}
}

.tpk-bridge-v4 [data-tpk-icon]{
  --tpk-icon:none;
  display:inline-block;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:var(--tpk-icon) center/contain no-repeat;
  mask:var(--tpk-icon) center/contain no-repeat;
}
.tpk-bridge-v4 [data-tpk-icon="action-arrow-right"]{
  --tpk-icon:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M5 12h13M13 6l6 6-6 6' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.tpk-bridge-v4 [data-tpk-icon="action-arrow-up-right"]{
  --tpk-icon:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 17 17 7M9 7h8v8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

@media (max-width:1024px){
  
  .tpk-bridge-v4 .tpk-breadcrumb{
    display:none;
  }
  .tpk-bridge-v4 .tpk-final{
    display:none;
  }
  body .tpk-bridge-v4 .edge-nav{
    display:none;
  }
  
  .tpk-bridge-v4 .tpk-hero-grid{
    min-height:0;
    grid-template-columns:1fr;
    gap:48px;
    padding-top:56px;
    padding-bottom:56px;
  }
  .tpk-bridge-v4 .tpk-hero h1{
    margin-bottom:28px;
  }
  .tpk-bridge-v4 .tpk-hero-media{
    height:420px;
  }
  .tpk-bridge-v4 .tpk-strategy-grid,
  .tpk-bridge-v4 .tpk-workflow-grid,
  .tpk-bridge-v4 .tpk-faq-grid{
    grid-template-columns:1fr;
  }
  .tpk-bridge-v4 .tpk-capability-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .tpk-bridge-v4 .tpk-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }
  
  .tpk-bridge-v4 .tpk-case-card{
    grid-template-columns:1fr;
    min-height:0;
    gap:0;
    padding:14px;
  }
  .tpk-bridge-v4 .tpk-case-media{
    min-height:0;
    height:250px;
  }
  .tpk-bridge-v4 .tpk-case-body{
    padding:26px 8px 8px;
  }
  .tpk-bridge-v4 .tpk-support-row{
    grid-template-columns:1fr;
  }
  .tpk-bridge-v4 .tpk-support-cell{
    border-left:0;
  }
  .tpk-bridge-v4 .tpk-support-cell + .tpk-support-cell{
    border-left:0;
    border-top:1px solid var(--line);
  }
  .tpk-bridge-v4 .tpk-metric-panel{
    grid-template-columns:1fr;
  }
  .tpk-bridge-v4 .tpk-metric{
    border-left:0;
  }
  .tpk-bridge-v4 .tpk-metric + .tpk-metric{
    border-left:0;
    border-top:1px solid var(--line);
  }
}

@media (max-width:680px){
  
  .tpk-bridge-v4 .tpk-bridge-container{
    padding:0 20px;
  }
  .tpk-bridge-v4{
    --section-y:64px;
  }
  
  .tpk-bridge-v4 .tpk-hero-grid{
    padding-top:44px;
    padding-bottom:44px;
    gap:36px;
  }
  .tpk-bridge-v4 .tpk-hero h1{
    font-size:clamp(34px,10.5vw,44px);
  }
  .tpk-bridge-v4 .tpk-hero-lead{
    font-size:15px;
    line-height:1.8;
  }
  .tpk-bridge-v4 .tpk-hero-proof{
    grid-template-columns:1fr;
    gap:16px;
    margin-top:36px;
  }
  
  .tpk-bridge-v4 .tpk-strategy-points{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:28px;
  }
  .tpk-bridge-v4 .tpk-hero-media{
    height:230px;
  }
  
  .tpk-bridge-v4 .tpk-constraint-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .tpk-bridge-v4 .tpk-tabs{
    min-height:52px;
    gap:22px;
  }
  .tpk-bridge-v4 .tpk-tab{
    white-space:nowrap;
  }
  
  .tpk-bridge-v4 .tpk-product-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .tpk-bridge-v4 .tpk-product-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
  }
  .tpk-bridge-v4 .tpk-product-media{
    height:100%;
    min-height:158px;
  }
  .tpk-bridge-v4 .tpk-product-media img{
    padding:10px;
  }
  .tpk-bridge-v4 .tpk-product-body{
    border-top:0;
    border-left:1px solid var(--line);
    padding:14px 14px 14px 12px;
    display:flex;
    flex-direction:column;
  }
  .tpk-bridge-v4 .tpk-product-eyebrow{
    margin-bottom:6px;
  }
  .tpk-bridge-v4 .tpk-product-name{
    font-size:15.5px;
  }
  .tpk-bridge-v4 .tpk-product-card .tpk-tags{
    margin-top:10px;
    gap:6px;
  }
  .tpk-bridge-v4 .tpk-tag{
    min-height:22px;
    padding:3px 8px;
    font-size:11px;
  }
  
  .tpk-bridge-v4 .tpk-case-stack{
    gap:60px;
  }
  .tpk-bridge-v4 .tpk-case-media{
    height:200px;
  }
  .tpk-bridge-v4 .tpk-case-title{
    font-size:20px;
    padding-bottom:12px;
  }
  .tpk-bridge-v4 .tpk-case-card .tpk-tags{
    margin-top:14px;
    margin-bottom:16px;
  }
  
  .tpk-bridge-v4 .tpk-case-link,
  .tpk-bridge-v4 .tpk-case-more .tpk-text-jump,
  .tpk-bridge-v4 .tpk-side-links .tpk-text-jump{
    font-size:15.5px;
    min-height:44px;
  }
  .tpk-bridge-v4 .tpk-text-jump .tpk-arrow-svg{
    width:18px;
    height:18px;
    flex:0 0 18px;
  }
}

.tpk-stadium-page *{box-sizing:border-box}
.tpk-stadium-page img{display:block;max-width:100%;border:0}
.tpk-stadium-page a{color:inherit;text-decoration:none}
.tpk-stadium-page h1{margin:0}
.tpk-stadium-page h2{margin:0}
.tpk-stadium-wrap{width:100%;max-width:1360px;margin:0 auto;padding:0 44px}
.tpk-stadium-hero-shell{position:relative;color:var(--ink)}
.tpk-stadium-hero{position:relative;color:#fff;border-bottom:0}
.tpk-stadium-hero-grid{position:relative;z-index:1;display:grid}
.tpk-stadium-hero-grid > *,
.tpk-stadium-hero-media,
.tpk-stadium-hero-figure{min-width:0;max-width:100%}
.tpk-stadium-hero-eyebrow{display:inline-flex;align-items:center;width:max-content;min-height:28px;margin-bottom:28px;padding:6px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.72);font-size:12px;line-height:1;font-weight:620}
.tpk-stadium-hero-eyebrow:before{content:"";width:7px;height:7px;margin-right:8px;border-radius:999px;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.08)}
.tpk-stadium-h1 em{font-style:normal;color:var(--g)}
.tpk-stadium-h2 em{font-style:normal;color:var(--g)}
.tpk-stadium-btn-row{display:flex;flex-wrap:wrap;gap:14px}
.tpk-stadium-hero-cta{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:rgba(255,255,255,.10);font-size:14px;line-height:1;font-weight:640}
.tpk-stadium-hero-cta .tpk-stadium-hero-cta-arrow{border-radius:999px;background:#fff;color:#101415;transform:translateX(0);transition:transform .95s var(--ease)}
.tpk-stadium-hero-cta:hover{color:#fff}
.tpk-stadium-hero-cta:hover .tpk-stadium-hero-cta-arrow{transform:translateX(4px)}
.tpk-stadium-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-size:13px;font-weight:760;line-height:1.2;transition:transform .38s cubic-bezier(.22,1,.36,1),background .38s,border-color .38s,color .38s,box-shadow .38s}
.tpk-stadium-btn-secondary:hover{transform:translateY(-2px);border-color:rgba(0,155,116,.24);color:var(--g)}
.tpk-stadium-section{padding:116px 0;background:#fff;border-bottom:1px solid var(--line)}
.tpk-stadium-rich strong{color:var(--ink)}
.tpk-stadium-table-wrap{background:#fff;overflow:hidden}
.tpk-stadium-table{border-collapse:collapse}
.tpk-stadium-table th{background:var(--dark);color:rgba(255,255,255,.72);letter-spacing:.1em;text-transform:uppercase;text-align:left;font-weight:760}
.tpk-stadium-table td{border-top:1px solid var(--line);color:var(--muted);line-height:1.7;vertical-align:top}
.tpk-stadium-table tr:nth-child(even) td{background:#fbfbfd}
.tpk-stadium-table tr.tpk-stadium-highlight td{background:rgba(0,155,116,.055)}
.tpk-stadium-table td:first-child{color:var(--ink);font-weight:740}
.tpk-stadium-table-note{color:var(--light);font-size:12.5px;line-height:1.7}
.tpk-stadium-grid-3{display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}
.tpk-stadium-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.tpk-stadium-card-icon{display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;border:0}
.tpk-stadium-step-no{display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px;border:0}
.tpk-stadium-card h3{color:var(--ink);letter-spacing:-.018em}
.tpk-stadium-step h3{color:var(--ink);letter-spacing:-.018em}
.tpk-stadium-card p{margin:0;color:var(--muted)}
.tpk-stadium-step p{margin:0;color:var(--muted)}
.tpk-stadium-card small{display:block;color:#46655f;font-weight:640}
.tpk-stadium-product-media{height:300px;display:flex;align-items:center;justify-content:center;padding:0;background:#fff}
.tpk-stadium-product-media img{width:100%;height:100%;object-fit:contain;border-radius:0;background:#fff;transition:transform .7s cubic-bezier(.22,1,.36,1)}
.tpk-stadium-product-body{flex:1;display:flex;flex-direction:column;gap:12px;padding:28px 28px 32px;background:#fff}
.tpk-stadium-case-meta{color:var(--light);font-size:11px;font-weight:760;letter-spacing:.09em;text-transform:uppercase}
.tpk-stadium-product-tag{color:var(--light);font-size:11px;font-weight:760;letter-spacing:.09em;text-transform:uppercase}
.tpk-stadium-product-body h3{margin:0;color:var(--ink);font-size:21px;line-height:1.3;font-weight:760}
.tpk-stadium-product-name{position:relative;display:inline-flex;width:max-content;max-width:100%;background:none}
.tpk-stadium-product-name:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;pointer-events:none}
.tpk-stadium-product-name:hover:after{transform:scaleX(1)}
.tpk-stadium-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.tpk-stadium-chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 11px;border:0;border-radius:999px;background:var(--soft);color:var(--muted);font-size:11.5px;font-weight:680}
.tpk-stadium-link-inline{position:relative;display:inline-flex;align-items:center;align-self:flex-start;margin-top:auto;font-size:13px;font-weight:740}
.tpk-stadium-link-inline:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;pointer-events:none}
.tpk-stadium-link-inline:hover:after{transform:scaleX(1)}
.tpk-stadium-link-inline-arrow{gap:24px}
.tpk-stadium-link-inline-arrow:hover .tpk-stadium-link-arrow{transform:translateX(4px)}
.tpk-stadium-link-inline-arrow:after{display:none}
.tpk-stadium-faq-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:34px;align-items:start}
.tpk-stadium-faq-list{display:grid;gap:0;overflow:hidden;background:#fff}
.tpk-stadium-faq + .tpk-stadium-faq{border-top:1px solid var(--line)}
.tpk-stadium-faq-body{color:var(--muted)}
.tpk-stadium-faq-body p{margin:0 0 12px}
.tpk-stadium-faq-body ul{margin:0 0 0 18px;padding-left: 0px;list-style-type: disc}
.tpk-stadium-faq-body li{margin:0 0 8px;padding-left: 4px;list-style-position: outside}
.tpk-stadium-sidebox + .tpk-stadium-sidebox{margin-top:20px}
.tpk-stadium-sidebox h3{margin:0 0 14px;color:var(--ink)}
.tpk-stadium-sidebox p{margin:0 0 22px;color:var(--muted);font-size:14px;line-height:1.78}
.tpk-stadium-side-links{display:grid;gap:14px}
.tpk-stadium-aside-image{width:100%;background:#eef2f0}
.tpk-stadium-aside-image img{box-shadow:none}
.tpk-stadium-aside-table .tpk-stadium-table{min-width:560px}
.tpk-stadium-aside-table .tpk-stadium-table th{padding:14px 15px}
.tpk-stadium-aside-table .tpk-stadium-table td{padding:14px 15px}
.tpk-stadium-case + .tpk-stadium-case{margin-top:0}
.tpk-stadium-case-body{display:flex;padding:42px 40px;background:#fff;flex-direction:column;justify-content:center;align-items:flex-start}
.tpk-stadium-case-body h3{margin:12px 0 14px;color:var(--ink);font-size:27px;line-height:1.22;font-weight:760;letter-spacing:-.035em}
.tpk-stadium-case-body p{margin:0 0 22px;color:var(--muted);font-size:15px;line-height:1.78;max-width:620px}
.tpk-stadium-case .tpk-stadium-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:60px}
.tpk-stadium-h1{color:#fff;font-family:inherit}
.tpk-stadium-h2{max-width:900px;color:var(--ink);font-family:inherit;font-size:clamp(34px,3.45vw,50px);line-height:1.08;margin-bottom:40px}
.tpk-stadium-hero-figure{overflow:hidden;border:0;padding:0;transition:none;position:relative}
.tpk-stadium-hero-figure:hover{transform:none;box-shadow:0 26px 70px rgba(0,0,0,.28)}
.tpk-stadium-rich p{color:var(--muted)}
.tpk-stadium-aside-table{margin-top:0}
.tpk-stadium-aside-table .tpk-stadium-table-wrap{margin-top:0;box-shadow:var(--shadow-soft);overflow-x:auto;border:0}
.tpk-stadium-card:hover{transform:none;box-shadow:var(--shadow)}
.tpk-stadium-sidebox:hover{transform:none;box-shadow:var(--shadow)}
.tpk-stadium-faq:hover{transform:none}
.tpk-stadium-card{transition:box-shadow .35s ease}
.tpk-stadium-faq{background:#fff;border:0;border-radius:0;box-shadow:none;transition:box-shadow .35s ease}
.tpk-stadium-product-card{background:#fff;border:0;box-shadow:var(--shadow);transition:box-shadow .35s ease;display:flex;flex-direction:column}
.tpk-stadium-sidebox{background:#fff;border:0;transition:box-shadow .35s ease;position:sticky;top:88px}
.tpk-stadium-product-card:hover{transform:none;box-shadow:var(--shadow)}
#requirements .tpk-stadium-requirement-panel{background:#fff;border:0;box-shadow:var(--shadow)}
#requirements .tpk-stadium-step,
#requirements .tpk-stadium-card{background:transparent;border:0;box-shadow:none;min-height:0;transition:none}
#requirements .tpk-stadium-grid-3 .tpk-stadium-card{flex-direction:column;height:100%}
#requirements .tpk-stadium-step:hover,
#requirements .tpk-stadium-card:hover{transform:none;box-shadow:none}
#requirements .tpk-stadium-step:nth-child(n+3){border-top:1px solid var(--line)}
.tpk-stadium-case-row{display:grid;grid-template-columns:1fr;gap:34px}
.tpk-stadium-case{display:grid;border:0;overflow:hidden;box-shadow:var(--shadow-soft);transition:box-shadow .35s ease;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:0;min-height:360px;padding:16px}
.tpk-stadium-case-media{padding:0;background:#eef2f0;position:relative;overflow:hidden;border:0}
.tpk-stadium-case-image-link{display:block;width:100%;height:100%;overflow:hidden}
.tpk-stadium-case-media img{width:100%;height:100%;min-height:0;aspect-ratio:auto;object-fit:cover}
.tpk-stadium-case-title-link{position:relative;display:inline-flex;background:none;transition:none}
.tpk-stadium-case-title-link:hover{color:var(--ink)}
.tpk-stadium-case-title-link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left}
.tpk-stadium-case-title-link:hover:after{transform:scaleX(1)}
.tpk-stadium-case .tpk-stadium-link-inline{margin-top:auto;color:var(--ink);position:relative;text-decoration:none;background:none;transition:none;display:inline-flex;width:auto;align-items:center;font-weight:760}
.tpk-stadium-case .tpk-stadium-link-inline:hover{color:var(--ink)}
.tpk-stadium-page .tpk-stadium-rich p:first-child{margin-top:24px}
.tpk-stadium-page #approach > .tpk-stadium-wrap > .tpk-stadium-grid-2,
.tpk-stadium-page #products > .tpk-stadium-wrap > .tpk-stadium-grid-3,
.tpk-stadium-page #faq > .tpk-stadium-wrap > .tpk-stadium-faq-grid{margin-top:40px}
.tpk-stadium-page #projects .tpk-stadium-case:first-child{margin-top:40px}
.tpk-stadium-page #faq .tpk-stadium-whatsapp-link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;pointer-events:none}
.tpk-stadium-page #faq .tpk-stadium-whatsapp-link:hover:after{transform:scaleX(1)}
.tpk-stadium-page .tpk-stadium-side-links a{display:inline-flex;align-items:center;width:max-content;color:var(--g);font-size:14px;line-height:1.5;text-decoration:none}
.tpk-stadium-page .tpk-stadium-side-links a:first-child{font-size:15px}
.tpk-stadium-page .tpk-stadium-aside-image-link{color:inherit;text-decoration:none}
.tpk-stadium-page .tpk-stadium-product-image-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit;text-decoration:none}
.tpk-stadium-page .tpk-stadium-product-image-link img{transform:scale(1);transform-origin:center center}
.tpk-stadium-page .tpk-stadium-product-image-link:hover img{transform:scale(1.035)}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-aside-image{height:100%;min-height:330px;box-shadow:var(--shadow-soft)}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-aside-image img{aspect-ratio:auto}
.tpk-stadium-page #requirements .tpk-stadium-h2{margin-bottom:40px;font-weight:500}
.tpk-stadium-page #requirements .tpk-stadium-step p,
.tpk-stadium-page #requirements .tpk-stadium-card p,
.tpk-stadium-page #requirements .tpk-stadium-card small{grid-column:1 / -1}
.tpk-stadium-page .tpk-stadium-what-metric strong{display:block;margin-bottom:18px;color:var(--ink);font-size:clamp(42px,4vw,62px);line-height:1;letter-spacing:-.045em;font-weight:500}
.tpk-stadium-page .tpk-stadium-what-metric span{display:block;max-width:280px;color:var(--muted);font-size:15px;line-height:1.58}
.tpk-stadium-page #requirements .tpk-stadium-requirement-panel{border-radius:10px;padding:58px 62px}
.tpk-stadium-page #requirements .tpk-stadium-grid-2{gap:54px 56px}
.tpk-stadium-page #requirements .tpk-stadium-step,
.tpk-stadium-page #requirements .tpk-stadium-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;border-radius:10px;font-weight:400;column-gap:2ch;row-gap:18px;padding:10px 28px 42px}
.tpk-stadium-page #requirements .tpk-stadium-step:nth-child(n+3){padding-top:52px}
.tpk-stadium-page #requirements .tpk-stadium-step-no,
.tpk-stadium-page #requirements .tpk-stadium-card-icon{grid-column:1;grid-row:1;width:auto;height:auto;margin:0;padding:0;border-radius:0;background:transparent;color:var(--g);line-height:1;font-weight:500;letter-spacing:-.03em;font-size:36px !important}
.tpk-stadium-page #requirements .tpk-stadium-step h3,
.tpk-stadium-page #requirements .tpk-stadium-card h3{grid-column:2;grid-row:1;margin:0;line-height:1.25;font-weight:500;font-size:23px}
.tpk-stadium-page #requirements .tpk-stadium-step p,
.tpk-stadium-page #requirements .tpk-stadium-card p{font-size:14px;line-height:1.9}
.tpk-stadium-page .tpk-stadium-h1 span,
.tpk-stadium-page .tpk-stadium-h1 em{display:block}
.tpk-stadium-page .tpk-stadium-intro span{display:block}
.tpk-stadium-page .tpk-stadium-hero-image-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;pointer-events:none}
.tpk-stadium-page .tpk-stadium-hero-image-nav a:hover{color:#fff}
.tpk-stadium-page .tpk-stadium-hero-image-nav a:hover:after{transform:scaleX(1)}
.tpk-stadium-page .tpk-stadium-what-rich p:last-child{margin-bottom:0 !important}
.tpk-stadium-page #approach{background:#fbfbfd}
.tpk-stadium-page #approach .tpk-stadium-h2{font-weight:500}
.tpk-stadium-page #approach > .tpk-stadium-wrap > .tpk-stadium-grid-2{background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:58px 62px;gap:54px 56px}
.tpk-stadium-page #approach .tpk-stadium-card{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:2ch;row-gap:18px;align-items:center;background:transparent;border:0;border-radius:10px;box-shadow:none;padding:10px 28px 42px}
.tpk-stadium-page #approach .tpk-stadium-card:nth-child(n+3){padding-top:52px;border-top:1px solid var(--line)}
.tpk-stadium-page #approach .tpk-stadium-card-icon{grid-column:1;grid-row:1;width:auto;height:auto;margin:0;padding:0;border-radius:0;background:transparent;color:var(--g);font-size:36px;line-height:1;font-weight:500;letter-spacing:-.03em}
.tpk-stadium-page #approach .tpk-stadium-card h3{grid-column:2;grid-row:1;margin:0;font-size:23px;line-height:1.25;font-weight:500}
.tpk-stadium-page #approach .tpk-stadium-card p{grid-column:1 / -1;font-size:14px;line-height:1.9}
.tpk-stadium-page #projects{background:#101415}
.tpk-stadium-page #projects .tpk-stadium-h2{color:#fff}
.tpk-stadium-page .tpk-stadium-what-copy{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:74px;align-items:stretch}
.tpk-stadium-page .tpk-stadium-what-text{max-width:790px;height:100%;display:flex;flex-direction:column}
.tpk-stadium-page #what .tpk-stadium-h2{margin-bottom:34px !important;max-width:780px;margin:0 0 44px;font-weight:500}
.tpk-stadium-page #what .tpk-stadium-lead{color:var(--muted);margin-bottom:28px;max-width:760px;margin:0 0 42px !important;font-size:16.75px !important;line-height:1.92 !important}
.tpk-stadium-page .tpk-stadium-what-rich{max-width:800px !important;display:grid;gap:38px}
.tpk-stadium-page .tpk-stadium-what-rich p{margin-bottom:30px !important;margin:0;font-size:16.15px !important;line-height:2 !important}
.tpk-stadium-page .tpk-stadium-what-metrics{border-left:1px solid var(--line);height:100%;display:flex;flex-direction:column}
.tpk-stadium-page .tpk-stadium-what-metric{padding:26px 0 38px 42px;border-bottom:1px solid var(--line);flex:1 1 0;min-height:0;display:flex;flex-direction:column;justify-content:center;padding-top:34px !important;padding-bottom:34px}
.tpk-stadium-page .tpk-stadium-what-media-row{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:32px;margin-top:54px;align-items:stretch;margin-bottom:72px}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-aside-table{flex-direction:column;position:relative;display:block !important;min-height:330px;height:100%}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table-wrap{border-radius:10px;flex:1 1 auto;display:flex;align-items:stretch;min-height:330px;height:100% !important}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table{width:100%;height:100%}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table th{padding-top:22px !important;padding-bottom:22px !important}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table td{padding-top:28px !important;padding-bottom:28px !important}
.tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table-note{flex:0 0 auto;position:absolute;left:2px;right:2px;top:calc(100% + 18px);margin:0}
.tpk-stadium-page #requirements .tpk-stadium-grid-3{margin-top:44px;gap:30px !important;border-top:0;padding-top:44px;align-items:stretch}
.tpk-stadium-page #requirements .tpk-stadium-grid-3 .tpk-stadium-card-icon{grid-column:1;grid-row:1;align-self:center;font-size:39px !important;line-height:1}
.tpk-stadium-page #requirements .tpk-stadium-grid-3 .tpk-stadium-card h3{grid-column:2;grid-row:1;align-self:center;margin:0;font-size:25px !important;line-height:1.2}
.tpk-stadium-page #requirements .tpk-stadium-grid-3 .tpk-stadium-card p{grid-column:1 / -1;margin:0;font-size:15px;line-height:1.86}
.tpk-stadium-page .tpk-stadium-hero-image-nav a{position:relative;display:inline-flex;align-items:center;width:max-content;padding:0;border:0;color:#fff;line-height:1.2;text-align:center;text-decoration:none;background:transparent;flex:0 0 auto;font-size:13px;font-weight:500;letter-spacing:-.005em}
.tpk-stadium-page .tpk-stadium-h2,
.tpk-stadium-page .tpk-stadium-h2 em{font-weight:500}
.tpk-stadium-page .tpk-stadium-anchor-links a:after,
.tpk-stadium-page .tpk-stadium-hero-image-nav a:after,
.tpk-stadium-page .tpk-stadium-product-name:after,
.tpk-stadium-page .tpk-stadium-link-inline:after,
.tpk-stadium-page #faq .tpk-stadium-whatsapp-link:after,
.tpk-stadium-page .tpk-stadium-case-title-link:after,
.tpk-stadium-page .tpk-stadium-case .tpk-stadium-link-inline:not(.tpk-stadium-link-inline-arrow):after{transition:transform .95s var(--ease)}
.tpk-stadium-page .tpk-stadium-what-metric:last-child{border-bottom:0}
.tpk-stadium-page #what .tpk-stadium-table th{font-size:12px}
.tpk-stadium-page #what .tpk-stadium-table td{font-size:14.5px}
.tpk-stadium-page .tpk-stadium-hero-figure img,
.tpk-stadium-page #what .tpk-stadium-aside-image img{transform:scale(1);transform-origin:center center;transition:transform 1.28s var(--ease)}
.tpk-stadium-page .tpk-stadium-hero-figure:hover img,
.tpk-stadium-page #what .tpk-stadium-aside-image:hover img{transform:scale(1.012)}
.tpk-stadium-page #requirements .tpk-stadium-grid-3 .tpk-stadium-card{min-height:340px;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:1.4ch;row-gap:22px;align-items:start;background:#f3f8f6 !important;border:0 !important;border-radius:10px;box-shadow:none !important;padding:36px 34px 32px}
.tpk-stadium-page #requirements .tpk-stadium-grid-3 .tpk-stadium-card:hover{transform:none;box-shadow:none !important}
.tpk-stadium-page #requirements .tpk-stadium-grid-3 .tpk-stadium-card small{grid-column:1 / -1;align-self:end;margin-top:auto !important;font-size:13px;line-height:1.65 !important;border-top:0 !important;padding-top:18px !important}
.tpk-stadium-page #products .tpk-stadium-product-card{border-radius:10px;overflow:hidden}
.tpk-stadium-page #products .tpk-stadium-product-media,
.tpk-stadium-page #products .tpk-stadium-product-image-link{border-radius:10px 10px 0 0;overflow:hidden}
.tpk-stadium-page #projects .tpk-stadium-case{background:#fff;border-radius:10px;transform:none}
.tpk-stadium-page #projects .tpk-stadium-case:hover{transform:none;box-shadow:var(--shadow-soft)}
.tpk-stadium-page #projects .tpk-stadium-case-media,
.tpk-stadium-page #projects .tpk-stadium-case-image-link,
.tpk-stadium-page #projects .tpk-stadium-case-media img{border-radius:10px}
.tpk-stadium-page #projects .tpk-stadium-case-media img{transform:scale(1);transform-origin:center center;transition:transform 1.18s var(--ease);box-shadow:none}
.tpk-stadium-page #projects .tpk-stadium-case:hover .tpk-stadium-case-media img{box-shadow:none}
.tpk-stadium-page #projects .tpk-stadium-case .tpk-stadium-case-media:hover img,
.tpk-stadium-page #projects .tpk-stadium-case .tpk-stadium-case-image-link:hover img{transform:scale(1.024) !important}
.tpk-stadium-page #faq .tpk-stadium-faq-list,
.tpk-stadium-page #faq .tpk-stadium-sidebox{border-radius:10px;box-shadow:0 22px 54px rgba(10,24,31,.06)}
.tpk-stadium-page #faq .tpk-stadium-sidebox{padding:48px 42px}
.tpk-stadium-page #faq .tpk-stadium-faq-body{font-size:14px;line-height:1.9;padding:0 30px 30px}
.tpk-stadium-page #faq .tpk-stadium-sidebox p,
.tpk-stadium-page #faq .tpk-stadium-side-links a{font-weight:500}
.tpk-stadium-page #faq .tpk-stadium-side-links a{gap:0}
.tpk-stadium-page #faq .tpk-stadium-side-links a:hover .tpk-stadium-link-arrow{transform:translateX(4px)}
.tpk-stadium-page #what .tpk-stadium-what-media-row .tpk-stadium-aside-image{overflow:hidden;border-radius:10px}
.tpk-stadium-page #what .tpk-stadium-what-media-row .tpk-stadium-aside-image-link{display:block;width:100%;height:100%;overflow:hidden;border-radius:10px}
.tpk-stadium-page #what .tpk-stadium-what-media-row .tpk-stadium-aside-image img,
.tpk-stadium-page #what .tpk-stadium-what-media-row .tpk-stadium-aside-image-link img{display:block;width:100%;height:100%;min-height:330px;object-fit:cover;object-position:center center;border-radius:10px;transform:scale(1);transform-origin:center center;transition:transform 1.34s var(--ease)}
.tpk-stadium-page #what .tpk-stadium-what-media-row .tpk-stadium-aside-image:hover img,
.tpk-stadium-page #what .tpk-stadium-what-media-row .tpk-stadium-aside-image-link:hover img{transform:scale(1.022)}
.tpk-stadium-page .tpk-stadium-hero-shell{height:730px;min-height:730px;overflow:hidden}
.tpk-stadium-page .tpk-stadium-hero-shell:before{display:none}
.tpk-stadium-page .tpk-stadium-hero > .tpk-stadium-wrap{height:100%}
.tpk-stadium-page .tpk-stadium-hero-grid{height:100%;grid-template-columns:minmax(0,.95fr) minmax(560px,1.05fr) !important;gap:84px !important;align-items:center !important}
.tpk-stadium-page .tpk-stadium-hero-grid > div:first-child{display:flex;flex-direction:column;justify-content:center;min-width:0}
.tpk-stadium-page .tpk-stadium-h1{font-weight:400;max-width:660px !important;padding-bottom:40px !important;margin-bottom:0;font-size:clamp(54px,5.2vw,76px) !important;line-height:1.08;letter-spacing:-.038em}
.tpk-stadium-page .tpk-stadium-hero-media{height:100%;display:flex;align-items:center}
.tpk-stadium-page .tpk-stadium-hero-figure{width:100%;height:618px !important;min-height:0;max-height:618px !important;align-self:center;border-radius:10px;background:transparent;box-shadow:none}
.tpk-stadium-page .tpk-stadium-hero-figure img{width:100%;height:100%;min-height:0;aspect-ratio:auto;object-fit:cover;object-position:center center;border-radius:10px}
.tpk-stadium-page .tpk-stadium-hero-image-nav{position:absolute;z-index:3;top:0;right:0;left:0;display:flex;align-items:center;border-radius:10px 10px 0 0;background:linear-gradient(180deg,rgba(16,20,21,.38),rgba(16,20,21,.16) 54%,rgba(16,20,21,0));backdrop-filter:none;justify-content:space-between;gap:0;min-height:76px;padding:24px 42px}
.tpk-stadium-page{box-sizing:border-box;--g:#009b74;--ink:#101415;--text:#1d2424;--muted:#64706d;--light:#88928f;--soft:#f5f6f6;--soft2:#f7f9f8;--line:#e7ecea;--dark:#111817;--ease:cubic-bezier(.16,1,.3,1);--shadow:0 18px 46px rgba(16,24,40,.04);--shadow-soft:0 14px 34px rgba(16,24,40,.035);color:var(--text);font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;font-size:15px;line-height:1.76;letter-spacing:-.15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow:hidden;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:transparent}
.tpk-stadium-page .tpk-stadium-hero-shell,
.tpk-stadium-page .tpk-stadium-hero{background:transparent;background:#fff}
.tpk-stadium-page .tpk-stadium-hero{height:730px !important;min-height:730px !important;padding:56px 0;display:flex;align-items:center;overflow:visible;color:var(--text)}
.tpk-stadium-page .tpk-stadium-h1,
.tpk-stadium-page .tpk-stadium-h1 span{color:var(--ink)}
.tpk-stadium-page .tpk-stadium-h1 em{color:var(--g)}
.tpk-stadium-page .tpk-stadium-intro{color:rgba(255,255,255,.68);font-weight:400;max-width:580px !important;margin:0 0 46px !important;font-size:16px;line-height:1.72 !important;color:var(--muted)}
.tpk-stadium-page .tpk-stadium-hero-eyebrow{border:1px solid rgba(0,155,116,.14);background:rgba(0,155,116,.06);color:#46655f}
.tpk-stadium-page .tpk-stadium-hero-eyebrow:before{background:var(--g);box-shadow:0 0 0 4px rgba(0,155,116,.10)}
.tpk-stadium-page .tpk-stadium-hero-cta{gap:18px;min-height:56px;padding:8px 8px 8px 24px;background:var(--ink);color:#fff}
.tpk-stadium-page .tpk-stadium-hero-cta .tpk-stadium-hero-cta-arrow{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;line-height:1;background:#fff;color:var(--ink)}
.tpk-stadium-page #faq .tpk-stadium-sidebox .tpk-stadium-btn-row{align-items:center;gap:28px}
.tpk-stadium-page #faq .tpk-stadium-whatsapp-link{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;width:max-content;min-height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--ink);font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;transform:none;line-height:1;align-self:center}
.tpk-stadium-page .tpk-cap-lead{max-width:760px;margin:0 0 60px;color:var(--muted);font-size:17px;line-height:1.8}
.tpk-stadium-page .tpk-cap-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center;margin:0 0 80px}
.tpk-stadium-page .tpk-cap-feature:last-of-type{margin-bottom:36px}
.tpk-stadium-page .tpk-cap-feature:last-of-type .tpk-cap-point h3{font-size:24px}
.tpk-stadium-page .tpk-cap-points{display:grid;gap:30px}
.tpk-stadium-page .tpk-cap-point h3{margin:0 0 8px;color:var(--ink);font-size:20px;line-height:1.3;font-weight:600;letter-spacing:-.012em}
.tpk-stadium-page .tpk-cap-point p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.8}
.tpk-stadium-page .tpk-cap-grid{margin:0 0 80px}
.tpk-stadium-page .tpk-cap-card{padding:30px 34px 32px 0;border-top:1px solid var(--line)}
.tpk-stadium-page .tpk-cap-card h3{margin:0 0 10px;color:var(--ink);font-size:18px;line-height:1.32;font-weight:600;letter-spacing:-.012em}
.tpk-stadium-page .tpk-cap-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.78}
.tpk-stadium-page .tpk-imgslot{position:relative;border-radius:14px;background:#eef1f1;border:1px dashed #c4ccca;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.tpk-stadium-page .tpk-imgslot img{width:100%;height:100%;object-fit:cover;display:block;border-radius:14px}
.tpk-stadium-page .tpk-start-panel{background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:48px 54px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:52px;align-items:center}
.tpk-stadium-page .tpk-start-panel h3{margin:0;color:var(--ink);font-size:24px;line-height:1.28;font-weight:600;letter-spacing:-.02em}
.tpk-stadium-page .tpk-start-panel p{margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.8}
.tpk-stadium-page .tpk-start-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:13px 30px}
.tpk-stadium-page .tpk-start-list li{position:relative;padding-left:22px;color:var(--text);font-size:14.5px;line-height:1.55}
.tpk-stadium-page .tpk-start-list li:before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:999px;background:var(--g)}
.tpk-stadium-page #solution .tpk-stadium-h2,
.tpk-stadium-page #start .tpk-stadium-h2{font-weight:500;margin-bottom:44px}
.tpk-stadium-page #faq .tpk-stadium-hero-cta{min-height:44px !important;padding:5px 5px 5px 20px !important;gap:14px !important}
.tpk-stadium-page #faq .tpk-stadium-hero-cta .tpk-stadium-hero-cta-arrow{width:30px !important;height:30px !important}
.tpk-stadium-page .tpk-imgband{margin:0 0 80px}
.tpk-stadium-page .tpk-imgband img{width:100%;display:block;border-radius:14px}
.tpk-stadium-page .tpk-imgband figcaption{margin-top:14px;color:var(--light);font-size:12.5px;letter-spacing:.04em;text-transform:uppercase;font-weight:600}
.tpk-stadium-page .tpk-imgband-frame{display:block;border-radius:14px;overflow:hidden}
.tpk-stadium-page .tpk-imgslot img,
.tpk-stadium-page .tpk-imgband img{transform:scale(1);transform-origin:center center;transition:transform 1.28s var(--ease)}
.tpk-stadium-page .tpk-imgslot:hover img,
.tpk-stadium-page .tpk-imgband:hover img{transform:scale(1.03)}
.tpk-stadium-page #faq .tpk-stadium-sidebox h3{font-size:23px;line-height:1.25;font-weight:500;letter-spacing:-.02em;display:flex;align-items:center;gap:10px}
.tpk-stadium-page .tpk-sidebox-ic{flex:0 0 auto;line-height:0;color:var(--ink)}
.tpk-stadium-page .tpk-stadium-h2{letter-spacing:-.036em;font-weight:500}
.tpk-stadium-page #delivery .tpk-stadium-h2{margin-bottom:44px}
.tpk-stadium-page .tpk-cap-ic{color:var(--ink);line-height:0;margin:0 0 16px}
.tpk-stadium-page .tpk-cap-ic svg{width:28px;height:28px}
.tpk-stadium-page #faq .tpk-stadium-faq-q{margin:0;border:0;background:none;outline:none;appearance:none;-webkit-appearance:none;text-align:left;cursor:pointer;user-select:none;-webkit-user-select:none;display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:25px 30px;color:var(--ink);font-size:15px;font-weight:500;line-height:1.72;font-family:inherit}
.tpk-stadium-page #faq .tpk-stadium-faq-q .tpk-faq-ic{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:var(--soft);pointer-events:none;transition:transform .38s var(--ease),background .38s}
.tpk-stadium-page #faq .tpk-stadium-faq-q .tpk-faq-ic::before,.tpk-stadium-page #faq .tpk-stadium-faq-q .tpk-faq-ic::after{content:"";position:absolute;top:50%;left:50%;background:var(--muted);border-radius:2px;transition:background .38s}
.tpk-stadium-page #faq .tpk-stadium-faq-q .tpk-faq-ic::before{width:11px;height:2px;transform:translate(-50%,-50%)}
.tpk-stadium-page #faq .tpk-stadium-faq-q .tpk-faq-ic::after{width:2px;height:11px;transform:translate(-50%,-50%)}
.tpk-stadium-page #faq .tpk-stadium-faq.is-open .tpk-stadium-faq-q{color:var(--g)}
.tpk-stadium-page #faq .tpk-stadium-faq.is-open .tpk-stadium-faq-q .tpk-faq-ic{transform:rotate(45deg);background:rgba(0,155,116,.1)}
.tpk-stadium-page #faq .tpk-stadium-faq.is-open .tpk-stadium-faq-q .tpk-faq-ic::before,.tpk-stadium-page #faq .tpk-stadium-faq.is-open .tpk-stadium-faq-q .tpk-faq-ic::after{background:var(--g)}
.tpk-stadium-page #faq .tpk-stadium-faq.is-open .tpk-stadium-faq-a{max-height:320px}
.tpk-stadium-page .tpk-sim-img{width:100%;height:auto;display:block}
.tpk-stadium-section.tpk-stadium-section-soft{background:var(--soft2)}
.tpk-stadium-page .tpk-icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
.tpk-stadium-page .tpk-stadium-hero-cta-arrow svg{display:block;width:16px;height:16px}
.tpk-stadium-page .tpk-stadium-link-arrow{display:block;flex:0 0 19px;width:19px;height:19px;margin-left:0;transform:translateX(0);transition:transform .95s var(--ease)}
.tpk-stadium-page .tpk-stadium-link-inline-arrow .tpk-stadium-link-arrow{display:block;margin-left:0}
.tpk-stadium-page #faq .tpk-stadium-side-links a .tpk-stadium-link-arrow{margin-left:24px}
.tpk-stadium-page .tpk-stadium-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.tpk-stadium-page .tpk-stadium-delivery-panel{background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:42px 48px}
.tpk-stadium-page .tpk-stadium-delivery-item{padding:18px 0}
.tpk-stadium-page .tpk-stadium-delivery-item-top{border-top:1px solid var(--line)}
.tpk-stadium-page .tpk-stadium-delivery-label{display:block;margin-bottom:8px;color:var(--light);font-size:11px;line-height:1.4;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tpk-stadium-page .tpk-stadium-delivery-value{color:var(--ink);font-size:16px;line-height:1.5;font-weight:600;letter-spacing:-.01em}
.tpk-stadium-page .tpk-stadium-delivery-note{margin:30px 0 0;color:var(--muted);font-size:14px;line-height:1.85}
.tpk-stadium-page .tpk-stadium-delivery-note-muted{color:var(--light)}
.tpk-stadium-page .tpk-stadium-paid-note{margin:16px 0 0;color:var(--light);font-size:13.5px;line-height:1.72}
.tpk-stadium-page .tpk-stadium-project-product-link{font-weight:700}
.tpk-stadium-page #faq .tpk-stadium-faq-a{height:0;overflow:hidden;transition:height .42s var(--ease)}


body .tpk-stadium-page .edge-nav{
  position:fixed!important;
  z-index:60;
  left:14px;
  top:50%;
  width:56px;
  height:350px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-list{
  width:48px;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  padding:16px 0;
}
body .edge-item{
  width:48px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-line{
  display:block;
  width:44px;
  height:2px;
  border-radius:999px;
  background:#aab2af;
  transform:scaleX(var(--edge-scale,.22));
  transform-origin:left center;
  opacity:var(--edge-opacity,.46);
  will-change:transform,opacity,background-color;
  transition:background-color .16s ease;
}
body .edge-item.edge-focus .edge-line{
  background:#151918;
  opacity:1;
}
body .tpk-stadium-page .edge-tooltip{
  position:fixed;
  z-index:61;
  left:72px;
  top:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  transform:translateY(-50%) translateX(-4px);
  border-radius:10px;
  background:#3b3f3d;
  color:#fff;
  font-size:12.5px;
  line-height:1;
  font-weight:600;
  width:max-content;
  max-width:calc(100vw - 96px);
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
body .tpk-stadium-page .edge-tooltip.is-visible{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}
@media(max-width:720px){
  body .tpk-stadium-page .edge-nav{left:8px;}
  body .tpk-stadium-page .edge-tooltip{left:60px;}
}


@media (max-width:1024px){
  
  body .tpk-stadium-page .edge-nav{
    display:none;
  }

  
  .tpk-stadium-page .tpk-stadium-hero{
    height:auto !important;
    min-height:0 !important;
    padding:44px 0 48px;
  }
  .tpk-stadium-page .tpk-stadium-hero-grid{
    grid-template-columns:1fr !important;
    gap:40px !important;
    align-items:start !important;
  }
  .tpk-stadium-page .tpk-stadium-hero-figure{
    height:420px !important;
    max-height:420px !important;
  }
  .tpk-stadium-page .tpk-stadium-hero-image-nav{
    min-height:60px;
    padding:16px 18px;
  }
  .tpk-stadium-page .tpk-stadium-h1{
    font-size:clamp(38px,8.5vw,54px) !important;
    padding-bottom:28px !important;
  }

  
  .tpk-stadium-page .tpk-stadium-section{
    padding:72px 0;
  }

  
  .tpk-stadium-page .tpk-stadium-grid-3,
  .tpk-stadium-page .tpk-cap-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpk-stadium-page .tpk-stadium-faq-grid,
  .tpk-stadium-page .tpk-stadium-what-media-row,
  .tpk-stadium-page .tpk-cap-feature,
  .tpk-stadium-page .tpk-start-panel{
    grid-template-columns:1fr;
  }
  .tpk-stadium-page .tpk-stadium-what-metrics{
    border-left:0;
  }
  .tpk-stadium-page #approach > .tpk-stadium-wrap > .tpk-stadium-grid-2{
    grid-template-columns:1fr;
    padding:36px 32px;
    gap:36px;
  }

  
  .tpk-stadium-page .tpk-stadium-case{
    grid-template-columns:1fr;
    min-height:0;
  }
  .tpk-stadium-page .tpk-stadium-case-media{
    min-height:240px;
  }

  
  .tpk-stadium-page .tpk-stadium-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  
  .tpk-stadium-page .tpk-stadium-sidebox{
    position:static;
  }

  
  .tpk-stadium-page .tpk-stadium-what-copy{
    grid-template-columns:1fr;
    gap:0;
  }
  .tpk-stadium-page .tpk-stadium-what-rich{
    gap:26px;
  }
  .tpk-stadium-page .tpk-stadium-what-rich p{
    margin-bottom:18px !important;
  }

  
  .tpk-stadium-page .tpk-stadium-what-metrics{
    height:auto;
    border-left:0;
    border-top:1px solid var(--line);
    margin-top:10px;
  }
  .tpk-stadium-page .tpk-stadium-what-metric{
    flex:0 0 auto;
    min-height:0;
    padding:24px 0 26px !important;
    justify-content:flex-start;
  }
  .tpk-stadium-page .tpk-stadium-what-metric strong{
    font-size:36px;
    margin-bottom:10px;
  }
  .tpk-stadium-page .tpk-stadium-what-metric span{
    max-width:none;
  }
}

@media (max-width:680px){
  
  .tpk-stadium-page .tpk-stadium-wrap{
    padding:0 20px;
  }
  .tpk-stadium-page .tpk-stadium-section{
    padding:56px 0;
  }

  
  .tpk-stadium-page .tpk-stadium-hero{
    padding:36px 0 40px;
  }
  .tpk-stadium-page .tpk-stadium-hero-grid{
    gap:32px !important;
  }
  .tpk-stadium-page .tpk-stadium-hero-figure{
    height:300px !important;
    max-height:300px !important;
  }
  .tpk-stadium-page .tpk-stadium-hero-eyebrow{
    min-height:26px;
    margin-bottom:20px;
    font-size:11px;
  }
  .tpk-stadium-page .tpk-stadium-intro{
    font-size:15px;
    line-height:1.8 !important;
    margin-bottom:36px !important;
  }
  .tpk-stadium-page .tpk-stadium-hero-cta{
    min-height:52px;
  }

  
  .tpk-stadium-page .tpk-stadium-grid-2,
  .tpk-stadium-page .tpk-stadium-grid-3,
  .tpk-stadium-page .tpk-cap-grid,
  .tpk-stadium-page .tpk-stadium-product-grid{
    grid-template-columns:1fr;
  }
  .tpk-stadium-page .tpk-stadium-grid-3,
  .tpk-stadium-page .tpk-stadium-grid-2{
    gap:18px;
  }
  .tpk-stadium-page .tpk-cap-card{
    padding:24px 0 26px;
  }

  
  .tpk-stadium-page .tpk-stadium-product-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    align-items:stretch;
  }
  .tpk-stadium-page .tpk-stadium-product-media{
    grid-row:1 / span 4;
    height:auto;
    min-height:118px;
  }
  .tpk-stadium-page .tpk-stadium-product-media img{
    height:100%;
    object-fit:cover;
  }
  .tpk-stadium-page .tpk-stadium-product-body{
    gap:8px;
    padding:14px 14px 16px 12px;
  }
  .tpk-stadium-page .tpk-stadium-product-body h3{
    font-size:15px;
    line-height:1.4;
  }
  .tpk-stadium-page .tpk-stadium-chip{
    min-height:24px;
    padding:3px 9px;
    font-size:11px;
  }

  
  .tpk-stadium-page .tpk-stadium-link-inline,
  .tpk-stadium-page .tpk-stadium-project-product-link,
  .tpk-stadium-page .tpk-stadium-case-title-link{
    min-height:44px;
    font-size:15.5px;
    font-weight:600;
    color:var(--ink);
  }
  .tpk-stadium-page #faq .tpk-stadium-side-links a{
    min-height:44px;
    align-items:center;
  }

  
  .tpk-stadium-page .tpk-stadium-case-row{
    gap:60px;
  }
  .tpk-stadium-page .tpk-stadium-case-media{
    min-height:210px;
  }
  .tpk-stadium-page .tpk-stadium-case-body{
    padding:26px 20px 30px;
  }
  .tpk-stadium-page .tpk-stadium-case-body h3{
    font-size:21px;
  }

  
  .tpk-stadium-page .tpk-stadium-what-metric{
    padding:20px 0;
  }

  
  .tpk-stadium-page .tpk-stadium-delivery-panel{
    padding:26px 20px;
  }
  .tpk-stadium-page .tpk-start-panel{
    padding:26px 20px;
    gap:28px;
  }
  .tpk-stadium-page .tpk-start-list{
    grid-template-columns:1fr;
  }
  .tpk-stadium-page #approach > .tpk-stadium-wrap > .tpk-stadium-grid-2{
    padding:26px 20px;
  }
  .tpk-stadium-page .tpk-stadium-sidebox{
    padding:24px 20px;
  }

  
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table-wrap{
    margin:0;
  }

  

  
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table{
    min-width:0;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table-wrap{
    overflow-x:visible;
    box-shadow:none;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table thead{
    display:none;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table,
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table tbody,
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table tr,
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table td{
    display:block;
    width:100%;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table tr{
    margin:0 0 14px;
    padding:18px 18px 6px;
    border-radius:12px;
    background:#fff;
    box-shadow:var(--shadow-soft);
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table tr.tpk-stadium-highlight{
    background:#fff;
    box-shadow:0 0 0 1.5px rgba(0,155,116,.28),var(--shadow-soft);
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table td{
    padding:0 0 14px;
    border:0;
    font-size:14.5px;
    line-height:1.6;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table td:first-child{
    font-size:15.5px;
    font-weight:600;
    color:var(--ink);
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table td[data-label]:before{
    content:attr(data-label);
    display:block;
    margin-bottom:2px;
    color:var(--light);
    font-size:11px;
    font-weight:600;
    letter-spacing:.05em;
    text-transform:uppercase;
  }

  
  .tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table-wrap{
    min-height:0;
    height:auto !important;
    display:block;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table td{
    padding:0 0 16px !important;
    border-top:0;
    background:transparent !important;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table td:first-child{
    padding:0 0 4px !important;
  }
  .tpk-stadium-page .tpk-stadium-aside-table .tpk-stadium-table tr{
    padding:18px 18px 12px;
    box-shadow:0 6px 16px rgba(16,24,40,.07);
  }
  .tpk-stadium-page .tpk-stadium-what-media-row .tpk-stadium-table-note{
    position:static;
    margin-top:16px;
  }

  
  .tpk-stadium-page #requirements .tpk-stadium-grid-2{
    gap:0;
  }
  .tpk-stadium-page #requirements .tpk-stadium-requirement-panel{
    padding:8px 20px;
  }
  .tpk-stadium-page #requirements .tpk-stadium-step,
  .tpk-stadium-page #requirements .tpk-stadium-grid-2 .tpk-stadium-card{
    padding:26px 2px 28px;
  }
  .tpk-stadium-page #requirements .tpk-stadium-step:nth-child(n+2),
  .tpk-stadium-page #requirements .tpk-stadium-grid-2 .tpk-stadium-card:nth-child(n+2){
    border-top:1px solid var(--line);
  }
  .tpk-stadium-page #requirements .tpk-stadium-step:nth-child(n+3){
    padding-top:26px;
  }
  .tpk-stadium-page #requirements .tpk-stadium-step h3,
  .tpk-stadium-page #requirements .tpk-stadium-card h3{
    font-size:18px;
  }
  .tpk-stadium-page #requirements .tpk-stadium-step p,
  .tpk-stadium-page #requirements .tpk-stadium-card p{
    font-size:14px;
    line-height:1.75;
  }

  
  .tpk-stadium-page .tpk-imgband-frame{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .tpk-stadium-page .tpk-imgband img{
    width:640px;
    min-width:640px;
    max-width:none;
  }
  .tpk-stadium-page .tpk-imgband figcaption{
    font-size:11.5px;
    line-height:1.6;
    letter-spacing:.03em;
  }

  
  .tpk-stadium-page .tpk-stadium-case{
    padding:0;
  }
  .tpk-stadium-page .tpk-stadium-case-body{
    padding:22px 18px 26px;
  }

  
  .tpk-stadium-page #faq .tpk-stadium-side-links a{
    width:auto;
    max-width:100%;
  }
  .tpk-stadium-page .tpk-stadium-faq-grid > *,
  .tpk-stadium-page .tpk-stadium-faq-list{
    min-width:0;
  }
}


.tpk-stadium-page [data-tpk-icon]{
  --tpk-icon:none;
  display:inline-block;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:var(--tpk-icon) center/contain no-repeat;
  mask:var(--tpk-icon) center/contain no-repeat;
}
.tpk-stadium-page [data-tpk-icon="action-arrow-right"]{
  --tpk-icon:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 12H20M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.tpk-stadium-page .tpk-stadium-hero-cta .tpk-stadium-hero-cta-icon{
  width:16px;
  height:16px;
}

.tpk-page.tpk-landmark{--g:#009b74;--ink:#101415;--text:#1d2424;--muted:#64706d;--light:#88928f;--soft:#f5f7f6;--soft2:#fbfbfd;--line:#e7ecea;--dark:#111817;--r:10px;--shadow:0 18px 46px rgba(16,24,40,.04);--shadow-soft:0 14px 34px rgba(16,24,40,.035);--ease:cubic-bezier(.16,1,.3,1);width:100%;color:var(--text);background:#fff;font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;font-size:15px;line-height:1.78;letter-spacing:-.15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.tpk-page.tpk-landmark *,.tpk-page.tpk-landmark *::before,.tpk-page.tpk-landmark *::after{box-sizing:border-box}
.tpk-page.tpk-landmark h1,.tpk-page.tpk-landmark h2,.tpk-page.tpk-landmark h3,.tpk-page.tpk-landmark p,.tpk-page.tpk-landmark table{margin:0}
.tpk-page.tpk-landmark img{display:block;max-width:100%;height:auto;border:0}
.tpk-page.tpk-landmark a{color:inherit;text-decoration:none}
.tpk-page.tpk-landmark .wrap{width:100%;max-width:1360px;margin:0 auto;padding:0 44px}
.tpk-page.tpk-landmark .sec{padding:100px 0;background:#fff}
.tpk-page.tpk-landmark .sec-soft{background:var(--soft2)}
.tpk-page.tpk-landmark .h2{margin:0 0 20px;color:var(--ink);font-size:clamp(28px,2.5vw,36px);line-height:1.2;font-weight:600}
.tpk-page.tpk-landmark .lead{max-width:820px;color:var(--muted);font-size:15px;line-height:1.82}
.tpk-page.tpk-landmark .bc{padding:22px 0 0}
.tpk-page.tpk-landmark .bc-inner{display:flex;align-items:center;gap:10px;color:var(--light);font-size:12.5px}
.tpk-page.tpk-landmark .bc a{color:var(--muted)}
.tpk-page.tpk-landmark .bc a:hover{color:var(--ink)}
.tpk-page.tpk-landmark .bc .cur{color:var(--ink)}
.tpk-page.tpk-landmark .hero-zone{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 13%,rgba(255,255,255,0) 87%,#fff 100%),radial-gradient(ellipse 105% 82% at 18% 8%,rgba(70,118,225,.16) 0%,rgba(116,157,240,.07) 43%,rgba(255,255,255,0) 72%),radial-gradient(ellipse 92% 72% at 82% 7%,rgba(0,155,116,.14) 0%,rgba(0,155,116,.05) 42%,rgba(255,255,255,0) 72%),radial-gradient(ellipse 72% 58% at 52% 6%,rgba(191,142,77,.10) 0%,rgba(255,255,255,0) 72%),linear-gradient(180deg,#fff 0%,#fbfbfd 100%)}
.tpk-page.tpk-landmark .hero{padding:118px 0 0}
.tpk-page.tpk-landmark .hero-inner{max-width:980px;margin:0 auto;text-align:center}
.tpk-page.tpk-landmark .hero h1{max-width:940px;margin:0 auto 46px;color:var(--ink);font-size:clamp(40px,4.4vw,60px);line-height:1.16;font-weight:600}
.tpk-page.tpk-landmark .hero-lead{max-width:800px;margin:0 auto 58px;color:var(--muted);font-size:16px;line-height:1.85}
.tpk-page.tpk-landmark .hero-actions{display:flex;align-items:center;justify-content:center;margin:0 0 86px}
.tpk-page.tpk-landmark .pill-button{position:relative;display:inline-block;height:46px;padding:0;border:0;border-radius:999px;overflow:hidden;isolation:isolate;background:var(--ink);color:#fff;font-size:14px;line-height:1;font-weight:600;white-space:nowrap;box-shadow:0 12px 26px rgba(0,0,0,.18);transition:box-shadow .82s var(--ease)}
.tpk-page.tpk-landmark .pill-button.pill-case{width:150px;--label-exit:-172px}
.tpk-page.tpk-landmark .pill-button.pill-email{width:142px;--label-exit:-170px}
.tpk-page.tpk-landmark .pill-label{position:absolute;z-index:1;left:22px;top:50%;transform:translate3d(0,-50%,0);transition:transform .82s var(--ease);white-space:nowrap}
.tpk-page.tpk-landmark .pill-surface{position:absolute;z-index:2;top:6px;right:6px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#090909;transition:width .82s var(--ease)}
.tpk-page.tpk-landmark .pill-button.pill-light{background:#fff;color:#090909;box-shadow:0 12px 26px rgba(0,0,0,.16)}
.tpk-page.tpk-landmark .pill-button.pill-light .pill-surface{background:#090909;color:#fff}
.tpk-page.tpk-landmark .pill-surface .arrow-icon{width:20px;height:20px;transition:transform .82s var(--ease);transform-origin:50% 50%}
.tpk-page.tpk-landmark .pill-button:hover{box-shadow:0 16px 31px rgba(0,0,0,.21)}
.tpk-page.tpk-landmark .pill-button:hover .pill-label{transform:translate3d(var(--label-exit,-180px),-50%,0)}
.tpk-page.tpk-landmark .pill-button:hover .pill-surface{width:calc(100% - 12px)}
.tpk-page.tpk-landmark .pill-button:hover .pill-surface .arrow-icon{transform:rotate(-45deg)}
.tpk-page.tpk-landmark .pill-button:active{transform:scale(.985)}
.tpk-page.tpk-landmark .pill-button:focus-visible{outline:3px solid rgba(0,0,0,.14);outline-offset:5px}
.tpk-page.tpk-landmark .arrow-icon{display:block;width:100%;height:100%}
.tpk-page.tpk-landmark .text-arrow{display:inline-flex;align-items:center;gap:20px;width:max-content;color:var(--ink);font-size:14px;font-weight:600}
.tpk-page.tpk-landmark .text-arrow .arrow-wrap{display:inline-flex;width:18px;height:18px;transition:transform .9s var(--ease)}
.tpk-page.tpk-landmark .text-arrow:hover .arrow-wrap{transform:translateX(4px)}
.tpk-page.tpk-landmark .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:80px;width:100%;max-width:1120px;margin:0 auto;padding:56px 8px 10px;border-top:1px solid #e3e9e6;text-align:left}
.tpk-page.tpk-landmark .hero-stat b{display:block;color:var(--ink);font-size:38px;line-height:1.05;font-weight:500}
.tpk-page.tpk-landmark .hero-stat span{display:block;margin-top:12px;color:var(--light);font-size:14px;line-height:1.55;font-weight:500}
.tpk-page.tpk-landmark .jump{display:flex;gap:12px 32px;margin-top:12px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.tpk-page.tpk-landmark .jump a{position:relative;color:var(--muted);font-size:13px;font-weight:600}
.tpk-page.tpk-landmark .jump a::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left center;transition:transform .9s var(--ease)}
.tpk-page.tpk-landmark .jump a:hover{color:var(--ink)}
.tpk-page.tpk-landmark .jump a:hover::after{transform:scaleX(1)}
.tpk-page.tpk-landmark .intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;align-items:center}
.tpk-page.tpk-landmark .body-copy p{margin-bottom:20px;color:var(--muted);font-size:15px;line-height:1.88}
.tpk-page.tpk-landmark .body-copy p:last-child{margin-bottom:0}
.tpk-page.tpk-landmark .body-copy strong{color:var(--ink)}
.tpk-page.tpk-landmark .image-shell{overflow:hidden;border-radius:var(--r);background:#eef2f0;box-shadow:var(--shadow)}
.tpk-page.tpk-landmark .image-shell img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform 1.05s var(--ease)}
.tpk-page.tpk-landmark .image-shell:hover img{transform:scale(1.024)}
.tpk-page.tpk-landmark .caption{margin-top:14px;color:var(--light);font-size:12.5px;line-height:1.65}
.tpk-page.tpk-landmark .app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:48px;align-items:stretch}
.tpk-page.tpk-landmark .app-card,.tpk-page.tpk-landmark .challenge-card,.tpk-page.tpk-landmark .framework-step,.tpk-page.tpk-landmark .product-card,.tpk-page.tpk-landmark .related-card{border:0;border-radius:var(--r);background:#fff;box-shadow:var(--shadow)}
.tpk-page.tpk-landmark .app-card,.tpk-page.tpk-landmark .challenge-card,.tpk-page.tpk-landmark .framework-step,.tpk-page.tpk-landmark .related-card{padding:30px}
.tpk-page.tpk-landmark .card-index{display:block;margin-bottom:14px;color:var(--g);font-size:12px;font-weight:700;letter-spacing:.08em}
.tpk-page.tpk-landmark .app-card h3,.tpk-page.tpk-landmark .challenge-card h3,.tpk-page.tpk-landmark .framework-step h3,.tpk-page.tpk-landmark .related-card h3{margin:0 0 10px;color:var(--ink);font-size:18px;line-height:1.35;font-weight:600}
.tpk-page.tpk-landmark .app-card p,.tpk-page.tpk-landmark .challenge-card p,.tpk-page.tpk-landmark .framework-step p,.tpk-page.tpk-landmark .related-card p{color:var(--muted);font-size:14px;line-height:1.78}
.tpk-page.tpk-landmark .challenge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:44px}
.tpk-page.tpk-landmark .challenge-card .card-index{color:#a5afac;font-size:28px;line-height:1;font-weight:500}
.tpk-page.tpk-landmark .solution-note{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);color:#46655f;font-size:13px;line-height:1.72;font-weight:600}
.tpk-page.tpk-landmark .strategy-panel{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:52px;align-items:center;padding:48px;border-radius:var(--r);background:radial-gradient(circle at 86% 8%,rgba(0,155,116,.20),rgba(0,155,116,0) 34%),var(--dark);color:#fff;box-shadow:0 26px 68px rgba(16,24,40,.15)}
.tpk-page.tpk-landmark .strategy-panel .h2{color:#fff;margin-bottom:18px}
.tpk-page.tpk-landmark .strategy-panel .lead{color:rgba(255,255,255,.68)}
.tpk-page.tpk-landmark .strategy-table-wrap{overflow:hidden;border-radius:var(--r);background:rgba(255,255,255,.035)}
.tpk-page.tpk-landmark .strategy-table{width:100%;border-collapse:collapse}
.tpk-page.tpk-landmark .strategy-table th{padding:13px 14px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.66);font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-align:left;font-weight:700;white-space:nowrap}
.tpk-page.tpk-landmark .strategy-table td{padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.68);font-size:13px;line-height:1.58}
.tpk-page.tpk-landmark .strategy-table tr:last-child td{border-bottom:0}
.tpk-page.tpk-landmark .strategy-table td:first-child{color:#fff;font-weight:600}
.tpk-page.tpk-landmark .framework-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:46px;align-items:stretch}
.tpk-page.tpk-landmark .framework-step{min-height:250px}
.tpk-page.tpk-landmark .step-mark{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:var(--light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tpk-page.tpk-landmark .step-mark::before{content:"";width:10px;height:10px;border-radius:999px;background:var(--g);box-shadow:0 0 0 7px rgba(0,155,116,.10)}
.tpk-page.tpk-landmark .case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:46px;align-items:stretch}
.tpk-page.tpk-landmark .case-card{display:flex;min-width:0;flex-direction:column}
.tpk-page.tpk-landmark .case-media{position:relative;display:block;overflow:hidden;border-radius:var(--r);background:#eef2f0;box-shadow:var(--shadow-soft)}
.tpk-page.tpk-landmark .case-media::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.28) 48%,rgba(0,0,0,0) 78%);opacity:0;transition:opacity .5s var(--ease);pointer-events:none}
.tpk-page.tpk-landmark .case-media img{width:100%;height:320px;object-fit:cover;transition:transform 1.05s var(--ease)}
.tpk-page.tpk-landmark .case-overlay{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff;opacity:0;transform:translateY(12px);transition:opacity .5s var(--ease),transform .5s var(--ease);pointer-events:none}
.tpk-page.tpk-landmark .case-overlay b{display:block;margin-bottom:6px;font-size:18px;line-height:1.3;font-weight:600}
.tpk-page.tpk-landmark .case-overlay span{display:block;color:rgba(255,255,255,.82);font-size:13px;line-height:1.6}
.tpk-page.tpk-landmark .case-media:hover::after{opacity:1}
.tpk-page.tpk-landmark .case-media:hover img{transform:scale(1.025)}
.tpk-page.tpk-landmark .case-media:hover .case-overlay{opacity:1;transform:translateY(0)}
.tpk-page.tpk-landmark .case-body{display:flex;flex:1;flex-direction:column;padding:22px 0 0}
.tpk-page.tpk-landmark .case-meta{display:block;margin-bottom:8px;color:var(--light);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.tpk-page.tpk-landmark .case-body h3{margin:0 0 10px;color:var(--ink);font-size:21px;line-height:1.3;font-weight:600}
.tpk-page.tpk-landmark .case-title-link{position:relative;display:inline;color:inherit}
.tpk-page.tpk-landmark .case-title-link::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease)}
.tpk-page.tpk-landmark .case-title-link:hover::after{transform:scaleX(1)}
.tpk-page.tpk-landmark .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.tpk-page.tpk-landmark .chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 11px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:11.5px;font-weight:600}
.tpk-page.tpk-landmark .case-link{margin-top:auto;padding-top:22px}
.tpk-page.tpk-landmark .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:44px}
.tpk-page.tpk-landmark .product-card{padding:24px}
.tpk-page.tpk-landmark .product-media{display:flex;align-items:center;justify-content:center;height:220px;margin:0 0 24px;overflow:hidden;border-radius:var(--r);background:#fff}
.tpk-page.tpk-landmark .product-media img{width:100%;height:100%;object-fit:contain;transition:transform 1.05s var(--ease)}
.tpk-page.tpk-landmark .product-media:hover img{transform:scale(1.025)}
.tpk-page.tpk-landmark .product-kicker{margin-bottom:8px;color:var(--g);font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.tpk-page.tpk-landmark .product-card h3{margin:0 0 10px;color:var(--ink);font-size:17px;line-height:1.35;font-weight:600}
.tpk-page.tpk-landmark .product-title-link{position:relative;display:inline-block;width:max-content;max-width:100%;color:var(--ink)}
.tpk-page.tpk-landmark .product-title-link::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease)}
.tpk-page.tpk-landmark .product-title-link:hover::after{transform:scaleX(1)}
.tpk-page.tpk-landmark .product-spec-link{position:relative;display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:16px;color:var(--ink);font-size:13.5px;line-height:1.2;font-weight:600;white-space:nowrap}
.tpk-page.tpk-landmark .product-spec-link::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease)}
.tpk-page.tpk-landmark .product-spec-link:hover::after{transform:scaleX(1)}
.tpk-page.tpk-landmark .product-spec-link .arrow-wrap{display:inline-flex;width:15px;height:15px;transition:transform .95s var(--ease)}
.tpk-page.tpk-landmark .product-spec-link:hover .arrow-wrap{transform:translate(3px,-3px)}
.tpk-page.tpk-landmark .faq-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,3fr);gap:32px;align-items:start;margin-top:38px}
.tpk-page.tpk-landmark .faq-list{overflow:hidden;border-radius:var(--r);background:#fff;box-shadow:var(--shadow)}
.tpk-page.tpk-landmark .faq-item+.faq-item{border-top:1px solid var(--line)}
.tpk-page.tpk-landmark .faq-q{width:100%;margin:0;padding:25px 30px;border:0;background:none;color:var(--ink);font:inherit;font-size:15px;line-height:1.72;font-weight:500;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tpk-page.tpk-landmark .faq-icon{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:var(--soft);transition:transform .28s ease,background .28s ease}
.tpk-page.tpk-landmark .faq-icon::before{content:"";position:absolute;top:50%;left:50%;width:11px;height:2px;border-radius:2px;background:var(--muted);transform:translate(-50%,-50%);transition:background .28s ease}
.tpk-page.tpk-landmark .faq-icon::after{content:"";position:absolute;top:50%;left:50%;width:2px;height:11px;border-radius:2px;background:var(--muted);transform:translate(-50%,-50%);transition:background .28s ease}
.tpk-page.tpk-landmark .faq-item.is-open .faq-q{color:var(--g)}
.tpk-page.tpk-landmark .faq-item.is-open .faq-icon{transform:rotate(45deg);background:rgba(0,155,116,.1)}
.tpk-page.tpk-landmark .faq-item.is-open .faq-icon::before,.tpk-page.tpk-landmark .faq-item.is-open .faq-icon::after{background:var(--g)}
.tpk-page.tpk-landmark .faq-a{max-height:0;overflow:hidden;transition:max-height .32s ease}
.tpk-page.tpk-landmark .faq-a-inner{padding:0 30px 26px;color:var(--muted);font-size:14px;line-height:1.9}
.tpk-page.tpk-landmark .action-card{position:relative;overflow:hidden;padding:30px;border-radius:var(--r);color:#fff;background:radial-gradient(circle at 84% 8%,rgba(0,155,116,.28),rgba(0,155,116,0) 36%),#0f1716;box-shadow:0 24px 56px rgba(16,24,40,.16)}
.tpk-page.tpk-landmark .action-card::before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.09);border-radius:inherit;pointer-events:none}
.tpk-page.tpk-landmark .action-section{position:relative}
.tpk-page.tpk-landmark .action-section+.action-section{margin-top:28px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.tpk-page.tpk-landmark .side-title{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:#fff;font-size:17px;line-height:1.35;font-weight:600}
.tpk-page.tpk-landmark .side-title-icon{width:22px;height:22px;flex:0 0 22px;color:#fff}
.tpk-page.tpk-landmark .action-section p{color:rgba(255,255,255,.68);font-size:14px;line-height:1.76}
.tpk-page.tpk-landmark .action-card .text-arrow{color:#fff}
.tpk-page.tpk-landmark .side-links{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-top:20px}
.tpk-page.tpk-landmark .related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:42px}
.tpk-page.tpk-landmark .related-link{display:inline-flex;margin-top:18px}
.tpk-page.tpk-landmark .svg-defs{position:absolute;width:0;height:0;overflow:hidden}

body .tpk-landmark .edge-nav{
  position:fixed!important;
  z-index:60;
  left:14px;
  top:50%;
  width:56px;
  height:350px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-list{
  width:48px;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  padding:16px 0;
}
body .edge-item{
  width:48px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-line{
  display:block;
  width:44px;
  height:2px;
  border-radius:999px;
  background:#aab2af;
  transform:scaleX(var(--edge-scale,.22));
  transform-origin:left center;
  opacity:var(--edge-opacity,.46);
  will-change:transform,opacity,background-color;
  transition:background-color .16s ease;
}
body .edge-item.edge-focus .edge-line{
  background:#151918;
  opacity:1;
}
body .tpk-landmark .edge-tooltip{
  position:fixed;
  z-index:61;
  left:72px;
  top:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  transform:translateY(-50%) translateX(-4px);
  border-radius:10px;
  background:#3b3f3d;
  color:#fff;
  font-size:12.5px;
  line-height:1;
  font-weight:600;
  width:max-content;
  max-width:calc(100vw - 96px);
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
body .edge-tooltip.is-visible{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}
@media(max-width:720px){
  body .tpk-landmark .edge-nav{left:8px;}
  body .tpk-landmark .edge-tooltip{left:60px;}
}

@media (max-width:1024px){
  
  .tpk-page.tpk-landmark .bc{
    display:none;
  }
  .tpk-page.tpk-landmark .action-card{
    display:none;
  }
  body .edge-nav,
  body .tpk-landmark .edge-tooltip{
    display:none;
  }
  
  .tpk-page.tpk-landmark .intro-grid{
    grid-template-columns:1fr;
    gap:36px;
  }
  .tpk-page.tpk-landmark .strategy-panel{
    grid-template-columns:1fr;
    gap:30px;
    padding:34px 26px;
  }
  .tpk-page.tpk-landmark .app-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpk-page.tpk-landmark .framework-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpk-page.tpk-landmark .case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpk-page.tpk-landmark .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpk-page.tpk-landmark .related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .tpk-page.tpk-landmark .faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  
  .tpk-page.tpk-landmark .wrap{
    padding:0 18px;
  }
  
  .tpk-page.tpk-landmark .jump{
    flex-wrap:wrap;
    gap:10px 22px;
  }
  .tpk-page.tpk-landmark .jump a{
    font-size:13.5px;
  }
  .tpk-page.tpk-landmark .sec{
    padding:64px 0;
  }
  .tpk-page.tpk-landmark .hero{
    padding-top:72px;
  }
  .tpk-page.tpk-landmark .hero-actions{
    margin-bottom:56px;
  }
  
  .tpk-page.tpk-landmark .hero-stats{
    grid-template-columns:1fr;
    row-gap:0;
    column-gap:0;
    padding-top:6px;
  }
  .tpk-page.tpk-landmark .hero-stat{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    column-gap:10px;
    padding:13px 0;
  }
  .tpk-page.tpk-landmark .hero-stat + .hero-stat{
    border-top:1px solid var(--line);
  }
  .tpk-page.tpk-landmark .hero-stat b{
    flex:0 0 auto;
    font-size:15px;
    line-height:1.3;
    font-weight:600;
    letter-spacing:-.01em;
  }
  .tpk-page.tpk-landmark .hero-stat span{
    flex:1 1 0;
    min-width:0;
    margin-top:0;
    font-size:12.5px;
    line-height:1.5;
  }
  
  
  .tpk-page.tpk-landmark .app-grid,
  .tpk-page.tpk-landmark .challenge-grid,
  .tpk-page.tpk-landmark .framework-grid{
    grid-template-columns:1fr;
    gap:18px;
  }
  .tpk-page.tpk-landmark .case-grid{
    grid-template-columns:1fr;
    gap:60px;
  }
  
  .tpk-page.tpk-landmark .related-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .tpk-page.tpk-landmark .product-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .tpk-page.tpk-landmark .product-card{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    grid-template-rows:auto auto auto 1fr;
    column-gap:16px;
    row-gap:0;
    align-items:start;
    padding:14px;
  }
  .tpk-page.tpk-landmark .product-card .product-media{
    grid-column:1;
    grid-row:1 / span 4;
    height:100%;
    min-height:132px;
    margin:0;
    border-radius:8px;
  }
  .tpk-page.tpk-landmark .product-card .product-kicker{
    grid-column:2;
    grid-row:1;
    margin-bottom:5px;
    font-size:10.5px;
  }
  .tpk-page.tpk-landmark .product-card h3{
    grid-column:2;
    grid-row:2;
    margin:0 0 7px;
    font-size:16px;
  }
  .tpk-page.tpk-landmark .product-card .chips{
    grid-column:2;
    grid-row:3;
    margin-top:0;
    gap:6px;
  }
  .tpk-page.tpk-landmark .product-card .chip{
    min-height:24px;
    padding:3px 9px;
    font-size:11px;
  }
  .tpk-page.tpk-landmark .product-card .product-spec-link{
    grid-column:2;
    grid-row:4;
    align-self:end;
    margin-top:10px;
  }
  .tpk-page.tpk-landmark .framework-step{
    min-height:0;
  }
  
  .tpk-page.tpk-landmark .strategy-table-wrap{
    overflow:visible;
    background:transparent;
    border-radius:0;
  }
  .tpk-page.tpk-landmark .strategy-table{
    min-width:0;
  }
  .tpk-page.tpk-landmark .strategy-table thead{
    display:none;
  }
  .tpk-page.tpk-landmark .strategy-table tr{
    display:block;
    margin:0 0 12px;
    padding:14px 16px 8px;
    background:rgba(255,255,255,.045);
    border-radius:10px;
  }
  .tpk-page.tpk-landmark .strategy-table tr:last-child{
    margin-bottom:0;
  }
  .tpk-page.tpk-landmark .strategy-table td{
    display:block;
    border-bottom:0;
    padding:0 0 10px;
  }
  .tpk-page.tpk-landmark .strategy-table td::before{
    content:attr(data-label);
    display:block;
    margin-bottom:2px;
    color:rgba(255,255,255,.5);
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
  }
  .tpk-page.tpk-landmark .strategy-table td:first-child{
    color:#fff;
  }
  
  .tpk-page.tpk-page.tpk-landmark .text-arrow{
    font-size:15.5px;
  }
  .tpk-page.tpk-page.tpk-landmark .product-spec-link{
    font-size:15.5px;
    min-height:44px;
    gap:9px;
  }
  .tpk-page.tpk-page.tpk-landmark .product-spec-link .arrow-wrap{
    width:18px;
    height:18px;
  }
  .tpk-page.tpk-page.tpk-landmark .case-link{
    padding-top:16px;
  }
  
  .tpk-page.tpk-landmark .faq-q{
    padding:19px 18px;
    font-size:14.5px;
  }
  .tpk-page.tpk-landmark .faq-a-inner{
    padding:0 18px 22px;
  }
}

@media (max-width:480px){
  
}

.tpk-page.tpk-facade{--g:#009b74;--ink:#101415;--text:#1d2424;--muted:#64706d;--light:#88928f;
  --soft:#f5f7f6;--soft2:#f7f9f8;--line:#e7ecea;--dark:#111817;
  --r:10px;--shadow:0 18px 46px rgba(16,24,40,.04);--shadow-soft:0 14px 34px rgba(16,24,40,.035);
  --shadow-pill-light:0 12px 28px rgba(16,24,40,.08);
  --ease:cubic-bezier(.16,1,.3,1);
  color:var(--text);background:#fff;
  font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  font-size:15px;line-height:1.78;letter-spacing:-.15px;
  -webkit-font-smoothing:antialiased;}
.tpk-page.tpk-facade *,.tpk-page.tpk-facade *::before,.tpk-page.tpk-facade *::after{box-sizing:border-box}
.tpk-page.tpk-facade h1,.tpk-page.tpk-facade h2,.tpk-page.tpk-facade h3,.tpk-page.tpk-facade h4,.tpk-page.tpk-facade p{margin:0}
.tpk-page.tpk-facade img{display:block;max-width:100%;height:auto;border:0}
.tpk-page.tpk-facade a{color:inherit;text-decoration:none}
.tpk-page.tpk-facade .wrap{width:100%;max-width:1360px;margin:0 auto;padding:0 44px}
.tpk-page.tpk-facade .sec{padding:100px 0;background:#fff}
.tpk-page.tpk-facade .sec-soft{background:#fbfbfd}
.tpk-page.tpk-facade .sec-soft2{background:var(--soft2)}
.tpk-page.tpk-facade .h2{margin:0 0 20px;color:var(--ink);font-size:clamp(28px,2.5vw,36px);line-height:1.2;font-weight:500;letter-spacing:-.03em}
.tpk-page.tpk-facade .lead{margin:0;color:var(--muted);font-size:15px;line-height:1.78}
.tpk-page.tpk-facade .sec-head-center{text-align:center;margin:0 0 8px}
.tpk-page.tpk-facade .sec-head-center .h2,.tpk-page.tpk-facade .sec-head-center .lead{margin-left:auto;margin-right:auto}
.tpk-page.tpk-facade .sec-head-center .lead{max-width:680px;margin-bottom:0}
.tpk-page.tpk-facade .bc{padding:22px 0 0}
.tpk-page.tpk-facade .bc-inner{display:flex;align-items:center;gap:10px;color:var(--light);font-size:12.5px}
.tpk-page.tpk-facade .bc a{color:var(--muted)}
.tpk-page.tpk-facade .bc a:hover{color:var(--ink)}
.tpk-page.tpk-facade .bc .cur{color:var(--ink)}
.tpk-page.tpk-facade .title-ul{position: relative;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    color: var(--ink);
    text-decoration: none;
    font-size: 15px;
    font-family: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    font-weight: 600;}
.tpk-page.tpk-facade .title-ul::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;
  transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease);}
.tpk-page.tpk-facade .title-ul:hover::after{transform:scaleX(1)}
.tpk-page.tpk-facade .hero-zone{background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, #fff 100%),
    radial-gradient(ellipse 220% 75% at 50% -15%, rgba(255,196,96,.20) 0%, rgba(255,219,158,.09) 45%, rgba(255,255,255,0) 70%);}
.tpk-page.tpk-facade .hero{padding:140px 0 0}
.tpk-page.tpk-facade .hero-inner{max-width:980px;margin:0 auto;text-align:center}
.tpk-page.tpk-facade .hero h1{margin:0 auto 56px;max-width:920px;color:var(--ink);
  font-size:clamp(40px,4.4vw,60px);line-height:1.18;letter-spacing:-.04em;font-weight:600;}
.tpk-page.tpk-facade .hero .lead-trap{margin:0 auto 52px;max-width:720px;color:var(--muted);font-size:16px;line-height:1.85;}
.tpk-page.tpk-facade .hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:28px;margin:0 0 88px}
.tpk-page.tpk-facade .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:80px;row-gap:28px;
  width:100%;max-width:1120px;margin:0 auto;padding:64px 8px 12px;
  border-top:1px solid #e3e9e6;text-align:left;}
.tpk-page.tpk-facade .hero-stat b{display:block;color:var(--ink);font-size:42px;line-height:1.05;font-weight:500;letter-spacing:0}
.tpk-page.tpk-facade .hero-stat span{display:block;margin-top:14px;color:var(--light);font-size:14px;line-height:1.55;font-weight:500}
.tpk-page.tpk-facade .hero-stat .title-ul{font-size:14px;font-weight:700;color:var(--ink)}
.tpk-page.tpk-facade .hero-band{margin-top:72px;overflow:hidden;border-radius:14px;}
.tpk-page.tpk-facade .hero-band img{width:100%;height:500px;object-fit:cover;object-position:center top}
.tpk-page.tpk-facade .jump{display:flex;flex-wrap:wrap;gap:12px 34px;margin-top:12px;padding:20px 0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.tpk-page.tpk-facade .jump a{position:relative;display:inline-block;color:var(--muted);font-size:13px;font-weight:600;}
.tpk-page.tpk-facade .jump a::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--ink);
  transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease);}
.tpk-page.tpk-facade .jump a:hover{color:var(--ink)}
.tpk-page.tpk-facade .jump a:hover::after{transform:scaleX(1)}
.tpk-page.tpk-facade .circle-morph-button{--cm-h:46px;--cm-inset:6px;--cm-circle:34px;--cm-label-left:20px;--cm-gap:12px;--cm-label-w:124px;
  --cm-w:calc(var(--cm-label-left) + var(--cm-label-w) + var(--cm-gap) + var(--cm-circle) + var(--cm-inset));
  --cm-dur:.82s;
  position:relative;display:inline-block;width:var(--cm-w);height:var(--cm-h);padding:0;border:0;border-radius:999px;
  overflow:hidden;isolation:isolate;cursor:pointer;flex:0 0 auto;color:#fff;
  background:linear-gradient(108deg,#020202 0%,#020202 55%,#111 77%,#252525 100%);
  box-shadow:0 12px 26px rgba(0,0,0,.18);transition:box-shadow var(--cm-dur) var(--ease);}
.tpk-page.tpk-facade .circle-morph-button.is-wide{--cm-label-w:124px}
.tpk-page.tpk-facade .circle-morph-button.is-inquiry{--cm-label-w:150px}
.tpk-page.tpk-facade .circle-morph-button:hover{box-shadow:0 16px 31px rgba(0,0,0,.21)}
.tpk-page.tpk-facade .circle-morph-button:active{transform:scale(.985)}
.tpk-page.tpk-facade .circle-morph-button .button-label{position:absolute;z-index:1;left:var(--cm-label-left);top:50%;font-size:14px;line-height:1;font-weight:600;
  letter-spacing:-.012em;white-space:nowrap;transform:translate3d(0,-50%,0);
  transition:transform var(--cm-dur) var(--ease);pointer-events:none;}
.tpk-page.tpk-facade .circle-morph-button:hover .button-label{transform:translate3d(calc(-1*(var(--cm-w) - 16px)),-50%,0)}
.tpk-page.tpk-facade .circle-morph-button .morph-surface{position:absolute;z-index:2;top:var(--cm-inset);right:var(--cm-inset);width:var(--cm-circle);height:var(--cm-circle);
  border-radius:999px;display:grid;place-items:center;background:#F3F4F4;transition:width var(--cm-dur) var(--ease);}
.tpk-page.tpk-facade .circle-morph-button:hover .morph-surface{width:calc(100% - var(--cm-inset)*2)}
.tpk-page.tpk-facade .circle-morph-button .button-arrow{position:relative;z-index:3;display:block;width:20px;height:20px;fill:none;color:#090909;stroke:currentColor;
  transition:transform var(--cm-dur) var(--ease);transform-origin:50% 50%;}
.tpk-page.tpk-facade .circle-morph-button:hover .button-arrow{transform:rotate(-45deg)}
.tpk-page.tpk-facade .circle-morph-button.is-light{color:#101415;background:#fff;box-shadow:var(--shadow-pill-light)}
.tpk-page.tpk-facade .circle-morph-button.is-light .morph-surface{background:var(--ink)}
.tpk-page.tpk-facade .circle-morph-button.is-light .button-arrow{color:#fff}
.tpk-page.tpk-facade .text-arrow{display:inline-flex;align-items:center;gap:24px;color:var(--ink);font-size:15px;font-weight:600}
.tpk-page.tpk-facade .text-arrow .ta-ar{display:inline-flex;width:19px;height:19px;transition:transform .9s var(--ease)}
.tpk-page.tpk-facade .text-arrow .ta-ar svg{width:19px;height:19px;display:block}
.tpk-page.tpk-facade .text-arrow:hover .ta-ar{transform:translateX(4px)}
.tpk-page.tpk-facade .final-box .text-arrow{color:#fff}
.tpk-page.tpk-facade .app-stack{display:flex;flex-direction:column;gap:48px;margin-top:48px}
.tpk-page.tpk-facade .app-card{display:grid;min-height:480px;align-items:stretch;background:#fff;border-radius:10px;
  box-shadow:var(--shadow-soft);overflow:hidden;}
.tpk-page.tpk-facade .app-card.is-ltr{grid-template-columns:42% 58%}
.tpk-page.tpk-facade .app-card.is-ltr .app-visual{order:1}
.tpk-page.tpk-facade .app-card.is-ltr .app-body{order:2}
.tpk-page.tpk-facade .app-card.is-rtl{grid-template-columns:58% 42%}
.tpk-page.tpk-facade .app-card.is-rtl .app-body{order:1}
.tpk-page.tpk-facade .app-card.is-rtl .app-visual{order:2}
.tpk-page.tpk-facade .app-visual{position:relative;margin:0;min-width:0;min-height:480px;height:100%;overflow:hidden;background:#fff;display:block;}
.tpk-page.tpk-facade .app-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
  transition:transform 1.18s var(--ease);}
.tpk-page.tpk-facade .app-visual:hover img{transform:scale(1.022)}
.tpk-page.tpk-facade .app-card.is-rtl .app-visual img{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);
  mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);}
.tpk-page.tpk-facade .app-card.is-ltr .app-visual img{-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);
  mask-image:linear-gradient(270deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3.5%,rgba(0,0,0,.02) 6%,rgba(0,0,0,.06) 9%,rgba(0,0,0,.13) 12%,rgba(0,0,0,.24) 15%,rgba(0,0,0,.38) 18%,rgba(0,0,0,.54) 21%,rgba(0,0,0,.70) 24%,rgba(0,0,0,.83) 27%,rgba(0,0,0,.92) 30%,rgba(0,0,0,.97) 33%,rgba(0,0,0,.995) 35.5%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 100%);}
.tpk-page.tpk-facade .app-body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px;
  padding:44px 52px;min-width:0;background:#fff;position:relative;z-index:2;text-align:left;}
.tpk-page.tpk-facade .app-body h3{margin:0;line-height:1.15}
.tpk-page.tpk-facade .app-body h3 .title-ul{font-size:28px;line-height:1.15;font-weight:700;letter-spacing:-.02em}
.tpk-page.tpk-facade .app-card:hover h3 .title-ul::after{transform:scaleX(0)}
.tpk-page.tpk-facade .app-card h3 .title-ul:hover::after{transform:scaleX(1)}
.tpk-page.tpk-facade .app-copy{color:#4F535C;font-size:15px;line-height:1.7;max-width:560px}
.tpk-page.tpk-facade .app-meta{color:var(--text);font-size:14px;line-height:1.65}
.tpk-page.tpk-facade .app-meta b{color:var(--ink)}
.tpk-page.tpk-facade .app-body > .text-arrow{margin-top:8px}
.tpk-page.tpk-facade .map-other strong{display:block;margin:0 0 14px;color:var(--ink);font-size:18px;font-weight:600}
.tpk-page.tpk-facade .map-other p{margin:0 auto 22px;max-width:680px;color:var(--muted);font-size:15px;line-height:1.78}
.tpk-page.tpk-facade .map-other .text-arrow{justify-content:center}
.tpk-page.tpk-facade .sol-copy .h2{margin:0 0 18px;font-size:clamp(30px,2.8vw,40px);line-height:1.15;font-weight:700;letter-spacing:-.03em}
.tpk-page.tpk-facade .block-label{margin:0 0 20px;color:var(--ink);font-size:13px;font-weight:700;letter-spacing:.04em}
.tpk-page.tpk-facade .tpk-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 48px;width:100%}
.tpk-page.tpk-facade .tpk-info-grid.is-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 56px;margin-top:36px}
.tpk-page.tpk-facade .tpk-info-item{position:relative;padding-left:18px;min-width:0}
.tpk-page.tpk-facade .tpk-info-item::before{content:"";position:absolute;top:3px;left:0;width:2px;height:20px;background:#101415}
.tpk-page.tpk-facade .tpk-info-item .iey{display:block;margin-bottom:8px;color:var(--muted);font-size:14px;line-height:1.5;font-weight:500}
.tpk-page.tpk-facade .tpk-info-item h3{margin:0 0 10px;font-size:18px;line-height:1.3;font-weight:600;letter-spacing:-.01em;color:var(--ink)}
.tpk-page.tpk-facade .tpk-info-item p{margin:0;font-size:14.5px;line-height:1.65;font-weight:500;color:var(--muted)}
.tpk-page.tpk-facade .spec-panel{background:#fff;border-radius:10px;box-shadow:var(--shadow);padding:48px 54px;margin:0 0 48px;}
.tpk-page.tpk-facade .spec-panel.is-spaced{margin-top:56px}
.tpk-page.tpk-facade .spec-panel .panel-title{margin:0 0 28px;color:var(--ink);font-size:22px;line-height:1.25;font-weight:600;letter-spacing:-.02em;}
.tpk-page.tpk-facade .spec-panel .panel-title em{font-style:normal;color:var(--muted);font-weight:500}
.tpk-page.tpk-facade .spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 48px}
.tpk-page.tpk-facade .spec-kv{padding:18px 0}
.tpk-page.tpk-facade .spec-kv.tl{border-top:1px solid var(--line)}
.tpk-page.tpk-facade .spec-kv .k2{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--light);font-weight:700;margin-bottom:8px}
.tpk-page.tpk-facade .spec-kv .v2{font-size:16px;color:var(--ink);font-weight:600;letter-spacing:-.01em;line-height:1.45}
.tpk-page.tpk-facade .spec-foot{margin-top:20px;color:var(--light);font-size:13.5px;line-height:1.7}
.tpk-page.tpk-facade .tpk-building-facade-faq > .wrap > .h2{margin-bottom:28px}
.tpk-page.tpk-facade .faq-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:48px;align-items:start}
.tpk-page.tpk-facade .tpk-faq-list{overflow:hidden;border-radius:10px;background:#fff;box-shadow:var(--shadow)}
.tpk-page.tpk-facade .tpk-faq-item + .tpk-faq-item{border-top:1px solid var(--line)}
.tpk-page.tpk-facade .tpk-faq-q{width:100%;margin:0;padding:25px 30px;border:0;background:none;color:var(--ink);
  font:inherit;font-size:15px;line-height:1.72;font-weight:500;text-align:left;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;gap:20px;}
.tpk-page.tpk-facade .tpk-faq-ic{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:var(--soft);
  pointer-events:none;transition:transform .28s ease,background .28s ease;}
.tpk-page.tpk-facade .tpk-faq-ic::before,.tpk-page.tpk-facade .tpk-faq-ic::after{content:"";position:absolute;top:50%;left:50%;border-radius:2px;background:var(--muted);transition:background .28s ease;}
.tpk-page.tpk-facade .tpk-faq-ic::before{width:11px;height:2px;transform:translate(-50%,-50%)}
.tpk-page.tpk-facade .tpk-faq-ic::after{width:2px;height:11px;transform:translate(-50%,-50%)}
.tpk-page.tpk-facade .tpk-faq-item.is-open .tpk-faq-q{color:var(--g)}
.tpk-page.tpk-facade .tpk-faq-item.is-open .tpk-faq-ic{transform:rotate(45deg);background:rgba(0,155,116,.1)}
.tpk-page.tpk-facade .tpk-faq-item.is-open .tpk-faq-ic::before,
.tpk-page.tpk-facade .tpk-faq-item.is-open .tpk-faq-ic::after{background:var(--g)}
.tpk-page.tpk-facade .tpk-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.tpk-page.tpk-facade .tpk-faq-a-inner{padding:0 30px 26px;color:var(--muted);font-size:14px;line-height:1.9}
.tpk-page.tpk-facade .tpk-faq-a-inner a{color:var(--ink);font-weight:600}
.tpk-page.tpk-facade .sidebox{border:0;border-radius:10px;background:#fff;box-shadow:var(--shadow);padding:30px 28px}
.tpk-page.tpk-facade .side-title{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--ink);font-size:17px;font-weight:600}
.tpk-page.tpk-facade .side-title svg{width:22px;height:22px;flex:0 0 22px}
.tpk-page.tpk-facade .side-links{display:flex;flex-direction:column;gap:16px}
.tpk-page.tpk-facade .final-box{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:48px;align-items:center;
  padding:56px;border-radius:var(--r);background:var(--dark);color:#fff;box-shadow:0 26px 68px rgba(16,24,40,.16);}
.tpk-page.tpk-facade .final-box h2{margin:0 0 16px;color:#fff;font-size:clamp(28px,3vw,40px);line-height:1.12;font-weight:700}
.tpk-page.tpk-facade .final-box p{color:rgba(255,255,255,.66);font-size:15px;line-height:1.78;max-width:520px}
.tpk-page.tpk-facade .final-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.tpk-page.tpk-facade .sol-block{margin-bottom:56px}
.tpk-page.tpk-facade .sol-block > .h2{margin:0 0 28px;font-size:clamp(30px,2.8vw,40px);line-height:1.15;font-weight:700;letter-spacing:-.03em;color:var(--ink)}
.tpk-page.tpk-facade .sol-split{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,6fr);
  gap:48px 56px;align-items:stretch;margin:0;}
.tpk-page.tpk-facade .sol-copy{display:flex;flex-direction:column;justify-content:space-between;min-width:0;gap:28px;}
.tpk-page.tpk-facade .sol-copy .sol-def{color:var(--muted);font-size:16px;line-height:1.82;max-width:560px;margin:0}
.tpk-page.tpk-facade .sol-media{margin:0;min-width:0}
.tpk-page.tpk-facade .sol-media .scene-img{overflow:hidden;border-radius:var(--r);background:#fff;
  aspect-ratio:3/2;width:100%;height:auto;min-height:0;}
.tpk-page.tpk-facade .sol-media .scene-img img{width:100%;height:100%;object-fit:cover;object-position:center center}
.tpk-page.tpk-facade .sol-media .scene-cap{margin-top:12px;color:var(--light);font-size:12.5px;line-height:1.55}
.tpk-page.tpk-facade .ch-module{margin-top:40px;margin-bottom:40px}
.tpk-page.tpk-facade .ch-label{display:block;margin:0 0 24px;color:var(--light);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.tpk-page.tpk-facade .ch-lead{display:grid;grid-template-columns:minmax(0,6fr) minmax(0,4fr);gap:56px;align-items:center;margin:0;}
.tpk-page.tpk-facade .ch-figure{overflow:hidden;border-radius:var(--r);background:#fff;
  aspect-ratio:3/2;width:100%;}
.tpk-page.tpk-facade .ch-figure img{width:100%;height:100%;object-fit:contain;object-position:center}
.tpk-page.tpk-facade .ch-body{display:flex;flex-direction:column;justify-content:center;gap:22px;padding:8px 0}
.tpk-page.tpk-facade .ch-cn{display:block;color:var(--g);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tpk-page.tpk-facade .ch-body h3{margin:0;color:var(--ink);font-size:26px;line-height:1.25;font-weight:700;letter-spacing:-.02em}
.tpk-page.tpk-facade .ch-problem{margin:0;color:var(--muted);font-size:16px;line-height:1.85}
.tpk-page.tpk-facade .ch-resolve{margin:0;padding:4px 0 4px 18px;border-left:2px solid var(--g);color:var(--text);font-size:15.5px;line-height:1.85}
.tpk-page.tpk-facade .ch-resolve strong{color:var(--ink);font-weight:700}
.tpk-page.tpk-facade .dim-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);gap:40px;align-items:center;
  margin:48px 0 32px;}
.tpk-page.tpk-facade .dim-row .dim-img{overflow:hidden;border-radius:var(--r);background:#fff;box-shadow:var(--shadow-soft);
  
  aspect-ratio:auto;min-height:0;}
.tpk-page.tpk-facade .dim-row .dim-img img{width:100%;height:auto;display:block;object-fit:contain}
.tpk-page.tpk-facade .dim-copy h3{margin:0 0 14px;font-size:20px;line-height:1.3;font-weight:700;color:var(--ink)}
.tpk-page.tpk-facade .dim-copy p{margin:0 0 12px;color:var(--muted);font-size:15px;line-height:1.75}
.tpk-page.tpk-facade .dim-copy .dim-note{margin:0 0 20px;color:var(--light);font-size:13.5px;line-height:1.65}
.tpk-page.tpk-facade .dim-copy .text-arrow{margin-top:4px}
.tpk-page.tpk-facade .case-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:stretch;
  margin:32px 0 40px;}
.tpk-page.tpk-facade .case-media{display:block;overflow:hidden;border-radius:var(--r);background:#eef2f0;box-shadow:var(--shadow-soft);aspect-ratio:3/2}
.tpk-page.tpk-facade .case-media img{width:100%;height:100%;object-fit:cover;object-position:left center;transition:transform 1.18s var(--ease);aspect-ratio:auto}
.tpk-page.tpk-facade .case-media:hover img{transform:scale(1.024)}
.tpk-page.tpk-facade .case-body{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;
  min-height:100%;padding:8px 0 4px;gap:0;}
.tpk-page.tpk-facade .case-tag{display:block;margin:0 0 10px;color:var(--light);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tpk-page.tpk-facade .case-body h3{margin:0 0 12px;font-size:26px;line-height:1.2;font-weight:700}
.tpk-page.tpk-facade .case-body h3 .title-ul{font-size:26px}
.tpk-page.tpk-facade .case-body > p{margin:0 0 14px;max-width:520px;color:var(--muted);font-size:14.5px;line-height:1.78}
.tpk-page.tpk-facade .case-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 0;padding:0}
.tpk-page.tpk-facade .case-chips span{display:inline-flex;align-items:center;min-height:28px;padding:4px 12px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:12px;font-weight:600}
.tpk-page.tpk-facade .case-body > .text-arrow{margin-top:auto;padding-top:24px}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear{padding-top:148px}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .sol-block{margin-bottom:64px}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .sol-block > .h2{margin-bottom:36px}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .spec-panel{margin-bottom:64px}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .spec-panel.is-spaced{margin-top:64px}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .ch-module{margin:64px 0}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .dim-row{margin:64px 0 0}
.tpk-page.tpk-facade .tpk-building-facade-solution-linear .case-row{margin:64px 0 40px}
.tpk-page.tpk-facade .tpk-building-facade-faq{background:#f7f9f8}
.tpk-page.tpk-facade .tpk-building-facade-contact{background:#f7f9f8}
.tpk-page.tpk-facade .tpk-building-facade-solution-pixel .sol-block{margin-bottom:64px}
.tpk-page.tpk-facade .tpk-building-facade-solution-pixel .sol-block > .h2{margin-bottom:36px}
.tpk-page.tpk-facade .tpk-building-facade-solution-pixel .spec-panel{margin-bottom:64px}
.tpk-page.tpk-facade .tpk-building-facade-solution-pixel .spec-panel.is-spaced{margin-top:64px}
.tpk-page.tpk-facade .tpk-building-facade-solution-pixel .ch-module{margin:64px 0}
.tpk-page.tpk-facade .tpk-building-facade-solution-pixel .case-row{margin:64px 0 40px}
.tpk-page.tpk-facade .map-other{margin-top:72px;text-align:center}
.tpk-page.tpk-facade .title-ul.is-spec-link{font-size:16px;font-weight:600}
.tpk-page.tpk-facade .title-ul.is-faq-link{font-size:14px;font-weight:600}
.tpk-page.tpk-facade .tpk-building-facade-process > .wrap > .lead{margin-bottom:8px}

body .tpk-facade .edge-nav{
  position:fixed!important;
  z-index:60;
  left:14px;
  top:50%;
  width:56px;
  height:350px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-list{
  width:48px;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  padding:16px 0;
}
body .edge-item{
  width:48px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-line{
  display:block;
  width:44px;
  height:2px;
  border-radius:999px;
  background:#aab2af;
  transform:scaleX(var(--edge-scale,.22));
  transform-origin:left center;
  opacity:var(--edge-opacity,.46);
  will-change:transform,opacity,background-color;
  transition:background-color .16s ease;
}
body .edge-item.edge-focus .edge-line{
  background:#151918;
  opacity:1;
}
body .tpk-facade .edge-tooltip{
  position:fixed;
  z-index:61;
  left:72px;
  top:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  transform:translateY(-50%) translateX(-4px);
  border-radius:10px;
  background:#3b3f3d;
  color:#fff;
  font-size:12.5px;
  line-height:1;
  font-weight:600;
  width:max-content;
  max-width:calc(100vw - 96px);
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
body .edge-tooltip.is-visible{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}
@media(max-width:720px){
  body .tpk-facade .edge-nav{left:8px;}
  body .tpk-facade .edge-tooltip{left:60px;}
}

.tpk-page.tpk-urban{--g:#009b74;--ink:#101415;--text:#1d2424;--muted:#64706d;--light:#88928f;--soft:#f5f7f6;--soft2:#fbfbfd;--line:#e7ecea;--dark:#111817;--r:10px;--shadow:0 18px 46px rgba(16,24,40,.04);--shadow-soft:0 14px 34px rgba(16,24,40,.035);--ease:cubic-bezier(.16,1,.3,1);width:100%;color:var(--text);background:#fff;font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;font-size:15px;line-height:1.78;letter-spacing:-.15px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.tpk-page.tpk-urban *,.tpk-page.tpk-urban *::before,.tpk-page.tpk-urban *::after{box-sizing:border-box}
.tpk-page.tpk-urban h1,.tpk-page.tpk-urban h2,.tpk-page.tpk-urban h3,.tpk-page.tpk-urban h4,.tpk-page.tpk-urban p,.tpk-page.tpk-urban table{margin:0}
.tpk-page.tpk-urban img{display:block;max-width:100%;height:auto;border:0}
.tpk-page.tpk-urban a{color:inherit;text-decoration:none}
.tpk-page.tpk-urban .wrap{width:100%;max-width:1360px;margin:0 auto;padding:0 44px}
.tpk-page.tpk-urban .sec{padding:100px 0;background:#fff}
.tpk-page.tpk-urban .sec-soft{background:var(--soft2)}
.tpk-page.tpk-urban .h2{margin:0 0 20px;color:var(--ink);font-size:clamp(28px,2.5vw,36px);line-height:1.2;font-weight:600;letter-spacing:-.03em}
.tpk-page.tpk-urban .lead{max-width:780px;color:var(--muted);font-size:15px;line-height:1.78}
.tpk-page.tpk-urban .bc{padding:22px 0 0}
.tpk-page.tpk-urban .bc-inner{display:flex;align-items:center;gap:10px;color:var(--light);font-size:12.5px}
.tpk-page.tpk-urban .bc a{color:var(--muted)}
.tpk-page.tpk-urban .bc a:hover{color:var(--ink)}
.tpk-page.tpk-urban .bc .cur{color:var(--ink)}
.tpk-page.tpk-urban .hero-zone{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 13%,rgba(255,255,255,0) 87%,#fff 100%),radial-gradient(ellipse 115% 85% at 18% 8%,rgba(245,190,83,.23) 0%,rgba(255,223,154,.10) 43%,rgba(255,255,255,0) 72%),radial-gradient(ellipse 100% 75% at 82% 7%,rgba(74,166,118,.17) 0%,rgba(139,205,165,.07) 42%,rgba(255,255,255,0) 72%),radial-gradient(ellipse 72% 55% at 55% 5%,rgba(174,136,111,.075) 0%,rgba(255,255,255,0) 72%),linear-gradient(180deg,#fff 0%,#fbfbfd 100%)}
.tpk-page.tpk-urban .hero{padding:118px 0 0}
.tpk-page.tpk-urban .hero-inner{max-width:980px;margin:0 auto;text-align:center}
.tpk-page.tpk-urban .hero h1{max-width:940px;margin:0 auto 46px;color:var(--ink);font-size:clamp(40px,4.4vw,60px);line-height:1.16;font-weight:600;letter-spacing:-.04em}
.tpk-page.tpk-urban .hero-lead{max-width:760px;margin:0 auto 58px;color:var(--muted);font-size:16px;line-height:1.85}
.tpk-page.tpk-urban .hero-actions{display:flex;align-items:center;justify-content:center;margin:0 0 86px}
.tpk-page.tpk-urban .pill-button{position:relative;display:inline-block;height:46px;padding:0;border:0;border-radius:999px;overflow:hidden;isolation:isolate;background:var(--ink);color:#fff;font-size:14px;line-height:1;font-weight:600;white-space:nowrap;box-shadow:0 12px 26px rgba(0,0,0,.18);transition:box-shadow .82s var(--ease)}
.tpk-page.tpk-urban .pill-button.pill-case{width:198px;--label-exit:-220px}
.tpk-page.tpk-urban .pill-button.pill-email{width:142px;--label-exit:-170px}
.tpk-page.tpk-urban .pill-label{position:absolute;z-index:1;left:22px;top:50%;transform:translate3d(0,-50%,0);transition:transform .82s var(--ease);white-space:nowrap}
.tpk-page.tpk-urban .pill-surface{position:absolute;z-index:2;top:6px;right:6px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#fff;color:#090909;transition:width .82s var(--ease)}
.tpk-page.tpk-urban .pill-button.pill-light{background:#fff;color:#090909;box-shadow:0 12px 26px rgba(0,0,0,.16)}
.tpk-page.tpk-urban .pill-button.pill-light .pill-surface{background:#090909;color:#fff}
.tpk-page.tpk-urban .pill-surface .arrow-icon{width:20px;height:20px;transition:transform .82s var(--ease);transform-origin:50% 50%}
.tpk-page.tpk-urban .pill-button:hover{box-shadow:0 16px 31px rgba(0,0,0,.21)}
.tpk-page.tpk-urban .pill-button:hover .pill-label{transform:translate3d(var(--label-exit,-180px),-50%,0)}
.tpk-page.tpk-urban .pill-button:hover .pill-surface{width:calc(100% - 12px)}
.tpk-page.tpk-urban .pill-button:hover .pill-surface .arrow-icon{transform:rotate(-45deg)}
.tpk-page.tpk-urban .pill-button:active{transform:scale(.985)}
.tpk-page.tpk-urban .pill-button:focus-visible{outline:3px solid rgba(0,0,0,.14);outline-offset:5px}
.tpk-page.tpk-urban .text-arrow{display:inline-flex;align-items:center;gap:24px;color:var(--ink);font-size:15px;font-weight:600}
.tpk-page.tpk-urban .text-arrow .arrow-wrap{display:inline-flex;width:19px;height:19px;transition:transform .9s var(--ease)}
.tpk-page.tpk-urban .text-arrow:hover .arrow-wrap{transform:translateX(4px)}
.tpk-page.tpk-urban .arrow-icon{display:block;width:100%;height:100%}
.tpk-page.tpk-urban .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:80px;width:100%;max-width:1120px;margin:0 auto;padding:56px 8px 10px;border-top:1px solid #e3e9e6;text-align:left}
.tpk-page.tpk-urban .hero-stat b{display:block;color:var(--ink);font-size:38px;line-height:1.05;font-weight:500;letter-spacing:0}
.tpk-page.tpk-urban .hero-stat span{display:block;margin-top:12px;color:var(--light);font-size:14px;line-height:1.55;font-weight:500}
.tpk-page.tpk-urban .jump{display:flex;gap:12px 32px;margin-top:12px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.tpk-page.tpk-urban .jump a{position:relative;color:var(--muted);font-size:13px;font-weight:600}
.tpk-page.tpk-urban .jump a::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left center;transition:transform .9s var(--ease)}
.tpk-page.tpk-urban .jump a:hover{color:var(--ink)}
.tpk-page.tpk-urban .jump a:hover::after{transform:scaleX(1)}
.tpk-page.tpk-urban .intro-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:72px;align-items:start}
.tpk-page.tpk-urban .body-copy p{margin-bottom:20px;color:var(--muted);font-size:15px;line-height:1.86}
.tpk-page.tpk-urban .body-copy p:last-child{margin-bottom:0}
.tpk-page.tpk-urban .body-copy strong{color:var(--ink)}
.tpk-page.tpk-urban .app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:54px;align-items:stretch}
.tpk-page.tpk-urban .app-media-card{display:block;min-height:100%;padding:0;overflow:hidden;border-radius:var(--r);background:#eef2f0;box-shadow:var(--shadow)}
.tpk-page.tpk-urban .app-media-card img{width:100%;height:100%;min-height:238px;object-fit:cover;transition:transform 1.05s var(--ease)}
.tpk-page.tpk-urban .app-media-card:hover img{transform:scale(1.024)}
.tpk-page.tpk-urban .app-card,.tpk-page.tpk-urban .challenge-card{border:0;border-radius:var(--r);background:#fff;box-shadow:var(--shadow);padding:30px}
.tpk-page.tpk-urban .app-card h3,.tpk-page.tpk-urban .challenge-card h3{margin:0 0 10px;color:var(--ink);font-size:18px;line-height:1.35;font-weight:600;letter-spacing:-.01em}
.tpk-page.tpk-urban .app-card p,.tpk-page.tpk-urban .challenge-card p{color:var(--muted);font-size:14px;line-height:1.76}
.tpk-page.tpk-urban .card-index{display:block;margin-bottom:14px;color:var(--g);font-size:12px;font-weight:700;letter-spacing:.08em}
.tpk-page.tpk-urban .card-note{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);color:#536b65;font-size:13px;line-height:1.7}
.tpk-page.tpk-urban .challenge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:44px}
.tpk-page.tpk-urban .challenge-card .card-index{color:#a5afac;font-size:28px;line-height:1;font-weight:500;letter-spacing:-.03em}
.tpk-page.tpk-urban .solution-note{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);color:#46655f;font-size:13px;line-height:1.72;font-weight:600}
.tpk-page.tpk-urban .strategy-panel{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:52px;align-items:center;padding:48px;border-radius:var(--r);background:var(--dark);color:#fff;box-shadow:0 26px 68px rgba(16,24,40,.15)}
.tpk-page.tpk-urban .strategy-panel .h2{color:#fff;margin-bottom:18px}
.tpk-page.tpk-urban .strategy-panel .lead{color:rgba(255,255,255,.67)}
.tpk-page.tpk-urban .strategy-table-wrap{overflow:hidden;border-radius:var(--r);background:rgba(255,255,255,.035)}
.tpk-page.tpk-urban .strategy-table{width:100%;border-collapse:collapse}
.tpk-page.tpk-urban .strategy-table th{padding:13px 14px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.68);font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-align:left;font-weight:700;white-space:nowrap}
.tpk-page.tpk-urban .strategy-table td{padding:13px 14px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.64);font-size:13px;line-height:1.55}
.tpk-page.tpk-urban .strategy-table tr:last-child td{border-bottom:0}
.tpk-page.tpk-urban .strategy-table td:first-child{color:#fff;font-weight:600}
.tpk-page.tpk-urban .strategy-table .recommended td{color:rgba(156,230,207,.94)}
.tpk-page.tpk-urban .strategy-note{margin-top:14px;color:rgba(255,255,255,.45);font-size:12px;line-height:1.7}
.tpk-page.tpk-urban .framework-shell{margin-top:58px;padding:48px 42px 46px;border-radius:var(--r);background:#fff;box-shadow:var(--shadow)}
.tpk-page.tpk-urban .framework-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}
.tpk-page.tpk-urban .framework-step{min-width:0;min-height:238px;padding:0 34px 4px}
.tpk-page.tpk-urban .framework-step:first-child{padding-left:0}
.tpk-page.tpk-urban .framework-step:last-child{padding-right:0}
.tpk-page.tpk-urban .framework-step+.framework-step{border-left:1px solid var(--line)}
.tpk-page.tpk-urban .framework-kicker{display:flex;align-items:center;gap:10px;margin:0 0 24px;color:var(--light);font-size:11px;font-weight:700;line-height:1;letter-spacing:.08em}
.tpk-page.tpk-urban .framework-kicker::before{content:"";width:10px;height:10px;flex:0 0 10px;border-radius:999px;background:var(--g);box-shadow:0 0 0 6px rgba(0,155,116,.09)}
.tpk-page.tpk-urban .framework-step h3{min-height:52px;margin:0 0 18px;color:var(--ink);font-size:18px;line-height:1.35;font-weight:600;letter-spacing:-.01em}
.tpk-page.tpk-urban .framework-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.82}
.tpk-page.tpk-urban .case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-top:46px;align-items:stretch}
.tpk-page.tpk-urban .case-card{display:flex;min-width:0;flex-direction:column}
.tpk-page.tpk-urban .case-media{position:relative;overflow:hidden;border-radius:var(--r);background:#eef2f0;box-shadow:var(--shadow-soft)}
.tpk-page.tpk-urban .case-media img{width:100%;height:320px;object-fit:cover;transition:transform 1.05s var(--ease)}
.tpk-page.tpk-urban .case-media:hover img{transform:scale(1.025)}
.tpk-page.tpk-urban .case-body{display:flex;flex:1;flex-direction:column;padding:22px 0 0}
.tpk-page.tpk-urban .case-meta{display:block;margin-bottom:8px;color:var(--light);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.tpk-page.tpk-urban .case-body h3{margin:0 0 10px;color:var(--ink);font-size:21px;line-height:1.3;font-weight:600;letter-spacing:-.02em}
.tpk-page.tpk-urban .case-title-link{position:relative;display:inline;color:inherit;text-decoration:none}
.tpk-page.tpk-urban .case-title-link::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease)}
.tpk-page.tpk-urban .case-title-link:hover::after{transform:scaleX(1)}
.tpk-page.tpk-urban .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.tpk-page.tpk-urban .chip{display:inline-flex;align-items:center;min-height:28px;padding:5px 11px;border-radius:999px;background:var(--soft);color:var(--muted);font-size:11.5px;font-weight:600}
.tpk-page.tpk-urban .case-link{margin-top:auto;padding-top:22px}
.tpk-page.tpk-urban .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:44px}
.tpk-page.tpk-urban .product-card{padding:24px;border:0;border-radius:var(--r);background:#fff;box-shadow:var(--shadow)}
.tpk-page.tpk-urban .product-media{display:flex;align-items:center;justify-content:center;height:220px;margin:0 0 24px;overflow:hidden;border-radius:var(--r);background:#fff}
.tpk-page.tpk-urban .product-media img{width:100%;height:100%;object-fit:contain;transition:transform 1.05s var(--ease)}
.tpk-page.tpk-urban .product-media:hover img{transform:scale(1.025)}
.tpk-page.tpk-urban .product-kicker{margin-bottom:8px;color:var(--g);font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.tpk-page.tpk-urban .product-card h3{margin:0 0 10px;color:var(--ink);font-size:17px;line-height:1.35;font-weight:600;letter-spacing:-.01em}
.tpk-page.tpk-urban .product-title-link{position:relative;display:inline-block;width:max-content;max-width:100%;color:var(--ink)}
.tpk-page.tpk-urban .product-title-link::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease)}
.tpk-page.tpk-urban .product-title-link:hover::after{transform:scaleX(1)}
.tpk-page.tpk-urban .product-spec-link{position:relative;display:inline-flex;align-items:center;gap:7px;width:max-content;margin-top:16px;color:var(--ink);font-size:13.5px;line-height:1.2;font-weight:600;white-space:nowrap}
.tpk-page.tpk-urban .product-spec-link::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .95s var(--ease)}
.tpk-page.tpk-urban .product-spec-link:hover::after{transform:scaleX(1)}
.tpk-page.tpk-urban .product-spec-link .arrow-wrap{display:inline-flex;width:15px;height:15px;transition:transform .95s var(--ease)}
.tpk-page.tpk-urban .product-spec-link:hover .arrow-wrap{transform:translate(3px,-3px)}
.tpk-page.tpk-urban .faq-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,3fr);gap:32px;align-items:start;margin-top:38px}
.tpk-page.tpk-urban .faq-list{overflow:hidden;border-radius:var(--r);background:#fff;box-shadow:var(--shadow)}
.tpk-page.tpk-urban .faq-item+.faq-item{border-top:1px solid var(--line)}
.tpk-page.tpk-urban .faq-q{width:100%;margin:0;padding:25px 30px;border:0;background:none;color:var(--ink);font:inherit;font-size:15px;line-height:1.72;font-weight:500;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tpk-page.tpk-urban .faq-icon{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:var(--soft);transition:transform .28s ease,background .28s ease}
.tpk-page.tpk-urban .faq-icon::before{content:"";position:absolute;top:50%;left:50%;width:11px;height:2px;border-radius:2px;background:var(--muted);transform:translate(-50%,-50%);transition:background .28s ease}
.tpk-page.tpk-urban .faq-icon::after{content:"";position:absolute;top:50%;left:50%;width:2px;height:11px;border-radius:2px;background:var(--muted);transform:translate(-50%,-50%);transition:background .28s ease}
.tpk-page.tpk-urban .faq-item.is-open .faq-q{color:var(--g)}
.tpk-page.tpk-urban .faq-item.is-open .faq-icon{transform:rotate(45deg);background:rgba(0,155,116,.1)}
.tpk-page.tpk-urban .faq-item.is-open .faq-icon::before,.tpk-page.tpk-urban .faq-item.is-open .faq-icon::after{background:var(--g)}
.tpk-page.tpk-urban .faq-a{max-height:0;overflow:hidden;transition:max-height .32s ease}
.tpk-page.tpk-urban .faq-a-inner{padding:0 30px 26px;color:var(--muted);font-size:14px;line-height:1.9}
.tpk-page.tpk-urban .faq-a-inner ul{margin:0;padding-left:20px}
.tpk-page.tpk-urban .faq-a-inner li{margin-bottom:8px}
.tpk-page.tpk-urban .faq-side{min-width:0}
.tpk-page.tpk-urban .action-card{position:relative;overflow:hidden;padding:30px;border-radius:var(--r);color:#fff;background:radial-gradient(circle at 84% 8%,rgba(0,155,116,.28),rgba(0,155,116,0) 36%),#0f1716;box-shadow:0 24px 56px rgba(16,24,40,.16)}
.tpk-page.tpk-urban .action-card::before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.09);border-radius:inherit;pointer-events:none}
.tpk-page.tpk-urban .action-section{position:relative}
.tpk-page.tpk-urban .action-section+.action-section{margin-top:28px;padding-top:26px;border-top:1px solid rgba(255,255,255,.14)}
.tpk-page.tpk-urban .side-title{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:#fff;font-size:17px;line-height:1.35;font-weight:600;letter-spacing:-.01em}
.tpk-page.tpk-urban .side-title-icon{width:22px;height:22px;flex:0 0 22px;color:#fff}
.tpk-page.tpk-urban .action-section p{color:rgba(255,255,255,.68);font-size:14px;line-height:1.76}
.tpk-page.tpk-urban .action-card .text-arrow{color:#fff}
.tpk-page.tpk-urban .side-links{display:flex;flex-direction:column;align-items:flex-start;gap:15px;margin-top:20px}
.tpk-page.tpk-urban .svg-defs{position:absolute;width:0;height:0;overflow:hidden}

body .tpk-urban .edge-nav{
  position:fixed!important;
  z-index:60;
  left:14px;
  top:50%;
  width:56px;
  height:350px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-list{
  width:48px;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:7px;
  padding:16px 0;
}
body .edge-item{
  width:48px;
  height:18px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
body .edge-line{
  display:block;
  width:44px;
  height:2px;
  border-radius:999px;
  background:#aab2af;
  transform:scaleX(var(--edge-scale,.22));
  transform-origin:left center;
  opacity:var(--edge-opacity,.46);
  will-change:transform,opacity,background-color;
  transition:background-color .16s ease;
}
body .edge-item.edge-focus .edge-line{
  background:#151918;
  opacity:1;
}
body .tpk-urban .edge-tooltip{
  position:fixed;
  z-index:61;
  left:72px;
  top:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  transform:translateY(-50%) translateX(-4px);
  border-radius:10px;
  background:#3b3f3d;
  color:#fff;
  font-size:12.5px;
  line-height:1;
  font-weight:600;
  width:max-content;
  max-width:calc(100vw - 96px);
  white-space:nowrap;
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease;
}
body .tpk-urban .edge-tooltip.is-visible{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}
@media(max-width:720px){
  body .tpk-urban .edge-nav{left:8px;}
  body .tpk-urban .edge-tooltip{left:60px;}
}




@media (max-width:1024px){

  
  .tpk-page.tpk-urban .bc{
    display:none;
  }
  body .tpk-urban .edge-nav{
    display:none;
  }

  
  .tpk-page.tpk-urban .intro-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .tpk-page.tpk-urban .strategy-panel{
    grid-template-columns:1fr;
    gap:26px;
    padding:34px 26px;
  }
  .tpk-page.tpk-urban .framework-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px;
  }
  .tpk-page.tpk-urban .app-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
  }
  .tpk-page.tpk-urban .case-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px;
  }
  .tpk-page.tpk-urban .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
  }
  .tpk-page.tpk-urban .challenge-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .tpk-page.tpk-urban .faq-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  
  .tpk-page.tpk-urban .hero-stats{
    grid-template-columns:1fr;
    row-gap:0;
    column-gap:0;
    padding:18px 0 6px;
  }
  .tpk-page.tpk-urban .hero-stat{
    display:flex;
    align-items:baseline;
    gap:12px;
    padding:13px 0;
    border-bottom:1px solid #e3e9e6;
  }
  .tpk-page.tpk-urban .hero-stat:last-child{
    border-bottom:0;
  }

  
  .tpk-page.tpk-urban .jump{
    flex-wrap:wrap;
    gap:10px 22px;
  }

  
  .tpk-page.tpk-urban .hero-actions{
    margin-bottom:56px;
  }
}


@media (max-width:680px){

  
  .tpk-page.tpk-urban .wrap{
    padding:0 20px;
  }

  
  .tpk-page.tpk-urban .sec{
    padding:64px 0;
  }
  .tpk-page.tpk-urban .hero-inner{
    padding-top:54px;
  }
  .tpk-page.tpk-urban .hero-actions{
    margin-bottom:44px;
  }

  
  .tpk-page.tpk-urban .framework-grid,
  .tpk-page.tpk-urban .app-grid,
  .tpk-page.tpk-urban .case-grid,
  .tpk-page.tpk-urban .product-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  
  .tpk-page.tpk-urban .hero-inner h1{
    font-size:31px;
    line-height:1.22;
  }
  .tpk-page.tpk-urban .hero-lead{
    font-size:15px;
    line-height:1.72;
  }

  
  .tpk-page.tpk-urban .hero-stat b{
    font-size:15px;
  }
  .tpk-page.tpk-urban .hero-stat span{
    font-size:12.5px;
  }

  
  .tpk-page.tpk-urban .jump a{
    padding:10px 0;
  }
  .tpk-page.tpk-urban .text-arrow{
    font-size:15.5px;
    gap:14px;
    min-height:44px;
  }

  
  .tpk-page.tpk-urban .faq-q{
    padding:18px 20px;
  }

  
  .tpk-page.tpk-urban .product-media{
    height:190px;
    margin-bottom:18px;
  }

  
  .tpk-page.tpk-urban .case-grid{
    gap:60px;
  }

  
  .tpk-page.tpk-urban .strategy-table thead{
    display:none;
  }
  .tpk-page.tpk-urban .strategy-table,
  .tpk-page.tpk-urban .strategy-table tbody,
  .tpk-page.tpk-urban .strategy-table tr,
  .tpk-page.tpk-urban .strategy-table td{
    display:block;
    width:100%;
  }
  .tpk-page.tpk-urban .strategy-table tr{
    padding:16px 16px 8px;
    border:0;
    border-radius:10px;
    background:rgba(255,255,255,.05);
    margin-bottom:10px;
  }
  .tpk-page.tpk-urban .strategy-table tr:last-child{
    margin-bottom:0;
  }
  .tpk-page.tpk-urban .strategy-table td{
    padding:0 0 12px;
    background:transparent;
    border-bottom:0;
  }
  .tpk-page.tpk-urban .strategy-table td[data-label]:before{
    content:attr(data-label);
    display:block;
    margin-bottom:2px;
    color:rgba(255,255,255,.5);
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.07em;
    text-transform:uppercase;
  }
  .tpk-page.tpk-urban .strategy-table .recommended td{
    color:rgba(156,230,207,.94);
  }
  .tpk-page.tpk-urban .strategy-table .recommended td:first-child{
    color:#fff;
  }

  
  .tpk-page.tpk-urban .strategy-panel{
    padding:28px 20px;
  }

  
}


.tpk-page.tpk-urban [data-tpk-icon]{
  --tpk-icon:none;
  display:block;
  flex:0 0 auto;
  background:currentColor;
  -webkit-mask:var(--tpk-icon) center/contain no-repeat;
  mask:var(--tpk-icon) center/contain no-repeat;
}
.tpk-page.tpk-urban [data-tpk-icon="action-arrow-right"]{
  --tpk-icon:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M4 12H20M13 5l7 7-7 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.tpk-page.tpk-urban [data-tpk-icon="action-arrow-up-right"]{
  --tpk-icon:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6 18L18 6M9 6H18V15' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

@media (max-width:1179px){
  body .edge-nav,
  body .edge-tooltip,
  body .tpk-hotel-page .edge-nav,
  body .tpk-hotel-page .edge-tooltip,
  body .tpk-bridge-v4 .edge-nav,
  body .tpk-bridge-v4 .edge-tooltip,
  body .tpk-stadium-page .edge-nav,
  body .tpk-stadium-page .edge-tooltip,
  body .tpk-landmark .edge-nav,
  body .tpk-landmark .edge-tooltip,
  body .tpk-facade .edge-nav,
  body .tpk-facade .edge-tooltip,
  body .tpk-urban .edge-nav,
  body .tpk-urban .edge-tooltip{
    display:none;
  }
}


/* ===== Control Solution 页面样式（tpk-control-v4）2026-09-17 注入 · 源页 TPK_Control_Solution_V5_4_6_FAQ_UI_Standard.html · 七号方案家族 ===== */
.tpk-control-v4{--g:#009b74;--g-soft:#eef8f4;--ink:#101415;--text:#1d2424;--muted:#64706d;--line:#e7ecea;--soft:#f7f8f9;--blue:#eaf3ff;--section-y:96px;--space-2:12px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:40px;--space-7:48px;--space-8:56px;--space-9:72px;--icon-feature:40px;--icon-input:36px;--icon-title:34px;--icon-color:#27302e;--action-time:.95s;--shadow:0 18px 46px rgba(16,24,40,.04);--shadow-soft:0 12px 34px rgba(16,24,40,.035);--ease:cubic-bezier(.16,1,.3,1);font-family:Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;letter-spacing:-.15px;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased}
.tpk-control-v4 *{box-sizing:border-box}
.tpk-control-v4 a{color:inherit}
.tpk-control-v4 button{font:inherit;letter-spacing:inherit}
.tpk-control-v4 .svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.tpk-control-v4 .wrap{width:100%;max-width:1360px;margin:0 auto;padding:0 44px}
.tpk-control-v4 section{padding:var(--section-y) 0}
.tpk-control-v4 .soft{background:var(--soft)}
.tpk-control-v4 h1,.tpk-control-v4 h2,.tpk-control-v4 h3,.tpk-control-v4 p{margin-top:0}
.tpk-control-v4 h2{margin:0 0 var(--space-6);color:var(--ink);font-size:clamp(36px,3.4vw,50px);line-height:1.08;letter-spacing:-.042em;font-weight:500}
.tpk-control-v4 h3{color:var(--ink)}
.tpk-control-v4 p{color:var(--muted);font-size:15.5px;line-height:1.86}
.tpk-control-v4 .slead{max-width:900px;margin:0 0 var(--space-7)}
.tpk-control-v4 .subh{margin:0;color:var(--ink);font-size:28px;line-height:1.2;font-weight:550;letter-spacing:-.025em}
.tpk-control-v4 .hero-zone{position:relative;overflow:hidden;background:#fff}
.tpk-control-v4 .hero-zone::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,rgba(255,255,255,0) 0 44%,rgba(255,255,255,.55) 61%,#fff 76%),linear-gradient(to right,#fff 0 40px,rgba(255,255,255,.84) 100px,rgba(255,255,255,0) 280px,rgba(255,255,255,0) calc(100% - 280px),rgba(255,255,255,.84) calc(100% - 100px),#fff calc(100% - 40px)),radial-gradient(circle at 24% 24%,rgba(190,215,255,.38),transparent 34%),radial-gradient(circle at 57% 15%,rgba(255,237,142,.24),transparent 28%),radial-gradient(circle at 82% 34%,rgba(255,203,180,.23),transparent 31%)}
.tpk-control-v4 .hero-zone>*{position:relative;z-index:1}
.tpk-control-v4 .breadcrumb{padding:20px 0;border-bottom:1px solid rgba(16,20,21,.06)}
.tpk-control-v4 .breadcrumb .wrap{display:flex;align-items:center;gap:10px;color:#7b8582;font-size:12.5px}
.tpk-control-v4 .breadcrumb a{text-decoration:none}
.tpk-control-v4 .hero{padding:64px 0 96px}
.tpk-control-v4 .hero-head{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:72px;align-items:end}
.tpk-control-v4 h1{max-width:900px;margin:0 0 34px;color:var(--ink);font-size:clamp(54px,5vw,72px);line-height:1.04;letter-spacing:-.048em;font-weight:430}
.tpk-control-v4 h1 .muted-line{display:block;color:#a7aeab}
.tpk-control-v4 h1 .dark-line{display:block;color:#060807}
.tpk-control-v4 .hero-copy p{max-width:790px;margin:0;font-size:16.5px;line-height:1.84}
.tpk-control-v4 .hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px;padding-bottom:8px}
.tpk-control-v4 .circle-morph-button{--button-width:236px;position:relative;display:inline-block;width:var(--button-width);height:46px;padding:0;border:0;border-radius:999px;overflow:hidden;isolation:isolate;cursor:pointer;color:#fff;text-decoration:none;background:linear-gradient(108deg,#020202 0%,#020202 55%,#111 77%,#252525 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 12px 26px rgba(0,0,0,.18);transition:box-shadow .82s var(--ease);-webkit-tap-highlight-color:transparent}
.tpk-control-v4 .circle-morph-button::after{content:"";position:absolute;inset:0;z-index:4;border-radius:inherit;pointer-events:none;background:linear-gradient(105deg,transparent 0%,transparent 57%,rgba(255,255,255,.018) 76%,rgba(255,255,255,.052) 100%)}
.tpk-control-v4 .circle-morph-button:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 31px rgba(0,0,0,.21)}
.tpk-control-v4 .circle-morph-button:active{transform:scale(.985)}
.tpk-control-v4 .button-label{position:absolute;z-index:1;left:20px;top:50%;max-width:calc(100% - 68px);overflow:hidden;text-overflow:clip;font-size:14px;line-height:1;font-weight:600;letter-spacing:-.012em;white-space:nowrap;transform:translate3d(0,-50%,0);transition:transform .82s var(--ease)}
.tpk-control-v4 .circle-morph-button:hover .button-label{transform:translate3d(-190px,-50%,0)}
.tpk-control-v4 .morph-surface{position:absolute;z-index:2;top:6px;right:6px;width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:#f3f4f4;transition:width .82s var(--ease)}
.tpk-control-v4 .circle-morph-button:hover .morph-surface{width:calc(100% - 12px)}
.tpk-control-v4 .button-arrow{position:relative;z-index:3;width:20px;height:20px;fill:none;stroke:#090909;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .82s var(--ease)}
.tpk-control-v4 .circle-morph-button:hover .button-arrow{transform:rotate(-45deg)}
.tpk-control-v4 .hero-image{margin-top:52px;border-radius:0;overflow:visible;background:transparent;box-shadow:none}
.tpk-control-v4 .hero-image img{display:block;width:100%;height:430px;object-fit:contain;object-position:center;background:transparent}
.tpk-control-v4 .spec-intro{padding:44px 0 22px;background:#fff}
.tpk-control-v4 .spec-intro .inner{max-width:1030px;padding-left:22px;border-left:2px solid var(--g)}
.tpk-control-v4 .spec-intro p{margin:0;font-size:16px;line-height:1.9}
.tpk-control-v4 .service-head{display:block;margin-bottom:var(--space-8)}
.tpk-control-v4 .service-head h2{max-width:680px;margin:0;font-size:38px}

.tpk-control-v4 .stage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8) 64px}
.tpk-control-v4 .stage-item{position:relative;padding-left:18px}
.tpk-control-v4 .stage-item::before{content:"";position:absolute;left:0;top:3px;width:2px;height:25px;background:#1b211f}
.tpk-control-v4 .stage-item .eyebrow{display:block;margin-bottom:9px;color:#7a8481;font-size:13px;font-weight:600}
.tpk-control-v4 .stage-item h3{margin:0 0 10px;font-size:21px;line-height:1.28;font-weight:600}
.tpk-control-v4 .stage-item p{max-width:350px;margin:0;font-size:14.5px;line-height:1.72}
.tpk-control-v4 .planning-grid{display:grid;grid-template-columns:minmax(0,.76fr) minmax(630px,1.24fr);gap:var(--space-9);align-items:start}
.tpk-control-v4 .planning-copy h2{max-width:520px}
.tpk-control-v4 .planning-copy p{max-width:535px}
.tpk-control-v4 .input-list{border-top:1px solid var(--line)}
.tpk-control-v4 .input-row{display:grid;grid-template-columns:var(--icon-input) 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}
.tpk-control-v4 .input-row h3{margin:1px 0 7px;font-size:17px;font-weight:600}
.tpk-control-v4 .input-row p{margin:0;font-size:14.5px;line-height:1.68}
.tpk-control-v4 .handoff-strip{display:grid;grid-template-columns:1fr 44px 1fr 44px 1fr;align-items:stretch;margin-top:var(--space-7);padding:28px 32px;border-radius:14px;background:#f4f6f5}
.tpk-control-v4 .handoff-card{padding:4px 8px;background:transparent}
.tpk-control-v4 .handoff-card h3{margin:0 0 11px;font-size:20px}
.tpk-control-v4 .handoff-card p{margin:0;font-size:14.3px;line-height:1.75}
.tpk-control-v4 .handoff-arrow{display:grid;place-items:center;color:#a2aaa7}
.tpk-control-v4 .handoff-arrow svg{display:block;width:19px;height:19px}
.tpk-control-v4 .engineering-title{display:block;margin-bottom:var(--space-6)}
.tpk-control-v4 .engineering-title h2,.tpk-control-v4 .engineering-title p{margin:0}
.tpk-control-v4 .size-grid{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(440px,.94fr);gap:var(--space-7);align-items:stretch}
.tpk-control-v4 .size-list{display:block;padding:8px 26px;border-radius:14px;background:#fff;box-shadow:var(--shadow)}
.tpk-control-v4 .size-item{display:grid;grid-template-columns:26px 1fr;gap:15px;align-items:start;padding:21px 2px;border-bottom:1px solid var(--line)}
.tpk-control-v4 .size-item:last-child{border-bottom:0}
.tpk-control-v4 .size-item h3{margin:0 0 5px;font-size:17px}
.tpk-control-v4 .size-item p{margin:0;font-size:14px;line-height:1.6}
.tpk-control-v4 .diagram-layout{display:block;margin-top:var(--space-6);padding:0;border-radius:0;background:transparent}
.tpk-control-v4 .diagram-copy-title{margin:72px 0 34px;color:var(--ink);font-size:28px;line-height:1.2;font-weight:550;letter-spacing:-.025em}
.tpk-control-v4 .diagram-copy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:60px 64px;margin-top:0;padding:8px 0}
.tpk-control-v4 .diagram-copy-grid .eng-point{position:relative;padding-left:0}
.tpk-control-v4 .diagram-copy-grid .eng-point::before{content:none}
.tpk-control-v4 .diagram-copy-grid .eng-point h3{display:flex;align-items:center;gap:14px;margin:0 0 14px;font-size:18px;line-height:1.28;font-weight:600}
.tpk-control-v4 .diagram-copy-grid .eng-point p{margin:0;font-size:14.25px;line-height:1.76}
.tpk-control-v4 .diagram-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:0;margin:0 0 26px;background:transparent}
.tpk-control-v4 .diagram-tab{position:relative;height:46px;border:0;border-radius:999px;background:transparent;color:#69736f;font-size:14px;font-weight:600;cursor:pointer;isolation:isolate;transition:color .35s var(--ease),transform .45s var(--ease)}
.tpk-control-v4 .diagram-tab[aria-selected="true"]{background:#eceeed;color:var(--ink);box-shadow:none}
.tpk-control-v4 .diagram-view{position:relative;height:560px;border-radius:0;background:transparent;box-shadow:none;overflow:hidden}
.tpk-control-v4 .diagram-panel{position:absolute;inset:0;display:block;width:100%;height:100%;opacity:0;transform:translateY(10px) scale(.992);pointer-events:none;transition:opacity .48s var(--ease),transform .62s var(--ease)}
.tpk-control-v4 .diagram-panel.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.tpk-control-v4 .diagram-panel img{display:block;width:100%;height:560px;object-fit:contain;background:transparent}
.tpk-control-v4 .diagram-note{margin:18px 0 0;font-size:13.5px;line-height:1.75}
.tpk-control-v4 .detail-columns{position:relative;display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;padding:46px 48px 48px;border-radius:10px;background:#fff;color:var(--text);box-shadow:var(--shadow-soft)}
.tpk-control-v4 .detail-columns>div{position:relative;padding:0 34px}
.tpk-control-v4 .detail-columns>div:first-child{padding-left:0}
.tpk-control-v4 .detail-columns>div:last-child{padding-right:0}
.tpk-control-v4 .detail-columns>div+div{border-left:1px solid var(--line)}
.tpk-control-v4 .detail-columns h3{margin:0 0 18px;color:var(--ink);font-size:18px;line-height:1.3}
.tpk-control-v4 .detail-columns ul{margin:0;padding:0;list-style:none}
.tpk-control-v4 .detail-columns li{position:relative;margin:0 0 var(--space-2);padding-left:18px;color:var(--muted);font-size:14.2px;line-height:1.7}
.tpk-control-v4 .system-block{margin-top:var(--space-9);padding:0;border-radius:0;background:transparent}
.tpk-control-v4 .system-head{display:block;margin-bottom:22px}
.tpk-control-v4 .system-head h3{margin:0;font-size:27px;line-height:1.18}
.tpk-control-v4 .system-head p{margin:0}
.tpk-control-v4 .system-chain{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;padding:4px 0 var(--space-4)}
.tpk-control-v4 .chain-pill{min-height:42px;padding:5px 10px;border-radius:999px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#eef5fb;color:#21374d;font-size:12.5px;font-weight:600;line-height:1.12}
.tpk-control-v4 .chain-pill span+span{margin-top:2px;color:#677d91;font-weight:500}
.tpk-control-v4 .chain-pill:last-child{background:#eef8f4;color:#0a6b52}
.tpk-control-v4 .chain-pill:last-child span+span{color:#517a70}
.tpk-control-v4 .system-rule{margin:6px 0 42px;color:#34403d;font-size:15px;line-height:1.75;font-weight:650}
.tpk-control-v4 .accessory-shell{background:#fff}.tpk-control-v4 .accessory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:34px;row-gap:68px;align-items:start;grid-auto-flow:row}
.tpk-control-v4 .accessory-item{padding:0}
.tpk-control-v4 .accessory-preview{width:100%;height:210px;padding:12px;border:0;border-radius:10px;background:#fff;box-shadow:none;display:flex;align-items:center;justify-content:center;cursor:zoom-in}
.tpk-control-v4 .accessory-item:not(:first-child) .accessory-preview{height:186px;padding:12px;border:1px solid #eef2f1}
.tpk-control-v4 .accessory-preview img{display:block;max-width:100%;max-height:186px;width:auto;height:auto;object-fit:contain;background:#fff;transition:transform .65s var(--ease)}
.tpk-control-v4 .accessory-item:not(:first-child) .accessory-preview img{max-height:150px}
.tpk-control-v4 .accessory-preview:hover img{transform:scale(1.02)}
.tpk-control-v4 .accessory-item h3{margin:18px 0 10px;font-size:16.5px;line-height:1.35}
.tpk-control-v4 .accessory-item p{margin:0;font-size:14px;line-height:1.84;color:#68716f}
.tpk-control-v4 .requirements{margin-top:80px;padding:54px 42px;border-radius:10px;background:#f7f8f9}
.tpk-control-v4 .requirements-head{display:block;margin-bottom:52px}
.tpk-control-v4 .requirements-head h3,.tpk-control-v4 .requirements-head p{margin:0}
.tpk-control-v4 .require-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:56px 72px}
.tpk-control-v4 .require-item{padding:0}
.tpk-control-v4 .require-item h3{margin:0 0 14px;font-size:17.5px;line-height:1.32}
.tpk-control-v4 .require-item p{margin:0;font-size:14.6px;line-height:1.84}
.tpk-control-v4 .factory-timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:var(--space-8)}
.tpk-control-v4 .factory-timeline::before{content:"";position:absolute;left:8px;top:10px;width:calc(100% - 24px);height:2px;border-radius:999px;background:#d7dddb;z-index:0}.tpk-control-v4 .factory-timeline::after{content:"";position:absolute;left:8px;top:10px;width:calc(75% + 92px);height:2px;border-radius:999px;background:var(--ink);z-index:1}
.tpk-control-v4 .factory-step{position:relative;padding-top:52px}
.tpk-control-v4 .factory-dot{position:absolute;top:6px;left:3px;width:10px;height:10px;border-radius:50%;background:var(--g);box-shadow:0 0 0 5px #e5f4ee;z-index:2}
.tpk-control-v4 .factory-step:last-child .factory-dot{background:var(--g)}
.tpk-control-v4 .factory-step h3{margin:0 0 var(--space-2);font-size:20px}
.tpk-control-v4 .factory-step p{margin:0;font-size:14.4px;line-height:1.75}
.tpk-control-v4 .handover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px 78px}
.tpk-control-v4 .handover-item{display:grid;grid-template-columns:var(--icon-feature) 1fr;gap:20px;align-items:start}
.tpk-control-v4 .handover-item h3{margin:2px 0 12px;font-size:18.5px;line-height:1.3}
.tpk-control-v4 .handover-item p{margin:0;font-size:14.6px;line-height:1.84}
.tpk-control-v4 .support-grid{display:grid;grid-template-columns:minmax(0,.74fr) minmax(620px,1.26fr);gap:80px;align-items:start}.tpk-control-v4 .support-copy p{margin:0}.tpk-control-v4 .support-intro{margin:0 0 28px;max-width:520px}.tpk-control-v4 .support-card{padding:28px 30px;border-radius:10px;background:linear-gradient(135deg,#edf4ff 0%,#f7f8f9 56%,#fff3cb 100%)}.tpk-control-v4 .support-card-head{display:grid;grid-template-columns:42px 1fr;gap:16px;align-items:start;margin-bottom:22px}.tpk-control-v4 .support-hero-icon{width:42px;height:42px;color:var(--icon-color);display:grid;place-items:center}.tpk-control-v4 .support-hero-icon svg{display:block;width:100%;height:100%;fill:none}.tpk-control-v4 .support-card h3{margin:0 0 8px;font-size:20px;line-height:1.25;font-weight:600}.tpk-control-v4 .support-card p{font-size:14.5px;line-height:1.78}
.tpk-control-v4 .fault-sequence{display:grid;grid-template-columns:repeat(4,1fr);margin:0;border:1px solid #e2e7e5;border-radius:10px;background:#fff;overflow:hidden}
.tpk-control-v4 .fault-sequence span{padding:16px 12px;color:#222a28;font-size:13px;font-weight:650;text-align:center}
.tpk-control-v4 .fault-sequence span+span{border-left:1px solid var(--line)}
.tpk-control-v4 .problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 34px}
.tpk-control-v4 .problem{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:24px 0;border-bottom:1px solid var(--line)}
.tpk-control-v4 .problem-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#dff3eb;color:var(--g);font-size:14px;font-weight:700}
.tpk-control-v4 .problem h3{margin:0 0 7px;font-size:16px;line-height:1.35}
.tpk-control-v4 .problem p{margin:0;font-size:13.8px;line-height:1.72}
.tpk-control-v4 .table-shell{overflow:hidden;border-radius:10px;background:#fff;box-shadow:var(--shadow)}
.tpk-control-v4 table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}
.tpk-control-v4 .col-platform{width:16%}
.tpk-control-v4 .col-fit{width:30%}
.tpk-control-v4 .col-support{width:36%}
.tpk-control-v4 .col-links{width:18%}
.tpk-control-v4 th{padding:19px 22px;background:#fbfbfd;color:#68716f;font-size:12px;font-weight:650;letter-spacing:.055em;text-transform:uppercase;text-align:left;border-bottom:1px solid #e2e7e5}
.tpk-control-v4 td{padding:31px 22px;border-bottom:1px solid #e7ecea;background:#fff;color:#53605d;font-size:14px;line-height:1.65;vertical-align:top}
.tpk-control-v4 tbody tr:last-child td{border-bottom:0}
.tpk-control-v4 .platform-chip{display:inline;color:#111615;font-size:14px;font-weight:600;line-height:1.35}
.tpk-control-v4 .official-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.tpk-control-v4 .platform-note{margin:20px 0 0;font-size:12.5px}
.tpk-control-v4 .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5)}
.tpk-control-v4 .case-card{display:flex;flex-direction:column}
.tpk-control-v4 .case-media{position:relative;height:286px;border-radius:10px;overflow:hidden;background:#eef1f0}
.tpk-control-v4 .case-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 1.18s var(--ease)}
.tpk-control-v4 .case-media a:hover img{transform:scale(1.024)}
.tpk-control-v4 .case-tags{position:absolute;left:16px;top:16px;z-index:2;display:flex;flex-wrap:wrap;gap:7px;max-width:calc(100% - 32px);pointer-events:none}
.tpk-control-v4 .case-tag{display:inline-flex;align-items:center;height:29px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 7px 20px rgba(16,24,40,.07),inset 0 0 0 1px rgba(255,255,255,.82);color:#121817;font-size:12px;font-weight:650;line-height:1;white-space:nowrap}
.tpk-control-v4 .case-body{display:flex;flex:1;flex-direction:column;padding-top:18px}
.tpk-control-v4 .case-tech{display:none}
.tpk-control-v4 .case-body p{margin:0;font-size:13.7px;line-height:1.72}
.tpk-control-v4 .case-body>p:not(.case-tech){flex:1}
.tpk-control-v4 .faq-shell{max-width:930px}
.tpk-control-v4 .faq-list{max-width:760px;overflow:hidden;border-radius:10px;background:#fff;box-shadow:var(--shadow)}
.tpk-control-v4 .faq-item+.faq-item{border-top:1px solid var(--line)}
.tpk-control-v4 .faq-q{margin:0;width:100%;padding:25px 30px;border:0;background:none;outline:none;appearance:none;-webkit-appearance:none;color:var(--ink);font-family:inherit;font-size:15px;font-weight:500;line-height:1.72;text-align:left;cursor:pointer;user-select:none;-webkit-user-select:none;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tpk-control-v4 .faq-q .faq-ic{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:999px;background:#f5f6f6;pointer-events:none;transition:transform .28s ease,background .28s ease}
.tpk-control-v4 .faq-q .faq-ic::before,.tpk-control-v4 .faq-q .faq-ic::after{content:"";position:absolute;top:50%;left:50%;background:var(--muted);border-radius:2px;transition:background .28s ease}
.tpk-control-v4 .faq-q .faq-ic::before{width:11px;height:2px;transform:translate(-50%,-50%)}
.tpk-control-v4 .faq-q .faq-ic::after{width:2px;height:11px;transform:translate(-50%,-50%)}
.tpk-control-v4 .faq-item.is-open .faq-q{color:var(--g)}
.tpk-control-v4 .faq-item.is-open .faq-q .faq-ic{transform:rotate(45deg);background:rgba(0,155,116,.1)}
.tpk-control-v4 .faq-item.is-open .faq-q .faq-ic::before,.tpk-control-v4 .faq-item.is-open .faq-q .faq-ic::after{background:var(--g)}
.tpk-control-v4 .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease;will-change:max-height}
.tpk-control-v4 .faq-a-inner{padding:0 30px 26px;color:var(--muted);font-size:14px;line-height:1.9}
.tpk-control-v4 .related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}
.tpk-control-v4 .related-item{position:relative;min-height:230px;padding:32px 30px 28px;color:inherit;text-decoration:none;display:flex;flex-direction:column;background:#fff;transition:background .35s var(--ease)}
.tpk-control-v4 .related-item p{margin:14px 0 0;font-size:13.8px;line-height:1.72}
.tpk-control-v4 .final-box{display:grid;grid-template-columns:1fr auto;gap:56px;align-items:center;padding:44px 50px;border-radius:14px;background:var(--g-soft)}
.tpk-control-v4 .final-box h2{margin:0 0 12px;font-size:34px}
.tpk-control-v4 .final-box p{max-width:780px;margin:0}
.tpk-control-v4 .edge-nav{position:fixed;z-index:60;left:14px;top:50%;width:56px;height:350px;transform:translateY(-50%);display:flex;align-items:center;justify-content:flex-start}
.tpk-control-v4 .edge-list{width:48px;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:16px 0}
.tpk-control-v4 .edge-item{width:48px;height:18px;padding:0;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}
.tpk-control-v4 .edge-line{display:block;width:44px;height:2px;border-radius:999px;background:#aab2af;transform:scaleX(var(--edge-scale,.22));transform-origin:left center;opacity:var(--edge-opacity,.46);will-change:transform,opacity,background-color;transition:background-color .16s ease}
.tpk-control-v4 .edge-item.edge-focus .edge-line{background:#151918;opacity:1}
.tpk-control-v4 .edge-tooltip{position:fixed;z-index:61;left:72px;top:50%;transform:translateY(-50%) translateX(-4px);padding:9px 12px;border-radius:8px;background:#3b3f3d;color:#fff;font-size:12.5px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.tpk-control-v4 .edge-nav.is-hovering + .edge-tooltip{opacity:1;transform:translateY(-50%) translateX(0)}
.tpk-control-v4 .lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;gap:22px;padding:72px 28px 32px;background:rgba(15,19,18,.84);backdrop-filter:blur(7px)}
.tpk-control-v4 .lightbox.open{display:flex}
.tpk-control-v4 .lightbox-card{position:relative;width:min(1120px,calc(100vw - 210px),calc((100vh - 118px)*2));aspect-ratio:2/1;padding:18px;border-radius:12px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr) 28px}
.tpk-control-v4 .lightbox-card img{grid-row:1;display:block;width:100%;height:100%;min-height:0;object-fit:contain;object-position:center;background:#fff}
.tpk-control-v4 .lightbox-caption{grid-row:2;align-self:end;padding:8px 4px 0;color:#4f5a57;font-size:13px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tpk-control-v4 .lightbox-close{position:absolute;right:14px;top:14px;z-index:3;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:#111;color:#fff;display:grid;place-items:center;cursor:pointer}
.tpk-control-v4 .lightbox-close svg{width:18px;height:18px}
.tpk-control-v4 .input-icon{width:var(--icon-input);height:var(--icon-input);color:var(--icon-color);display:grid;place-items:center;flex:0 0 var(--icon-input);overflow:hidden}
.tpk-control-v4 .req-icon,.tpk-control-v4 .handover-icon{width:var(--icon-feature);height:var(--icon-feature);color:var(--icon-color);display:grid;place-items:center;flex:0 0 var(--icon-feature);overflow:hidden}
.tpk-control-v4 .eng-title-icon{width:var(--icon-title);height:var(--icon-title);color:var(--icon-color);display:inline-grid;place-items:center;flex:0 0 var(--icon-title);overflow:hidden}
.tpk-control-v4 .input-icon svg,.tpk-control-v4 .req-icon svg,.tpk-control-v4 .handover-icon svg,.tpk-control-v4 .eng-title-icon svg{display:block;width:100%;height:100%;overflow:hidden;fill:none;color:currentColor;shape-rendering:geometricPrecision}
.tpk-control-v4 .req-icon svg,.tpk-control-v4 .handover-icon svg{transform-origin:50% 50%}
.tpk-control-v4 .opt-certdoc{transform:scale(1.10)}
.tpk-control-v4 .opt-engineering{transform:scale(1.12)}
.tpk-control-v4 .opt-signal{transform:scale(1.04)}
.tpk-control-v4 .opt-cad{transform:scale(1.05)}
.tpk-control-v4 .opt-spec{transform:scale(1.12)}
.tpk-control-v4 .opt-test{transform:scale(1.10)}
.tpk-control-v4 .opt-file{transform:scale(1.03)}
.tpk-control-v4 .opt-nodes{transform:scale(1.10)}
.tpk-control-v4 .opt-computer{transform:scale(1.10)}
.tpk-control-v4 .opt-wrench{transform:scale(1.08)}
.tpk-control-v4 .input-icon svg use,.tpk-control-v4 .req-icon svg use,.tpk-control-v4 .handover-icon svg use,.tpk-control-v4 .eng-title-icon svg use{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}
.tpk-control-v4 .req-icon{margin-bottom:18px}
.tpk-control-v4 .check-icon{width:24px;height:24px;color:var(--icon-color);display:grid;place-items:center}
.tpk-control-v4 .check-icon svg{display:block;width:22px;height:22px}
.tpk-control-v4 .up-link,.tpk-control-v4 .official-link{position:relative;display:inline-flex;align-items:center;gap:7px;width:max-content;color:var(--ink);font-size:13.5px;line-height:1.2;font-weight:600;text-decoration:none;white-space:nowrap;transition:color .35s var(--ease)}
.tpk-control-v4 .up-link::after,.tpk-control-v4 .official-link::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--action-time) var(--ease)}
.tpk-control-v4 .up-link:hover::after,.tpk-control-v4 .official-link:hover::after{transform:scaleX(1)}
.tpk-control-v4 .up-link svg,.tpk-control-v4 .official-link svg{display:block;width:15px;height:15px;transform:rotate(-45deg);transition:transform var(--action-time) var(--ease)}
.tpk-control-v4 .up-link:hover svg,.tpk-control-v4 .official-link:hover svg{transform:translate(3px,-3px) rotate(-45deg)}
.tpk-control-v4 .official-link:hover{color:var(--g)}
.tpk-control-v4 .case-view{display:inline-flex;align-items:center;gap:24px;width:max-content;margin-top:24px;align-self:flex-start;color:var(--ink);font-size:15px;font-weight:600;text-decoration:none}
.tpk-control-v4 .case-view svg{display:block;width:19px;height:19px;transition:transform var(--action-time) var(--ease)}
.tpk-control-v4 .case-view:hover svg{transform:translateX(4px)}
.tpk-control-v4 .case-title::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform var(--action-time) var(--ease)}
.tpk-control-v4 .case-title:hover::after{transform:scaleX(1)}
.tpk-control-v4 a:focus-visible,.tpk-control-v4 button:focus-visible{outline:2px solid rgba(0,155,116,.35);outline-offset:4px}
.tpk-control-v4 .case-title{position:relative;display:inline-block;width:max-content;max-width:100%;margin:0 0 13px;color:var(--ink);font-size:20px;line-height:1.3;font-weight:600;text-decoration:none}
.tpk-control-v4 .related-index{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#f3f5f4;color:#4f5b58;font-size:12px;font-weight:650;letter-spacing:.02em}
.tpk-control-v4 .related-title{display:block;margin:20px 0 0;color:var(--ink);font-size:18px;line-height:1.3;font-weight:600}

.tpk-control-v4 .diagram-stage{min-width:0;background:transparent}
.tpk-control-v4 .related-item+.related-item{border-left:1px solid var(--line)}
.tpk-control-v4 .related-jump{margin-top:auto;padding-top:var(--space-4);display:flex;align-items:center;justify-content:flex-end;color:#242a28}
.tpk-control-v4 .related-jump svg{width:20px;height:20px;transition:transform var(--action-time) var(--ease)}
.tpk-control-v4 .related-item:hover{background:#f7f8f9}.tpk-control-v4 .related-item:hover .related-jump svg{transform:translateX(4px)}

.tpk-control-v4 .stage-item:first-child{z-index:0;margin:0;padding-left:18px;background:transparent;box-shadow:none}
.tpk-control-v4 .stage-item:first-child::before{left:0;top:3px;background:#16775f}
.tpk-control-v4 .stage-item:first-child::after{content:"";position:absolute;z-index:-1;top:-28px;right:-26px;bottom:-30px;left:-28px;border-radius:10px;background:#eef8f4;pointer-events:none}

.tpk-control-v4 .engineering-title p{display:none}
.tpk-control-v4 .engineering-title h2{max-width:760px;margin:0;font-size:clamp(38px,3.6vw,52px)}
.tpk-control-v4 .project-input-card{min-height:540px;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:34px 36px 0;background:radial-gradient(circle at 18% 8%,rgba(197,220,255,.72),transparent 34%),radial-gradient(circle at 70% 22%,rgba(255,238,143,.55),transparent 30%),radial-gradient(circle at 88% 54%,rgba(255,195,166,.48),transparent 34%),#fff;box-shadow:var(--shadow)}
.tpk-control-v4 .project-input-card h3{max-width:590px;margin:0 0 10px;font-size:22px;line-height:1.28;font-weight:600}
.tpk-control-v4 .project-input-card p{max-width:650px;margin:0;font-size:15px;line-height:1.72;color:#53605d}
.tpk-control-v4 .project-input-card img{display:block;width:100%;height:390px;margin-top:24px;object-fit:contain;object-position:center bottom;background:transparent;border-radius:10px}

.tpk-control-v4 .diagram-tab::before{content:"";position:absolute;inset:0;border-radius:999px;background:#f0f1f1;opacity:0;transform:scale(.76);z-index:-1;transition:opacity .3s ease,transform .52s var(--ease)}
.tpk-control-v4 .diagram-tab:hover{color:var(--ink);transform:translateY(-1px)}
.tpk-control-v4 .diagram-tab:hover::before{opacity:1;transform:scale(1)}
.tpk-control-v4 .diagram-tab[aria-selected="true"]::before{opacity:0}

.tpk-control-v4 .detail-columns li::before{content:"";position:absolute;left:0;top:.78em;width:5px;height:5px;border-radius:50%;background:var(--ink);transform:translateY(-50%)}

.tpk-control-v4 .accessory-item:first-child{grid-column:span 2;grid-row:span 2;align-self:stretch;display:flex;flex-direction:column;min-width:0;padding:36px;border-radius:10px;background:radial-gradient(circle at 18% 10%,rgba(197,220,255,.50),transparent 34%),radial-gradient(circle at 70% 28%,rgba(255,237,142,.42),transparent 34%),radial-gradient(circle at 88% 62%,rgba(255,195,166,.32),transparent 34%),#fff}
.tpk-control-v4 .accessory-item:first-child h3{order:1;max-width:520px;margin:0 0 var(--space-3);font-size:clamp(30px,2.6vw,42px);line-height:1.04;letter-spacing:-.035em;font-weight:500}
.tpk-control-v4 .accessory-item:first-child p{order:2;max-width:520px;margin:0;font-size:15px;line-height:1.72}
.tpk-control-v4 .accessory-item:first-child .accessory-preview{order:3;flex:1;min-height:330px;height:auto;margin-top:28px;padding:24px;border-radius:10px;background:#fff;box-shadow:none}
.tpk-control-v4 .accessory-item:first-child .accessory-preview img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}

.tpk-control-v4 #platforms .official-link{color:#008d69}


.tpk-control-v4 .planning-output-image{margin-top:var(--space-8);width:100%;background:transparent}
.tpk-control-v4 .planning-output-image img{display:block;width:100%;height:auto;max-height:620px;object-fit:contain;background:transparent}
.tpk-control-v4 .topology-section{background:#fff}
.tpk-control-v4 .topology-section>.wrap>h2{margin-bottom:var(--space-7)}

.tpk-control-v4 .lightbox-nav{position:static;z-index:2;width:50px;height:50px;flex:0 0 50px;padding:0;border:0;border-radius:999px;background:#fff;color:#111;display:none;place-items:center;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.22);transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.tpk-control-v4 .lightbox.open .lightbox-nav{display:grid}
.tpk-control-v4 .lightbox-nav:hover{transform:scale(1.04);box-shadow:0 14px 34px rgba(0,0,0,.26)}
.tpk-control-v4 .lightbox-nav svg{width:21px;height:21px;stroke:currentColor}
.tpk-control-v4 .lightbox-prev svg{transform:rotate(180deg)}
@media(max-width:1100px){
.tpk-control-v4 .wrap{padding:0 32px}
.tpk-control-v4 .stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px}
.tpk-control-v4 .planning-grid,.tpk-control-v4 .size-grid,.tpk-control-v4 .support-grid{grid-template-columns:1fr;gap:var(--space-7)}
.tpk-control-v4 .handoff-strip{grid-template-columns:1fr;gap:18px}
.tpk-control-v4 .handoff-arrow{height:22px;transform:rotate(90deg)}
.tpk-control-v4 .diagram-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpk-control-v4 .detail-columns{grid-template-columns:1fr;padding:28px 32px;margin-top:64px}
.tpk-control-v4 .detail-columns>div,.tpk-control-v4 .detail-columns>div:first-child,.tpk-control-v4 .detail-columns>div:last-child{padding:30px 0}
.tpk-control-v4 .detail-columns>div+div{border-left:0;border-top:1px solid var(--line)}
.tpk-control-v4 .system-chain{grid-template-columns:repeat(4,minmax(0,1fr))}
.tpk-control-v4 .accessory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpk-control-v4 .accessory-item:first-child{grid-column:span 2;grid-row:auto}
.tpk-control-v4 .require-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px}
.tpk-control-v4 .handover-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px}
.tpk-control-v4 .table-shell{overflow-x:auto;-webkit-overflow-scrolling:touch}
.tpk-control-v4 table{min-width:900px}
.tpk-control-v4 .case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpk-control-v4 .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpk-control-v4 .related-item:nth-child(odd){border-left:0}
.tpk-control-v4 .related-item:nth-child(n+3){border-top:1px solid var(--line)}
}
@media(max-width:860px){
.tpk-control-v4 .hero-head{grid-template-columns:1fr;gap:32px;align-items:start}
.tpk-control-v4 .hero-actions{align-items:flex-start;padding-bottom:0}
.tpk-control-v4 .hero-image img{height:auto;max-height:390px}
.tpk-control-v4 .diagram-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.tpk-control-v4 .system-block,.tpk-control-v4 .requirements{padding:40px 32px}
.tpk-control-v4 .factory-timeline{grid-template-columns:1fr;gap:30px;margin-top:var(--space-7)}
.tpk-control-v4 .factory-timeline::before,.tpk-control-v4 .factory-timeline::after{display:none}
.tpk-control-v4 .factory-step{padding:0 0 0 42px}
.tpk-control-v4 .factory-step::after{content:"";position:absolute;left:7px;top:12px;width:2px;height:calc(100% + 30px);border-radius:999px;background:var(--ink);z-index:1}
.tpk-control-v4 .factory-step:last-child::after{height:20px}
.tpk-control-v4 .factory-dot{top:5px;left:3px}
.tpk-control-v4 .problem-grid{grid-template-columns:1fr;gap:0}
.tpk-control-v4 .final-box{grid-template-columns:1fr;gap:28px}
.tpk-control-v4 .edge-nav,.tpk-control-v4 .edge-tooltip{display:none}
.tpk-control-v4 .lightbox{gap:12px;padding:56px 12px 24px}
.tpk-control-v4 .lightbox-card{width:min(calc(100vw - 136px),calc((100vh - 96px)*2));padding:14px}
.tpk-control-v4 .lightbox-nav{width:44px;height:44px;flex-basis:44px}
.tpk-control-v4 .lightbox-nav svg{width:19px;height:19px}
}
@media(max-width:640px){
.tpk-control-v4{--section-y:72px}
.tpk-control-v4 .wrap{padding:0 20px}
.tpk-control-v4 h1{font-size:clamp(40px,12vw,56px)}
.tpk-control-v4 h2{font-size:clamp(32px,9vw,42px);margin-bottom:32px}
.tpk-control-v4 .hero{padding:48px 0 72px}
.tpk-control-v4 .stage-grid,.tpk-control-v4 .require-grid,.tpk-control-v4 .handover-grid,.tpk-control-v4 .case-grid,.tpk-control-v4 .related-grid{grid-template-columns:1fr}
.tpk-control-v4 .input-row{grid-template-columns:var(--icon-input) 1fr;gap:16px}
.tpk-control-v4 .handoff-strip{padding:24px}
.tpk-control-v4 .project-input-card{min-height:auto;padding:28px 24px 0}
.tpk-control-v4 .project-input-card img{height:300px}
.tpk-control-v4 .diagram-view,.tpk-control-v4 .diagram-panel img{height:420px}
.tpk-control-v4 .diagram-copy-title{margin-top:56px;font-size:24px}
.tpk-control-v4 .diagram-copy-grid{grid-template-columns:1fr;gap:40px}
.tpk-control-v4 .system-block,.tpk-control-v4 .requirements{padding:32px 24px}
.tpk-control-v4 .system-chain{grid-template-columns:repeat(2,minmax(0,1fr))}
.tpk-control-v4 .accessory-grid{grid-template-columns:1fr;column-gap:0;row-gap:var(--space-7)}
.tpk-control-v4 .accessory-item:first-child{grid-column:auto;padding:28px 24px}
.tpk-control-v4 .accessory-item:first-child .accessory-preview{min-height:260px}
.tpk-control-v4 .faq-q{padding:21px 20px;gap:16px}
.tpk-control-v4 .faq-a-inner{padding:0 20px 22px}
.tpk-control-v4 .related-item{min-height:190px;padding:28px 24px 24px;border-left:0!important}
.tpk-control-v4 .related-item+.related-item{border-top:1px solid var(--line)}
.tpk-control-v4 .final-box{padding:32px 24px}
.tpk-control-v4 .final-box h2{font-size:30px}
.tpk-control-v4 .case-media{height:250px}
.tpk-control-v4 .lightbox-nav{width:44px;height:44px}
}
@media(prefers-reduced-motion:reduce){
.tpk-control-v4 *{scroll-behavior:auto!important}
.tpk-control-v4 .diagram-panel,.tpk-control-v4 .accessory-preview img,.tpk-control-v4 .case-media img,.tpk-control-v4 .faq-q .faq-ic,.tpk-control-v4 .faq-q .faq-ic::before,.tpk-control-v4 .faq-q .faq-ic::after,.tpk-control-v4 .faq-a,.tpk-control-v4 .circle-morph-button,.tpk-control-v4 .button-label,.tpk-control-v4 .morph-surface,.tpk-control-v4 .button-arrow,.tpk-control-v4 .related-jump svg{transition:none!important}
}


/* ===== Control Solution 手机端修复（tpk-control-v4）2026-09-17 v02 追加 · hero文字瘦身/背景平铺/平台表卡片化/隐藏尾部CTA ===== */
@media(max-width:640px){
.tpk-control-v4 .hero-copy .dark-line{display:none}
.tpk-control-v4 .hero-copy>p{display:none}
.tpk-control-v4 .hero-zone::before{background:linear-gradient(180deg,#e9f5f0 0%,#f4faf8 42%,#fff 100%)}
.tpk-control-v4 #contact-cta{display:none}
.tpk-control-v4 .stage-item:first-child::after{left:0;right:0;top:-20px;bottom:-20px}
.tpk-control-v4 .table-shell{overflow:visible;background:transparent;box-shadow:none;border-radius:0}
.tpk-control-v4 .table-shell colgroup,.tpk-control-v4 .table-shell thead{display:none}
.tpk-control-v4 .table-shell table{min-width:0;display:block}
.tpk-control-v4 .table-shell tbody{display:block}
.tpk-control-v4 .table-shell tr{display:block;background:#fff;border:1px solid var(--line);border-radius:14px;padding:2px 20px;margin-bottom:14px;box-shadow:0 8px 22px rgba(16,24,23,.05)}
.tpk-control-v4 .table-shell td{display:block;padding:14px 0 16px;border-bottom:1px dashed var(--line);background:transparent}
.tpk-control-v4 .table-shell td:nth-child(1){padding-top:12px}
.tpk-control-v4 .table-shell tr td:last-child{border-bottom:0;padding-bottom:8px}
.tpk-control-v4 .table-shell td::before{display:block;margin:0 0 6px;color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}
.tpk-control-v4 .table-shell td:nth-child(1)::before{content:"Platform"}
.tpk-control-v4 .table-shell td:nth-child(2)::before{content:"Best fit"}
.tpk-control-v4 .table-shell td:nth-child(3)::before{content:"Typical TPK support"}
.tpk-control-v4 .table-shell td:nth-child(4)::before{content:"Official links"}
}


/* V23.89 breadcrumb surface band: continues each hero glow above the fold.
   Geometry measured at 1440px (band row 48px; radial vertical radii re-anchored
   in px from the measured hero-zone heights so the hero-top seam is continuous). */
.tpk-page--legacy-html:has(.tpk-hotel-page) .tpk-page-surface{--tpk-page-surface:linear-gradient(90deg,#ffffff 0%,#fefbfc 3%,#fcf8fa 6%,#f7f4f8 8%,#f3f3f9 11%,#eff1f9 14%,#eff2f7 17%,#f3f5f8 19%,#f6f8f8 22%,#f7f9f8 25%,#f7f9f8 74%,#f4f8f7 75%,#edf5f7 78%,#e7f3f8 81%,#e0f2f7 83%,#e3f1f9 86%,#eaf2f9 89%,#f0f3fa 92%,#f6f7fc 94%,#fcfbfe 97%,#ffffff 100%)}
.tpk-page--legacy-html:has(.tpk-landmark) .tpk-page-surface{--tpk-page-surface:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 13%,rgba(255,255,255,0) 87%,#fff 100%),radial-gradient(105% 718px at 18% 118px,rgba(70,118,225,.16) 0%,rgba(116,157,240,.07) 43%,rgba(255,255,255,0) 72%),radial-gradient(92% 631px at 82% 109px,rgba(0,155,116,.14) 0%,rgba(0,155,116,.05) 42%,rgba(255,255,255,0) 72%),radial-gradient(72% 508px at 52% 100px,rgba(191,142,77,.1) 0%,rgba(255,255,255,0) 72%),linear-gradient(#fff,#fff)}
.tpk-page--legacy-html:has(.tpk-urban) .tpk-page-surface{--tpk-page-surface:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 13%,rgba(255,255,255,0) 87%,#fff 100%),radial-gradient(115% 736px at 18% 117px,rgba(245,190,83,.23) 0%,rgba(255,223,154,.1) 43%,rgba(255,255,255,0) 72%),radial-gradient(100% 649px at 82% 108px,rgba(74,166,118,.17) 0%,rgba(139,205,165,.07) 42%,rgba(255,255,255,0) 72%),radial-gradient(72% 476px at 55% 91px,rgba(174,136,111,.075) 0%,rgba(255,255,255,0) 72%),linear-gradient(#fff,#fff)}

/* V23.90 breadcrumb surface band: continues the control-system hero glow above
   the fold. Colors sampled from the seam row at 1440 (hero top y=127.5): pale
   blue radial at ~25%, warm yellow at ~58%, warm white toward the right. */
.tpk-page--legacy-html:has(.tpk-control-v4) .tpk-page-surface{--tpk-page-surface:linear-gradient(90deg,#ffffff 0%,#fcfdfe 8%,#f8faff 17%,#f5f8fe 25%,#f6faff 33%,#fafbf9 42%,#fefcf2 50%,#fffcf1 58%,#fffdf5 67%,#fffdfa 75%,#fffefe 83%,#fefefe 92%,#ffffff 100%)}
