.tppm-page{--blue:#2879c8;--blue2:#174e83;--ink:#232b36;--muted:#6f7d8d;--line:#e5e9ef;--soft:#f6f8fb;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}
.tppm-page *{box-sizing:border-box}
.tppm-page a{text-decoration:none;color:inherit}
.tppm-wrap{width:min(1800px,calc(100% - 48px));margin:0 auto}
.tppm-hero,.tppm-single-hero{color:#fff;background:linear-gradient(90deg,rgba(7,17,31,.94),rgba(7,17,31,.78) 52%,rgba(7,17,31,.36)),url("https://cntopower.com/wp-content/uploads/2026/05/hero-temperature-controller.jpg") center/cover no-repeat}
.tppm-hero .tppm-wrap{min-height:520px;display:flex;flex-direction:column;justify-content:center}
.tppm-kicker{margin:0 0 14px;color:#8ec9ff;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.tppm-hero h1,.tppm-single-hero h1{margin:0;color:#fff;font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:0}
.tppm-hero p,.tppm-single-hero p{max-width:760px;margin:24px 0 0;color:#d9e3ee;font-size:18px;line-height:1.72}
.tppm-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.tppm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border-radius:4px;font-size:14px;font-weight:800;border:1px solid transparent;text-decoration:none!important}
.tppm-btn-primary{background:var(--blue);color:#fff!important}
.tppm-btn-light{background:#fff;color:var(--blue2)!important}
.tppm-section{padding:78px 0}
.tppm-soft{background:var(--soft)}
.tppm-head{max-width:850px;margin:0 auto 40px;text-align:center}
.tppm-head h2,.tppm-copy h2{margin:0 0 16px;color:var(--ink);font-size:clamp(32px,4vw,44px);line-height:1.14}
.tppm-head p,.tppm-copy p{margin:0 0 18px;color:var(--muted);font-size:16px;line-height:1.76}
.tppm-toolbar{display:grid;grid-template-columns:320px 1fr;gap:18px;margin-bottom:30px;align-items:start}
.tppm-search input{width:100%;height:46px;border:1px solid var(--line);padding:0 14px;font-size:14px;font-weight:700;color:#303946}
.tppm-tabs{display:flex;gap:10px;overflow:auto;padding-bottom:4px}
.tppm-tabs button,.tppm-sidebar button,.tppm-pagination button{border:1px solid var(--line);background:#fff;color:#303946;cursor:pointer;font-weight:800}
.tppm-tabs button{min-height:46px;padding:0 16px;white-space:nowrap;display:inline-flex;align-items:center}
.tppm-tabs button.active,.tppm-tabs button:hover,.tppm-sidebar button.active,.tppm-sidebar button:hover,.tppm-pagination button.active,.tppm-pagination button:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.tppm-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:34px;align-items:start}
.tppm-sidebar{position:sticky;top:96px;max-height:calc(100vh - 120px);overflow-y:auto;overflow-x:hidden;border:1px solid var(--line);padding:22px;background:#fff}
.tppm-sidebar h2{margin:0 0 14px;font-size:20px;color:#303946}
.tppm-sidebar button{width:100%;min-height:42px;padding:10px 12px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;text-align:left;white-space:normal;line-height:1.35;overflow-wrap:anywhere}
.tppm-sidebar button span{flex:0 0 auto}
.tppm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.tppm-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);min-height:468px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.tppm-card:hover{transform:translateY(-4px);border-color:#cfd9e5;box-shadow:0 24px 52px rgba(28,54,82,.13)}
.tppm-card-img{display:flex;align-items:center;justify-content:center;height:260px;padding:18px;background:#fff;border-bottom:1px solid var(--line)}
.tppm-card-img img{max-width:100%;max-height:100%;object-fit:contain;display:block}
.tppm-card-body{padding:24px;display:flex;flex:1;flex-direction:column}
.tppm-card-cat{margin:0 0 10px;color:var(--blue);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.tppm-card h2{margin:0 0 12px;font-size:20px;line-height:1.3;color:#303946}
.tppm-card p{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.65}
.tppm-mini-specs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.tppm-mini-specs span{border:1px solid var(--line);padding:6px 9px;font-size:12px;font-weight:800;color:#4f5d6d}
.tppm-card-link{margin-top:auto;color:var(--blue)!important;font-size:14px;font-weight:800}
.tppm-empty{display:none;border:1px solid var(--line);background:#fff;padding:36px;text-align:center;color:var(--muted);font-weight:700}
.tppm-pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}
.tppm-pagination button{min-width:42px;height:42px}
.tppm-single-hero-grid{min-height:560px;display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:48px;align-items:center}
.tppm-single-hero-img{background:rgba(255,255,255,.96);padding:24px;border:1px solid rgba(255,255,255,.6);box-shadow:0 24px 58px rgba(0,0,0,.18)}
.tppm-single-hero-img img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;display:block}
.tppm-two{display:grid;grid-template-columns:1fr 360px;gap:46px;align-items:start}
.tppm-info-box{border:1px solid var(--line);background:#fff;padding:28px}
.tppm-info-box h3{margin:0 0 16px;font-size:24px;color:#303946}
.tppm-info-box ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.tppm-info-box li{border-bottom:1px solid var(--line);padding-bottom:12px}
.tppm-info-box strong{display:block;color:#303946;font-size:13px;margin-bottom:4px}
.tppm-info-box span{color:var(--muted);font-size:15px;line-height:1.5}
.tppm-info-note{margin-top:18px;padding:16px;border-left:4px solid var(--blue);background:#f5f9fd;color:#536171;font-size:14px;line-height:1.65}
.tppm-quick-section{padding:34px 0;background:#fff;border-bottom:1px solid var(--line)}
.tppm-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.tppm-quick-card{min-height:112px;border:1px solid var(--line);background:#fff;padding:22px;display:flex;flex-direction:column;justify-content:space-between}
.tppm-quick-card strong{display:block;margin-bottom:12px;color:#303946;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.tppm-quick-card span{display:block;color:var(--blue2);font-size:18px;font-weight:800;line-height:1.35}
.tppm-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.tppm-feature{background:#fff;border:1px solid var(--line);padding:28px}
.tppm-feature h3{margin:0 0 12px;color:#303946;font-size:22px;line-height:1.3}
.tppm-feature p{margin:0;color:var(--muted);font-size:15px;line-height:1.68}
.tppm-app-section{background:#f3f6fa}
.tppm-app-section .tppm-head{max-width:900px}
.tppm-app-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px}
.tppm-app-card{background:#fff;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;min-height:380px;box-shadow:none}
.tppm-app-img{height:280px;background:#fff;overflow:hidden;padding:26px 26px 0}
.tppm-app-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.tppm-app-card:hover .tppm-app-img img{transform:scale(1.035)}
.tppm-app-body{padding:28px 22px 30px;display:flex;align-items:center;justify-content:center;flex:1;text-align:center}
.tppm-app-body h3{margin:0;color:#152234;font-size:20px;line-height:1.25;font-weight:800}
.tppm-spec-section{background:#fff}
.tppm-spec-layout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.tppm-spec-group{background:#fff;border:1px solid var(--line);padding:28px;min-height:330px;display:flex;flex-direction:column;box-shadow:0 18px 44px rgba(35,43,54,.05)}
.tppm-spec-icon{width:42px;height:42px;margin-bottom:20px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue2));position:relative}
.tppm-spec-icon:after{content:"";position:absolute;left:13px;top:12px;width:16px;height:18px;border:2px solid #fff;border-top-width:5px}
.tppm-spec-group h3{margin:0 0 14px;font-size:22px;line-height:1.28;color:#303946}
.tppm-spec-group p{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.72}
.tppm-spec-points{list-style:none;margin:auto 0 0;padding:0;display:grid;gap:10px}
.tppm-spec-points li{padding:12px 14px;background:#f8fafc;border:1px solid var(--line);color:#536171;font-size:14px;line-height:1.55}
.tppm-spec-points strong{color:#303946}
.tppm-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}
.tppm-table th,.tppm-table td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left;font-size:15px;line-height:1.55}
.tppm-table th{background:#f3f6f9;color:#303946;width:270px}
.tppm-table td{color:var(--muted)}
.tppm-config-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.tppm-config{background:#fff;border:1px solid var(--line);padding:0;min-height:370px;display:flex;flex-direction:column;overflow:hidden}
.tppm-config-img{height:210px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:18px}
.tppm-config-img img{width:100%;height:100%;object-fit:contain;display:block}
.tppm-config-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.tppm-config strong{display:block;margin-bottom:12px;color:#303946;font-size:18px;line-height:1.35}
.tppm-config p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.tppm-check-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.tppm-check{border:1px solid var(--line);background:#fff;padding:22px;min-height:138px}
.tppm-check span{display:block;width:28px;height:28px;margin-bottom:16px;border-radius:50%;background:var(--blue);position:relative}
.tppm-check span:after{content:"";position:absolute;left:8px;top:6px;width:10px;height:14px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}
.tppm-check p{margin:0;color:#4d5b6a;font-size:15px;font-weight:700;line-height:1.55}
.tppm-error-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tppm-error-card{background:#fff;border:1px solid var(--line);padding:24px;min-height:150px;display:flex;flex-direction:column;gap:14px}
.tppm-error-code{align-self:flex-start;font-family:Consolas,Monaco,monospace;font-size:15px;font-weight:800;color:var(--blue2);background:#f5f9fd;border:1px solid #dce8f5;padding:8px 10px}
.tppm-error-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.68}
.tppm-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tppm-gallery img{width:100%;height:220px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:14px}
.tppm-product-media{background:#fff;padding-top:68px}
.tppm-showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,680px);gap:48px;align-items:start}
.tppm-showcase-gallery,.tppm-showcase-info{border:1px solid var(--line);background:#fff}
.tppm-showcase-gallery{padding:24px}
.tppm-showcase-main{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);overflow:hidden}
.tppm-showcase-main img{width:100%;height:620px;object-fit:contain;display:block;padding:24px}
.tppm-showcase-thumbs{display:flex;gap:12px;margin-top:14px;overflow-x:auto;padding:0 2px 8px;scrollbar-width:thin}
.tppm-showcase-thumbs button{flex:0 0 118px;height:88px;border:1px solid var(--line);background:#fff;padding:8px;cursor:pointer}
.tppm-showcase-thumbs button.active,.tppm-showcase-thumbs button:hover{border-color:var(--blue);box-shadow:0 0 0 2px rgba(40,121,200,.12)}
.tppm-showcase-thumbs img{width:100%;height:100%;object-fit:contain;display:block}
.tppm-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:54px;border:0;background:rgba(35,43,54,.72);color:#fff;font-size:34px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.tppm-gallery-arrow:hover{background:var(--blue)}
.tppm-prev{left:14px}.tppm-next{right:14px}
.tppm-showcase-info{padding:34px 38px}
.tppm-showcase-info .tppm-kicker{color:var(--blue);margin-bottom:12px}
.tppm-showcase-info h2{margin:0 0 18px;color:#202a35;font-size:clamp(30px,3vw,42px);line-height:1.18}
.tppm-showcase-intro{margin:0 0 24px;color:#536171;font-size:17px;line-height:1.78}
.tppm-showcase-specs{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line);margin-bottom:26px}
.tppm-showcase-specs div{padding:14px 16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfe}
.tppm-showcase-specs strong{display:block;margin-bottom:6px;color:#303946;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.tppm-showcase-specs span{display:block;color:#536171;font-size:15px;line-height:1.45;font-weight:700}
.tppm-showcase-features{border-top:2px solid var(--blue);padding-top:22px}
.tppm-showcase-features h3{margin:0 0 14px;color:#303946;font-size:22px}
.tppm-showcase-features ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.tppm-showcase-features li{position:relative;padding-left:28px;color:#4d5b6a;font-size:16px;line-height:1.58}
.tppm-showcase-features li:before{content:"";position:absolute;left:0;top:7px;width:14px;height:14px;border-radius:50%;background:var(--blue)}
.tppm-showcase-features li:after{content:"";position:absolute;left:5px;top:10px;width:4px;height:7px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.tppm-media-item{margin:0;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-height:360px}
.tppm-media-main{grid-row:span 2;min-height:760px}
.tppm-media-item img{width:100%;height:100%;min-height:300px;object-fit:contain;background:#fff;padding:24px;display:block;flex:1}
.tppm-media-main img{min-height:690px;padding:30px}
.tppm-media-item figcaption{border-top:1px solid var(--line);padding:14px 18px;color:#4d5b6a;font-size:14px;font-weight:800;line-height:1.4;background:#f8fafc}
.tppm-common-media{padding-top:0;background:#fff}
.tppm-common-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.tppm-common-card{margin:0;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;min-height:360px}
.tppm-common-card img{width:100%;height:330px;object-fit:contain;background:#fff;padding:22px;display:block}
.tppm-common-card figcaption{border-top:1px solid var(--line);padding:15px 18px;color:#303946;font-size:15px;font-weight:800;line-height:1.42;background:#f8fafc}
.tppm-faq{display:grid;gap:16px}
.tppm-faq details{background:#fff;border:1px solid var(--line);padding:22px}
.tppm-faq summary{cursor:pointer;font-weight:800;color:#303946}
.tppm-faq p{margin:14px 0 0;color:var(--muted);line-height:1.7}
.tppm-cta{background:var(--blue);color:#fff;text-align:center;padding:74px 0}
.tppm-cta h2{margin:0 auto 18px;max-width:820px;color:#fff;font-size:clamp(32px,4vw,44px);line-height:1.16}
.tppm-cta p{margin:0 auto 30px;max-width:780px;color:#dbeeff;font-size:17px;line-height:1.7}
@media(max-width:1320px){.tppm-layout{grid-template-columns:320px minmax(0,1fr)}.tppm-grid,.tppm-quick-grid,.tppm-spec-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.tppm-app-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tppm-config-grid,.tppm-check-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tppm-showcase{grid-template-columns:1fr minmax(380px,520px);gap:30px}.tppm-showcase-main,.tppm-showcase-main img{height:560px;min-height:560px}}
@media(max-width:1024px){.tppm-toolbar{grid-template-columns:1fr}.tppm-layout,.tppm-two,.tppm-single-hero-grid,.tppm-spec-layout,.tppm-showcase{grid-template-columns:1fr}.tppm-sidebar{position:static}.tppm-grid,.tppm-feature-grid,.tppm-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tppm-gallery,.tppm-common-row{grid-template-columns:repeat(2,minmax(0,1fr))}.tppm-config-grid,.tppm-check-grid,.tppm-error-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tppm-showcase-main,.tppm-showcase-main img{height:520px;min-height:520px}}
@media(max-width:640px){.tppm-page{overflow:hidden}.tppm-wrap{width:min(100% - 28px,1800px)}.tppm-hero,.tppm-single-hero{background-position:center!important}.tppm-hero .tppm-wrap,.tppm-single-hero-grid{min-height:auto;padding:58px 0}.tppm-hero h1,.tppm-single-hero h1{font-size:clamp(34px,10vw,44px);line-height:1.06}.tppm-hero p,.tppm-single-hero p{font-size:16px;line-height:1.65}.tppm-section{padding:54px 0}.tppm-product-media{padding-top:48px}.tppm-quick-section{padding:18px 0}.tppm-head{text-align:left;margin-bottom:26px}.tppm-head h2,.tppm-copy h2{font-size:30px;line-height:1.18}.tppm-toolbar{display:block;margin-bottom:18px}.tppm-search input{height:52px;font-size:16px}.tppm-tabs{display:none}.tppm-layout,.tppm-two,.tppm-single-hero-grid,.tppm-grid,.tppm-feature-grid,.tppm-app-grid,.tppm-gallery,.tppm-media-layout,.tppm-common-row,.tppm-quick-grid,.tppm-config-grid,.tppm-check-grid,.tppm-error-grid{grid-template-columns:1fr}.tppm-sidebar{position:static;max-height:none;overflow:visible;border:0;background:transparent;padding:0;margin-bottom:18px}.tppm-sidebar h2{font-size:18px;margin-bottom:10px}.tppm-sidebar button{width:auto;min-height:48px;display:inline-flex;align-items:center;margin:0 8px 8px 0;padding:9px 12px;border-radius:999px;background:#fff;white-space:normal}.tppm-sidebar button span{margin-left:8px}.tppm-card{min-height:auto;padding:22px}.tppm-card-img{height:320px;min-height:320px;padding:16px;background:#fff}.tppm-card-img img{max-width:100%;max-height:100%;object-fit:contain}.tppm-card-body{padding:20px 0 0}.tppm-card h2{font-size:21px}.tppm-single-hero-img{padding:16px}.tppm-gallery img{height:300px}.tppm-media-item,.tppm-media-main,.tppm-common-card{min-height:auto}.tppm-media-item img,.tppm-media-main img,.tppm-common-card img{min-height:360px;height:auto;padding:16px}.tppm-config-img{height:260px}.tppm-app-card{min-height:auto}.tppm-app-img{height:245px}.tppm-app-body{padding:22px}.tppm-table{display:block;overflow:auto}.tppm-table th,.tppm-table td{display:block;width:100%;padding:12px 14px}.tppm-actions{display:grid;grid-template-columns:1fr;gap:10px}.tppm-btn{width:100%;min-height:52px}.tppm-quick-card,.tppm-config,.tppm-check,.tppm-error-card{min-height:auto}}
