*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff}body{margin:0;min-width:320px;min-height:100vh}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .5s ease}.loading-overlay.hidden{opacity:0;pointer-events:none}.page-transition{position:fixed;top:0;left:0;width:100%;height:80px;background-color:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease;box-shadow:0 2px 10px #0000001a}.page-transition.active{opacity:1}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #333;animation:spin 1s linear infinite}.page-transition .loading-spinner{width:30px;height:30px;border-width:3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}header{background-color:#333;color:#fff;padding:1rem 0;position:sticky;top:0;z-index:1000;border-bottom:3px solid #555}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{font-size:1.8rem;font-weight:700;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.logo p{font-size:.9rem;opacity:.9;letter-spacing:.5px}nav ul{list-style:none;display:flex;gap:2rem}nav a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;cursor:pointer;position:relative;padding-bottom:5px}nav a:hover{background:#555;padding:.5rem 1rem}#app{min-height:calc(100vh - 200px)}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.hero{background:linear-gradient(#0009,#0009),url(/image%20copy.png) center/cover no-repeat;color:#fff;padding:4rem 2rem;text-align:center;min-height:400px;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero h2{font-size:2.2rem;margin-bottom:1.5rem;font-weight:700;color:#fff;letter-spacing:.5px;line-height:1.4}.hero p{font-size:1.1rem;color:#fff;font-weight:400;line-height:1.6}section{margin-bottom:4rem}h2{font-size:2.5rem;color:#333;margin-bottom:2rem;text-align:center;font-weight:700;border-bottom:3px solid #333;padding-bottom:1rem;display:inline-block;width:100%}h3{font-size:1.6rem;color:#333;margin-bottom:1rem;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#f5f5f5;padding:2rem;border:2px solid #333;transition:all .2s ease}.service-card:hover{background:#333;color:#fff}.service-card h3{margin-top:0;transition:color .2s ease}.service-card:hover h3{color:#fff}.company-info{background:#f5f5f5;padding:2rem;border:2px solid #333;line-height:2}.info-row{display:flex;border-bottom:2px solid #ddd;padding:.8rem 0}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;min-width:180px;color:#333}.info-value{flex:1}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.review-card{background:#f5f5f5;padding:2rem;border:2px solid #333;transition:all .2s ease}.review-card:hover{background:#333;color:#fff}.review-header{display:flex;align-items:center;margin-bottom:1rem;gap:1rem}.review-avatar{width:60px;height:60px;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;border:2px solid #333}.review-card:hover .review-avatar{background:#fff;color:#333}.review-name{font-weight:600;color:#333}.review-card:hover .review-name{color:#fff}.review-text{line-height:1.8;color:#555}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#f5f5f5;border:2px solid #333;padding:2rem;text-align:center;transition:all .2s ease}.pricing-card:hover{background:#333;color:#fff}.pricing-card h3{margin-top:0}.pricing-card:hover h3{color:#fff}.price{font-size:2.5rem;color:#333;font-weight:700;margin:1rem 0}.pricing-card:hover .price{color:#fff}.pricing-features{list-style:none;text-align:left;margin-top:1.5rem}.pricing-features li{padding:.5rem 0;border-bottom:1px solid #f0f0f0}.pricing-features li:before{content:"■ ";color:#333;font-weight:700;margin-right:.5rem}.pricing-card:hover .pricing-features li:before{color:#fff}footer{background-color:#333;color:#fff;padding:2rem 0;margin-top:4rem;border-top:3px solid #555}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer-info{margin-bottom:1rem;line-height:1.8}.copyright{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);opacity:.9}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}nav ul{gap:1rem;flex-wrap:wrap;justify-content:center}.hero h2{font-size:1.8rem}.hero p{font-size:1rem}h2{font-size:1.5rem}.info-row{flex-direction:column}.info-label{min-width:auto;margin-bottom:.3rem}}
