/* Copywrite © 2025 DayJabber.COM All rights reserved. */
.bg-primary-gradient { background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%); } .bg-secondary-gradient { background: linear-gradient(135deg, #3730a3 0%, #4f46e5 100%); } .hover-lift { transition: all 0.3s ease; } .hover-lift:hover { transform: translateY(-5px); box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.2), 0 10px 10px -5px rgba(79, 70, 229, 0.1); } .wave-container { position: relative; background: #4f46e5; color: white; overflow: hidden; } .wave { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; } .wave svg { position: relative; display: block; width: calc(100% + 1.3px); height: 70px; } .wave .shape-fill { fill: #ffffff; } .btn-primary { background-color: #4f46e5; color: white; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.1), 0 2px 4px -1px rgba(79, 70, 229, 0.06); } .btn-primary:hover { background-color: #4338ca; transform: translateY(-1px); box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.1), 0 4px 6px -2px rgba(79, 70, 229, 0.05); } .btn-secondary { background-color: white; color: #4f46e5; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .btn-secondary:hover { background-color: #f9fafb; transform: translateY(-1px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); } .feature-card { border-radius: 0.75rem; padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); transition: all 0.3s ease; border: 1px solid rgba(243, 244, 246, 1); background-color: white; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .feature-icon { width: 3rem; height: 3rem; border-radius: 9999px; background-color: #eff6ff; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; color: #4f46e5; } .step-circle { width: 4rem; height: 4rem; border-radius: 9999px; background-color: #4f46e5; color: white; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem auto; font-size: 1.5rem; font-weight: 700; } .container-custom { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1rem; padding-right: 1rem; } .modern-btn { display: inline-flex; align-items: center; justify-content: center; height: 3rem; padding-left: 1.5rem; padding-right: 1.5rem; font-weight: 600; border-radius: 0.5rem; transition: all 0.3s ease; } .bg-primary-gradient { background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%); } .bg-secondary-gradient { background: linear-gradient(135deg, #3730a3 0%, #4f46e5 100%); } .modal-container { display: flex; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); align-items: center; justify-content: center; z-index: 50; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .modal-container.active { opacity: 1; pointer-events: auto; } .modal-content { background: white; border-radius: 0.75rem; width: 100%; max-width: 500px; transform: translateY(20px); transition: transform 0.3s ease; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); } .modal-container.active .modal-content { transform: translateY(0); } .btn-primary { background-color: #4f46e5; color: white; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(79, 70, 229, 0.1), 0 2px 4px -1px rgba(79, 70, 229, 0.06); } .btn-primary:hover { background-color: #4338ca; transform: translateY(-1px); box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.1), 0 4px 6px -2px rgba(79, 70, 229, 0.05); } .btn-secondary { background-color: #f3f4f6; color: #4b5563; padding: 0.75rem 1.5rem; border-radius: 0.5rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .btn-secondary:hover { background-color: #e5e7eb; transform: translateY(-1px); } .form-input { width: 100%; border: 1px solid #e5e7eb; border-radius: 0.5rem; padding: 0.75rem 1rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .form-input:focus { outline: none; border-color: #4f46e5; box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1); } .password-toggle { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: #9ca3af; cursor: pointer; } .password-toggle:hover { color: #6b7280; } .privacy-modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.5); } .privacy-modal-content { position: relative; background-color: #fefefe; margin: 5% auto; padding: 0; border: 1px solid #888; border-radius: 8px; width: 80%; max-width: 900px; max-height: 85vh; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); animation: privacy-modalopen 0.4s; } @keyframes privacy-modalopen { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } .privacy-modal-header { padding: 15px 20px; background-color: #f8f9fa; border-bottom: 1px solid #e9ecef; border-top-left-radius: 8px; border-top-right-radius: 8px; } .privacy-modal-header h2 { margin: 0; color: #2c3e50; } .privacy-modal-body { padding: 20px; overflow-y: auto; max-height: calc(85vh - 60px); font-family: Arial, sans-serif; line-height: 1.6; color: #333; font-size: 16px; } #privacy-policy-content {font-family: Arial, sans-serif; line-height: 1.6; color: #333; font-size: 16px; } #privacy-policy-content h1 { color: #2c3e50; font-size: 28px; margin-top: 0; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; text-align: center; } #privacy-policy-content h2 { color: #2c3e50; font-size: 24px; margin-top: 30px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #eee; } #privacy-policy-content h3 { color: #3498db; font-size: 20px; margin-top: 25px; margin-bottom: 10px; } #privacy-policy-content p { margin-bottom: 15px; margin-top: 0; } #privacy-policy-content ul, #privacy-policy-content ol { padding-left: 25px; margin-bottom: 15px; margin-top: 10px; } #privacy-policy-content li { margin-bottom: 8px; } #privacy-policy-content strong { font-weight: bold; } #privacy-policy-content .last-updated { text-align: right; font-style: italic; margin-bottom: 30px; } #privacy-policy-content .contact-info { background-color: #f9f9f9; padding: 15px; border-radius: 5px; margin-top: 30px; margin-bottom: 15px; } #privacy-policy-content .important-note { background-color: #f8f9fa; padding: 10px 15px; border-left: 4px solid #3498db; margin: 20px 0; } .privacy-close-btn { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; line-height: 1; } .privacy-close-btn:hover, .privacy-close-btn:focus { color: black; text-decoration: none; }  @keyframes privacy-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .privacy-loading-spinner { border: 4px solid #f3f3f3; border-top: 4px solid #3498db; border-radius: 50%; width: 30px; height: 30px; animation: privacy-spin 1s linear infinite; margin: 20px auto; }   .terms-of-service-modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.5); }  .terms-of-service-modal-content { position: relative; background-color: #fefefe; margin: 5% auto; padding: 0; border: 1px solid #888; border-radius: 8px; width: 80%; max-width: 900px; max-height: 85vh; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); animation: terms-of-service-modalopen 0.4s; } @keyframes terms-of-service-modalopen { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }  .terms-of-service-modal-header { padding: 15px 20px; background-color: #f8f9fa; border-bottom: 1px solid #e9ecef; border-top-left-radius: 8px; border-top-right-radius: 8px; } .terms-of-service-modal-header h2 { margin: 0; color: #2c3e50; }  .terms-of-service-modal-body { padding: 20px; overflow-y: auto; max-height: calc(85vh - 60px);  font-family: Arial, sans-serif; line-height: 1.6; color: #333; font-size: 16px; }  #terms-of-service-content {   font-family: Arial, sans-serif; line-height: 1.6; color: #333; font-size: 16px; }  #terms-of-service-content h1 { color: #2c3e50; font-size: 28px; margin-top: 0; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; text-align: center; } #terms-of-service-content h2 { color: #2c3e50; font-size: 24px; margin-top: 30px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #eee; } #terms-of-service-content h3 { color: #3498db; font-size: 20px; margin-top: 25px; margin-bottom: 10px; } #terms-of-service-content p { margin-bottom: 15px; margin-top: 0; } #terms-of-service-content ul, #terms-of-service-content ol { padding-left: 25px; margin-bottom: 15px; margin-top: 10px; } #terms-of-service-content li { margin-bottom: 8px; } #terms-of-service-content strong { font-weight: bold; } #terms-of-service-content .last-updated { text-align: right; font-style: italic; margin-bottom: 30px; } #terms-of-service-content .contact-info { background-color: #f9f9f9; padding: 15px; border-radius: 5px; margin-top: 30px; margin-bottom: 15px; } #terms-of-service-content .important-note { background-color: #f8f9fa; padding: 10px 15px; border-left: 4px solid #3498db; margin: 20px 0; }  .terms-of-service-close-btn { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; line-height: 1; } .terms-of-service-close-btn:hover, .terms-of-service-close-btn:focus { color: black; text-decoration: none; } @keyframes terms-of-service-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .terms-of-service-loading-spinner { border: 4px solid #f3f3f3; border-top: 4px solid #3498db; border-radius: 50%; width: 30px; height: 30px; animation: terms-of-service-spin 1s linear infinite; margin: 20px auto; }