.toast{z-index:10000;-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#f25b1e26,#fab40a1a);border:2px solid #f25b1e4d;border-radius:16px;align-items:center;gap:1rem;min-width:300px;max-width:500px;padding:1rem 1.5rem;animation:.4s cubic-bezier(.68,-.55,.265,1.55) slideInDown;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 10px 40px #0000004d}.toast-success{background:linear-gradient(135deg,#22c55e26,#22c55e0d);border-color:#22c55e66}.toast-error{background:linear-gradient(135deg,#ef444426,#ef44440d);border-color:#ef444466}.toast-info{background:linear-gradient(135deg,#3b82f626,#3b82f60d);border-color:#3b82f666}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;display:flex}.toast-success .toast-icon{color:#22c55e;background:#22c55e33}.toast-error .toast-icon{color:#ef4444;background:#ef444433}.toast-info .toast-icon{color:#3b82f6;background:#3b82f633}.toast-message{color:#fff;flex:1;font-size:.95rem;line-height:1.5}.toast-close{color:#fff9;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;transition:color .2s;display:flex}.toast-close:hover{color:#fff}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.toast{min-width:auto;top:1rem;left:1rem;right:1rem}}
.contact-grid{will-change:auto;backface-visibility:hidden;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid;transform:translateZ(0)}.contact-info{will-change:auto;transform:translateZ(0)}.contact-info h2{margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem)}.info-item{margin-bottom:2rem}.info-item h4{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem;font-weight:500}.info-item p{color:var(--text-color);font-size:1.1rem}.support-card{background:#f25b1e1a;border:1px solid #f25b1e33;border-radius:16px;margin-top:2rem;padding:1.5rem}.support-card h4{color:var(--primary);margin-bottom:.5rem}.support-card p{color:var(--text-muted);font-size:.95rem}@media (max-width:768px){.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-info{text-align:center}.info-item p{font-size:1rem}}
