﻿@tailwind base;@tailwind components;@tailwind utilities;*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;color:#1f2937;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width: 1024px){body{position:relative;overflow-x:hidden}}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;outline:inherit}input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:"Inter","Helvetica Neue",sans-serif;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#1e293b}h1{font-size:2.5rem}@media(min-width: 768px){h1{font-size:3.5rem}}h2{font-size:2rem}@media(min-width: 768px){h2{font-size:2.75rem}}h3{font-size:1.5rem}@media(min-width: 768px){h3{font-size:2rem}}h4{font-size:1.25rem}@media(min-width: 768px){h4{font-size:1.5rem}}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1.5rem;color:#1f2937}.text-large{font-size:1.25rem}.text-small{font-size:.875rem}.text-muted{color:#6b7280}strong{font-weight:600}.site-header{background-color:#f8f9fa;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:sticky;top:0;z-index:1000}.site-header .container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 1024px){.site-header .container{max-width:1024px}}@media(min-width: 1280px){.site-header .container{max-width:1280px}}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;padding-bottom:1.5rem}.site-header .site-branding .brand-link{display:flex;align-items:center;gap:1.5rem;text-decoration:none;transition:opacity .3s ease}.site-header .site-branding .brand-link:hover{opacity:.8}.site-header .site-branding .site-logo{max-height:50px;height:auto;width:auto}.site-header .site-branding .site-title{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,sans-serif;font-size:1.5rem;font-weight:600;color:#1e293b;letter-spacing:-0.02em}@media(max-width: 639px){.site-header .site-branding .site-title{font-size:1.25rem}}.site-header .main-navigation{margin-left:auto}.site-header .main-navigation ul{display:flex;align-items:center;justify-content:center;gap:2rem}.site-header .main-navigation ul li a{font-weight:500;transition:color .3s ease}.site-header .main-navigation ul li a:hover{color:#f59e0b}@media(max-width: 1024px){.site-header .main-navigation{display:none}}.site-header .mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}@media(max-width: 1024px){.site-header .mobile-menu-toggle{display:block}}.site-header .mobile-menu-toggle .menu-icon{width:28px;height:2px;background-color:#1e293b;display:block;position:relative;transition:all .3s ease}.site-header .mobile-menu-toggle .menu-icon::before,.site-header .mobile-menu-toggle .menu-icon::after{content:"";position:absolute;width:28px;height:2px;background-color:#1e293b;left:0;transition:all .3s ease}.site-header .mobile-menu-toggle .menu-icon::before{top:-8px}.site-header .mobile-menu-toggle .menu-icon::after{top:8px}.site-header .mobile-menu-toggle[aria-expanded=true] .menu-icon{background-color:rgba(0,0,0,0)}.site-header .mobile-menu-toggle[aria-expanded=true] .menu-icon::before{top:0;transform:rotate(45deg)}.site-header .mobile-menu-toggle[aria-expanded=true] .menu-icon::after{top:0;transform:rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);z-index:999;display:none;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay.active{display:flex;flex-direction:column;animation:slideDown .3s ease-out forwards}.mobile-menu-overlay .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-menu-overlay .mobile-menu-header .mobile-menu-branding{display:flex;align-items:center;gap:1rem}.mobile-menu-overlay .mobile-menu-header .mobile-menu-branding img{max-height:40px;height:auto}.mobile-menu-overlay .mobile-menu-header .mobile-menu-branding span{font-size:1.25rem;font-weight:600;color:#1e293b}.mobile-menu-overlay .mobile-menu-header .mobile-menu-close{background:none;border:none;font-size:2rem;line-height:1;color:#1e293b;cursor:pointer;padding:.5rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.mobile-menu-overlay .mobile-menu-header .mobile-menu-close:hover{opacity:.7}.mobile-menu-overlay .mobile-menu-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.5rem;overflow-y:auto}.mobile-menu-overlay .mobile-menu-content ul{list-style:none;padding:0;margin:0 0 3rem 0}.mobile-menu-overlay .mobile-menu-content ul li{margin-bottom:.5rem}.mobile-menu-overlay .mobile-menu-content ul li a{display:block;padding:1rem 1.5rem;font-size:1.25rem;font-weight:500;color:#1e293b;text-decoration:none;text-align:center;border-radius:8px;transition:all .3s ease}.mobile-menu-overlay .mobile-menu-content ul li a:hover,.mobile-menu-overlay .mobile-menu-content ul li a:active{background-color:rgba(245,158,11,.1);color:#f59e0b}.mobile-menu-overlay .mobile-menu-cta{padding:0 1.5rem 2rem}.mobile-menu-overlay .mobile-menu-cta .btn-mobile-quote{width:100%;background-color:#f59e0b;color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.mobile-menu-overlay .mobile-menu-cta .btn-mobile-quote:hover{background-color:rgb(196.9291338583,126.7125984252,8.0708661417);transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.site-footer{background-color:#1e293b;color:#fff;padding:4rem 0 2rem;margin-top:4rem}.site-footer .container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 1024px){.site-footer .container{max-width:1024px}}@media(min-width: 1280px){.site-footer .container{max-width:1280px}}.site-footer .footer-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width: 768px){.site-footer .footer-content{grid-template-columns:repeat(3, 1fr)}}.site-footer .footer-section{text-align:center}.site-footer .footer-section .footer-logo{margin-bottom:2rem}.site-footer .footer-section .footer-logo img{max-width:144px;height:auto;filter:grayscale(100%) brightness(0) invert(1);opacity:.8;transition:all .3s ease}.site-footer .footer-section .footer-logo img:hover{opacity:1;filter:grayscale(100%) brightness(0) invert(1)}.site-footer .footer-section .footer-logo a{display:inline-block}.site-footer .footer-section h3{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.site-footer .footer-section p,.site-footer .footer-section a{color:hsla(0,0%,100%,.8);transition:color .3s ease}.site-footer .footer-section p:hover,.site-footer .footer-section a:hover{color:#f59e0b}.site-footer .footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:1.5rem;text-align:center;color:hsla(0,0%,100%,.6);font-size:.875rem}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 1024px){.container{max-width:1024px}}@media(min-width: 1280px){.container{max-width:1280px}}.section{padding:4rem 0}.section-large{padding:5rem 0}@media(min-width: 1024px){.section-large{padding:7rem 0}}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:1fr}@media(min-width: 768px){.grid-cols-2{grid-template-columns:repeat(2, 1fr)}}.grid-cols-3{grid-template-columns:1fr}@media(min-width: 768px){.grid-cols-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-cols-3{grid-template-columns:repeat(3, 1fr)}}.grid-cols-4{grid-template-columns:1fr}@media(min-width: 640px){.grid-cols-4{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-cols-4{grid-template-columns:repeat(4, 1fr)}}.btn,.wpcf7 .wpcf7-form input[type=submit]{display:inline-block;padding:1rem 2rem;font-weight:600;text-align:center;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,0)}.btn:hover,.wpcf7 .wpcf7-form input[type=submit]:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.btn-primary,.wpcf7 .wpcf7-form input[type=submit]{background-color:#f59e0b;color:#fff}.btn-primary:hover,.wpcf7 .wpcf7-form input[type=submit]:hover{background-color:rgb(196.9291338583,126.7125984252,8.0708661417)}.btn-secondary{background-color:#1e293b;color:#fff}.btn-secondary:hover{background-color:rgb(47.191011236,64.4943820225,92.808988764)}.btn-outline{background-color:rgba(0,0,0,0);color:#f59e0b;border-color:#f59e0b}.btn-outline:hover{background-color:#f59e0b;color:#fff}.btn-large{padding:1.5rem 3rem;font-size:1.125rem}.btn-small{padding:.5rem 1.5rem;font-size:.875rem}.wpcf7-form .wpcf7-submit{display:inline-block;padding:1rem 2rem;font-weight:600;text-align:center;border-radius:.5rem;transition:all .3s ease;cursor:pointer;border:2px solid rgba(0,0,0,0);background-color:#1e293b;color:#fff;width:100%;font-size:1rem}.wpcf7-form .wpcf7-submit:hover{background-color:rgb(47.191011236,64.4943820225,92.808988764);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.faq-section{background:#f8f9fa}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:#fff;border-radius:4px;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.12)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:rgba(0,0,0,0);border:none;text-align:left;font-size:1.125rem;font-weight:600;color:#1e293b;cursor:pointer;transition:all .3s ease}.faq-question:hover{color:#f59e0b;background:rgba(0,0,0,0)}.faq-question:focus{outline:none;background:rgba(0,0,0,0)}.faq-question:active{background:rgba(0,0,0,0)}.faq-question[aria-expanded=true]{color:#f59e0b;background:rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,.06)}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg);color:#f59e0b}.faq-icon{font-size:1.5rem;font-weight:300;color:#f59e0b;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{padding:0 2rem;margin-bottom:1rem;color:#6b7280;line-height:1.7}.faq-answer p:first-child{padding-top:.5rem}.faq-answer ul{padding:0 2rem 0 3.5rem;margin-bottom:1rem}.faq-answer ul li{color:#6b7280;line-height:1.8;margin-bottom:.5rem;position:relative}.faq-answer ul li::before{content:"✓";position:absolute;left:-1.5rem;color:#f59e0b;font-weight:bold}.faq-answer ul li strong{color:#1e293b}.faq-answer.active{max-height:1000px;padding-bottom:1.5rem}.icon-outline{width:2.5rem;height:2.5rem;stroke-width:1.5;color:#f59e0b;flex-shrink:0;transition:all .3s ease}@media(max-width: 768px){.icon-outline{width:2rem;height:2rem}}.why-us-item:hover .icon-outline{transform:scale(1.1);color:rgb(196.9291338583,126.7125984252,8.0708661417)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);z-index:9999;display:none;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease}.modal-overlay.active{display:flex;opacity:1;animation:fadeIn .3s ease}@media(max-width: 1024px){.modal-overlay{background:hsla(0,0%,100%,.9);backdrop-filter:blur(10px);padding:0}}.modal-overlay.active~body{overflow:hidden}.modal-container{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);transform:scale(0.9);transition:transform .3s ease}.modal-overlay.active .modal-container{transform:scale(1);animation:scaleIn .3s ease}@media(max-width: 1024px){.modal-container{max-width:100vw;width:100vw;height:100vh;max-height:100vh;border-radius:0;box-shadow:none;background:rgba(0,0,0,0)}}.modal-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;z-index:10;background:rgba(0,0,0,.05);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.modal-close svg{width:1.5rem;height:1.5rem;color:#1f2937}.modal-close:hover{background:rgba(0,0,0,.1);transform:rotate(90deg)}.modal-close:focus{outline:2px solid #f59e0b;outline-offset:2px}.modal-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}@media(max-width: 768px){.modal-header{padding:1.25rem 1.5rem}}.modal-header .modal-icon{flex-shrink:0;width:3rem;height:3rem;background:rgba(245,158,11,.1);border-radius:10px;display:flex;align-items:center;justify-content:center}.modal-header .modal-icon svg{width:1.5rem;height:1.5rem;color:#f59e0b}.modal-header .modal-header-text{text-align:left}.modal-header h2{font-size:1.25rem;margin:0 0 .1rem;color:#1f2937;font-weight:700}@media(max-width: 768px){.modal-header h2{font-size:1.1rem}}.modal-header p{color:#6b7280;margin:0;font-size:.875rem}.modal-body{padding:2rem}@media(max-width: 768px){.modal-body{padding:1.5rem}}.modal-body .wpcf7 .wpcf7-form p{margin:0;padding:0}.modal-body .wpcf7 .wpcf7-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:0}@media(max-width: 768px){.modal-body .wpcf7 .wpcf7-form .form-row{grid-template-columns:1fr}}.modal-body .wpcf7 .wpcf7-form .form-row.full-width{grid-template-columns:1fr}.modal-body .wpcf7 .wpcf7-form label{display:block;font-weight:500;margin-bottom:0;color:#1f2937;font-size:.875rem}.modal-body .wpcf7 .wpcf7-form label br{display:none}.modal-body .wpcf7 .wpcf7-form label .required{color:#ef4444;margin-left:2px}.modal-body .wpcf7 .wpcf7-form input[type=text],.modal-body .wpcf7 .wpcf7-form input[type=email],.modal-body .wpcf7 .wpcf7-form input[type=tel],.modal-body .wpcf7 .wpcf7-form input[type=number],.modal-body .wpcf7 .wpcf7-form select,.modal-body .wpcf7 .wpcf7-form textarea{display:block;width:100%;margin-top:.3rem;padding:.55rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1f2937}.modal-body .wpcf7 .wpcf7-form input[type=text]:focus,.modal-body .wpcf7 .wpcf7-form input[type=email]:focus,.modal-body .wpcf7 .wpcf7-form input[type=tel]:focus,.modal-body .wpcf7 .wpcf7-form input[type=number]:focus,.modal-body .wpcf7 .wpcf7-form select:focus,.modal-body .wpcf7 .wpcf7-form textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.1)}.modal-body .wpcf7 .wpcf7-form input[type=text]::placeholder,.modal-body .wpcf7 .wpcf7-form input[type=email]::placeholder,.modal-body .wpcf7 .wpcf7-form input[type=tel]::placeholder,.modal-body .wpcf7 .wpcf7-form input[type=number]::placeholder,.modal-body .wpcf7 .wpcf7-form select::placeholder,.modal-body .wpcf7 .wpcf7-form textarea::placeholder{color:#9ca3af}.modal-body .wpcf7 .wpcf7-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;padding-right:2rem;cursor:pointer}.modal-body .wpcf7 .wpcf7-form textarea{min-height:90px;resize:vertical}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance{margin:.75rem 0}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance label{font-weight:400;font-size:.8rem;margin:0;cursor:pointer;line-height:1.6}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance label .wpcf7-form-control-wrap{display:inline-block;width:auto;vertical-align:middle;margin-right:.4rem}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance label input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:#f59e0b;vertical-align:middle;margin-bottom:.1rem}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance label br{display:none}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance label a{color:#f59e0b;text-decoration:underline}.modal-body .wpcf7 .wpcf7-form .wpcf7-acceptance label a:hover{text-decoration:none}.modal-body .wpcf7 .wpcf7-form .voice-transcription{margin-top:.4rem}.modal-body .wpcf7 .wpcf7-form .voice-transcription .voice-unsupported{font-size:.75rem;color:#6b7280;margin:0}.modal-body .wpcf7 .wpcf7-form .voice-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem .35rem .6rem;border:1px solid #d1d5db;border-radius:99px;background:#f9fafb;color:#1f2937;font-size:.78rem;font-weight:500;cursor:pointer;transition:border-color .2s,background .2s,color .2s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.modal-body .wpcf7 .wpcf7-form .voice-btn .voice-btn-icon{display:flex;align-items:center}.modal-body .wpcf7 .wpcf7-form .voice-btn .voice-btn-icon svg{width:.9rem;height:.9rem;stroke:currentColor}.modal-body .wpcf7 .wpcf7-form .voice-btn:hover{border-color:#f59e0b;background:rgba(245,158,11,.05);color:#f59e0b}.modal-body .wpcf7 .wpcf7-form .voice-btn.recording{background:#fef2f2;border-color:#ef4444;color:#dc2626;animation:voice-pulse-border 1.4s ease-in-out infinite}.modal-body .wpcf7 .wpcf7-form .voice-live{display:flex;align-items:center;gap:.5rem;margin-top:.4rem;padding:.4rem .75rem;background:#fef2f2;border-radius:6px;font-size:.78rem;color:#dc2626}.modal-body .wpcf7 .wpcf7-form .voice-live .voice-pulse-dot{flex-shrink:0;width:.5rem;height:.5rem;border-radius:50%;background:#ef4444;animation:voice-dot-pulse 1s ease-in-out infinite}.modal-body .wpcf7 .wpcf7-form .voice-live .voice-live-label{font-weight:600;white-space:nowrap}.modal-body .wpcf7 .wpcf7-form .voice-live .voice-interim{color:#6b7280;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.modal-body .wpcf7 .wpcf7-form .wpcf7-submit{width:100%;padding:1rem 2rem;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.modal-body .wpcf7 .wpcf7-form .wpcf7-submit:hover{background:rgb(196.9291338583,126.7125984252,8.0708661417);transform:translateY(-2px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.modal-body .wpcf7 .wpcf7-form .wpcf7-submit:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.modal-body .wpcf7 .wpcf7-form .wpcf7-not-valid-tip{color:#ef4444;font-size:.875rem;margin-top:.25rem}.modal-body .wpcf7 .wpcf7-form .wpcf7-response-output{margin:1rem 0 0;padding:1rem;border-radius:8px;font-size:.95rem}.modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.modal-body .wpcf7 .wpcf7-form .wpcf7-spinner{display:inline-block;width:1.5rem;height:1.5rem;border:3px solid rgba(245,158,11,.3);border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite;margin-left:.5rem}@keyframes voice-dot-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(0.75)}}@keyframes voice-pulse-border{0%,100%{box-shadow:0 0 0 0 rgba(239,68,68,.25)}50%{box-shadow:0 0 0 4px rgba(239,68,68,0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{transform:scale(0.9)}to{transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.btn-open-quote-modal{cursor:pointer}.btn-open-quote-modal:hover{transform:translateY(-2px)}#ast-scroll-top{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:#f59e0b;color:#fff;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:998;box-shadow:0 10px 25px rgba(0,0,0,.15);transition:all .3s ease;opacity:0;transform:translateY(20px) scale(0.8)}@media(max-width: 768px){#ast-scroll-top{width:48px;height:48px;bottom:1.5rem;right:1.5rem}}#ast-scroll-top.ast-scroll-to-top-show{display:flex;opacity:1;transform:translateY(0) scale(1)}#ast-scroll-top svg,#ast-scroll-top .ast-icon{display:none !important}#ast-scroll-top::before{content:"";width:28px;height:28px;display:block;margin:8px auto;background-image:url("../icons/arrow-up.svg");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease}#ast-scroll-top:hover{background:rgb(196.9291338583,126.7125984252,8.0708661417);transform:translateY(-4px) scale(1.05);box-shadow:0 15px 35px rgba(245,158,11,.4)}#ast-scroll-top:hover::before{transform:translateY(-3px)}#ast-scroll-top:active{transform:translateY(-2px) scale(1)}#ast-scroll-top:focus{outline:none;box-shadow:0 0 0 3px rgba(245,158,11,.3),0 15px 35px rgba(245,158,11,.4)}#ast-scroll-top.ast-scroll-to-top-left{left:2rem;right:auto}@media(max-width: 768px){#ast-scroll-top.ast-scroll-to-top-left{left:1.5rem}}#ast-scroll-top.ast-scroll-to-top-right{right:2rem;left:auto}@media(max-width: 768px){#ast-scroll-top.ast-scroll-to-top-right{right:1.5rem}}#ast-scroll-top .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.hero-section{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #1e293b 0%, rgb(12.808988764, 17.5056179775, 25.191011236) 100%);color:#fff;text-align:center;padding:4rem 1.5rem;overflow:hidden}@media(min-width: 1024px){.hero-section{min-height:700px}}.hero-section .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../img/slider-bg.jpg");background-size:cover;background-position:center;opacity:.2;z-index:1}.hero-section .container{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.hero-section .hero-content{max-width:800px}.hero-section .hero-content h1{color:#fff;font-size:2.5rem;margin-bottom:2rem}@media(min-width: 768px){.hero-section .hero-content h1{font-size:3.5rem}}.hero-section .hero-content p{font-size:1.25rem;margin-bottom:3rem;color:hsla(0,0%,100%,.9)}.hero-section .hero-content .cta-buttons{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.services-section .service-card{position:relative;background-size:cover;background-position:center;border-radius:1rem;transition:all .3s ease;text-align:center;overflow:hidden;min-height:320px;display:flex;align-items:flex-end;cursor:pointer}.services-section .service-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-image:inherit;filter:blur(0px);-webkit-filter:blur(0px);z-index:1;transition:all .3s ease;opacity:0}.services-section .service-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.services-section .service-card:hover::before{filter:blur(12px);-webkit-filter:blur(12px);opacity:1}.services-section .service-card:hover .service-card-overlay{opacity:.9;background:linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 100%)}.services-section .service-card:hover .service-card-content h3{margin-bottom:1.5rem}.services-section .service-card:hover .service-card-content p{max-height:200px;opacity:1}.services-section .service-card .service-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%);z-index:2;transition:all .3s ease}.services-section .service-card .service-card-content{position:relative;z-index:3;width:100%;padding:3rem;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.services-section .service-card .service-card-content h3{color:#fff;font-size:1.5rem;font-weight:700;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.3);transition:all .3s ease;margin:0}.services-section .service-card .service-card-content p{color:#fff;line-height:1.6;text-align:center;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.realizacje-section{background-color:#fff;overflow:hidden}.realizacje-section .realizacje-carousel-wrapper{position:relative;padding:0 52px}@media(max-width: 767px){.realizacje-section .realizacje-carousel-wrapper{padding:0}}.realizacje-section .realizacje-carousel-wrapper .realizacjeSwiper{padding-bottom:3rem;overflow:visible}@media(max-width: 1024px){.realizacje-section .realizacje-carousel-wrapper .realizacjeSwiper{overflow:hidden}}.realizacje-section .realizacje-carousel-wrapper .realizacjeSwiper .swiper-slide{height:auto;display:flex}@media(max-width: 1024px){.realizacje-section .realizacje-carousel-wrapper .realizacjeSwiper .swiper-wrapper{will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}}.realizacje-section .realizacje-carousel-wrapper .swiper-button-next,.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev{width:40px;height:40px;background:rgba(0,0,0,0);border:1.5px solid rgba(0,0,0,.18);border-radius:2px;transition:all .3s ease;top:50%;transform:translateY(-50%);margin-top:0}.realizacje-section .realizacje-carousel-wrapper .swiper-button-next:after,.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev:after{font-size:13px;font-weight:600;color:#1f2937;transition:color .3s ease}.realizacje-section .realizacje-carousel-wrapper .swiper-button-next:hover,.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev:hover{border-color:#f59e0b;background:#f59e0b}.realizacje-section .realizacje-carousel-wrapper .swiper-button-next:hover:after,.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev:hover:after{color:#fff}.realizacje-section .realizacje-carousel-wrapper .swiper-button-next.swiper-button-disabled,.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev.swiper-button-disabled{opacity:.25;pointer-events:none}@media(max-width: 767px){.realizacje-section .realizacje-carousel-wrapper .swiper-button-next,.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev{display:none}}.realizacje-section .realizacje-carousel-wrapper .swiper-button-next{right:0}.realizacje-section .realizacje-carousel-wrapper .swiper-button-prev{left:0}.realizacje-section .realizacje-carousel-wrapper .swiper-pagination{bottom:0}.realizacje-section .realizacje-carousel-wrapper .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;background-color:rgba(0,0,0,.2);opacity:1;border-radius:50%;transition:all .3s ease}.realizacje-section .realizacje-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active{background-color:#f59e0b;width:24px;border-radius:3px}.realizacje-section .realizacja-card-link{text-decoration:none;display:block;height:100%}.realizacje-section .realizacja-card{position:relative;overflow:hidden;border-radius:3px;height:100%}.realizacje-section .realizacja-card::after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#f59e0b;transition:width .4s cubic-bezier(0.4, 0, 0.2, 1);z-index:10}.realizacje-section .realizacja-card:hover::after{width:100%}.realizacje-section .realizacja-card:hover .realizacja-image-wrapper img{transform:scale(1.05)}.realizacje-section .realizacja-card:hover .realizacja-overlay{background:linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 60%, transparent 100%)}.realizacje-section .realizacja-card .realizacja-image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden;display:block}@media(max-width: 768px){.realizacje-section .realizacja-card .realizacja-image-wrapper{aspect-ratio:16/9}}.realizacje-section .realizacja-card .realizacja-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(0.4, 0, 0.2, 1);display:block}.realizacje-section .realizacja-card .realizacja-image-wrapper .realizacja-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.08) 55%, transparent 100%);transition:background .35s ease;display:flex;align-items:flex-end;padding:1rem 1.5rem}@media(max-width: 768px){.realizacje-section .realizacja-card .realizacja-image-wrapper .realizacja-overlay{padding:1rem}}.realizacje-section .realizacja-card .realizacja-image-wrapper .realizacja-overlay h3{margin:0;font-size:.82rem;color:#fff;font-weight:400;letter-spacing:.04em;text-transform:uppercase;line-height:1.4;text-shadow:0 1px 3px rgba(0,0,0,.5)}@media(max-width: 768px){.realizacje-section .realizacja-card .realizacja-image-wrapper .realizacja-overlay h3{font-size:.78rem}}.why-us-section{position:relative;overflow:hidden}.why-us-section .why-us-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../img/contact.jpg");background-size:cover;background-position:center;background-attachment:fixed;z-index:1}.why-us-section .why-us-background::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.82);backdrop-filter:blur(2px);z-index:2}.why-us-section .container{position:relative;z-index:10}.page-header{background-color:#f9fafb;text-align:center}.page-header h1{margin-bottom:1.5rem}.page-header p{max-width:800px;margin-left:auto;margin-right:auto}.filters-section{padding:3rem 0;background-color:#fff}.filters-section .flex{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.filters-section .btn,.filters-section .wpcf7 .wpcf7-form input[type=submit],.wpcf7 .wpcf7-form .filters-section input[type=submit]{white-space:nowrap}.realizacje-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width: 768px){.realizacje-grid{grid-template-columns:repeat(2, 1fr);gap:3rem}}@media(min-width: 1024px){.realizacje-grid{grid-template-columns:repeat(3, 1fr);gap:4rem}}.realizacja-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform .3s ease;display:flex;flex-direction:column;height:100%}.realizacja-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.realizacja-card .realizacja-image{aspect-ratio:16/9;overflow:hidden;background-color:#f9fafb}.realizacja-card .realizacja-image a{display:block;width:100%;height:100%}.realizacja-card .realizacja-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.realizacja-card .realizacja-image .placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;font-size:4rem}.realizacja-card:hover .realizacja-image img{transform:scale(1.05)}.realizacja-card .realizacja-content{padding:2rem;flex:1;display:flex;flex-direction:column}.realizacja-card .realizacja-content h3{margin-bottom:1rem;font-size:1.25rem}.realizacja-card .realizacja-content h3 a{color:#1f2937;text-decoration:none;transition:color .3s ease}.realizacja-card .realizacja-content h3 a:hover{color:#f59e0b}.realizacja-card .realizacja-content .realizacja-meta{display:flex;gap:1.5rem;font-size:.875rem;color:#6b7280;margin-bottom:1.5rem;flex-wrap:wrap}.realizacja-card .realizacja-content .realizacja-meta span{display:flex;align-items:center;gap:.25rem}.realizacja-card .realizacja-content p{margin-bottom:1.5rem;flex:1;color:#6b7280}.realizacja-card .realizacja-content .btn,.realizacja-card .realizacja-content .wpcf7 .wpcf7-form input[type=submit],.wpcf7 .wpcf7-form .realizacja-card .realizacja-content input[type=submit]{margin-top:auto;align-self:flex-start}.pagination{margin-top:4rem;display:flex;justify-content:center}.pagination .nav-links{display:flex;gap:1rem;align-items:center}.pagination .nav-links a,.pagination .nav-links span{padding:1rem 1.5rem;border:1px solid #6b7280;border-radius:.5rem;text-decoration:none;color:#1f2937;transition:all .3s ease}.pagination .nav-links a:hover,.pagination .nav-links span:hover{background-color:#f59e0b;color:#fff;border-color:#f59e0b}.pagination .nav-links a.current,.pagination .nav-links span.current{background-color:#f59e0b;color:#fff;border-color:#f59e0b}.realizacja-hero-wrapper{position:relative;margin-bottom:8rem}@media(max-width: 768px){.realizacja-hero-wrapper{margin-bottom:6rem}}.realizacja-hero-image{position:relative;width:100%;height:500px;overflow:hidden;background:#f9fafb}@media(max-width: 768px){.realizacja-hero-image{height:400px}}@media(max-width: 640px){.realizacja-hero-image{height:300px}}.realizacja-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.realizacja-content-card{position:relative;background:hsla(0,0%,100%,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:3rem;margin-top:-7rem;box-shadow:0 20px 60px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}@media(max-width: 1024px){.realizacja-content-card{margin-top:-6rem;padding:2.5rem}}@media(max-width: 768px){.realizacja-content-card{margin-top:-8rem;padding:2rem;border-radius:20px}}@media(max-width: 640px){.realizacja-content-card{margin-top:-6rem;padding:1.5rem;border-radius:16px;margin-left:1rem;margin-right:1rem}}.realizacja-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:2rem;line-height:1.2}@media(max-width: 768px){.realizacja-title{font-size:2rem;margin-bottom:1.5rem}}@media(max-width: 640px){.realizacja-title{font-size:1.75rem;margin-bottom:1.25rem}}.realizacja-meta-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.08)}@media(max-width: 768px){.realizacja-meta-grid{grid-template-columns:repeat(2, 1fr);gap:1.25rem}}@media(max-width: 640px){.realizacja-meta-grid{grid-template-columns:1fr;gap:1rem}}.realizacja-meta-item{display:flex;align-items:flex-start;gap:1rem}@media(max-width: 640px){.realizacja-meta-item{gap:.75rem}}.realizacja-meta-icon{width:24px;height:24px;color:#f59e0b;flex-shrink:0;margin-top:2px}@media(max-width: 640px){.realizacja-meta-icon{width:20px;height:20px}}.realizacja-meta-label{display:block;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}@media(max-width: 640px){.realizacja-meta-label{font-size:.75rem}}.realizacja-meta-value{display:block;font-size:1.125rem;font-weight:500;color:#1f2937}@media(max-width: 640px){.realizacja-meta-value{font-size:1rem}}.realizacja-description{color:#4b5563;font-size:1.125rem;line-height:1.75;margin-bottom:2rem}@media(max-width: 640px){.realizacja-description{font-size:1rem;line-height:1.6}}.realizacja-description p{margin-bottom:1.5rem}.realizacja-description p:last-child{margin-bottom:0}.realizacja-description ul,.realizacja-description ol{margin-bottom:1.5rem;padding-left:1.5rem}.realizacja-description li{margin-bottom:.5rem}.realizacja-description strong{font-weight:600;color:#1f2937}.realizacja-scope,.realizacja-materials{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.08)}.realizacja-scope:last-of-type,.realizacja-materials:last-of-type{border-bottom:none;padding-bottom:0}.realizacja-section-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}@media(max-width: 640px){.realizacja-section-title{font-size:1.25rem}}.realizacja-scope-content,.realizacja-materials-content{color:#4b5563;font-size:1rem;line-height:1.6}.realizacja-scope-content ul,.realizacja-scope-content ol,.realizacja-materials-content ul,.realizacja-materials-content ol{padding-left:1.5rem}.realizacja-scope-content ul li,.realizacja-scope-content ol li,.realizacja-materials-content ul li,.realizacja-materials-content ol li{margin-bottom:.5rem}.realizacja-scope-content ul li::marker,.realizacja-scope-content ol li::marker,.realizacja-materials-content ul li::marker,.realizacja-materials-content ol li::marker{color:#f59e0b}.realizacja-scope-content p,.realizacja-materials-content p{margin-bottom:.75rem}.realizacja-scope-content p:last-child,.realizacja-materials-content p:last-child{margin-bottom:0}.realizacja-gallery-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.btn-gallery-open{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 2rem;background:#f59e0b;color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(245,158,11,.2)}@media(max-width: 640px){.btn-gallery-open{font-size:1rem;padding:.875rem 1.5rem;border-radius:10px}}.btn-gallery-open svg{width:24px;height:24px}@media(max-width: 640px){.btn-gallery-open svg{width:20px;height:20px}}.btn-gallery-open:hover{background:rgb(221.4251968504,142.4744094488,9.0748031496);transform:translateY(-2px);box-shadow:0 6px 20px rgba(245,158,11,.3)}.btn-gallery-open:active{transform:translateY(0)}.gallery-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:none;opacity:0;transition:opacity .3s ease}.gallery-modal.active{display:block;opacity:1}.gallery-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);backdrop-filter:blur(10px)}.gallery-modal-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}@media(max-width: 640px){.gallery-modal-container{padding:1rem}}.gallery-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:all .3s ease}@media(max-width: 640px){.gallery-modal-close{top:1rem;right:1rem;width:40px;height:40px}}.gallery-modal-close svg{width:24px;height:24px;color:#fff}@media(max-width: 640px){.gallery-modal-close svg{width:20px;height:20px}}.gallery-modal-close:hover{background:hsla(0,0%,100%,.2);transform:rotate(90deg)}.gallery-swiper{width:100%;max-width:1200px;height:80vh}@media(max-width: 768px){.gallery-swiper{height:70vh}}@media(max-width: 640px){.gallery-swiper{height:60vh}}.gallery-swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-swiper .swiper-slide img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.gallery-swiper .gallery-caption{margin-top:1rem;padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border-radius:8px;color:#fff;font-size:.9rem;text-align:center}.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{width:48px;height:48px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;color:#fff;transition:all .3s ease}@media(max-width: 640px){.gallery-swiper .swiper-button-next,.gallery-swiper .swiper-button-prev{width:40px;height:40px}}.gallery-swiper .swiper-button-next::after,.gallery-swiper .swiper-button-prev::after{font-size:20px;font-weight:900}@media(max-width: 640px){.gallery-swiper .swiper-button-next::after,.gallery-swiper .swiper-button-prev::after{font-size:16px}}.gallery-swiper .swiper-button-next:hover,.gallery-swiper .swiper-button-prev:hover{background:hsla(0,0%,100%,.2)}.gallery-swiper .swiper-button-next.swiper-button-disabled,.gallery-swiper .swiper-button-prev.swiper-button-disabled{opacity:.3;cursor:not-allowed}.gallery-swiper .swiper-pagination{bottom:0}.gallery-swiper .swiper-pagination .swiper-pagination-bullet{background:hsla(0,0%,100%,.5);opacity:1;transition:all .3s ease}.gallery-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#fff;width:30px;border-radius:6px}.gallery-counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);padding:.75rem 1.5rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:24px;color:#fff;font-size:1rem;font-weight:600;z-index:10001}@media(max-width: 640px){.gallery-counter{bottom:1rem;font-size:.875rem;padding:.5rem 1rem}}.gallery-counter .gallery-current{color:#f59e0b}.realizacja-gallery .gallery-item{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:12px;background:#f9fafb;cursor:pointer}@media(max-width: 640px){.realizacja-gallery .gallery-item{border-radius:8px}}.realizacja-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.realizacja-gallery .gallery-item:hover img{transform:scale(1.05)}.realizacja-hero{position:relative;height:500px;overflow:hidden;margin-bottom:3rem}@media(max-width: 768px){.realizacja-hero{height:400px}}@media(max-width: 640px){.realizacja-hero{height:300px}}.realizacja-hero .realizacja-hero-image{width:100%;height:100%}.realizacja-hero .realizacja-hero-image img{width:100%;height:100%;object-fit:cover}.realizacja-cta-section h2,.realizacja-cta-section p,.realizacja-cta-section a{color:#fff !important}.realizacja-cta-section h2{color:#fff !important}.realizacja-cta-section p{color:#fff !important;opacity:.95}.page-template-page-kontakt .page-header{position:relative;background:none;padding:8rem 0 6rem;min-height:400px;display:flex;align-items:center;overflow:hidden}.page-template-page-kontakt .page-header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../img/contact.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2}.page-template-page-kontakt .page-header::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:-1}.page-template-page-kontakt .page-header h1,.page-template-page-kontakt .page-header p{color:#fff;position:relative;z-index:1}.page-template-page-kontakt .page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}@media(max-width: 768px){.page-template-page-kontakt .page-header h1{font-size:2rem}}.page-template-page-kontakt .page-header p{font-size:1.25rem;opacity:.95}.contact-section{position:relative;min-height:700px;padding:4rem 0;overflow:hidden}@media(min-width: 1024px){.contact-section{min-height:800px;padding:6rem 0}}.map-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.map-background::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.5);backdrop-filter:blur(1px);z-index:2}.map-background iframe{width:100%;height:100%;filter:grayscale(20%) brightness(1) contrast(1.05) saturate(0.8)}.contact-content-grid{position:relative;z-index:10;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width: 1024px){.contact-content-grid{grid-template-columns:1fr 1fr;gap:3rem}}.contact-info-box{background:hsla(0,0%,100%,.95);padding:3rem;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06)}.contact-info-box h2{font-size:1.75rem;font-weight:600;margin-bottom:2.5rem;color:#1e293b;letter-spacing:-0.01em}.contact-form-box{background:hsla(0,0%,100%,.95);padding:3rem;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.08);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.06)}.contact-form-box h2{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#1e293b;letter-spacing:-0.01em}.contact-form-box .form-intro{color:#6b7280;margin-bottom:2.5rem;font-size:.95rem}.contact-info-item{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.06)}.contact-info-item:last-of-type{border-bottom:none;padding-bottom:0}.contact-info-item .contact-icon{flex-shrink:0}.contact-info-item .contact-icon svg{width:2.5rem;height:2.5rem;color:#f59e0b;stroke-width:1.5}.contact-info-item .contact-details h3{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.contact-info-item .contact-details p{color:#1e293b;line-height:1.6;margin:0;font-size:1rem;font-weight:400}.contact-info-item .contact-details a{color:#1e293b;text-decoration:none;transition:color .3s ease}.contact-info-item .contact-details a:hover{color:#f59e0b}.contact-social{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.contact-social h3{font-size:.875rem;font-weight:600;margin-bottom:1rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.social-links{display:flex;gap:.75rem}.social-links .social-link{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#fff;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:.95rem;border:none;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.social-links .social-link svg{width:1.25rem;height:1.25rem;flex-shrink:0}.social-links .social-link span{color:inherit}.social-links .social-link.social-facebook{background:#1877f2}.social-links .social-link.social-facebook:hover{background:#0d65d9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(24,119,242,.3)}.social-links .social-link.social-instagram{background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)}.social-links .social-link.social-instagram:hover{background:linear-gradient(45deg, #d87e2a 0%, #cd5a30 25%, #c31f38 50%, #b31c5a 75%, #a2147a 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(225,48,108,.3)}.wpcf7 .wpcf7-form p{margin-bottom:2rem}.wpcf7 .wpcf7-form label{display:block;margin-bottom:.5rem;color:#6b7280;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.wpcf7 .wpcf7-form input[type=text],.wpcf7 .wpcf7-form input[type=email],.wpcf7 .wpcf7-form input[type=tel],.wpcf7 .wpcf7-form input[type=url],.wpcf7 .wpcf7-form textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:2px;font-size:.95rem;font-family:inherit;transition:all .3s ease;background:#fff}.wpcf7 .wpcf7-form input[type=text]:focus,.wpcf7 .wpcf7-form input[type=email]:focus,.wpcf7 .wpcf7-form input[type=tel]:focus,.wpcf7 .wpcf7-form input[type=url]:focus,.wpcf7 .wpcf7-form textarea:focus{outline:none;border-color:#1e293b;box-shadow:0 0 0 1px #1e293b}.wpcf7 .wpcf7-form textarea{min-height:150px;resize:vertical}.wpcf7 .wpcf7-form input[type=submit]{width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:2px;cursor:pointer;margin-top:1.5rem;text-transform:uppercase;letter-spacing:.05em}.wpcf7 .wpcf7-form input[type=submit]:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.15)}.wpcf7 .wpcf7-not-valid-tip{color:#dc3545;font-size:.875rem;margin-top:1rem}.wpcf7 .wpcf7-response-output{margin:2rem 0 0;padding:1.5rem;border-radius:8px;font-size:.95rem}.wpcf7 .wpcf7-response-output.wpcf7-validation-errors{background:#fff3cd;color:#856404;border:1px solid #ffeeba}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.wpcf7 .wpcf7-spinner{margin-left:1.5rem}.cta-section{background:linear-gradient(135deg, #f59e0b 0%, #1e293b 100%);padding:4rem 0;text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;font-weight:bold;margin-bottom:2rem;color:#fff}.cta-section p{font-size:1.25rem;margin-bottom:3rem;color:hsla(0,0%,100%,.95)}.cta-section .cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.btn-outline-white{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.btn-outline-white:hover{background:#fff;color:#f59e0b}.text-white{color:#fff !important}.mb-6{margin-bottom:3rem}.bg-primary{background-color:#f59e0b}.quote-cta-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width: 768px){.quote-cta-wrapper{grid-template-columns:1fr;gap:2rem}}.quote-cta-content{max-width:600px}@media(max-width: 768px){.quote-cta-content{max-width:100%;order:2}}.quote-cta-content h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}@media(max-width: 768px){.quote-cta-content h2{font-size:1.5rem}}.quote-cta-content>p{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.quote-cta-content>p:last-of-type{margin-top:1.5rem;margin-bottom:0;font-size:1rem}.quote-cta-content>p:last-of-type a{color:#f59e0b;font-weight:600;text-decoration:none;transition:color .3s ease}.quote-cta-content>p:last-of-type a:hover{color:rgb(196.9291338583,126.7125984252,8.0708661417)}.quote-cta-icon{width:80px;height:80px;background:rgba(245,158,11,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.quote-cta-icon svg{width:40px;height:40px;color:#f59e0b}.quote-benefits{list-style:none;padding:0;margin:0 0 2rem 0}.quote-benefits li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.quote-benefits li:last-child{margin-bottom:0}.quote-benefits li svg{width:24px;height:24px;color:#10b981;flex-shrink:0}.quote-benefits li span{color:#6b7280;font-size:1rem;line-height:1.5}.quote-cta-image{position:relative;width:100%;height:100%;min-height:400px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}@media(max-width: 768px){.quote-cta-image{min-height:300px;order:1}}.quote-cta-image:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.quote-cta-image img{width:100%;height:100%;object-fit:cover;display:block}.quote-cta-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.quote-cta-button svg{width:1.25rem;height:1.25rem;flex-shrink:0}.quote-cta-button span{display:inline-block}.pricing-page .pricing-hero{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}@media(max-width: 768px){.pricing-page .pricing-hero{min-height:400px}}.pricing-page .pricing-hero .pricing-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("../img/planning.jpg");background-size:cover;background-position:center;z-index:1}.pricing-page .pricing-hero .pricing-hero-background::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:2}.pricing-page .pricing-hero .pricing-hero-content{position:relative;z-index:10;text-align:center;max-width:900px;margin:0 auto;padding:2rem}.pricing-page .pricing-hero .pricing-hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;animation-delay:.1s}@media(max-width: 768px){.pricing-page .pricing-hero .pricing-hero-content h1{font-size:2.5rem}}.pricing-page .pricing-hero .pricing-hero-content .text-large{color:hsla(0,0%,100%,.95);font-size:1.5rem;margin-bottom:2.5rem;animation-delay:.2s}@media(max-width: 768px){.pricing-page .pricing-hero .pricing-hero-content .text-large{font-size:1.25rem}}.pricing-page .pricing-hero .pricing-badges{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;animation-delay:.3s}@media(max-width: 768px){.pricing-page .pricing-hero .pricing-badges{gap:1rem}}.pricing-page .pricing-hero .pricing-badges .badge{display:flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:50px;border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease}@media(max-width: 768px){.pricing-page .pricing-hero .pricing-badges .badge{padding:.5rem 1rem;font-size:.9rem}}.pricing-page .pricing-hero .pricing-badges .badge:hover{background:hsla(0,0%,100%,.25);transform:translateY(-2px)}.pricing-page .pricing-hero .pricing-badges .badge .icon-outline{width:1.5rem;height:1.5rem;color:#fff}@media(max-width: 768px){.pricing-page .pricing-hero .pricing-badges .badge .icon-outline{width:1.25rem;height:1.25rem}}.pricing-page .pricing-hero .pricing-badges .badge span{font-weight:500;white-space:nowrap}.pricing-page .pricing-tables-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}@media(max-width: 768px){.pricing-page .pricing-tables-grid{grid-template-columns:1fr;gap:1.5rem}}.pricing-page .pricing-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;transition:all .3s ease}.pricing-page .pricing-table:hover{box-shadow:0 10px 25px rgba(0,0,0,.08);transform:translateY(-5px);border-color:#f59e0b}.pricing-page .pricing-table .pricing-table-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.pricing-page .pricing-table .pricing-table-header .pricing-icon{width:3rem;height:3rem;color:#f59e0b;margin:0 auto 1rem;stroke-width:1.5}.pricing-page .pricing-table .pricing-table-header h3{font-size:1.5rem;color:#1f2937;margin:0}.pricing-page .pricing-table .pricing-list{list-style:none;padding:0;margin:0}.pricing-page .pricing-table .pricing-list li{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #f3f4f6;gap:1rem}.pricing-page .pricing-table .pricing-list li:last-child{border-bottom:none}.pricing-page .pricing-table .pricing-list li span{color:#6b7280;flex:1}.pricing-page .pricing-table .pricing-list li strong{color:#f59e0b;font-weight:600;white-space:nowrap;font-size:1.1rem}.pricing-page .pricing-note{display:flex;gap:1.5rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1.5rem;margin-top:2rem}@media(max-width: 768px){.pricing-page .pricing-note{flex-direction:column;gap:1rem}}.pricing-page .pricing-note svg{width:2.5rem;height:2.5rem;color:#f59e0b;flex-shrink:0}@media(max-width: 768px){.pricing-page .pricing-note svg{width:2rem;height:2rem}}.pricing-page .pricing-note h4{margin:0 0 .5rem 0;font-size:1.25rem;color:#92400e}.pricing-page .pricing-note p{margin:0;color:#78350f;line-height:1.6}.pricing-page .pricing-note p strong{font-weight:600}.pricing-page .price-factors-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2rem}@media(max-width: 768px){.pricing-page .price-factors-grid{grid-template-columns:1fr;gap:1.5rem}}.pricing-page .price-factor{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease}.pricing-page .price-factor:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);transform:translateY(-3px)}.pricing-page .price-factor .price-factor-icon{width:4rem;height:4rem;background:rgba(245,158,11,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.pricing-page .price-factor .price-factor-icon svg{width:2rem;height:2rem;color:#f59e0b;stroke-width:1.5}.pricing-page .price-factor h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.pricing-page .price-factor p{color:#6b7280;line-height:1.7;margin:0}.pricing-page .cta-box{background:linear-gradient(135deg, #f59e0b 0%, rgb(196.9291338583, 126.7125984252, 8.0708661417) 100%);border-radius:16px;padding:3rem;text-align:center;color:#fff}@media(max-width: 768px){.pricing-page .cta-box{padding:2rem 1.5rem}}.pricing-page .cta-box .cta-content{max-width:800px;margin:0 auto}.pricing-page .cta-box .cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}@media(max-width: 768px){.pricing-page .cta-box .cta-content h2{font-size:2rem}}.pricing-page .cta-box .cta-content .text-large{color:hsla(0,0%,100%,.95);margin-bottom:2rem;font-size:1.25rem}@media(max-width: 768px){.pricing-page .cta-box .cta-content .text-large{font-size:1.1rem}}.pricing-page .cta-box .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pricing-page .cta-box .cta-buttons .btn,.pricing-page .cta-box .cta-buttons .wpcf7 .wpcf7-form input[type=submit],.wpcf7 .wpcf7-form .pricing-page .cta-box .cta-buttons input[type=submit]{display:inline-flex;align-items:center;gap:.5rem}.pricing-page .cta-box .cta-buttons .btn svg,.pricing-page .cta-box .cta-buttons .wpcf7 .wpcf7-form input[type=submit] svg,.wpcf7 .wpcf7-form .pricing-page .cta-box .cta-buttons input[type=submit] svg{width:1.25rem;height:1.25rem}.pricing-page .cta-box .cta-buttons .btn.btn-primary,.pricing-page .cta-box .cta-buttons .wpcf7 .wpcf7-form input[type=submit],.wpcf7 .wpcf7-form .pricing-page .cta-box .cta-buttons input[type=submit]{background:#fff;color:#f59e0b}.pricing-page .cta-box .cta-buttons .btn.btn-primary:hover,.pricing-page .cta-box .cta-buttons .wpcf7 .wpcf7-form input[type=submit]:hover,.wpcf7 .wpcf7-form .pricing-page .cta-box .cta-buttons input[type=submit]:hover{background:#f9fafb;transform:translateY(-2px)}.pricing-page .cta-box .cta-buttons .btn.btn-secondary,.pricing-page .cta-box .cta-buttons .wpcf7 .wpcf7-form input.btn-secondary[type=submit],.wpcf7 .wpcf7-form .pricing-page .cta-box .cta-buttons input.btn-secondary[type=submit]{background:rgba(0,0,0,0);border:2px solid #fff;color:#fff}.pricing-page .cta-box .cta-buttons .btn.btn-secondary:hover,.pricing-page .cta-box .cta-buttons .wpcf7 .wpcf7-form input.btn-secondary[type=submit]:hover,.wpcf7 .wpcf7-form .pricing-page .cta-box .cta-buttons input.btn-secondary[type=submit]:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.1rem}@media(max-width: 768px){.btn-large{padding:.875rem 1.5rem;font-size:1rem}}
