@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Rubik',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#fff;color:#1e293b;line-height:1.6}.terms-popup-content{max-width:600px;margin:0 auto;background:#fff}.popup-header{background:linear-gradient(135deg,#1e293b 0%,#334155 100%);color:#fff;padding:30px;text-align:center;position:sticky;top:0;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.1)}.popup-title{font-size:1.8rem;font-weight:800;margin-bottom:10px}.popup-subtitle{font-size:1rem;opacity:.9}.terms-content{padding:30px;max-height:400px;overflow-y:auto;background:#f8fafc}.terms-content::-webkit-scrollbar{width:8px}.terms-content::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.terms-content::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.terms-content::-webkit-scrollbar-thumb:hover{background:#64748b}.terms-section{background:#fff;border-radius:12px;padding:25px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);border-right:4px solid #3b82f6}.terms-section:last-child{margin-bottom:0}.section-titles{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:15px;display:flex;align-items:center;gap:10px}.section-icon{font-size:1.5rem}.section-content{color:#475569;font-size:1rem}.section-content ul{margin-right:20px;margin-top:10px}.section-content li{margin-bottom:8px;position:relative;padding-right:25px}.section-content li::before{content:"•";position:absolute;right:0;color:#3b82f6;font-weight:700;font-size:1.2rem}.highlight-box{background:#fef3c7;border:2px solid #f59e0b;border-radius:10px;padding:20px;margin:20px 0}.highlight-box .title{font-weight:700;color:#92400e;font-size:1.1rem;margin-bottom:10px}.highlight-box .content{color:#78350f}.warning-box{background:#fee2e2;border:2px solid #ef4444;border-radius:10px;padding:20px;margin:20px 0;text-align:center}.warning-box strong{color:#991b1b;font-size:1.1rem}.popup-footer{background:#fff;padding:25px 30px;border-top:2px solid #e5e7eb;text-align:center;position:sticky;bottom:0;box-shadow:0 -2px 10px rgba(0,0,0,.05)}.accept-text{font-size:1.1rem;color:#64748b;margin-bottom:20px;font-weight:500}.btn-accept{display:inline-block;padding:15px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all 0.3s ease;font-family:'Rubik',sans-serif;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 5px 20px rgba(16,185,129,.3)}.btn-accept:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.4)}@media (max-width:768px){.popup-header{padding:20px}.popup-title{font-size:1.5rem}.terms-content{padding:20px;max-height:350px}.terms-section{padding:20px}.section-title{font-size:1.2rem}.btn-accept{display:block;width:100%}}