*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f4f7fb;color:#1a202c;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.nav-logo{font-size:1.4rem;font-weight:700;color:#2563eb;text-decoration:none}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{text-decoration:none;color:#4a5568;font-weight:500;transition:color .2s}.nav-links a:hover{color:#2563eb}.hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:5rem 2rem;text-align:center}.hero h1{font-size:2.8rem;margin-bottom:1rem}.hero p{font-size:1.2rem;opacity:.92;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s}.btn-primary{background:#f59e0b;color:#1a202c}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b59}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-secondary:hover{background:#ffffff1f}.services,.why-us,.cta-section,.quote-form-section,.estimator-section,.admin-section{padding:3rem 2rem;max-width:1100px;margin:0 auto}.services h2,.why-us h2,.cta-section h2,.quote-form-section h2,.estimator-section h2,.admin-section h2{text-align:center;margin-bottom:2rem;font-size:1.8rem}.service-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000000d;text-align:center;transition:transform .15s}.card:hover{transform:translateY(-4px)}.card .icon{font-size:2.5rem;margin-bottom:.75rem}.card h3{margin-bottom:.5rem;color:#1a202c}.card p{color:#4a5568;font-size:.95rem}.why-us ul{list-style:none;max-width:500px;margin:0 auto}.why-us li{padding:.5rem 0;font-size:1.05rem}.cta-section{text-align:center;background:#fff;border-radius:16px;margin:2rem auto;box-shadow:0 4px 16px #0000000a}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:500;font-size:.9rem;color:#2d3748}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group small{color:#718096;font-size:.8rem}.quote-form-section form{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.hero h1{font-size:2rem}.navbar{flex-direction:column;gap:.75rem}}.estimator-section .calc-card{max-width:500px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 16px #0000000d}.estimator-section .result-box{margin-top:1.5rem;padding:1.25rem;background:#e0f2fe;border-radius:10px;text-align:center}.estimator-section .result-box h3{color:#0369a1;margin-bottom:.5rem}.estimator-section .result-box .price{font-size:2rem;font-weight:700;color:#1e40af}.admin-section table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000d}.admin-section th,.admin-section td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.admin-section th{background:#f1f5f9;font-weight:600;color:#475569}.admin-section tr:hover{background:#f8fafc}.footer{background:#1e293b;color:#94a3b8;padding:1.5rem 2rem;text-align:center;font-size:.9rem}.page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.page h1{font-size:1.75rem;margin-bottom:.5rem}.subtitle{color:#64748b;margin-bottom:1.5rem}.form{display:flex;flex-direction:column;gap:1rem;max-width:600px}.form label{display:flex;flex-direction:column;font-weight:500;font-size:.9rem;gap:.35rem}.form input,.form select,.form textarea{padding:.6rem .8rem;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;background:#fff}.form textarea{resize:vertical}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.2rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer;transition:background .2s ease}.btn-primary:hover{background:#1d4ed8}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1rem;font-size:.9rem;font-weight:600;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#334155;cursor:pointer;transition:background .2s ease}.btn-secondary:hover{background:#e2e8f0}.error{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:6px;margin-top:1rem;max-width:600px}.success-banner{background:#dcfce7;color:#166534;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem}.result-card{margin-top:1.5rem;padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;max-width:600px}.result-card .note{font-size:.85rem;color:#64748b;margin-top:.5rem}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.quote-list{display:flex;flex-direction:column;gap:1rem}.quote-card{padding:1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.quote-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.quote-meta .badge{font-size:.75rem;padding:2px 8px;border-radius:999px;background:#e0f2fe;color:#075985}.quote-meta .date{margin-left:auto;font-size:.8rem;color:#64748b}.quote-body p{margin:.2rem 0;font-size:.9rem;color:#334155}.quote-body .message{font-style:italic;color:#475569;margin-top:.3rem}
