@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary: #2563EB;--primary-dark: #1E40AF;--accent: #F97316;--accent-light: #FFedd5;--secondary: #10B981;--secondary-light: #D1FAE5;--pink: #EC4899;--pink-light: #FCE7F3;--yellow: #FACC15;--purple: #8B5CF6;--text-main: #1F2937;--text-muted: #6B7280;--bg-body: #F9FAFB;--bg-white: #FFFFFF;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Outfit,sans-serif;background-color:var(--bg-body);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;width:100%;position:relative}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.section-padding{padding:4rem 1rem}.title-lg{font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.title-md{font-size:2rem;font-weight:600;margin-bottom:1rem}.text-center{text-align:center}.grid-cols-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.grid-cols-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-cols-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.title-lg{font-size:2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-full, 9999px);font-weight:600;transition:all .2s;font-size:1rem}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-accent{background-color:var(--accent);color:#fff}.btn-accent:hover{background-color:#e65100}.btn-outline{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:#fff}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.font-bold{font-weight:700}.header{position:sticky;top:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;box-shadow:0 2px 20px #00000014;height:72px;display:flex;align-items:center}.header-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.logo{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.logo-wrapper{height:44px;display:flex;align-items:center}.logo-wrapper img{height:100%;width:auto;object-fit:contain}.desktop-nav{display:none;flex:1;justify-content:center;margin:0 2rem}.nav-list{display:flex;gap:2.5rem;list-style:none}.nav-link{font-weight:500;font-size:.95rem;color:var(--text-main);transition:color .2s;white-space:nowrap}.nav-link:hover{color:var(--primary)}.header-cta{display:none;flex-shrink:0}.mobile-toggle{background:none;color:var(--text-main);display:flex;align-items:center;justify-content:center;padding:.5rem}.mobile-nav{position:absolute;top:100%;left:0;width:100%;background:#fff;padding:1.5rem;box-shadow:0 10px 30px #0000001a;border-top:1px solid #eee;display:flex;flex-direction:column;gap:1rem}.mobile-nav-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.mobile-nav-link{font-size:1.1rem;font-weight:500;display:block;padding:.75rem 0;color:var(--text-main);border-bottom:1px solid #f0f0f0}.mobile-nav-link:hover{color:var(--primary)}.w-full{width:100%;text-align:center;margin-top:.5rem}@media(max-width:899px){.header{height:60px}.logo-wrapper{height:36px}}@media(min-width:900px){.desktop-nav{display:flex}.header-cta{display:block}.mobile-toggle{display:none}.mobile-nav{display:none!important}}.hero{position:relative;width:100%;min-height:90vh;min-height:90dvh;display:flex;align-items:center;background-color:#f0f9ff;padding:2rem 1rem}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.hero-content{max-width:600px;z-index:2}.hero-label{display:inline-block;font-size:.9rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;letter-spacing:.5px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--text-main);margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:.75rem}.hero-desc{font-size:1rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image-wrapper{position:relative;z-index:1;display:flex;justify-content:center}.hero-img{width:100%;max-width:600px;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);transform:rotate(2deg);border:4px solid white;transition:transform .3s}.hero-blob{position:absolute;top:-20%;right:-20%;width:120%;height:120%;background:#e0f2fe;border-radius:50%;z-index:-1;filter:blur(80px)}@media(max-width:900px){.hero{min-height:auto;padding:2rem 1rem;align-items:flex-start}.hero-container{grid-template-columns:1fr;text-align:center;gap:1.5rem}.hero-content{margin:0 auto;width:100%}.hero-label{font-size:.8rem;margin-bottom:.5rem}.hero-title{font-size:2.2rem;margin-bottom:.75rem}.hero-subtitle{font-size:1.1rem}.hero-actions{justify-content:center}.hero-img{transform:rotate(0);margin-top:0;max-height:40vh;width:auto;max-width:100%;object-fit:contain}}@media(max-width:400px){.hero-title{font-size:1.8rem}}.about{background-color:#fff;overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem;position:relative}.about-img{width:100%;height:300px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .3s}.about-img:hover{transform:scale(1.02)}.about-img:nth-child(1){margin-top:2rem}.about-content h2{color:var(--primary-dark)}.about-text{color:var(--text-muted);line-height:1.8;margin-bottom:2rem}.about-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;justify-content:center}.stat-box{background-color:var(--bg-body);padding:1rem;border-radius:var(--radius-md);text-align:center;flex:1 1 120px;transition:transform .2s}.stat-box:hover{transform:translateY(-5px);background:var(--pink-light)}.stat-number{display:block;font-size:1.8rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.85rem;font-weight:600;color:var(--text-muted)}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:2rem}.about-content{padding:0 1rem}}.services-wheel-section{background-color:#fff;overflow:hidden;padding:4rem 1rem}.wheel-container{position:relative;max-width:1200px;margin:0 auto;min-height:700px;display:flex;align-items:center;justify-content:center}.wheel-wrapper{position:relative;width:500px;height:500px;display:flex;align-items:center;justify-content:center;z-index:10}.center-logo{width:170px;height:170px;background:#fff;border-radius:50%;position:absolute;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 20px #00000026;border:4px solid white}.svg-wheel{width:100%;height:100%;transform:rotate(-112.5deg);filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));-webkit-tap-highlight-color:transparent;outline:none}.svg-wheel g{-webkit-tap-highlight-color:transparent;outline:none}.wheel-path{stroke:#fff;stroke-width:.8px;transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer}.wheel-path:hover,.wheel-path.active{filter:brightness(1.1);transform:scale(1.05);transform-origin:50px 50px}.segment-label{fill:#fff;font-size:2.2px;font-weight:700;text-anchor:middle;pointer-events:none;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.3)}.info-block{position:absolute;width:260px;padding:1rem;border-radius:12px;background:#fffffff2;border:3px solid transparent;color:#333;opacity:0;transform:scale(.95) translateY(10px);transition:all .3s cubic-bezier(.25,.8,.25,1);pointer-events:none;z-index:50;box-shadow:0 4px 20px #00000014}.info-block.visible{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.info-title{font-weight:800;text-transform:uppercase;margin-bottom:.25rem;font-size:1rem;border-bottom:1px solid #eee;padding-bottom:.25rem;color:inherit}.info-desc{font-size:.85rem;line-height:1.4;font-weight:500;color:#666}@media(max-width:1024px){.services-wheel-section{padding:2rem 1rem}.wheel-container{display:flex;flex-direction:column;align-items:center;min-height:auto;padding-bottom:2rem}.wheel-wrapper{width:100%;max-width:340px;height:340px;margin-bottom:2rem;z-index:10}.center-logo{width:90px;height:90px}.info-block{display:none!important}.hidden-desktop{display:block}}.mobile-info-wrapper{width:100%;max-width:500px;margin:0 auto;min-height:180px;display:none}@media(max-width:1024px){.mobile-info-wrapper{display:block}}.mobile-info-card{padding:1.5rem;border-radius:16px;color:#fff;box-shadow:0 5px 15px #00000026;text-align:center;animation:fade-in-up .4s ease-out forwards}.mobile-info-card .info-title{color:#fff!important;border-bottom-color:#ffffff4d}.mobile-info-card .info-desc{color:#fffffff2!important}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.branches{background-color:#fff}.filter-container{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.filter-btn{padding:.75rem 1.5rem;border-radius:var(--radius-full);background:var(--bg-body);color:var(--text-muted);font-weight:600;transition:all .2s}.filter-btn:hover{background:#e5e7eb}.filter-btn.active{background:var(--text-main);color:#fff}.branch-card{border:1px solid #eee;border-radius:var(--radius-lg);transition:all .3s;overflow:hidden;position:relative}.branch-card-overlay{background:#ffffffd9;padding:2rem;height:100%;transition:all .3s}.branch-card:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-5px)}.branch-card:hover .branch-card-overlay{background:#ffffffeb}.branch-icon{width:50px;height:50px;background:var(--bg-body);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:1rem}.branch-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main)}.branch-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5}@media(max-width:600px){.filter-btn{padding:.5rem 1rem;font-size:.9rem}}.workshops{background-color:#fff7ed}.workshop-group{margin-bottom:4rem}.workshop-subtitle{font-size:1.8rem;font-weight:700;color:var(--accent);margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent-light);display:inline-block}.workshop-group .grid-cols-4{align-items:start}.workshop-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .3s ease;overflow:hidden}.workshop-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.workshop-card.expanded{box-shadow:var(--shadow-lg)}.workshop-img{width:100%;height:200px;object-fit:cover;background-color:#eee}.workshop-content{padding:1.5rem}.workshop-name{font-size:1.25rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.workshop-desc{font-size:.95rem;color:var(--text-muted);line-height:1.6;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}@media(max-width:768px){.workshop-img{height:160px}}.gallery{background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.gallery:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.gallery .container{position:relative;z-index:1}.gallery .title-lg{color:#fff}.gallery .text-muted{color:#fffc}.gallery-wrapper{display:flex;align-items:center;gap:1rem;position:relative}.gallery-track-container{overflow:hidden;flex:1;border-radius:16px}.gallery-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.gallery-item{flex:0 0 25%;padding:.5rem;cursor:pointer}.gallery-item img{width:100%;height:220px;object-fit:cover;border-radius:12px;transition:transform .3s,box-shadow .3s}.gallery-item:hover img{transform:scale(1.05);box-shadow:0 10px 40px #0000004d}.gallery-item-overlay{position:absolute;bottom:.5rem;left:.5rem;right:.5rem;padding:1rem;background:linear-gradient(transparent,#000c);border-radius:0 0 12px 12px;color:#fff;font-weight:600;opacity:0;transition:opacity .3s}.gallery-item{position:relative}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-nav{width:50px;height:50px;border-radius:50%;background:#fff;color:#667eea;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0003;transition:all .3s;flex-shrink:0}.gallery-nav:hover{background:#667eea;color:#fff;transform:scale(1.1)}.gallery-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.gallery-dot{width:12px;height:12px;border-radius:50%;background:#fff6;transition:all .3s}.gallery-dot.active{background:#fff;transform:scale(1.2)}.gallery-dot:hover{background:#fffc}.lightbox{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{max-width:90vw;max-height:85vh;text-align:center}.lightbox-content img{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.lightbox-title{color:#fff;font-size:1.5rem;font-weight:600;margin-top:1rem}.lightbox-counter{color:#fff9;font-size:.9rem;margin-top:.5rem}.lightbox-close{position:absolute;top:2rem;right:2rem;background:none;color:#fff;opacity:.8;transition:opacity .3s,transform .3s}.lightbox-close:hover{opacity:1;transform:rotate(90deg)}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:none;color:#fff;opacity:.6;transition:opacity .3s;padding:1rem}.lightbox-nav:hover{opacity:1}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}@media(max-width:1024px){.gallery-item{flex:0 0 33.333%}}@media(max-width:768px){.gallery-item{flex:0 0 50%}.gallery-item img{height:180px}.gallery-nav{width:40px;height:40px}.lightbox-content{max-width:85vw}.lightbox-title{font-size:1.2rem}.lightbox-nav{width:44px;height:44px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0}.lightbox-nav svg{width:28px;height:28px}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:1rem;right:1rem}}@media(max-width:480px){.gallery-item{flex:0 0 100%}.gallery-nav{display:none}.gallery-track-container{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.gallery-track{transition:none}.gallery-item{scroll-snap-align:center}.lightbox-content img{max-height:60vh;border-radius:4px}.lightbox-nav{width:40px;height:40px;background:#fff3;top:auto;bottom:2rem;transform:none}.lightbox-nav svg{width:24px;height:24px}.lightbox-prev{left:25%;transform:translate(-50%)}.lightbox-next{right:25%;transform:translate(50%)}.lightbox-title{font-size:1rem;margin-top:.75rem}.lightbox-counter{font-size:.8rem}}.app-section{background-color:#fff;overflow:hidden}.app-container{display:flex;align-items:center;gap:4rem}.app-content{flex:1}.app-image-box{flex:1;display:flex;justify-content:center}.app-phone{max-width:350px;width:100%;border-radius:40px;box-shadow:0 20px 40px #00000026;border:8px solid #333}.app-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0}.app-feature{display:flex;align-items:center;gap:.75rem}.check-icon{color:var(--secondary);background:var(--secondary-light);padding:4px;border-radius:50%}.feature-text{font-weight:500;color:var(--text-main)}@media(max-width:900px){.app-container{flex-direction:column-reverse;text-align:center}.app-features{text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.app-phone{max-width:280px}}.certificates{background-color:var(--bg-body)}.cert-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.cert-card{background:#fff;width:250px;height:180px;display:flex;align-items:center;justify-content:center;border:10px solid #f3f3f3;box-shadow:var(--shadow-md);position:relative;transition:transform .3s}.cert-card:hover{transform:scale(1.05);border-color:var(--primary-light)}.cert-card:before{content:"🏆";font-size:3rem}.cert-card:after{content:"SERTİFİKA";position:absolute;bottom:1rem;font-weight:700;color:var(--text-muted);font-size:.8rem;letter-spacing:2px}.contact-section{background-color:#fff;position:relative}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.contact-form-wrapper{background:#fff}.contact-info-box{background:var(--bg-body);padding:2.5rem;border-radius:var(--radius-lg)}.contact-header{margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:var(--text-main)}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;transition:border-color .2s;background:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:120px}.contact-methods{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.method-item{display:flex;align-items:flex-start;gap:1rem}.method-icon{width:40px;height:40px;min-width:40px;border-radius:50%;background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.method-item>div:last-child{word-break:break-word;overflow-wrap:break-word}@media(max-width:900px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-info-box{padding:2rem}}@media(max-width:600px){.form-row{grid-template-columns:1fr;gap:0}.contact-info-box{padding:1.5rem}.contact-header h2{font-size:1.75rem}.method-item{flex-wrap:wrap}}.footer{background-color:#111827;color:#fff;padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{margin-bottom:2rem}.footer-logo-img{height:50px;width:auto;background:#fff;padding:8px 15px;border-radius:var(--radius-md);object-fit:contain}.social-links{margin-top:1.5rem;gap:1.25rem!important;display:flex}.social-links a{color:#fff;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px}.social-links a.instagram{background:#e1306c}.social-links a.whatsapp{background:#25d366}.social-links a:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 5px 15px #0000004d}.footer-desc{color:#9ca3af;line-height:1.6;max-width:300px}.footer-title{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#9ca3af;transition:color .2s}.footer-link:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{color:#9ca3af;display:flex;gap:.5rem;align-items:flex-start}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#6b7280;font-size:.9rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr;text-align:center}.contact-item{justify-content:center}.footer-desc{margin:0 auto}}
