.footer{--gray-400:#94a3b8;--gray-500:#64748b;--gray-900:#0f172a;--coral:#e07a5f;--white:#ffffff}.footer{background:var(--gray-900);color:var(--white);padding:100px 0 50px}.footer .container{max-width:1280px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;margin-bottom:64px}.footer-brand .logo{margin-bottom:24px;display:inline-block}.footer-brand .logo-img{height:48px;width:auto}.footer-brand p{color:var(--gray-400);line-height:1.7;max-width:300px;font-size:15px;margin-bottom:32px}.footer-social{display:flex;gap:12px}.footer-social a{width:44px;height:44px;background:rgba(255,255,255,0.1);border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all 0.2s;text-decoration:none}.footer-social a:hover{background:var(--coral);transform:translateY(-2px)}.footer-social a:focus{outline:2px solid var(--coral);outline-offset:2px}.footer-social svg{width:20px;height:20px;color:var(--white);fill:currentColor}.footer h4{font-size:13px;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:0.1em;color:var(--gray-400)}.footer ul{list-style:none;margin:0;padding:0}.footer ul li{margin-bottom:14px}.footer ul a{color:var(--gray-400);text-decoration:none;font-size:15px;transition:color 0.2s}.footer ul a:hover,.footer ul a:focus{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:40px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--gray-500);font-size:14px;margin:0}.footer-bottom a.cp-dev-link{color:#0ea5e9}.footer-links{display:flex;gap:32px}.footer-links a{color:var(--gray-500);text-decoration:none;font-size:14px;transition:color 0.2s}.footer-links a:hover,.footer-links a:focus{color:var(--white)}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr;gap:40px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}#cpScrollTop{position:fixed;bottom:24px;right:24px;width:50px;height:50px;border:none;border-radius:50%;background:linear-gradient(135deg,#e07a5f,#c96a52);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(224,122,95,0.5);z-index:999999;transition:opacity 0.3s,transform 0.3s;opacity:0;pointer-events:none}.cp-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.7);backdrop-filter:blur(4px);z-index:100000;display:none;align-items:center;justify-content:center;padding:20px;animation:fadeIn 0.3s}.cp-modal-overlay.active{display:flex}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.cp-modal-box{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:32px;position:relative;animation:slideUp 0.4s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 25px 80px rgba(0,0,0,0.3)}@keyframes slideUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.cp-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f1f5f9;border-radius:50%;font-size:24px;color:#64748b;cursor:pointer;transition:all 0.2s;display:flex;align-items:center;justify-content:center}.cp-modal-close:hover{background:#e2e8f0;color:#0f172a}.cp-modal-header{text-align:center;margin-bottom:24px}.cp-modal-icon{width:70px;height:70px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 8px 25px rgba(14,165,233,0.3)}.cp-modal-icon svg{width:32px;height:32px;color:#fff}.cp-modal-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 8px}.cp-modal-subtitle{font-size:0.95rem;color:#64748b;margin:0;line-height:1.5}.cp-modal-form{display:flex;flex-direction:column;gap:16px}.cp-form-group{display:flex;flex-direction:column;gap:6px}.cp-form-group label{font-size:0.9rem;font-weight:600;color:#374151}.cp-form-group input{padding:14px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all 0.2s}.cp-form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 4px rgba(14,165,233,0.1)}.cp-modal-note{display:flex;align-items:flex-start;gap:8px;font-size:0.85rem;color:#64748b;background:#f0f9ff;padding:12px;border-radius:10px;margin:4px 0;line-height:1.4}.cp-modal-note svg{flex-shrink:0;color:#0ea5e9;margin-top:2px}.cp-modal-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all 0.3s;margin-top:8px}.cp-modal-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,0.4)}.cp-modal-btn:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.cp-modal-privacy{text-align:center;font-size:0.8rem;color:#94a3b8;margin:16px 0 0}