*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;font-family:sans-serif;background:#fafafa;color:#222}body.layout{display:flex;flex-direction:column;min-height:100vh}nav{width:100%;padding:1rem;background:#eee;border-bottom:1px solid #ccc;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-top{display:flex;justify-content:space-between;align-items:center}.desktop-links{list-style:none;display:none;gap:2rem}.desktop-links li a{text-decoration:none;color:#222;font-weight:600}.desktop-links li a:hover{color:#07c}.hamburger{font-size:2rem;background:none;border:none;cursor:pointer;padding:.3rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hamburger:hover{opacity:.7}.dropdown{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.dropdown a{text-decoration:none;color:#222;font-weight:600}.dropdown a:hover{color:#07c}.Logo{width:50px;height:50px;border-radius:50%;object-fit:cover}@media (min-width:769px){.hamburger{display:none}.dropdown{display:none!important}.desktop-links{display:flex}}main{flex:1 1;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}h1{font-size:2.2rem;margin-bottom:.5rem}h2{font-size:1.6rem;margin-top:1rem}h3{font-size:1.3rem;margin-bottom:.5rem}.Terms{font-size:.95rem;max-width:700px;line-height:1.4;color:#444}.service-card{background:#b2d0d7;padding:1.5rem;border-radius:10px;border:5px solid #002946;max-width:700px;width:100%;text-align:left;box-shadow:0 2px 6px rgba(0,0,0,.05)}.service-card ol,.service-card ul{margin-left:1.2rem;margin-top:.5rem;line-height:1.5}.project-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.project-img{max-width:300px;max-height:300px;width:auto;height:auto;object-fit:contain;border-radius:8px;background:#f0f0f0;padding:4px}footer{width:100%;padding:1rem;background:#eee;border-top:1px solid #ccc;text-align:center;margin-top:auto}.schedule-form{display:flex;flex-direction:column;gap:1rem}.schedule-form label{display:flex;flex-direction:column;font-weight:600;color:#333}.schedule-form input,.schedule-form textarea{margin-top:.3rem;padding:.7rem;border-radius:6px;border:1px solid #ccc;font-size:1rem}.schedule-form textarea{min-height:100px;resize:vertical}.submit-btn{padding:.8rem;background:#07c;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;font-weight:600}.submit-btn:hover{background:#005fa3}.home-logo{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #222}body,html{background-color:#eedcae}.cta.button{display:inline-block;background:#1a73e8;padding:12px 24px;border-radius:6px;text-align:center;cursor:pointer;transition:background .25s ease,transform .15s ease}.cta.button a{color:#fff;text-decoration:none;font-weight:600;letter-spacing:.5px;font-size:1rem;display:block}.cta.button:hover{background:#1664c4;transform:translateY(-2px)}.cta.button:active{background:#0f4fa0;transform:translateY(0)}