@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap);*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;font-family:'Inter',sans-serif;color:#444;background-color:#f5f5f5;line-height:1.7}.wrapper{background:#fff;max-width:1100px;width:100%;margin:0 auto;padding:25px 30px;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:10px;text-align:center}header .logo img{max-width:280px;width:100%}header .tagline{color:#777;font-size:15px;margin-top:8px;font-style:italic}nav{position:sticky;top:0;background:#3fa3c9;z-index:1000;border-bottom:4px solid #2b88ac;box-shadow:0 2px 6px rgba(0,0,0,.15);text-align:center}nav ul{list-style:none;display:flex;justify-content:center;flex-wrap:wrap}nav ul li a{display:block;padding:16px 22px;color:#fff;font-family:'Poppins',sans-serif;font-size:17px;text-transform:uppercase;letter-spacing:.8px;transition:background .2s}nav ul li a:hover,nav ul li a.active{background:#2a7fa8}.hamburger{display:none;position:absolute;right:20px;top:22px;width:30px;height:22px;background:none;border:none;cursor:pointer}.hamburger span{display:block;width:100%;height:4px;background:#fff;border-radius:2px;margin-bottom:5px;transition:.3s}nav.open .hamburger span:nth-child(1) {transform:rotate(45deg) translate(5px,6px)}nav.open .hamburger span:nth-child(2) {opacity:0}nav.open .hamburger span:nth-child(3) {transform:rotate(-45deg) translate(5px,-6px)}.top-contact{padding:25px 0;display:flex;flex-direction:column;gap:10px}.top-contact a{font-size:2.2em;font-weight:800;color:#000;text-decoration:none}.top-contact a:hover{color:#3fa3c9}.hero{margin:50px 0 40px}.hero h1{font-family:'Poppins',sans-serif;font-size:2.8em;color:#ff8c00;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.15);margin-bottom:10px}.hero p{margin:15px auto;max-width:720px}.hero .cta{color:#3fa3c9;font-weight:bold}.services{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin:40px 0}.service{flex:1 1 280px;background:#fafafa;padding:20px;border-radius:10px;transition:.3s;display:flex;flex-direction:column;align-items:center}.service:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.service img{width:100px;height:100px;object-fit:contain;margin-bottom:12px}.service h2{margin:10px 0;font-size:1.3em;font-family:'Poppins',sans-serif}.team{margin-top:40px;margin-bottom:80px}.team-members{display:flex;flex-direction:column;gap:50px;margin-top:30px}.member{display:flex;gap:30px;background:#fafafa;padding:25px;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.08)}.member img{width:160px;border-radius:10px}.member-info{flex:1;text-align:left}h2{margin-top:60px;margin-bottom:25px;font-family:'Poppins'}p,li{max-width:850px;margin:0 auto 15px;text-align:left}.articles ul{list-style:disc;margin-left:25px;column-count:2;column-gap:40px}.articles a{color:#3fa3c9}.articles a:hover{text-decoration:underline}.gallery-grid{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px}.gallery-item{width:100%;aspect-ratio: 1 / 1;object-fit:cover;border-radius:8px;cursor:pointer;transition:.2s;background:#ddd}.gallery-item:hover{transform:scale(1.03)}.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.86);justify-content:center;align-items:center;z-index:2000}.lightbox-content{max-width:90%;max-height:85%;border-radius:10px}.close{position:absolute;top:30px;right:40px;font-size:40px;color:#fff;cursor:pointer}.prev,.next{cursor:pointer;position:absolute;top:50%;padding:16px;font-size:40px;color:#fff;transform:translateY(-50%);user-select:none}.prev{left:30px}.next{right:30px}.services-page-list{padding-top:40px;list-style:none}.services-page-list li{font-size:1.6em;padding:12px 0;font-weight:600;text-align:center;font-family:'Poppins',sans-serif}.services-page h1{margin-bottom:40px!important}.kapcsolat-page h1{margin-bottom:40px}.contact-box{display:flex;flex-direction:column;gap:25px;align-items:center}.contact-line a{font-size:2em;color:#000;text-decoration:none;font-weight:700}.contact-line a:hover{color:#3fa3c9}footer{margin-top:40px;text-align:center;color:#666;padding-top:20px;border-top:1px solid #eee}@media (max-width:768px){nav{height:80px}.hamburger{display:block;left:20px}nav ul{display:none;background:#3fa3c9;flex-direction:column;width:100%}nav.open ul{display:flex!important;position:absolute;top:80px;left:0}nav ul li a{padding:15px;border-bottom:1px solid rgba(255,255,255,.2)}.wrapper{padding:15px;margin:0;width:100%;border-radius:0}.top-contact a{font-size:1.6em;word-break:break-word}.contact-line a{font-size:1.7em;word-break:break-word}.articles ul{column-count:1}}body{position:relative;background:none}body::before{content:"";position:fixed;inset:0;background: url("/images/background2.jpg") center/cover no-repeat;opacity:1;filter:blur(4px);z-index:-1}@media (max-width:768px){body{background:#f5f5f5}}.footer-logo{text-align:center;margin-top:100px;margin-bottom:20px}.footer-logo img{width:300px;max-width:40%;opacity:.9;transition:.3s}.footer-logo img:hover{opacity:1;transform:scale(1.03)}@media (max-width:768px){.footer-logo img{width:250px;max-width:60%}}