*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.page-wrapper{position:relative;min-height:85vh;background:linear-gradient(135deg,#e4dbb6,#e2fca7);padding:0rem;display:flex;align-items:center;justify-content:center}.contact-container{width:100%;max-width:600px}.header-section{text-align:center;margin-bottom:1.5rem;color:#097799}.header-icon{width:60px;height:60px;margin:0 auto .75rem;background:#ffffff80;border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px)}.header-icon svg{width:30px;height:30px}.main-title{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1rem;opacity:.9;line-height:1.5}.content-wrapper{position:relative;min-height:400px}.content-panel{position:absolute;top:0;left:0;right:0;opacity:0;transform:translateY(20px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.content-panel.active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.verification-card,.loading-card,.contact-card,.error-card{background:#fff;border-radius:20px;padding:2rem 1.5rem;box-shadow:0 20px 40px #0000001a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);text-align:center}.security-icon,.success-icon,.error-icon{width:70px;height:70px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.security-icon{background:linear-gradient(135deg,#ffd89b,#19547b);color:#fff}.success-icon{background:linear-gradient(135deg,#e6deb3,#5bb7f5);color:#2d5a27}.error-icon{background:linear-gradient(135deg,#ff9a9e,#fecfef);color:#b91c1c}.security-icon svg,.success-icon svg,.error-icon svg{width:36px;height:36px}h2{font-size:1.6rem;font-weight:600;margin-bottom:.75rem;color:#1f2937}p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.turnstile-container{display:flex;justify-content:center;margin:1.5rem 0}.loading-animation{position:relative;width:70px;height:70px;margin:0 auto 1rem}.loading-spinner{width:70px;height:70px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-pulse{position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;background:#3b82f633;border-radius:50%;animation:pulse 2s ease-in-out infinite}.loading-progress{width:200px;height:4px;background:#e5e7eb;border-radius:2px;margin:0 auto;overflow:hidden}.loading-bar{height:100%;background:linear-gradient(90deg,#c5b6a2,#d7f09e);border-radius:2px;animation:loading 2s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.1}}@keyframes loading{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.contact-methods{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.contact-method{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.contact-method:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a;border-color:#cbd5e1}.method-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.email-method .method-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.whatsapp-method .method-icon{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.method-icon svg{width:24px;height:24px}.method-content{flex:1;min-width:0}.contact-value{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.contact-link{color:#3b82f6;text-decoration:none;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease}.contact-link:hover{color:#2563eb;text-decoration:underline}.whatsapp-link:hover{color:#25d366}.retry-button{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin:0 auto}.retry-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ef44444d}.retry-button svg{width:18px;height:18px}@media (max-width: 640px){.page-wrapper{padding:.75rem}.main-title{font-size:1.8rem}.subtitle{font-size:.9rem}.verification-card,.loading-card,.contact-card,.error-card{padding:1.5rem 1rem}.contact-method{padding:.75rem;gap:.75rem}.method-icon{width:40px;height:40px}.method-icon svg{width:20px;height:20px}.copy-button{min-width:32px;min-height:32px;width:32px;height:32px;padding:6px}.copy-button svg{width:14px;height:14px}}@media (max-width: 480px){.header-icon{width:50px;height:50px}.header-icon svg{width:26px;height:26px}.security-icon,.success-icon,.error-icon{width:60px;height:60px}.security-icon svg,.success-icon svg,.error-icon svg{width:30px;height:30px}.loading-animation,.loading-spinner{width:60px;height:60px}.loading-pulse{width:44px;height:44px;margin:-22px 0 0 -22px}.contact-methods{gap:.75rem}.contact-value{gap:.5rem}.contact-link{font-size:.9rem}}.contact-method{animation:slideInUp .6s ease-out}.contact-method:nth-child(2){animation-delay:.1s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.copy-button:focus,.retry-button:focus{outline:2px solid #2a81a3;outline-offset:2px}.contact-link:focus{outline:2px solid #2a81a3;outline-offset:2px;border-radius:4px}button,a,.contact-method,.content-panel{transition:all .3s cubic-bezier(.4,0,.2,1)}.toast{position:absolute;top:2rem;right:2rem;display:flex;align-items:center;gap:.75rem;background:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 10px 25px #0000001a;border-left:4px solid;font-weight:500;transform:translate(400px);transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0}.toast.show{transform:translate(0);opacity:1}.toast.hide{transform:translate(400px);opacity:0}.toast-success{border-left-color:#10b981;color:#065f46}.toast-error{border-left-color:#ef4444;color:#7f1d1d}.toast svg{width:18px;height:18px;flex-shrink:0}.toast-success svg{color:#10b981}.toast-error svg{color:#ef4444}@media (max-width: 640px){#toast-container{top:.75rem;right:.75rem;left:.75rem}.toast{transform:translateY(-100px)}.toast.show{transform:translateY(0)}.toast.hide{transform:translateY(-100px)}}.copy-button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px;cursor:pointer;color:#64748b;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;width:36px;height:36px;flex-shrink:0}.copy-button:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:scale(1.05)}.copy-button svg{width:16px;height:16px;display:block}
