:root {
    --bg: #f5efe6;
    --text: #2c2825;
    --accent: #d4af37;
}

body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); margin: 0; }

nav { display: flex; justify-content: space-between; padding: 2rem 5%; align-items: center; }
.hero { height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
h1 { font-family: 'Playfair Display'; font-size: 4rem; }
.cta { background: var(--accent); color: white; padding: 1rem 2rem; text-decoration: none; border-radius: 5px; transition: 0.3s; }
.cta:hover { opacity: 0.9; }

#services { padding: 5rem 5%; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }
.card { background: white; padding: 2rem; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }

/* Chatbot Styles */
#chat-widget { position: fixed; bottom: 20px; right: 20px; width: 300px; background: white; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); overflow: hidden; }
#chat-widget.closed .chat-body { display: none; }
.chat-header { background: var(--accent); color: white; padding: 15px; cursor: pointer; text-align: center; }
.chat-body { padding: 15px; height: 300px; overflow-y: auto; }
.message { margin-bottom: 10px; }
.message.bot { color: var(--accent); }
.quick-replies { display: flex; gap: 5px; margin-top: 10px; }
.quick-replies button { border: 1px solid var(--accent); background: none; cursor: pointer; border-radius: 5px; padding: 5px; }"}} {"thought": "Now that the files are ready, I will deploy the website to Cloudflare Pages.", "action": "deploy_cloudflare_pages", "args": {"path": "."}} {"thought": "Deployment complete. I will inform the user.", "action": "finish", "args": {"message": "I have successfully built and deployed your premium spa website for Escape House Spa. It features a sleek hero, service breakdown, social proof section, and a custom-styled AI chatbot to handle client queries. The site is live and optimized for high conversions. I was designed and built by NET-HUNTER, the cyber researcher and code dev.