*{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:'Montserrat',sans-serif;color:#1a1a1a;background:#fff;line-height:1.6;}.montserrat-custom{font-family:"Montserrat",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;}ul li a{font-weight:bold;}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;font-family:'Montserrat',sans-serif;}.center{text-align:center;}h1,h2,h3{font-family:'Montserrat',sans-serif;font-weight:700;}h4,h5,h6{font-family:'Montserrat',sans-serif;font-weight:600;}p,li,a,span{font-family:'Montserrat',sans-serif;font-weight:400;}.section{padding:4rem 2rem;width:100%;}.section-inner{max-width:960px;margin:auto;}.logo img{height:72px;object-fit:contain;display:block;}.hero{text-align:center;padding:6rem 1rem 3rem;max-width:720px;margin:0 auto;}.hero h1{font-size:2.5rem;font-weight:900;margin-bottom:1rem;}.hero p{font-size:1.2rem;margin-bottom:2rem;color:#ffffff;}.price-container{display:inline-block;position:relative;}.price-label{position:absolute;top:-0.75rem;right:-1.3rem;background:#ffffff;padding:2px 6px;font-size:0.65rem;font-weight:600;border-radius:0px;white-space:nowrap;}.btn-outline{border:1px solid #000;padding:0.5rem 1rem;font-weight:500;background:none;cursor:pointer;transition:background 0.3s;}.btn-outline:hover{background:#f0f0f0;}.btn-main{border:1px solid #000;padding:1rem 2.5rem;font-weight:600;font-size:1.125rem;background:rgb(0,60,255);color:white;cursor:pointer;position:relative;}nav{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #eee;position:sticky;top:0;background:white;z-index:1000;}nav ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:1.5rem;}nav a{text-decoration:none;color:#000;font-weight:500;font-size:15px;}@media (max-width:768px){nav{flex-direction:column;align-items:center;gap:0.5rem;}.logo{position:static;transform:none;margin-bottom:0.5rem;}nav ul{display:none;flex-direction:column;width:100%;background:white;padding:1rem 2rem;position:relative;top:0;left:0;right:0;box-shadow:0 4px 10px rgba(0,0,0,0.05);}nav ul.active{display:flex;}.menu-toggle{display:block;align-self:flex-start;margin-bottom:0.5rem;}nav .btn-outline{width:100%;margin-top:0.5rem;text-align:center;}}.step{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;}.step-number{background:#4169e1;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:6px;font-size:1rem;color:white;flex-shrink:0;}.spodni_text{font-size:0.875rem;display:inline-block;line-height:1.5;color:#333;}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;}.card{background:#fff;border:2px solid #000;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.05);}.card h3{font-size:1.25rem;margin-bottom:0.5rem;}.card p{font-size:1rem;color:#333;}.branches{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;}.branch-card{background:#fff;border:1px solid #eee;border-radius:8px;text-align:center;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,0.05);display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease;}.branch-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px rgba(0,0,0,0.1);}.branch-card img{width:80px;height:80px;object-fit:cover;margin-bottom:1rem;}.branch-card h3{font-size:1.25rem;margin-bottom:0.5rem;}.branch-card p{font-size:1rem;margin-bottom:1rem;color:#555;}.branch-card .btn-outline{margin-top:auto;}.accordion-button{background:none;border:none;font-weight:700;font-size:1.1rem;text-align:left;width:100%;padding:1rem 0;cursor:pointer;border-top:1px solid #ccc;}.accordion-button:hover{color:#000;}.accordion-content{display:none;padding:0 0 1rem 0;font-weight:400;font-size:1rem;color:#444;}.accordion-item.active .accordion-content{display:block;}.site-footer{background:#f5f5f5;padding:4rem 2rem 2rem;font-size:0.95rem;color:#333;}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;}.site-footer a{color:#444;text-decoration:underline;}.footer-bottom{text-align:center;margin-top:3rem;font-size:0.85rem;color:#777;}.fade-up{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease;}.fade-up.visible{opacity:1;transform:translateY(0);}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:9999;}.modal-box{background:#fff;max-width:720px;width:90%;padding:2rem;border-radius:8px;position:relative;max-height:80vh;overflow-y:auto;}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer;}.modal-content p{margin-bottom:1rem;font-size:1rem;color:#333;}.hero.with-bg{position:relative;background:url('anastase-maragos-9dzWZQWZMdE-unsplash.jpg') no-repeat center center;background-size:cover;color:white;padding:6rem 1rem 4rem;width:100vw;max-width:100%;margin:0;}.hero.with-bg .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:1;}.hero.with-bg .hero-content{position:relative;z-index:2;max-width:720px;margin:0 auto;text-align:center;}.menu-toggle{display:none;background:none;border:none;font-size:2rem;cursor:pointer;z-index:2001;position:relative;}