.notification{position:fixed;top:24px;left:0;right:0;z-index:60;display:none;justify-content:center;padding:0 16px}.notification.show{display:flex}.notif-box{padding:16px 24px;border-radius:16px;color:#fff;font-weight:600;font-size:16px;box-shadow:var(--card-shadow);background:var(--primary)}.notif-box.error{background:#dc2626}.modal-overlay{position:fixed;inset:0;z-index:40;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.modal-overlay.open{display:flex}.modal-card{position:relative;width:100%;max-width:430px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--card-shadow)}.fade-in{animation:fadeIn .35s cubic-bezier(.16,1,.3,1)}.fade-out{animation:fadeOut .25s ease-in forwards}@keyframes fadeIn{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}@keyframes fadeOut{from{opacity:1;transform:none}to{opacity:0;transform:scale(.95)}}.modal-header{position:relative;text-align:center;color:#fff;padding:32px 28px 48px;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.modal-header h2{font-size:24px;font-weight:800}.modal-header p{font-size:14px;opacity:.85;margin-top:4px}.modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:none;cursor:pointer;border-radius:50%;background:transparent;color:rgba(255,255,255,.85);font-size:18px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.modal-close:hover{background:rgba(255,255,255,.2);color:#fff}.modal-avatar{width:72px;height:72px;margin:-36px auto 0;background:#fff;border-radius:18px;box-shadow:var(--card-shadow);border:4px solid #fff;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.modal-avatar svg{width:32px;height:32px;color:var(--primary)}.modal-form{display:flex;flex-direction:column;padding:16px 28px 28px}.modal-form label{font-size:14px;font-weight:600;color:#374151;margin-bottom:6px}.field{position:relative;margin-bottom:16px}.field .icon{position:absolute;top:0;bottom:0;left:14px;display:flex;align-items:center;color:#9ca3af}.field .icon svg{width:20px;height:20px}.input{width:100%;font-family:inherit;font-size:16px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:12px;padding:14px 16px 14px 44px;transition:border .2s ease,background .2s ease,box-shadow .2s ease}.input::placeholder{color:#9ca3af}.input:focus{outline:none;background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px rgba(23,145,39,.2)}.phone-group{display:flex;align-items:stretch;margin-bottom:24px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:12px;overflow:hidden;transition:border .2s ease,background .2s ease,box-shadow .2s ease}.phone-group:focus-within{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px rgba(23,145,39,.2)}.phone-prefix{display:flex;align-items:center;gap:8px;padding:0 12px 0 16px;font-weight:600;color:#374151;background:#f3f4f6;border-right:1px solid #e5e7eb;user-select:none}.phone-prefix svg{width:20px;height:20px;color:#9ca3af}.phone-input{flex:1;min-width:0;border:none;background:transparent;font-family:inherit;font-size:16px;letter-spacing:.5px;padding:14px 16px}.phone-input:focus{outline:none}.secure-note{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#9ca3af;margin-top:16px}.secure-note svg{width:16px;height:16px}.benefits{margin-top:20px}.benefits .card{background:#fff;border-radius:24px;box-shadow:var(--card-shadow);padding:28px 24px}.benefits h2{font-size:18px;font-weight:700;color:#111827;margin-bottom:20px}.benefits li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.benefits li:last-child{margin-bottom:0}.check{flex-shrink:0;margin-top:2px;width:24px;height:24px;border-radius:50%;background:rgba(23,145,39,.1);display:flex;align-items:center;justify-content:center}.check svg{width:14px;height:14px;color:var(--primary)}.benefits li span.txt{font-size:14px;color:#374151}.qa-list .txt{display:flex;flex-direction:column;gap:2px}.qa-list .q{color:#6b7280;font-size:13px}.qa-list .a{color:#111827;font-weight:600}.cta-section{margin-top:20px}.cta-box{position:relative;overflow:hidden;text-align:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-radius:24px;padding:28px;box-shadow:var(--soft-shadow)}.cta-box .blob{position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:rgba(255,255,255,.1);border-radius:50%;filter:blur(30px)}.cta-box .label{color:rgba(255,255,255,.9);font-size:14px}.cta-box .big{font-size:36px;font-weight:800;color:#fff;margin-top:4px}.btn-white{display:block;width:100%;margin-top:20px;border:none;cursor:pointer;background:#fff;color:var(--primary);font-family:inherit;font-weight:700;font-size:18px;padding:16px;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:transform .2s ease,background .2s ease}.btn-white:hover{background:#f3f4f6;transform:translateY(-2px)}footer{margin-top:48px;padding:40px 0;background:#fff;border-top:1px solid #f3f4f6}.footer-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;max-width:560px}.footer-name{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#111827}.footer-role{font-size:12px;color:var(--muted);margin-top:-8px}.footer-phone{font-size:18px;font-weight:700;color:var(--primary)}.tg-btn{display:inline-flex;align-items:center;gap:8px;background:#229ED9;color:#fff;font-size:14px;font-weight:600;padding:10px 20px;border-radius:12px;box-shadow:0 4px 12px rgba(34,158,217,.35);transition:opacity .2s ease}.tg-btn:hover{opacity:.9}.tg-btn svg{width:16px;height:16px;fill:#fff}.fine{font-size:11px;color:#9ca3af;max-width:420px;margin-top:8px}.copyright{font-size:12px;font-weight:500;color:var(--muted);margin-top:4px}@media (min-width:640px){.benefits .card{padding:32px}}@media (prefers-reduced-motion:reduce){.fade-in,.fade-out{animation:none}}