.site-header{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px #0000001a;position:relative}.site-header .logo a{font-size:1.5rem;font-weight:700;color:#1a1a1a;text-decoration:none}.site-header .main-nav ul{list-style:none;display:flex;gap:.2rem;position:relative;margin-left:auto}.site-header .main-nav ul li{position:relative}.site-header .main-nav ul li a,.site-header .main-nav ul li span{text-decoration:none;color:#333;font-weight:500;padding:.3rem;cursor:pointer}.site-header .main-nav ul li.dropdown .dropdown-menu{display:none;position:absolute;top:1.2rem;left:0;background:#fff;border:1px solid #eee;box-shadow:0 2px 8px #0000001a;z-index:1000;padding:.5rem 0;min-width:200px}.site-header .main-nav ul li.dropdown .dropdown-menu li{padding:0}.site-header .main-nav ul li.dropdown .dropdown-menu li a{display:block;padding:.5rem 1rem;color:#333;white-space:nowrap}.site-header .main-nav ul li.dropdown .dropdown-menu li a:hover{background-color:#f8f8f8}.site-header .main-nav ul li.dropdown:hover .dropdown-menu{display:block}.site-header .header-actions{display:flex;align-items:center;gap:1rem}.site-header .header-actions .phone-btn,.site-header .header-actions .book-btn{padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;border:none;border-radius:6px;text-decoration:none;transition:background-color .3s ease}.site-header .header-actions .phone-btn{background-color:#f5f5f5;color:#333}.site-header .header-actions .phone-btn:hover{background-color:#eaeaea}.site-header .header-actions .book-btn{background-color:#1d88e5;color:#fff}.site-header .header-actions .book-btn:hover{background-color:#146cc2}.site-header .header-actions.mobile-hidden{display:flex}.logo img{height:50px}.mobile-header-actions{display:none}.site-header.open .header-actions{display:none!important}.header-actions .phone-btn,.mobile-header-actions .phone-btn,.header-actions .book-btn,.mobile-header-actions .book-btn{padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;border:none;border-radius:6px;text-decoration:none;transition:background-color .3s ease}.header-actions .phone-btn,.mobile-header-actions .phone-btn{background-color:#f5f5f5;color:#333}.header-actions .book-btn,.mobile-header-actions .book-btn{background-color:#1d88e5;color:#fff}@media(max-width:768px){.site-header{padding:.7rem 1rem;align-items:center}.menu-toggle{display:inline-flex;flex-direction:column;justify-content:space-between;width:30px;height:22px;background:none;border:none;padding:0;margin-left:.5rem;cursor:pointer}.menu-toggle .bar{display:block;height:3px;background:#333;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.menu-toggle.open .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.main-nav{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;display:none;padding:1rem;z-index:1200}.mobile-header-actions{display:none;gap:.5rem;margin-bottom:.5rem}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:.75rem}.dropdown .dropdown-menu{position:static;box-shadow:none;border:none;padding-left:.5rem}.header-actions{display:flex;flex-direction:column;width:100%;gap:.5rem;margin-top:.5rem}.logo img{height:40px}.main-nav ul{flex-direction:column;gap:.5rem}.main-nav ul .dropdown .dropdown-menu{position:static;box-shadow:none}.main-nav ul .header-actions{flex-direction:column;width:100%;gap:.5rem}.main-nav ul .header-actions .phone-btn,.main-nav ul .header-actions .book-btn{width:100%;text-align:center}.header-actions{display:none!important}.mobile-header-actions{display:flex;flex-direction:column}}.site-footer{background-color:#f8f9fa;padding:40px 20px 20px;border-top:1px solid #e0e0e0;font-size:.95rem;color:#333}.site-footer .footer-content{width:100%;max-width:1200px;margin:0 auto}.site-footer .footer-content .footer-columns{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:20px}.site-footer .footer-content .footer-columns .footer-column{flex:1 1 200px;min-width:0}.site-footer .footer-content .footer-columns .footer-column h4{font-size:1.1em;margin-bottom:10px}.site-footer .footer-content .footer-columns .footer-column ul{list-style:none;padding:0}.site-footer .footer-content .footer-columns .footer-column ul li{margin-bottom:8px}.site-footer .footer-content .footer-columns .footer-column ul li a{text-decoration:none;color:#333}.site-footer .footer-content .footer-columns .footer-column ul li a:hover{color:#007bff}.site-footer .footer-content .footer-bottom{text-align:center;font-size:.85em;color:#666}@media(max-width:768px){.site-footer .footer-columns{flex-direction:column;align-items:stretch;gap:16px}.site-footer .footer-column{width:100%}}.home-page{font-family:Arial,sans-serif;color:#333}.home-page .hero{background:url(/assets/home-image-Ou-j4IBf.png) center/cover no-repeat;padding:100px 20px;text-align:center;color:#fff}.home-page .hero .hero-content{max-width:800px;margin:0 auto}.home-page .hero .hero-content h1{font-size:3rem;margin-bottom:20px}.home-page .hero .hero-content p{font-size:1.2rem;margin-bottom:30px}.home-page .hero .hero-content .btn-primary{background-color:#007bff;color:#fff;padding:15px 30px;text-decoration:none;border-radius:5px;font-size:1rem}.home-page .how-it-works{padding:60px 20px;background-color:#f9f9f9;text-align:center}.home-page .how-it-works h2{font-size:2rem;margin-bottom:40px}.home-page .how-it-works .steps{display:flex;justify-content:space-around;flex-wrap:wrap}.home-page .how-it-works .steps .step{flex:1 1 250px;margin:20px;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a}.home-page .how-it-works .steps .step h3{font-size:1.5rem;margin-bottom:10px}.home-page .how-it-works .steps .step p{font-size:1rem}.home-page .services{padding:60px 20px;text-align:center}.home-page .services h2{font-size:2rem;margin-bottom:40px}.home-page .services .service-list{display:flex;justify-content:space-around;flex-wrap:wrap}.home-page .services .service-list .service-item{flex:1 1 250px;margin:20px;padding:20px;background-color:#f1f1f1;border-radius:8px}.home-page .services .service-list .service-item h3{font-size:1.5rem;margin-bottom:10px}.home-page .services .service-list .service-item p{font-size:1rem}.home-page .services .btn-secondary{display:inline-block;margin-top:30px;background-color:#6c757d;color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px}.home-page .why-choose-us{padding:60px 20px;background-color:#fff}.home-page .why-choose-us h2,.home-page .why-choose-us h3{font-size:2rem;margin-bottom:20px}.home-page .why-choose-us p{font-size:1rem;margin-bottom:20px}.home-page .call-to-action{padding:60px 20px;background-color:#007bff;color:#fff;text-align:center}.home-page .call-to-action h2{font-size:2rem;margin-bottom:30px}.home-page .call-to-action .btn-primary{background-color:#fff;color:#007bff;padding:15px 30px;text-decoration:none;border-radius:5px;font-size:1rem}@media(max-width:768px){.home-page .hero{padding:60px 20px}.home-page .hero .hero-content h1{font-size:2rem}.home-page .hero .hero-content p{font-size:1rem}.home-page .how-it-works .steps,.home-page .services .service-list{flex-direction:column;align-items:center}.home-page .how-it-works .steps .step,.home-page .how-it-works .steps .service-item,.home-page .services .service-list .step,.home-page .services .service-list .service-item{margin:10px 0}}.about-us{padding:2rem;font-family:Arial,sans-serif;color:#333}.about-us .intro{max-width:800px;margin:0 auto;text-align:center}.about-us .intro h1{font-size:2.5rem;margin-bottom:1rem}.about-us .intro p{font-size:1.1rem;line-height:1.6}.about-us .how-it-works,.about-us .why-choose-us{margin-top:3rem}.about-us .how-it-works h2,.about-us .why-choose-us h2{text-align:center;font-size:2rem;margin-bottom:2rem}.about-us .how-it-works .steps,.about-us .how-it-works .features,.about-us .why-choose-us .steps,.about-us .why-choose-us .features{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.about-us .how-it-works .steps .step,.about-us .how-it-works .steps .feature,.about-us .how-it-works .features .step,.about-us .how-it-works .features .feature,.about-us .why-choose-us .steps .step,.about-us .why-choose-us .steps .feature,.about-us .why-choose-us .features .step,.about-us .why-choose-us .features .feature{flex:1 1 300px;max-width:300px;text-align:center}.about-us .how-it-works .steps .step img,.about-us .how-it-works .steps .feature img,.about-us .how-it-works .features .step img,.about-us .how-it-works .features .feature img,.about-us .why-choose-us .steps .step img,.about-us .why-choose-us .steps .feature img,.about-us .why-choose-us .features .step img,.about-us .why-choose-us .features .feature img{width:100%;height:auto;border-radius:8px}.about-us .how-it-works .steps .step h3,.about-us .how-it-works .steps .feature h3,.about-us .how-it-works .features .step h3,.about-us .how-it-works .features .feature h3,.about-us .why-choose-us .steps .step h3,.about-us .why-choose-us .steps .feature h3,.about-us .why-choose-us .features .step h3,.about-us .why-choose-us .features .feature h3{margin-top:1rem;font-size:1.2rem}.about-us .how-it-works .steps .step p,.about-us .how-it-works .steps .feature p,.about-us .how-it-works .features .step p,.about-us .how-it-works .features .feature p,.about-us .why-choose-us .steps .step p,.about-us .why-choose-us .steps .feature p,.about-us .why-choose-us .features .step p,.about-us .why-choose-us .features .feature p{margin-top:.5rem;font-size:1rem;line-height:1.4}@media(max-width:768px){.about-us{padding:1rem}.about-us .how-it-works .steps,.about-us .how-it-works .features,.about-us .why-choose-us .steps,.about-us .why-choose-us .features{flex-direction:column;align-items:center}}.how-we-work{padding:2rem;font-family:Helvetica Neue,sans-serif;color:#333;background-color:#f9f9f9}.how-we-work .intro{text-align:center;margin-bottom:2.5rem;background:#fff;border-radius:10px;width:100%;max-width:900px;margin:0 auto 2.5rem}.how-we-work .intro h1{font-size:2.8rem;font-weight:700;color:#1a1a1a}.how-we-work .intro .intro-image{margin-top:1rem}.how-we-work .intro .intro-image img{max-width:100%;height:auto;max-height:200px;width:100%;object-fit:cover;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:transform .3s ease-in-out;margin-top:-2rem}.how-we-work .intro .intro-image img:hover{transform:scale(1.03)}.how-we-work .section{margin-bottom:3rem;background:#fff;border-radius:10px;padding:2rem;box-shadow:0 0 10px #0000000d;width:100%;max-width:900px;margin:1% auto 0}.how-we-work .section h2{font-size:1.75rem;margin-bottom:1rem;font-weight:600;color:#444;text-align:center}.how-we-work .section p{max-width:900px;margin:0 auto 1.5rem;line-height:1.7;font-size:1.1rem;color:#555}.how-we-work .section .image-container{display:flex;justify-content:center;margin-top:1.5rem}.how-we-work .section .image-container img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.how-we-work .section .image-container img:hover{transform:scale(1.02)}@media(min-width:768px){.how-we-work .intro{width:50%;margin:0 auto 2.5rem}.how-we-work .section{width:50%;margin:1% auto 0}}@media(max-width:1024px){.how-we-work .section{padding:1.5rem}.how-we-work .section h2{font-size:1.5rem}.how-we-work .section p{font-size:1rem}}@media(max-width:768px){.how-we-work{padding:1rem}.how-we-work .intro h1{font-size:2.2rem}.how-we-work .section{padding:1rem}.how-we-work .section h2{font-size:1.3rem}.how-we-work .section p{font-size:.95rem}.how-we-work .section .image-container{flex-direction:column;align-items:center}.how-we-work .section .image-container img{width:100%}.how-we-work .section .intro .intro-image{margin-top:.5rem}.how-we-work .section .intro .intro-image img{border-radius:8px}}@media(max-width:480px){.how-we-work .intro h1{font-size:1.8rem}.how-we-work .section h2{font-size:1.2rem}.how-we-work .section p{font-size:.9rem}}.job-description{font-family:sans-serif;color:#000;background-color:#edeaea;border-radius:10px;display:flex;flex-direction:column;align-items:center;margin:1rem auto}.job-description p{line-height:1.5;font-size:1rem;text-align:justify}.job-description .section-description{background:#fff;border-radius:10px;padding:.5rem;box-shadow:0 0 10px #0000000d;margin-top:2rem}.job-description .requirements-row{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:1rem}.job-description .section-requirements{background:#fff;border-radius:10px;box-shadow:0 0 10px #0000000d;margin-top:1rem;flex:1 1 0}.job-description .div-test{float:right}.job-description ul{list-style-position:inside;text-align:left}.job-description .what-we-offer{background:#fff;border-radius:10px;padding:.5rem;box-shadow:0 0 10px #0000000d;margin-top:1rem;margin-bottom:1rem}.job-description .header-with-icon{display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%}.job-description .good-to-have-list{width:100%}@media(min-width:768px){.job-description .section-description{width:50%}.job-description .requirements-row{flex-direction:row;width:50%;margin:auto}.job-description .what-we-offer{width:20%;margin:1rem 0}}form .app-form{border-radius:10px;width:100%;max-width:720px;box-shadow:0 0 10px #0000000d;margin:2rem auto;text-align:left;padding:1rem;background-color:#edeaea}form{display:flex;flex-direction:column}form input,form textarea{padding:1.2rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}form button{background-color:#1c75bc;color:#fff;padding:1rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}form button:hover{background-color:#155a8a}form button[type=submit]{min-width:180px;display:flex;align-items:center;justify-content:center}form .input-group{position:relative;margin-top:1rem}form .input-group .error{position:absolute;top:-1.2em;left:0;color:red;font-size:.95em;margin-bottom:0;white-space:nowrap;pointer-events:none}form .row{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media(min-width:768px){form .row{flex-direction:row}form .app-form{width:60%}}.error{color:red;margin-bottom:.25rem;font-size:.85em}button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.thank-you-snackbar{margin:0 auto;padding:1rem;background:#518be3fa;color:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;font-size:1rem;text-align:center;width:100%;max-width:400px;transition:opacity .35s ease,transform .35s ease;z-index:100;cursor:pointer}.thank-you-snackbar.fade-in{opacity:1;transform:translateY(0)}.thank-you-snackbar.fade-out{opacity:0;transform:translateY(8px)}.thank-you-snackbar:not(.fade-in):not(.fade-out){opacity:0}p{margin:0;font-size:1em}h2{text-align:center}.card-component{background-color:#edeaea!important;border-radius:12px;box-shadow:0 2px 4px #0000001a;padding:20px;margin:10px auto;width:100%;max-width:720px}.feedback-header{text-align:center}.card-image{max-height:200px;height:auto;width:100%;object-fit:cover}@media(max-width:768px){header h1{font-size:1.5em}nav{flex-direction:column;align-items:center}nav a{margin:10px 0}main{padding:0 15px}main .review h3{font-size:1.1em}aside{margin-top:20px;padding:15px}}@media(max-width:480px){main h2{font-size:1.5em}.review{padding:15px 0}.review h3{font-size:1em}footer{font-size:.8em;padding:15px 0}}.services-page{padding:40px 20px;font-family:Arial,sans-serif;color:#333}.services-page .intro{text-align:center;margin-bottom:40px}.services-page .intro h1{font-size:2.5rem;margin-bottom:10px}.services-page .intro h2{font-size:1.5rem;margin-bottom:20px}.services-page .intro ul{list-style:none;padding:0;display:flex;justify-content:center;gap:15px}.services-page .intro ul li{padding:10px;border-radius:5px}.services-page .sectionContainer{display:flex;justify-content:center}.services-page .service-category{margin-bottom:30px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;width:100%;max-width:720px}.services-page .service-category h3{font-size:1.8rem;margin-bottom:10px;border-bottom:2px solid #007bff;display:inline-block;padding-bottom:5px}.services-page .service-category ul{list-style:disc;padding-left:20px;display:block;padding-left:1.5rem}.services-page .service-category ul li{margin-bottom:5px;display:list-item;word-break:break-word;list-style-type:none}@media(max-width:768px){.services-page .intro ul{flex-direction:column;align-items:center}.services-page .intro ul li{margin-bottom:10px}}@media(min-width:768px){.services-page .service-category{width:30%}.services-page .sectionContainer{display:flex;gap:1.5rem;justify-content:center;align-items:flex-start}}.help-page{padding:2rem;background-color:#f9f9f9;color:#333}.help-page .intro{text-align:center;margin-bottom:3rem}.help-page .intro h1{font-size:2.5rem;margin-bottom:1rem;color:#222}.help-page .intro p{font-size:1.2rem;color:#555}.help-page .faq{width:100%;max-width:800px;margin:0 auto}.help-page .faq .faq-item{background:#fff;border-radius:12px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 4px 10px #0000000d}.help-page .faq .faq-item h2{font-size:1.5rem;margin-bottom:.5rem;color:#111}.help-page .faq .faq-item p{font-size:1rem;line-height:1.6;color:#444}@media(max-width:768px){.help-page{padding:1.5rem}.help-page .intro h1{font-size:2rem}.help-page .intro p{font-size:1rem}.help-page .faq .faq-item{padding:1.25rem}.help-page .faq .faq-item h2{font-size:1.25rem}.help-page .faq .faq-item p{font-size:.95rem}}@media(max-width:480px){.help-page .intro h1{font-size:1.75rem}.help-page .intro p{font-size:.9rem}.help-page .faq .faq-item{padding:1rem}.help-page .faq .faq-item h2{font-size:1.1rem}.help-page .faq .faq-item p{font-size:.85rem}}.contact-page{padding:2rem;background-color:#f9f9f9;color:#333}.contact-page .contact-intro{text-align:center;margin-bottom:3rem}.contact-page .contact-intro h1{font-size:2.5rem;margin-bottom:1rem;color:#222}.contact-page .contact-intro p{font-size:1.2rem;color:#555}.contact-page .contact-info{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;width:100%;margin:0 auto}.contact-page .contact-info .info-block{flex:1 1 250px;background:#fff;padding:1rem;margin:1rem;border-radius:12px;box-shadow:0 4px 10px #0000000d}.contact-page .contact-info .info-block h1{text-align:center}.contact-page .contact-info .info-block h3{font-size:1.3rem;color:#111}.contact-page .contact-info .info-block h2{font-size:1.3rem;color:#111;text-align:center}.contact-page .contact-info .info-block p{font-size:1rem;color:#444}.contact-page .contact-info .info-block h3,.contact-page .contact-info .info-block p{margin-top:.25rem;margin-bottom:.25rem}.contact-page .contact-info img{max-width:100%;height:auto;display:block}.contact-page .contact-form{width:100%;max-width:820px;margin:0 auto}.contact-page .contact-form form{display:flex;flex-direction:column}.contact-page .contact-form form input,.contact-page .contact-form form textarea{padding:1rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.contact-page .contact-form form button{background-color:#1c75bc;color:#fff;padding:1rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.contact-page .contact-form form button:hover{background-color:#155a8a}.contact-page .feedback-form{text-align:center;border-radius:8px;width:100%;max-width:420px;margin:1rem auto;padding:1rem}@media(max-width:768px){.contact-page{padding:1.5rem}.contact-page .contact-intro h1{font-size:2rem}.contact-page .contact-info{flex-direction:column;align-items:center}}@media(min-width:768px){.contact-page .contact-page .contact-info{width:60%}.contact-page .contact-page .contact-form{width:80%}}@media(max-width:480px){.contact-page .contact-intro h1{font-size:1.75rem}.contact-page .contact-form form input,.contact-page .contact-form form textarea,.contact-page .contact-form form button{font-size:.9rem;padding:.75rem}}:root{--color-primary: #1d88e5;--color-bg: #ffffff;--color-muted: #666666;--max-width: 1200px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--color-bg);color:#222;line-height:1.4}.container{width:100%;padding-left:var(--spacing-md);padding-right:var(--spacing-md);margin-left:auto;margin-right:auto;max-width:var(--max-width)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}img{max-width:100%;height:auto;display:block}@media(min-width:768px){.container{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}
