:root{--primary: #0369A1;--primary-dark: #075985;--primary-light: #0EA5E9;--accent: #FB8C00;--accent-light: #FFA726;--accent-dark: #E65100;--surface: #f8fafc;--text: #1a1a1a;--text-muted: #64748b;--white: #ffffff;--border: #e2e8f0}.tt-hero{position:relative;background:linear-gradient(180deg,#001f3deb,#003366e0,#0369a1d9),url(https://media.istockphoto.com/id/177436977/photo/red-wooden-toolbox-with-tools-on-white-background.jpg?s=612x612&w=0&k=20&c=Q6GBCNsA3UquAypB3HJ-Z16bg537Oe1i7-DkynnwTG4=) center center / cover no-repeat;overflow:hidden;padding:6rem 0 4rem}.tt-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(251,140,0,.15) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(251,140,0,.1) 0%,transparent 35%);pointer-events:none}.tt-hero-container{max-width:1280px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.tt-hero-content{text-align:center;max-width:800px;margin:0 auto}.tt-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;border:none;color:#075985;padding:.5rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.75rem;width:fit-content}.tt-hero-badge svg{width:16px;height:16px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.tt-hero h1{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--sl-h1-size, 3.25rem);font-weight:var(--sl-h1-weight, 900);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-1px}.tt-hero-tagline{font-size:1.2rem;color:#ffffffe6;line-height:1.7;margin-bottom:2.5rem;max-width:650px;margin-left:auto;margin-right:auto}.tt-hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tt-intro-section{padding:5rem 0;background:var(--white)}.tt-intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.tt-intro-card{text-align:center;padding:2rem}.tt-intro-icon{width:72px;height:72px;background:transparent;border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary);transition:all .3s ease}.tt-intro-card:hover .tt-intro-icon{background:var(--primary);color:var(--white)}.tt-intro-card h3{font-size:1.25rem;font-weight:600;color:var(--primary);margin-bottom:.75rem}.tt-intro-card p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.tt-content-section{padding:5rem 0}.tt-content-section.alt{background:var(--surface)}.tt-section-header{text-align:center;max-width:700px;margin:0 auto 3rem}.tt-section-title{font-size:2.25rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.tt-section-subtitle{font-size:1.05rem;color:var(--text-muted);line-height:1.7}.tt-includes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tt-include-card{background:var(--white);border:1px solid #e2e8f0;border-radius:6px;padding:1.75rem;text-align:center;transition:all .2s ease}.tt-include-card:hover{border-color:var(--primary);box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.tt-include-icon{width:48px;height:48px;background:transparent;border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary);transition:all .3s ease}.tt-include-card:hover .tt-include-icon{background:var(--primary);color:var(--white)}.tt-include-card h4{font-size:.95rem;font-weight:600;color:var(--text)}.tt-features-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.tt-features-section:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#0369a108,#fb8c0008);pointer-events:none}.tt-features-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.tt-features-image{position:relative}.tt-features-image:before{content:"";position:absolute;top:-20px;left:-20px;width:100px;height:100px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:12px;opacity:.15;z-index:-1}.tt-features-image:after{content:"";position:absolute;bottom:-20px;right:-20px;width:150px;height:150px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:12px;opacity:.08;z-index:-1}.tt-features-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 25px 60px #00000026,0 10px 20px #0000001a;display:block}.tt-features-content h2{font-size:2.5rem;font-weight:800;color:var(--primary);margin-bottom:.5rem;letter-spacing:-.02em}.tt-features-content>p{font-size:1.1rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.7}.tt-features-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem}.tt-feature-item{display:flex;gap:.75rem;align-items:flex-start;padding:.5rem 0}.tt-feature-check{width:24px;height:24px;background:transparent;border:2px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0;transition:all .3s ease}.tt-feature-item:hover .tt-feature-check{background:var(--accent);color:var(--white)}.tt-feature-item h4{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.1rem;line-height:1.4}.tt-feature-item p{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.4}.tt-courses-section{padding:5rem 0;background:var(--white)}.tt-section-header{text-align:center;max-width:600px;margin:0 auto 3rem}.tt-section-title{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:1rem}.tt-section-subtitle{color:var(--text-light);font-size:1.0625rem;line-height:1.7}.tt-courses-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.tt-course-card{background:var(--white);border-radius:10px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column}.tt-course-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #00000026}.tt-course-card-image{height:160px;overflow:hidden}.tt-course-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tt-course-card:hover .tt-course-card-image img{transform:scale(1.05)}.tt-course-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.tt-course-card-content h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.25}.tt-course-card-content p{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem;flex:1}.tt-course-footer{display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem;margin-top:auto}.tt-course-tags{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.tt-course-tag{display:flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;color:var(--text);white-space:nowrap}.tt-course-tag .icon-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tt-course-tag .icon-circle svg{width:12px;height:12px}.tt-course-tag.duration .icon-circle{background:var(--primary);color:#fff}.tt-course-tag.public .icon-circle{background:#10b981;color:#fff}.tt-course-tag.inhouse .icon-circle{background:var(--accent);color:#fff}.tt-course-price{font-size:1.1rem;font-weight:400;color:var(--text);text-align:right;flex-shrink:0}.tt-course-price span{display:block;font-size:.7rem;font-weight:400;color:var(--text-muted)}@media(max-width:420px){.tt-course-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.tt-course-price{text-align:left}.tt-course-price span{display:inline}}.tt-how-section{padding:5rem 0 6rem;background:var(--white, #ffffff)}.tt-how-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.tt-how-step{text-align:center;position:relative;padding:0 1.5rem}.tt-how-step:after{content:"";position:absolute;top:32px;left:calc(50% + 40px);width:calc(100% - 80px);height:3px;background:var(--primary, #0369A1);border-radius:2px}.tt-how-step:before{content:"";position:absolute;top:25px;right:1.5rem;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid var(--primary, #0369A1)}.tt-how-step:last-child:after,.tt-how-step:last-child:before{display:none}.tt-step-number{width:64px;height:64px;background:var(--primary, #0369A1);color:var(--white, #ffffff);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.25rem;position:relative;z-index:1;box-shadow:0 4px 15px #0369a140}.tt-how-step h4{font-size:1.1rem;font-weight:600;color:var(--text, #1a1a1a);margin-bottom:.5rem}.tt-how-step p{font-size:.9rem;color:var(--text-muted, #5a6673);line-height:1.6}@media(max-width:1024px){.tt-how-steps{grid-template-columns:repeat(2,1fr);gap:2rem}.tt-how-step:after,.tt-how-step:before{display:none}}@media(max-width:768px){.tt-how-steps{grid-template-columns:1fr;gap:2rem}}@media(max-width:1024px){.tt-features-layout{grid-template-columns:1fr;gap:2.5rem}.tt-features-image{order:-1;max-width:600px;margin:0 auto}.tt-features-content{text-align:center}.tt-features-list{text-align:left;max-width:500px;margin:0 auto;grid-template-columns:1fr}.tt-intro-grid{grid-template-columns:1fr}.tt-includes-grid,.tt-courses-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tt-hero{padding:4rem 0 3rem}.tt-hero h1{font-size:2.25rem}.tt-hero-tagline{font-size:1rem}.tt-includes-grid{grid-template-columns:1fr}.tt-features-content h2{font-size:1.85rem}.tt-hero-buttons{flex-direction:column;align-items:stretch}.tt-courses-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/592/assets/training-toolbox-page.css.map */
