*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Nunito",sans-serif;font-weight:400;line-height:1.6;color:#333;background-color:#fffaf2;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:"Fredoka",sans-serif;font-weight:700;line-height:1.3;margin-bottom:16px;color:#ffa45b}h1{font-size:48px}h2{font-size:40px}h3{font-size:32px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}p{margin-bottom:16px;font-size:16px;line-height:1.7;color:#4a4a4a}a{color:#ffa45b;text-decoration:none;transition:color .3s ease}a:hover{color:#c8f4c6}.tz-container{max-width:1200px;margin:0 auto;padding:0 24px}.tz-button{display:inline-block;padding:14px 28px;border-radius:8px;font-family:"Nunito",sans-serif;font-weight:600;font-size:16px;text-align:center;text-decoration:none;cursor:pointer;border:none;transition:all .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.1)}.tz-button-primary{background-color:#ffa45b;color:#fff}.tz-button-primary:hover{background-color:#ff8c33;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.tz-button-secondary{background-color:rgba(0,0,0,0);color:#ffa45b;border:2px solid #ffa45b}.tz-button-secondary:hover{background-color:#ffa45b;color:#fff}.tz-button-small{padding:10px 20px;font-size:14px;border-radius:6px}.tz-header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.3);z-index:1000;transition:background .3s ease,box-shadow .3s ease}.tz-header-content{display:flex;justify-content:space-between;align-items:center;height:90px}.tz-logo{flex-shrink:0;text-align:center}.tz-logo-link{text-decoration:none;color:inherit}.tz-logo-text{font-family:"Fredoka",sans-serif;font-size:24px;font-weight:700;color:#ffa45b;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.tz-nav{flex-grow:1;display:flex;justify-content:center}.tz-nav-left{justify-content:flex-end;padding-right:60px}.tz-nav-right{justify-content:flex-start;padding-left:60px}.tz-nav-list{display:flex;list-style:none;gap:30px}.tz-nav-link{font-weight:600;font-size:17px;color:#4a4a4a;transition:color .3s ease,text-shadow .3s ease;position:relative;padding-bottom:5px}.tz-nav-link:hover,.tz-nav-link.tz-current-page{color:#ffa45b;text-shadow:0 0 5px rgba(255,164,91,.5)}.tz-burger-menu{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1001;flex-direction:column;gap:5px}.tz-burger-line{width:28px;height:3px;background-color:#ffa45b;border-radius:2px;transition:all .3s ease}.tz-mobile-sidebar{position:fixed;top:0;left:-300px;width:280px;height:100vh;background-color:#c8f4c6;box-shadow:2px 0 15px rgba(0,0,0,.2);z-index:1002;transition:left .3s ease;padding:30px 20px;display:flex;flex-direction:column}.tz-mobile-sidebar.tz-sidebar-active{left:0}.tz-sidebar-close{background:none;border:none;font-size:36px;color:#ffa45b;position:absolute;top:15px;right:15px;cursor:pointer}.tz-sidebar-nav{flex-grow:1;margin-top:40px}.tz-sidebar-list{list-style:none;padding:0}.tz-sidebar-list li{margin-bottom:15px}.tz-sidebar-link{display:block;padding:10px 15px;font-size:18px;font-weight:600;color:#4a4a4a;transition:background-color .3s ease,color .3s ease;border-radius:4px}.tz-sidebar-link:hover,.tz-sidebar-link.tz-current-page{background-color:#ffa45b;color:#fff}.tz-sidebar-contact{margin-top:30px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1);text-align:center}.tz-sidebar-phone,.tz-sidebar-email{font-size:15px;color:#4a4a4a;margin-bottom:8px}.tz-sidebar-social{display:inline-block;margin-top:10px;font-size:15px;color:#ffa45b}.tz-main-content{padding-top:80px}.tz-section-padding{padding:80px 0}.tz-section-padding-small{padding:40px 0}.tz-section-heading{text-align:center;margin-bottom:50px;color:#ffa45b;text-shadow:1px 1px 2px rgba(0,0,0,.05)}.tz-section-heading-left{text-align:left;margin-bottom:30px}.tz-hero-section{position:relative;height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;background:url(assets/images/baby-boy-68889a6381587.webp) no-repeat center center/cover;color:#fff}.tz-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(255, 164, 91, 0.7) 0%, rgba(200, 244, 198, 0.5) 100%);z-index:0}.tz-hero-content{position:relative;z-index:1;max-width:900px}.tz-hero-title{font-size:56px;color:#fff;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.tz-hero-subtitle{font-size:22px;color:hsla(0,0%,100%,.9);margin-bottom:40px}.tz-about-section{background-color:#fffaf2}.tz-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.tz-about-text p{color:#4a4a4a;margin-bottom:20px}.tz-about-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15)}.tz-categories-section{background-color:#fff4b1}.tz-categories-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px}.tz-category-card{position:relative;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.tz-category-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.2)}.tz-category-card:last-child{grid-column:2}.tz-category-card img{width:100%;height:220px;object-fit:cover;display:block}.tz-category-info{padding:20px;text-align:center}.tz-category-title{font-size:24px;color:#ffa45b;margin-bottom:10px}.tz-category-description{font-size:15px;color:#4a4a4a;margin-bottom:20px}.tz-play-button{position:absolute;top:28%;left:50%;transform:translate(-50%, -50%);background-color:rgba(255,164,91,.8);border:2px solid #fff;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:30px;color:#fff;cursor:pointer;transition:background-color .3s ease,transform .3s ease;box-shadow:0 0 15px rgba(255,164,91,.6)}.tz-play-button:hover{background-color:#ffa45b;transform:translate(-50%, -50%) scale(1.1)}.tz-cta-section{background-color:#c8f4c6;color:#4a4a4a;text-align:center}.tz-cta-title{font-size:40px;color:#ffa45b;margin-bottom:20px}.tz-cta-description{font-size:18px;color:#4a4a4a;max-width:700px;margin:0 auto 40px}.tz-page-banner{padding:120px 0 60px;background-color:#fff4b1;text-align:center;color:#ffa45b}.tz-page-title{font-size:48px;margin-bottom:15px;color:#ffa45b}.tz-page-subtitle{font-size:18px;color:#4a4a4a;max-width:800px;margin:0 auto}.tz-warsztaty-banner{position:relative;background:url(assets/images/guitar-68889a703b77d.webp) no-repeat center center/cover;color:#fff}.tz-warsztaty-banner h1,.tz-warsztaty-banner p{position:relative;z-index:1}.tz-warsztaty-banner .tz-page-title,.tz-warsztaty-banner .tz-page-subtitle{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.tz-workshops-list-section{background-color:#fffaf2}.tz-workshops-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:30px;margin-bottom:60px}.tz-workshop-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.tz-workshop-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.tz-workshop-card img{width:100%;height:200px;object-fit:cover;display:block}.tz-workshop-info{padding:20px;text-align:center}.tz-workshop-title{font-size:22px;color:#ffa45b;margin-bottom:10px}.tz-workshop-description{font-size:15px;color:#4a4a4a;margin-bottom:15px}.tz-workshop-age{display:block;font-size:14px;font-weight:500;color:#c8f4c6;background-color:#ffa45b;padding:5px 10px;border-radius:4px;margin-bottom:20px;display:inline-block}.tz-toprint-banner{color:#fff}.tz-toprint-banner .tz-page-title,.tz-toprint-banner .tz-page-subtitle{color:#4a4a4a;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.tz-downloads-section{background-color:#fffaf2}.tz-downloads-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;margin-bottom:60px}.tz-download-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.tz-download-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.tz-download-card img{width:100%;height:180px;object-fit:cover;display:block}.tz-download-info{padding:20px;text-align:center}.tz-download-title{font-size:22px;color:#ffa45b;margin-bottom:10px}.tz-download-description{font-size:15px;color:#4a4a4a;margin-bottom:20px}.tz-contacts-banner{position:relative;background:url(assets/images/comp-class-68889ffbe57e6.webp) no-repeat center center/cover;color:#fff}.tz-contacts-banner h1,.tz-contacts-banner p{position:relative;z-index:1}.tz-contacts-banner .tz-page-title,.tz-contacts-banner .tz-page-subtitle{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.tz-contact-section{background-color:#fffaf2}.tz-contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:flex-start}.tz-contact-info{background-color:#fff4b1;padding:30px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:40px}.tz-contact-thumb{display:flex;justify-content:space-between}.tz-contact-item{display:flex;align-items:flex-start;margin-bottom:25px}.tz-contact-icon{font-size:28px;color:#ffa45b;margin-right:15px;flex-shrink:0}.tz-contact-text{flex-grow:1}.tz-contact-label{font-size:18px;font-weight:600;color:#4a4a4a;margin-bottom:5px}.tz-contact-value{font-size:16px;color:#4a4a4a;margin-bottom:5px}.tz-contact-note{font-size:13px;color:#7a5230;font-style:italic}.tz-contact-form-wrapper{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.tz-form-description{font-size:15px;color:#4a4a4a;margin-bottom:25px}.tz-contact-form{display:flex;flex-direction:column;gap:20px}.tz-form-group{display:flex;flex-direction:column}.tz-form-label{font-size:14px;font-weight:600;color:#4a4a4a;margin-bottom:8px}.tz-form-input,.tz-form-select,.tz-form-textarea{padding:12px 15px;border:1px solid #c8f4c6;border-radius:8px;font-family:"Nunito",sans-serif;font-size:16px;color:#333;background-color:#fffaf2;transition:border-color .3s ease,box-shadow .3s ease}.tz-form-input:focus,.tz-form-select:focus,.tz-form-textarea:focus{outline:none;border-color:#ffa45b;box-shadow:0 0 0 3px rgba(255,164,91,.3)}.tz-form-textarea{resize:vertical;min-height:100px}.tz-form-select{appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234a4a4a%22%20d%3D%22M287%2C197.3L159.3%2C69.6c-3.7-3.7-9.7-3.7-13.4%2C0L5.4%2C197.3c-3.7%2C3.7-3.7%2C9.7%2C0%2C13.4l13.4%2C13.4c3.7%2C3.7%2C9.7%2C3.7%2C13.4%2C0l110.7-110.7l110.7%2C110.7c3.7%2C3.7%2C9.7%2C3.7%2C13.4%2C0l13.4-13.4C290.7%2C207%2C290.7%2C201%2C287%2C197.3z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:12px;padding-right:35px}.tz-form-checkbox-group{margin-top:10px}.tz-checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;color:#4a4a4a;line-height:1.5}.tz-checkbox{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:#ffa45b}.tz-form-link{color:#ffa45b;text-decoration:underline}.tz-form-submit{margin-top:20px;width:100%}.tz-faq-section{background-color:#c8f4c6}.tz-faq-list{max-width:800px;margin:0 auto}.tz-faq-item{background-color:#fff;border-radius:12px;margin-bottom:15px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.tz-faq-question{width:100%;padding:20px 25px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:17px;font-weight:600;color:#4a4a4a;transition:color .3s ease}.tz-faq-question:hover{color:#ffa45b}.tz-faq-toggle{font-size:24px;color:#ffa45b;transition:transform .3s ease}.tz-faq-item.tz-faq-active .tz-faq-toggle{transform:rotate(45deg)}.tz-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.tz-faq-item.tz-faq-active .tz-faq-answer{max-height:300px;padding:0 25px 20px}.tz-faq-answer p{color:#4a4a4a;line-height:1.6;margin:0}.tz-legal-content{background-color:#fffaf2}.tz-legal-banner{color:#fff}.tz-legal-banner h1,.tz-legal-banner p{color:#4a4a4a}.tz-page-title,.tz-page-subtitle{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.tz-legal-document{max-width:900px;margin:0 auto;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.tz-legal-intro{background-color:#fff4b1;padding:20px;border-radius:8px;margin-bottom:30px;border-left:4px solid #ffa45b}.tz-legal-intro p{margin-bottom:8px;color:#4a4a4a}.tz-legal-document h2{color:#ffa45b;margin-top:30px;margin-bottom:15px;font-size:28px}.tz-legal-document h3{color:#7a5230;margin-top:20px;margin-bottom:10px;font-size:22px}.tz-legal-document ul{margin-left:25px;margin-bottom:15px;list-style-type:disc}.tz-legal-document li{margin-bottom:8px;line-height:1.6;color:#4a4a4a}.tz-legal-highlight{background-color:#c8f4c6;border:2px solid #ffa45b;padding:20px;margin-top:30px;border-radius:12px;text-align:center}.tz-legal-highlight p{margin-bottom:0;font-weight:600;color:#4a4a4a}.tz-footer{background-color:#ffa45b;color:#fff;padding:60px 0 20px}.tz-footer-grid{display:flex;justify-content:space-evenly;gap:30px;margin-bottom:40px}.tz-footer-heading{font-size:22px;color:#fff;margin-bottom:15px}.tz-footer-about img{width:100px}.tz-footer-about p{color:hsla(0,0%,100%,.9);line-height:1.6;font-size:14px}.tz-footer-links{list-style:none;padding:0}.tz-footer-links li{margin-bottom:8px}.tz-footer-links a{color:hsla(0,0%,100%,.9);transition:color .3s ease;font-size:15px}.tz-footer-links a:hover{color:#fff4b1}.tz-footer-contact p{margin-bottom:5px;color:hsla(0,0%,100%,.9);font-size:14px}.tz-footer-contact a{color:#c8f4c6}.tz-footer-contact a:hover{color:#fff}.tz-footer-bottom{border-top:1px solid hsla(0,0%,100%,.3);padding-top:20px;text-align:center;font-size:13px;color:hsla(0,0%,100%,.7)}.tz-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;align-items:center;justify-content:center}.tz-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.tz-modal-content{margin:20% auto;background:#fff;border-radius:12px;max-width:450px;width:90%;box-shadow:0 10px 30px rgba(0,0,0,.3);position:relative;z-index:1;overflow:hidden;padding:30px;text-align:center}.tz-modal-close{background:none;border:none;font-size:32px;color:#7a5230;position:absolute;top:10px;right:15px;cursor:pointer}.tz-modal-icon{font-size:50px;color:#c8f4c6;margin-bottom:15px;display:block}.tz-modal-title{color:#ffa45b;margin-bottom:15px;font-size:26px}.tz-modal-message{font-size:16px;color:#4a4a4a;line-height:1.6;margin-bottom:25px}@media(max-width: 992px){.tz-header-content{justify-content:space-between;padding:0 20px}.tz-nav{display:none}.tz-logo{position:absolute;left:50%;transform:translateX(-50%)}.tz-burger-menu{display:flex}.tz-burger-menu.tz-burger-active .tz-burger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.tz-burger-menu.tz-burger-active .tz-burger-line:nth-child(2){opacity:0}.tz-burger-menu.tz-burger-active .tz-burger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.tz-main-content{padding-top:80px}.tz-hero-title{font-size:42px}.tz-hero-subtitle{font-size:18px}.tz-about-grid,.tz-contact-grid{grid-template-columns:1fr;gap:40px}.tz-footer-grid{flex-direction:column}.tz-about-image{order:-1}.tz-section-heading-left{text-align:center}.tz-contact-info,.tz-contact-form-wrapper,.tz-legal-document{padding:25px}.tz-contact-item{flex-direction:column;align-items:center;text-align:center}.tz-contact-icon{margin-right:0;margin-bottom:10px}.tz-form-group{width:100%}.tz-footer-col{text-align:center}.tz-footer-links{display:flex;flex-direction:column;align-items:center}}@media(max-width: 767px){h1{font-size:38px}h2{font-size:32px}h3{font-size:26px}.tz-hero-title{font-size:36px}.tz-hero-subtitle{font-size:16px}.tz-section-padding{padding:60px 0}.tz-page-title{font-size:38px}.tz-page-subtitle{font-size:16px}.tz-categories-grid,.tz-workshops-grid,.tz-downloads-grid{grid-template-columns:1fr;column-gap:0}.tz-contact-thumb{flex-direction:column}}@media(max-width: 480px){.tz-container{padding:0 15px}h1{font-size:32px}h2{font-size:28px}h3{font-size:24px}.tz-hero-title{font-size:30px}.tz-hero-subtitle{font-size:15px}.tz-button{padding:12px 24px;font-size:15px}.tz-page-title{font-size:32px}.tz-modal-content{padding:20px}.tz-modal-title{font-size:22px}}
