@charset "UTF-8";.tt-hero{position:relative;min-height:700px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.tt-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tt-hero-bg ai-img,.tt-hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tt-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(7,43,102,.85) 0,rgba(11,61,145,.6) 100%);z-index:1}.tt-hero-content{position:relative;z-index:2;padding-top:180px;padding-bottom:80px;max-width:720px}.tt-hero-content h1{color:#fff;font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:20px}.tt-hero-subtitle{color:rgba(255,255,255,.85);font-size:1.15rem;line-height:1.7;margin-bottom:32px}.tt-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.tt-hero-bar{position:relative;z-index:2;background:rgba(0,0,0,.35);backdrop-filter:blur(8px);padding:20px 0;margin-top:auto}.tt-hero-bar-item{text-align:center;border-right:1px solid rgba(255,255,255,.15)}.tt-hero-bar-item:last-child{border-right:none}.tt-hero-bar-number{display:block;font-size:1.75rem;font-weight:800;color:#fff;line-height:1}.tt-hero-bar-label{display:block;font-size:.75rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:1px;margin-top:4px}.tt-product-card{background:#fff;border:1px solid var(--tt-border);border-radius:var(--tt-radius);overflow:hidden;height:100%;transition:all var(--tt-transition)}.tt-product-card:hover{box-shadow:var(--tt-shadow-md);transform:translateY(-4px)}.tt-product-card-img{height:220px;overflow:hidden}.tt-product-card-img ai-img,.tt-product-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.tt-product-card:hover .tt-product-card-img ai-img,.tt-product-card:hover .tt-product-card-img img{transform:scale(1.05)}.tt-product-card-body{padding:24px}.tt-product-card-body h3{font-size:1.25rem;margin-bottom:8px}.tt-product-card-body p{color:var(--tt-text-secondary);font-size:.9rem;margin-bottom:16px}.tt-product-link{font-weight:600;font-size:.9rem;color:var(--tt-primary);text-transform:uppercase;letter-spacing:.5px}.tt-product-link:hover{color:var(--tt-secondary)}.tt-product-card-cta{background:var(--tt-primary-dark);border:none;display:flex;align-items:center;justify-content:center}.tt-product-card-cta:hover{transform:translateY(-4px)}.tt-product-card-cta-inner{padding:40px 32px;text-align:center}.tt-product-card-cta-inner h3{color:#fff;margin-bottom:12px}.tt-product-card-cta-inner p{color:rgba(255,255,255,.7);margin-bottom:24px}.tt-industry-card{background:#fff;border:1px solid var(--tt-border);border-radius:var(--tt-radius);padding:32px 24px;height:100%;transition:all var(--tt-transition);border-top:3px solid transparent}.tt-industry-card:hover{border-top-color:var(--tt-secondary);box-shadow:var(--tt-shadow-md)}.tt-industry-icon{width:56px;height:56px;margin-bottom:16px}.tt-industry-icon ai-img,.tt-industry-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.tt-industry-card h3{font-size:1.125rem;margin-bottom:8px}.tt-industry-card p{color:var(--tt-text-secondary);font-size:.875rem;margin:0}.tt-blog-card{background:#fff;border:1px solid var(--tt-border);border-radius:var(--tt-radius);overflow:hidden;height:100%;transition:all var(--tt-transition)}.tt-blog-card:hover{box-shadow:var(--tt-shadow-md)}.tt-blog-card-img{height:200px;overflow:hidden}.tt-blog-card-img ai-img,.tt-blog-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tt-blog-card-body{padding:24px}.tt-blog-date{font-size:.78rem;color:var(--tt-secondary);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tt-blog-card-body h3{font-size:1.05rem;margin:8px 0 12px;line-height:1.4}.tt-blog-card-body p{color:var(--tt-text-secondary);font-size:.875rem;margin-bottom:16px}.tt-blog-link{font-weight:600;font-size:.85rem;color:var(--tt-primary);text-transform:uppercase;letter-spacing:.5px}.tt-check-list{list-style:none;padding:0;margin:20px 0 28px}.tt-check-list li{padding:6px 0 6px 28px;position:relative;font-size:.95rem;color:var(--tt-text)}.tt-check-list li::before{content:"";position:absolute;left:0;top:10px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230B3D91' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") center/contain no-repeat}.tt-cta-section{background:linear-gradient(135deg,var(--tt-primary) 0,var(--tt-primary-dark) 100%);padding:80px 0}.tt-cta-section h2{color:#fff;margin-bottom:16px}.tt-cta-section p{color:rgba(255,255,255,.8);font-size:1.1rem;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.tt-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width:991px){.tt-hero{min-height:550px}.tt-hero-content{padding-top:120px}.tt-hero-content h1{font-size:2.25rem}}@media (max-width:767px){.tt-hero{min-height:auto}.tt-hero-content{padding-top:100px;padding-bottom:40px}.tt-hero-content h1{font-size:1.75rem}.tt-hero-bar-item{border-right:none;margin-bottom:12px}.tt-hero-actions{flex-direction:column}.tt-hero-actions .tt-btn-outline,.tt-hero-actions .tt-btn-primary{width:100%;text-align:center}}