.js-loading-btn.disabled {pointer-events: none !important;opacity: 0.7 !important;}@keyframes spinner {to {transform: rotate(360deg);}}.fa-spinner,.icon-spinner {display: inline-block;width: 1em;height: 1em;border: 2px solid rgba(255, 255, 255, 0.3);border-radius: 50%;border-top-color: white;animation: spinner 0.8s linear infinite;}.loading-fullscreen {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #121212;display: flex;justify-content: center;align-items: center;z-index: 10000;transition: opacity 0.5s ease;}.loading-content {text-align: center;color: white;}.spinner {width: 50px;height: 50px;border: 5px solid rgba(255, 0, 0, 0.3);border-radius: 50%;border-top-color: red;margin: 0 auto 20px;animation: spin 1s ease-in-out infinite;}@keyframes spin {to { transform: rotate(360deg); }}.phone-frame {width: 100%;max-width: 380px;height: 740px;background-color: #121212;border-radius: 40px;padding: 16px 10px;box-shadow:0 60px 80px rgba(0, 0, 0, 0.4),0 30px 40px rgba(0, 0, 0, 0.3),0 15px 20px rgba(0, 0, 0, 0.2),0 0 0 2px rgba(255, 255, 255, 0.05) inset,0 0 20px rgba(0, 0, 0, 0.2) inset;position: relative;overflow: hidden;transform: perspective(1000px) rotateX(5deg) rotateY(-15deg) rotate(-2deg);transition: transform 0.5s ease;transform-style: preserve-3d;cursor: pointer !important;}.phone-frame::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 40px;background: linear-gradient(135deg,rgba(255, 255, 255, 0.08) 0%,rgba(255, 255, 255, 0) 50%,rgba(0, 0, 0, 0.1) 100%);pointer-events: none;z-index: 4;}.phone-frame:hover {transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotate(0deg) scale(1.02);box-shadow: 0 70px 90px rgba(0, 0, 0, 0.4),0 40px 50px rgba(0, 0, 0, 0.3),0 20px 30px rgba(0, 0, 0, 0.2),0 0 0 2px rgba(255, 255, 255, 0.05) inset,0 0 30px rgba(233, 56, 46, 0.2) inset;}.phone-notch {position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 150px;height: 30px;background-color: #000;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;z-index: 3;box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;}.phone-notch::before {content: '';position: absolute;width: 10px;height: 10px;background-color: rgba(50, 150, 255, 0.9);border-radius: 50%;top: 10px;left: 30px;box-shadow: 0 0 5px rgba(50, 150, 255, 0.5);}.phone-notch::after {content: '';position: absolute;width: 8px;height: 8px;background-color: rgba(50, 50, 50, 0.9);border-radius: 50%;top: 11px;left: 75px;box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);}.phone-button {position: absolute;right: -2px;top: 100px;width: 4px;height: 50px;background-color: #2a2a2a;border-top-left-radius: 2px;border-bottom-left-radius: 2px;z-index: 3;box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);}.phone-button::before {content: '';position: absolute;left: 0;top: -70px;width: 4px;height: 40px;background-color: #2a2a2a;border-top-left-radius: 2px;border-bottom-left-radius: 2px;box-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);}.vertical-video-container {width: 100%;height: 100%;position: relative;background-color: #000;overflow: hidden;border-radius: 30px;cursor: pointer !important;}#demo-video {object-fit: cover;background-color: #000;transition: all 0.3s ease;width: 100%;height: 100%;cursor: pointer !important;}#demo-video:hover {box-shadow: 0 0 30px rgba(233, 56, 46, 0.5);}#demo-video::-webkit-media-controls-panel {background-color: rgba(18, 18, 18, 0.7);}#demo-video::-webkit-media-controls-play-button {background-color: rgba(233, 56, 46, 0.8);border-radius: 50%;transition: all 0.3s ease;}#demo-video::-webkit-media-controls-timeline {background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;overflow: hidden;}.phone-frame,.vertical-video-container,#video-overlay,#demo-video {cursor: pointer !important;-webkit-tap-highlight-color: transparent;}div.phone-frame {cursor: pointer !important;}.pulse-animation {animation: pulse-red 2s infinite;box-shadow: 0 0 0 rgba(233, 56, 46, 0.4);}@keyframes pulse-red {0% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(233, 56, 46, 0.7);}70% {transform: scale(1);box-shadow: 0 0 0 15px rgba(233, 56, 46, 0);}100% {transform: scale(0.95);box-shadow: 0 0 0 0 rgba(233, 56, 46, 0);}}.frequency-bar {width: 7px;height: calc(var(--height) * 1%);background: linear-gradient(to top, #ff3333, #ff5a4f);border-radius: 2px;animation: equalizer 1.5s infinite alternate ease-in-out;animation-delay: calc(var(--height) * -10ms);opacity: 0.8;box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);}@keyframes equalizer {0% {height: calc(var(--height) * 0.6%);}100% {height: calc(var(--height) * 1.2%);}}.icon-svg {width: 1em;height: 1em;vertical-align: -0.125em;fill: currentColor;}.btn .icon-svg {margin-right: 0.5em;}.social-icon {display: inline-flex;align-items: center;justify-content: center;width: 40px;height: 40px;background-color: rgba(255, 255, 255, 0.1);border-radius: 50%;margin-right: 10px;transition: background-color 0.3s ease;}.social-icon:hover {background-color: rgba(255, 255, 255, 0.2);}.social-icon svg {width: 20px;height: 20px;fill: currentColor;}