:root{--th-gray-950:#252628;--th-gray-900:#303235;--th-gray-800:#44464a;--th-gray-700:#5b5d61;--th-gray-600:#6f7175;--th-gray-500:#85878a;--th-gray-300:#d4d5d7;--th-gray-200:#e3e4e6;--th-gray-100:#f3f4f5;--th-white:#fff;--th-yellow:#f3c400;--th-yellow-hover:#d9ae00;--th-text:#303235;--th-radius:14px;--th-shadow:0 16px 44px rgba(28,29,31,.1);--th-container:1240px}
*{box-sizing:border-box}.thaufe-site{margin:0;background:#fff;color:var(--th-text);font-family:Manrope,Inter,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.65}.thaufe-site img{max-width:100%;height:auto}.thaufe-site a{color:inherit;text-decoration:none}.thaufe-site button,.thaufe-site input,.thaufe-site select,.thaufe-site textarea{font:inherit}.thaufe-site svg{width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.th-container{width:min(calc(100% - 40px),var(--th-container));margin:0 auto}.th-section{padding:96px 0}.th-section-soft{background:var(--th-gray-100)}.th-section-dark{background:var(--th-gray-950);color:#fff}.th-section-dark .th-section-head p,.th-section-dark .th-lead{color:var(--th-gray-200)}.th-section-head{max-width:780px;margin-bottom:42px}.th-section-head h2{margin:10px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.12;letter-spacing:-.035em;color:inherit}.th-section-head p{margin:18px 0 0;font-size:1.08rem;color:var(--th-gray-700);max-width:720px}.th-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--th-gray-700);font-size:.78rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.th-eyebrow:before{content:"";width:34px;height:3px;background:var(--th-yellow)}.th-section-dark .th-eyebrow,.th-cta .th-eyebrow,.th-home-hero .th-eyebrow,.th-page-hero .th-eyebrow,.th-detail-hero .th-eyebrow{color:var(--th-gray-200)}.th-lead{font-size:1.08rem;line-height:1.8;color:var(--th-gray-700);margin:0 0 18px}.th-center{text-align:center;margin-top:36px}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.th-skip{position:fixed;top:-100px;left:20px;z-index:99999;background:#fff;padding:12px 16px;border-radius:8px;box-shadow:var(--th-shadow)}.th-skip:focus{top:15px}
.th-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.96);border-bottom:1px solid var(--th-gray-200);backdrop-filter:blur(15px)}.admin-bar .th-header{top:32px}.th-header-inner{height:82px;display:flex;align-items:center;gap:28px}.th-logo{display:flex;align-items:center;margin-right:auto}.th-logo img{display:block;width:auto;height:46px;object-fit:contain}.th-nav{display:flex;align-items:center}.th-menu,.th-menu ul{list-style:none;margin:0;padding:0}.th-menu{display:flex;align-items:center;gap:3px}.th-menu>li{position:relative}.th-menu a{display:flex;align-items:center;padding:12px 13px;border-radius:8px;font-size:.9rem;font-weight:700;color:var(--th-gray-800);transition:.2s}.th-menu a:hover,.th-menu .current-menu-item>a,.th-menu .current-menu-parent>a{color:var(--th-gray-950);background:var(--th-gray-100)}.th-menu .menu-item-has-children>a:after{content:"⌄";font-size:.85rem;margin-left:6px}.th-menu .sub-menu{position:absolute;left:0;top:calc(100% + 8px);width:260px;padding:8px;background:#fff;border:1px solid var(--th-gray-200);border-radius:12px;box-shadow:var(--th-shadow);opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}.th-menu li:hover>.sub-menu,.th-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.th-menu .sub-menu a{padding:10px 12px}.th-header-cta{flex:none}.th-menu-toggle{display:none;width:45px;height:45px;align-items:center;justify-content:center;border:0;background:var(--th-gray-950);color:#fff;border-radius:9px;cursor:pointer}.th-menu-toggle svg{width:24px;height:24px}.th-close-icon{display:none}.th-menu-toggle[aria-expanded=true] .th-open-icon{display:none}.th-menu-toggle[aria-expanded=true] .th-close-icon{display:block}.th-mobile{display:none;background:#fff;border-top:1px solid var(--th-gray-200);max-height:calc(100vh - 82px);overflow:auto}.th-mobile.is-open{display:block}.th-mobile>.th-container{padding-top:16px;padding-bottom:22px}.th-mobile-menu{list-style:none;margin:0 0 16px;padding:0}.th-mobile-menu a{display:block;padding:12px 4px;font-weight:700;border-bottom:1px solid var(--th-gray-100)}.th-mobile-menu .sub-menu{list-style:none;padding-left:18px}.th-mobile-menu .sub-menu a{font-size:.9rem;font-weight:600;color:var(--th-gray-700)}
.th-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 20px;border:1px solid transparent;border-radius:9px;font-size:.9rem;font-weight:800;line-height:1.2;cursor:pointer;transition:transform .18s,background .18s,color .18s,border .18s}.th-btn:hover{transform:translateY(-1px)}.th-btn svg{width:17px;height:17px}.th-btn-primary{background:var(--th-yellow);color:var(--th-gray-950);border-color:var(--th-yellow)}.th-btn-primary:hover{background:var(--th-yellow-hover);border-color:var(--th-yellow-hover)}.th-btn-dark{background:var(--th-gray-950);color:#fff}.th-btn-dark:hover{background:var(--th-gray-800)}.th-btn-light{background:#fff;color:var(--th-gray-950)}.th-btn-outline{border-color:var(--th-gray-300);color:var(--th-gray-950);background:transparent}.th-btn-outline-light{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06)}.th-btn-text{padding:8px 0;min-height:auto;border:0;color:var(--th-gray-950);background:transparent}.th-text-link{display:inline-flex;align-items:center;gap:7px;font-size:.88rem;font-weight:800;color:var(--th-gray-950)}.th-text-link svg{width:16px;height:16px}
.th-home-hero{position:relative;min-height:690px;display:flex;align-items:center;background-image:var(--th-hero);background-position:center;background-size:cover;color:#fff}.th-home-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,28,30,.96) 0%,rgba(27,28,30,.84) 48%,rgba(27,28,30,.3) 100%)}.th-home-hero-inner{position:relative;padding:105px 0}.th-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--th-yellow);color:var(--th-gray-950);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.th-home-hero h1{max-width:850px;margin:25px 0 0;font-size:clamp(2.7rem,6vw,5rem);line-height:1.02;letter-spacing:-.05em}.th-home-hero p{max-width:720px;margin:25px 0 0;font-size:clamp(1.05rem,2vw,1.3rem);color:var(--th-gray-100)}.th-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.th-proof{display:flex;flex-wrap:wrap;gap:18px 28px;list-style:none;margin:40px 0 0;padding:24px 0 0;border-top:1px solid rgba(255,255,255,.18);font-size:.86rem;color:var(--th-gray-100)}.th-proof li{display:flex;align-items:center;gap:8px}.th-proof svg{color:var(--th-yellow)}
.th-page-hero{position:relative;min-height:410px;display:flex;align-items:flex-end;color:#fff;background-image:var(--th-hero);background-position:center;background-size:cover}.th-page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(27,28,30,.94),rgba(27,28,30,.54))}.th-page-hero-inner{position:relative;padding:95px 0 72px}.th-page-hero h1{max-width:900px;margin:14px 0 0;font-size:clamp(2.5rem,5vw,4.7rem);line-height:1.04;letter-spacing:-.05em}.th-page-hero p{max-width:720px;margin:20px 0 0;font-size:1.14rem;color:var(--th-gray-100)}
.th-grid{display:grid;gap:24px}.th-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.th-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.th-card{background:#fff;border:1px solid var(--th-gray-200);border-radius:var(--th-radius);overflow:hidden;transition:transform .2s,box-shadow .2s,border .2s}.th-card:hover{transform:translateY(-4px);box-shadow:var(--th-shadow);border-color:var(--th-gray-300)}.th-card-image{position:relative;display:block;aspect-ratio:4/3;background:var(--th-gray-100);overflow:hidden}.th-card-image img,.th-category-card>img,.th-solution-card>img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.th-card:hover img{transform:scale(1.035)}.th-card-body{padding:22px}.th-card-body h3{margin:0;font-size:1.15rem;line-height:1.3}.th-card-body p{margin:10px 0 0;color:var(--th-gray-700);font-size:.92rem}.th-chip{position:absolute;left:14px;top:14px;background:var(--th-yellow);color:var(--th-gray-950);padding:6px 10px;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase}.th-card-actions{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-top:16px}.th-section-dark .th-equipment-card{background:var(--th-gray-900);border-color:var(--th-gray-800)}.th-section-dark .th-equipment-card h3,.th-section-dark .th-btn-text{color:#fff}.th-section-dark .th-equipment-card p{color:var(--th-gray-200)}.th-category-card{display:grid;grid-template-rows:180px 1fr}.th-category-card>img{object-fit:cover}.th-category-card .th-text-link{margin-top:16px}.th-solution-card{display:grid;grid-template-rows:230px 1fr}.th-solution-card.is-highlight{border:2px solid var(--th-yellow)}
.th-quick-search,.th-filter{display:flex;align-items:center;gap:12px;margin:0 0 36px;padding:12px;background:#fff;border:1px solid var(--th-gray-200);border-radius:12px;box-shadow:0 8px 28px rgba(25,25,25,.05)}.th-quick-search>svg,.th-filter label>svg{width:21px;height:21px;color:var(--th-gray-500);margin-left:8px}.th-quick-search input,.th-filter input,.th-filter select{min-width:0;flex:1;height:46px;border:0;outline:0;background:transparent;padding:0 8px}.th-filter label{display:flex;align-items:center;flex:1}.th-filter select{border-left:1px solid var(--th-gray-200);max-width:250px}.th-filter-tabs{display:flex;gap:5px}.th-filter-tabs a{padding:10px 13px;border-radius:8px;font-size:.82rem;font-weight:800;white-space:nowrap}.th-filter-tabs a.is-active{background:var(--th-yellow);color:var(--th-gray-950)}.th-results{margin-top:30px}
.th-split{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center}.th-split-reverse{grid-template-columns:1fr 1.05fr}.th-media{border-radius:var(--th-radius);overflow:hidden;min-height:430px;background:var(--th-gray-200)}.th-media img{width:100%;height:100%;min-height:430px;object-fit:cover;display:block}.th-check-list{list-style:none;padding:0;margin:25px 0}.th-check-list li{display:flex;align-items:flex-start;gap:10px;padding:8px 0}.th-check-list svg{flex:none;color:var(--th-yellow);margin-top:4px}.th-info-card{padding:28px;border-radius:var(--th-radius);border:1px solid var(--th-gray-200);background:#fff}.th-info-card>span{font-size:.75rem;font-weight:800;text-transform:uppercase;color:var(--th-gray-500);letter-spacing:.12em}.th-info-card h2,.th-info-card h3{font-size:1.22rem;margin:8px 0}.th-info-card p{margin:0;color:var(--th-gray-700)}.th-dark-card{padding:28px;background:var(--th-gray-900);border:1px solid var(--th-gray-800);border-radius:var(--th-radius)}.th-dark-card h3{margin:0;color:#fff}.th-dark-card p{margin:12px 0 0;color:var(--th-gray-200)}.th-solution-rows{display:grid;gap:38px}.th-solution-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;border:1px solid var(--th-gray-200);border-radius:var(--th-radius);overflow:hidden}.th-solution-row.is-reverse img{order:2}.th-solution-row img{width:100%;height:420px;object-fit:cover}.th-solution-row>div{padding:50px}.th-solution-row h2{font-size:2rem;margin:12px 0}.th-solution-row p{color:var(--th-gray-700);margin-bottom:24px}.th-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;list-style:none;padding:0;margin:0}.th-process li{padding:25px;border:1px solid var(--th-gray-200);border-radius:var(--th-radius)}.th-process li>span{display:block;color:var(--th-yellow-hover);font-weight:900;font-size:1.6rem}.th-process h3{margin:12px 0 5px}.th-process p{margin:0;color:var(--th-gray-700);font-size:.92rem}
.th-detail-hero{background:var(--th-gray-100);padding:80px 0}.th-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.th-detail-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.05em;margin:14px 0}.th-detail-hero p{font-size:1.12rem;color:var(--th-gray-700)}.th-detail-image{background:#fff;border-radius:var(--th-radius);min-height:440px;display:flex;align-items:center;justify-content:center;padding:30px;box-shadow:var(--th-shadow)}.th-detail-image img{max-height:450px;object-fit:contain}.th-back{display:block;margin-bottom:24px;font-weight:700;color:var(--th-gray-600)}.th-detail-content{display:grid;grid-template-columns:1fr 390px;gap:65px;align-items:start}.th-prose{max-width:820px}.th-prose h2{font-size:1.8rem;margin:38px 0 14px}.th-prose h2:first-child{margin-top:0}.th-prose p,.th-prose li{color:var(--th-gray-700)}.th-spec-card{padding:28px;border-radius:var(--th-radius);background:var(--th-gray-950);color:#fff;position:sticky;top:110px}.th-spec-card h2{margin:0 0 16px}.th-spec-card dl{margin:0}.th-spec-card dl>div{display:grid;grid-template-columns:1fr 1.1fr;gap:10px;padding:13px 0;border-bottom:1px solid var(--th-gray-800)}.th-spec-card dt{font-size:.8rem;color:var(--th-gray-300)}.th-spec-card dd{margin:0;text-align:right;font-weight:700}.th-code{display:inline-block;padding:7px 11px;border-radius:7px;background:#fff;border:1px solid var(--th-gray-200)}
.th-form-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.th-form{background:#fff;color:var(--th-text);border:1px solid var(--th-gray-200);border-radius:var(--th-radius);padding:28px;box-shadow:var(--th-shadow)}.th-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.th-field{display:block}.th-field>span{display:block;margin-bottom:6px;font-size:.83rem;font-weight:800;color:var(--th-gray-800)}.th-field input,.th-field select,.th-field textarea{display:block;width:100%;border:1px solid var(--th-gray-300);border-radius:8px;background:#fff;color:var(--th-gray-950);padding:12px 13px;outline:0;transition:border .18s,box-shadow .18s}.th-field input,.th-field select{height:48px}.th-field input:focus,.th-field select:focus,.th-field textarea:focus{border-color:var(--th-yellow-hover);box-shadow:0 0 0 3px rgba(243,196,0,.2)}.th-field-full{margin-top:16px}.th-field small{font-size:.75rem;color:var(--th-gray-500)}.th-consent{display:flex;align-items:flex-start;gap:10px;margin:18px 0;font-size:.8rem;color:var(--th-gray-700)}.th-consent input{margin-top:5px}.th-consent a{text-decoration:underline}.th-honeypot{position:absolute!important;left:-10000px!important}.th-alert{padding:12px 15px;border-radius:8px;margin-bottom:15px}.th-alert-error{background:#fff1f1;color:#8a1919;border:1px solid #f1b8b8}.th-section-dark .th-form-section .th-section-head{color:#fff}.th-section-dark .th-form{box-shadow:none}
.th-table-wrap{overflow:auto;border:1px solid var(--th-gray-200);border-radius:var(--th-radius)}.th-parts-table{width:100%;border-collapse:collapse;min-width:850px;background:#fff}.th-parts-table th{padding:14px 16px;text-align:left;background:var(--th-gray-100);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.th-parts-table td{padding:14px 16px;border-top:1px solid var(--th-gray-200);font-size:.88rem}.th-parts-table code{background:var(--th-gray-100);padding:4px 6px;border-radius:5px}.th-parts-table .th-btn{min-height:38px;padding:8px 12px;font-size:.77rem}.th-empty{padding:50px;text-align:center;border:1px dashed var(--th-gray-300);border-radius:var(--th-radius);margin-top:25px}.th-empty h2{margin:0}.th-empty p{color:var(--th-gray-700)}
.th-contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.th-contact-layout h2{font-size:2.4rem;margin:12px 0}.th-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:30px}.th-contact-cards article{padding:20px;border:1px solid var(--th-gray-200);border-radius:12px}.th-contact-cards svg{color:var(--th-yellow-hover);width:24px;height:24px}.th-contact-cards h3{margin:9px 0 2px;font-size:1rem}.th-contact-cards p{margin:0;color:var(--th-gray-700)}.th-address{margin-top:25px;padding:20px;background:var(--th-gray-100);border-radius:12px}.th-address h3,.th-address p{margin:0}.th-client-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.th-client-logo{min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px;border:1px solid var(--th-gray-200);border-radius:12px;background:#fff}.th-client-logo img{max-width:160px;max-height:70px;object-fit:contain;filter:grayscale(1);transition:.2s}.th-client-logo:hover img{filter:none}.th-client-logo span{font-size:.8rem;color:var(--th-gray-600)}
.th-cta{background:var(--th-gray-950);color:#fff;padding:65px 0}.th-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.th-cta h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:12px 0}.th-cta p{margin:0;color:var(--th-gray-200)}.th-cta-actions{display:flex;gap:12px;flex:none}.th-footer{background:#1d1e20;color:var(--th-gray-200);padding:75px 0 0}.th-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.4fr;gap:45px}.th-footer-logo{height:45px;width:auto}.th-footer p{color:var(--th-gray-300);max-width:330px}.th-footer h3{color:var(--th-yellow);font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;margin:0 0 15px}.th-footer ul{list-style:none;margin:0;padding:0}.th-footer li{margin:8px 0}.th-footer a:hover{color:var(--th-yellow)}.th-contact-list li{display:flex;align-items:flex-start;gap:8px}.th-contact-list svg{color:var(--th-yellow);flex:none;margin-top:5px}.th-footer-bottom{display:flex;justify-content:space-between;gap:25px;padding:25px 0;margin-top:55px;border-top:1px solid var(--th-gray-800);font-size:.75rem;color:var(--th-gray-500)}.th-whatsapp{position:fixed;right:22px;bottom:22px;z-index:800;width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.22)}.th-whatsapp svg{width:30px;height:30px}.th-thankyou{min-height:680px;display:flex;align-items:center;background:var(--th-gray-100);padding:80px 0}.th-thankyou-card{max-width:700px;margin:0 auto;text-align:center;background:#fff;padding:65px;border-radius:var(--th-radius);box-shadow:var(--th-shadow)}.th-thankyou-card h1{font-size:3rem;line-height:1.1;margin:15px 0}.th-thankyou-card p{font-size:1.08rem;color:var(--th-gray-700)}.th-thankyou-card .th-hero-actions{justify-content:center}.th-success-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border-radius:50%;background:var(--th-yellow)}.th-success-icon svg{width:34px;height:34px}.th-legal{margin:0 auto}.th-custom-content{padding-top:70px;padding-bottom:0}
@media(max-width:1100px){.th-nav,.th-header-cta{display:none}.th-menu-toggle{display:flex}.th-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.th-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.th-process{grid-template-columns:repeat(2,minmax(0,1fr))}.th-client-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.th-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar .th-header{top:46px}.th-section{padding:70px 0}.th-home-hero{min-height:620px}.th-home-hero-inner{padding:75px 0}.th-page-hero{min-height:360px}.th-page-hero-inner{padding:75px 0 55px}.th-grid-3,.th-grid-4{grid-template-columns:1fr}.th-split,.th-split-reverse,.th-detail-grid,.th-detail-content,.th-form-section,.th-contact-layout{grid-template-columns:1fr;gap:38px}.th-media,.th-media img{min-height:320px}.th-detail-image{min-height:330px}.th-spec-card{position:static}.th-solution-row,.th-solution-row.is-reverse{grid-template-columns:1fr}.th-solution-row.is-reverse img{order:0}.th-solution-row img{height:300px}.th-solution-row>div{padding:30px}.th-filter,.th-quick-search{align-items:stretch;flex-direction:column}.th-filter label{height:48px;border:1px solid var(--th-gray-200);border-radius:8px}.th-filter select{max-width:none;border:1px solid var(--th-gray-200);border-radius:8px}.th-filter-tabs{overflow:auto}.th-form-grid{grid-template-columns:1fr}.th-cta-inner{align-items:flex-start;flex-direction:column}.th-cta-actions{flex-wrap:wrap}.th-footer-grid{grid-template-columns:1fr 1fr}.th-footer-bottom{flex-direction:column}.th-client-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.th-contact-cards{grid-template-columns:1fr}.th-thankyou-card{padding:40px 25px}.th-proof{flex-direction:column;gap:10px}.th-card-actions .th-btn{width:100%}}
@media(max-width:540px){.th-container{width:min(calc(100% - 28px),var(--th-container))}.th-header-inner{height:70px}.th-logo img{height:38px}.th-home-hero h1{font-size:2.55rem}.th-page-hero h1{font-size:2.4rem}.th-section-head h2{font-size:2rem}.th-grid-4,.th-grid-3,.th-process,.th-footer-grid,.th-client-grid{grid-template-columns:1fr}.th-hero-actions,.th-cta-actions{flex-direction:column}.th-hero-actions .th-btn,.th-cta-actions .th-btn{width:100%}.th-category-card{grid-template-rows:155px 1fr}.th-solution-card{grid-template-rows:210px 1fr}.th-detail-hero{padding:55px 0}.th-detail-hero h1{font-size:2.5rem}.th-whatsapp{right:14px;bottom:14px;width:54px;height:54px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* ==============================================================
   THAUFE Site Manager 1.1.0 — acabamento corretivo
   ============================================================== */
.thaufe-site a.th-btn-primary,.thaufe-site button.th-btn-primary{background:var(--th-yellow);border-color:var(--th-yellow);color:var(--th-gray-950)!important}
.thaufe-site a.th-btn-primary:hover,.thaufe-site button.th-btn-primary:hover{background:var(--th-yellow-hover);border-color:var(--th-yellow-hover);color:var(--th-gray-950)!important}
.thaufe-site a.th-btn-dark,.thaufe-site button.th-btn-dark{background:var(--th-gray-950);border-color:var(--th-gray-950);color:#fff!important}
.thaufe-site a.th-btn-dark:hover,.thaufe-site button.th-btn-dark:hover{background:var(--th-gray-800);border-color:var(--th-gray-800);color:#fff!important}
.thaufe-site a.th-btn-light,.thaufe-site button.th-btn-light{background:#fff;border-color:#fff;color:var(--th-gray-950)!important}
.thaufe-site a.th-btn-outline{color:var(--th-gray-950)!important}
.thaufe-site a.th-btn-outline-light{color:#fff!important}
.thaufe-site a.th-btn-text,.thaufe-site a.th-text-link{color:var(--th-gray-950)!important}
.th-section-dark a.th-btn-text{color:#fff!important}
.th-footer a{color:inherit}

.th-page-hero{min-height:390px;background-position:center 45%}
.th-page-hero-overlay{background:linear-gradient(90deg,rgba(27,28,30,.91),rgba(27,28,30,.48))}
.th-home-overlay{background:linear-gradient(90deg,rgba(27,28,30,.92) 0%,rgba(27,28,30,.76) 50%,rgba(27,28,30,.22) 100%)}

.th-media{border-radius:var(--th-radius);overflow:hidden;background:var(--th-gray-100);min-height:430px}
.th-media img{display:block;width:100%;height:100%;min-height:430px;object-fit:cover}
.th-media-product{display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(145deg,#f7f7f7,#eceeef)}
.th-media-product img{min-height:0;max-height:500px;object-fit:contain;background:transparent}

.th-equipment-card .th-card-image{aspect-ratio:auto;height:280px;padding:20px;background:linear-gradient(145deg,#fafafa,#eef0f2)}
.th-equipment-card .th-card-image img{width:100%;height:100%;object-fit:contain;transform:none!important}
.th-equipment-card:hover .th-card-image img{transform:scale(1.018)!important}
.th-section-dark .th-equipment-card{background:#fff;border-color:rgba(255,255,255,.18)}
.th-section-dark .th-equipment-card h3,.th-section-dark .th-equipment-card h3 a{color:var(--th-gray-950)!important}
.th-section-dark .th-equipment-card p{color:var(--th-gray-700)}
.th-section-dark .th-equipment-card .th-btn-text{color:var(--th-gray-950)!important}
.th-card-actions{gap:10px}
.th-card-actions .th-btn-primary{width:100%}

.th-category-card{grid-template-rows:235px 1fr}
.th-category-card>img{object-fit:contain;padding:12px;background:#fff;transform:none!important}
.th-category-card:hover>img{transform:scale(1.012)!important}
.th-solution-card{grid-template-rows:260px 1fr}
.th-solution-card.is-product>img,.th-solution-row.is-product>img{object-fit:contain;padding:24px;background:linear-gradient(145deg,#fafafa,#eceeef)}
.th-solution-card:not(.is-product)>img{object-fit:cover}
.th-solution-row.is-product>img{height:100%;min-height:360px}

.th-detail-image.th-product-image{background:linear-gradient(145deg,#fafafa,#eceeef);padding:28px}
.th-detail-image.th-product-image img{width:100%;height:100%;max-height:520px;object-fit:contain}
.th-spec-card{background:#303235}

.th-contact-visual{height:250px;margin-bottom:28px;border-radius:var(--th-radius);overflow:hidden;background:var(--th-gray-100)}
.th-contact-visual img{width:100%;height:100%;object-fit:cover}
.th-client-intro{max-width:820px;padding:52px;border:1px solid var(--th-gray-200);border-radius:var(--th-radius);background:linear-gradient(145deg,#fff,#f5f6f7)}
.th-client-intro h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.1;margin:15px 0}

.th-parts-cards{display:none}
.th-part-mobile-card{background:#fff;border:1px solid var(--th-gray-200);border-radius:12px;padding:14px;display:grid;grid-template-columns:105px 1fr;gap:14px;align-items:center}
.th-part-mobile-card img{width:105px;height:105px;object-fit:contain;background:var(--th-gray-100);border-radius:9px;padding:7px}
.th-part-mobile-card h3{font-size:1rem;line-height:1.3;margin:5px 0}
.th-part-mobile-card p{font-size:.82rem;color:var(--th-gray-700);margin:0 0 10px}
.th-part-mobile-card .th-btn{min-height:40px;padding:8px 12px;font-size:.78rem;width:100%}
.th-part-code{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--th-gray-600)}

@media(max-width:782px){
  .th-page-hero{min-height:330px}
  .th-media,.th-media img{min-height:300px}
  .th-media-product img{min-height:0}
  .th-equipment-card .th-card-image{height:300px}
  .th-parts-table,.th-table-wrap{display:none}
  .th-parts-cards{display:grid;gap:12px}
  .th-contact-visual{height:220px}
  .th-client-intro{padding:32px 24px}
}
@media(max-width:540px){
  .th-equipment-card .th-card-image{height:255px}
  .th-category-card{grid-template-rows:205px 1fr}
  .th-solution-card{grid-template-rows:225px 1fr}
  .th-part-mobile-card{grid-template-columns:88px 1fr}
  .th-part-mobile-card img{width:88px;height:88px}
}
