html,body{height:100%;margin:0;padding:0;background:linear-gradient(135deg,#e6f0fa,#f0f7ff);font-family:Helvetica,sans-serif}.landing-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center;padding:2rem}.house-logo{width:300px;height:auto;border-radius:50%;transition:transform .3s}h1{font-size:2.5rem;margin-bottom:1rem;color:#1a2d4b}p{font-size:1.1rem;color:#3b4a67;margin:.5rem 0}.links{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-button{display:inline-block;padding:.75rem 1.5rem;background-color:#4a90e2;color:#fff;font-weight:700;text-decoration:none;border-radius:8px;transition:background-color .3s}.cta-button:hover{background-color:#357abd}.email-button{background-color:#6cc1ff}.email-button:hover{background-color:#4da0d6}footer{margin-top:2rem;font-size:.9rem;color:#5a6b87}.links{margin-top:1.5rem;display:flex;gap:1.5rem;justify-content:center;align-items:center}.icon-button{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#4a90e2;color:#fff;transition:transform .3s,background-color .3s;text-decoration:none}.icon-button:hover{transform:scale(1.2);background-color:#357abd}.icon-button[href^=mailto]{background-color:#e94e37}.icon-button[href^=mailto]:hover{background-color:#c43829}
