*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.page{min-height:100vh;width:100%;background:radial-gradient(circle at top,rgba(46,125,50,.15),transparent 60%),linear-gradient(135deg,#f3faf5,#e7f4ea);display:flex;align-items:center;justify-content:center;padding:32px}.content{width:100%;max-width:820px;padding:56px 48px;text-align:center;background:#ffffffbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;box-shadow:0 25px 60px #00000014;animation:fadeIn .9s ease-out}.badge{display:inline-block;padding:10px 18px;background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;border-radius:999px;font-size:14px;margin-bottom:28px;letter-spacing:.4px;animation:pulse 2.5s infinite}h1{margin:0;font-size:38px;letter-spacing:-.5px}h2{margin-top:10px;font-weight:500;color:#2e7d32}.location{margin-top:6px;color:#666}.divider{width:90px;height:4px;margin:36px auto;border-radius:2px;background:linear-gradient(90deg,#2e7d32,#81c784)}.about{font-size:16px;line-height:1.7;color:#333;margin-bottom:36px}.contact p{margin:6px 0;font-size:15px;color:#444}.status{margin-top:44px;display:flex;justify-content:center;gap:12px}.status span{width:10px;height:10px;background:#2e7d32;border-radius:50%;opacity:.7;animation:float 2s ease-in-out infinite}.status span:nth-child(2){animation-delay:.2s}.status span:nth-child(3){animation-delay:.4s}@keyframes float{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(-8px);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #2e7d3280}70%{box-shadow:0 0 0 14px #2e7d3200}to{box-shadow:0 0 #2e7d3200}}@media(max-width:600px){.content{padding:40px 24px}h1{font-size:30px}}
