.follow-section{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;padding:80px 16px;position:relative;overflow:hidden}.follow-section:before{top:-50%;left:-20%;background:radial-gradient(ellipse,rgba(255,255,255,.08) 0,transparent 70%)}.follow-section:after,.follow-section:before{content:"";position:absolute;width:60%;height:200%;pointer-events:none}.follow-section:after{bottom:-50%;right:-20%;background:radial-gradient(ellipse,rgba(255,255,255,.05) 0,transparent 70%)}.follow-inner{max-width:1200px;margin:0 auto;text-align:center;padding:12px 16px;position:relative;z-index:1}.follow-title{font-size:2.5rem;margin:0 0 12px;font-weight:800;letter-spacing:-.5px}[dir=rtl] .follow-title,html[lang=ar] .follow-title{direction:rtl}.follow-subtitle{color:hsla(0,0%,100%,.9);max-width:700px;margin:0 auto 32px;font-size:1.15rem;line-height:1.7}[dir=rtl] .follow-subtitle,html[lang=ar] .follow-subtitle{direction:rtl}.follow-btn{display:inline-flex;align-items:center;gap:12px;background:#fff;color:var(--primary-dark);padding:16px 32px;border-radius:999px;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:1.05rem;box-shadow:0 6px 30px rgba(2,6,23,.15);transition:box-shadow .2s ease}.follow-btn:hover{box-shadow:0 12px 40px rgba(2,6,23,.22)}.follow-icon{width:24px;height:24px}@media(max-width:768px){.follow-section{padding:60px 16px}.follow-title{font-size:1.6rem}.follow-subtitle{font-size:1rem;margin-bottom:24px}.follow-btn{padding:14px 24px;font-size:1rem}}body.dark-mode .follow-section{background:linear-gradient(135deg,var(--primary-dark) 0,#1a1a2e 100%)}.follow-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.follow-popup{background:#fff;border-radius:24px;width:100%;max-width:480px;padding:40px 36px 36px;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.18)}@media(max-width:520px){.follow-popup{padding:32px 24px 28px;border-radius:20px}}.follow-popup__close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease}.follow-popup__close:hover{background:#e5e7eb;color:#1f2937}[dir=rtl] .follow-popup__close,html[lang=ar] .follow-popup__close{right:auto;left:16px}.follow-popup__header{text-align:center;margin-bottom:28px}.follow-popup__logo{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgba(var(--primary-rgb),.1);border-radius:16px;margin-bottom:16px}.follow-popup__logo img{width:36px;height:36px}.follow-popup__title{font-size:1.6rem;font-weight:800;color:#1a1a2e;margin:0 0 10px;letter-spacing:-.5px}.follow-popup__subtitle{font-size:.95rem;color:#667085;line-height:1.6;margin:0}.follow-popup__socials-heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#9ca3af;margin-bottom:16px;text-align:center}.follow-popup__divider{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#9ca3af;font-size:.85rem;font-weight:500}.follow-popup__divider:after,.follow-popup__divider:before{content:"";flex:1 1;height:1px;background:#e5e7eb}.follow-popup__form{display:flex;flex-direction:column;gap:8px}.follow-popup__input-row{display:flex;gap:10px}@media(max-width:440px){.follow-popup__input-row{flex-direction:column}}.follow-popup__input{flex:1 1;padding:13px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;font-family:inherit;color:#1a1a2e;outline:none;transition:border-color .2s ease}.follow-popup__input::placeholder{color:#9ca3af}.follow-popup__input:focus{border-color:var(--primary)}.follow-popup__input:disabled{opacity:.6;background:#f9fafb}.follow-popup__submit{padding:13px 22px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:120px;box-shadow:0 2px 12px rgba(var(--primary-rgb),.25);transition:background .2s ease,box-shadow .2s ease}.follow-popup__submit:hover:not(:disabled){background:var(--primary-dark);box-shadow:0 4px 20px rgba(var(--primary-rgb),.35)}.follow-popup__submit:disabled{opacity:.6;cursor:not-allowed}.follow-popup__spinner{width:18px;height:18px;border:2.5px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(1turn)}}.follow-popup__error{font-size:.875rem;color:#ef4444;margin:0;padding-left:4px}.follow-popup__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:12px 0 4px;gap:10px}.follow-popup__success h3{font-size:1.5rem;font-weight:800;color:#1a1a2e;margin:0}.follow-popup__success p{font-size:1rem;color:#667085;line-height:1.6;margin:0;max-width:300px}.follow-popup__success-icon{width:72px;height:72px;background:rgba(34,197,94,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#22c55e;margin-bottom:8px}.follow-popup__done-btn{margin-top:8px;padding:12px 32px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 2px 12px rgba(var(--primary-rgb),.25);transition:all .2s ease}.follow-popup__done-btn:hover{background:var(--primary-dark);box-shadow:0 4px 20px rgba(var(--primary-rgb),.35)}body.dark-mode .follow-popup{background:#1e1e2e}body.dark-mode .follow-popup .follow-popup__title{color:#f0f0ff}body.dark-mode .follow-popup .follow-popup__subtitle{color:#9ca3af}body.dark-mode .follow-popup .follow-popup__close{background:#2d2d3e;color:#9ca3af}body.dark-mode .follow-popup .follow-popup__close:hover{background:#3d3d4e;color:#fff}body.dark-mode .follow-popup .follow-popup__input{background:#2d2d3e;border-color:#3d3d4e;color:#f0f0ff}body.dark-mode .follow-popup .follow-popup__input:focus{border-color:var(--primary)}body.dark-mode .follow-popup .follow-popup__divider{color:#4b5563}body.dark-mode .follow-popup .follow-popup__divider:after,body.dark-mode .follow-popup .follow-popup__divider:before{background:#2d2d3e}body.dark-mode .follow-popup .follow-popup__success h3{color:#f0f0ff}body.dark-mode .follow-popup .follow-popup__success p{color:#9ca3af}[dir=rtl] .follow-popup,html[lang=ar] .follow-popup{direction:rtl;text-align:right}[dir=rtl] .follow-popup .follow-popup__header,[dir=rtl] .follow-popup .follow-popup__socials-heading,html[lang=ar] .follow-popup .follow-popup__header,html[lang=ar] .follow-popup .follow-popup__socials-heading{text-align:center}