.app-preview{width:100%;max-width:500px}.app-placeholder{background-color:var(--background);border:2px dashed var(--background);border-radius:1rem;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.elevator-pitch-section{flex-direction:row;justify-content:center;gap:2rem;margin-top:4rem;padding:2rem;display:flex}@media (max-width:768px){.elevator-pitch-section{flex-direction:column}}.elevator-pitch-text{max-width:600px;color:var(--foreground);font-size:1.5rem;font-weight:500;line-height:2rem}.elevator-pitch-image{background-color:var(--background);box-shadow:var(--box-shadow);border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem;transform:rotate(-3deg)}.highlights-section{background-color:var(--background);padding:5rem 0}.highlight-item{flex-direction:row;align-items:center;gap:4rem;max-width:1400px;margin:0 auto 5rem;padding:0 2rem;display:flex}.highlight-item:last-child{margin-bottom:0}.highlight-reversed{flex-direction:row-reverse}.highlight-image{box-shadow:var(--box-shadow);background-color:var(--background);flex:1;justify-content:center;width:60vw;display:flex;position:relative}.highlight-content{flex:1}.highlight-title{color:#111827;margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.highlight-description{color:#4b5563;font-size:1.125rem;line-height:1.6}.button-call-to-action{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:background-color .2s}.button-call-to-action:hover{background-color:var(--secondary-color)}@media (max-width:768px){.elevator-pitch-text{padding:0 1rem;font-size:1.5rem}.highlight-item{text-align:center;flex-direction:column;gap:2rem}.highlight-reversed{flex-direction:column}.highlight-title{font-size:1.5rem}.highlight-description{font-size:1rem}.highlight-image{width:80vw}}.popup-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-content{background-color:#fff;border-radius:.75rem;width:90%;max-width:500px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.popup-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.popup-header h3{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.popup-close{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:2rem;display:flex}.popup-close:hover{color:#374151}.subscription-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#374151;font-weight:500}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.submit-button{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.submit-button:hover{background-color:#1d4ed8}.confirmation-flag{z-index:1001;border-radius:.5rem;max-width:300px;animation:.3s ease-out slideInRight;position:fixed;top:1rem;right:1rem;box-shadow:0 10px 15px -3px #0000001a}.confirmation-success{color:#fff;background-color:#10b981}.confirmation-error{color:#fff;background-color:#ef4444}.confirmation-content{align-items:center;gap:.75rem;padding:1rem;display:flex}.confirmation-icon{font-size:1.25rem;font-weight:700}.confirmation-message{flex:1;font-weight:500}.confirmation-close{color:inherit;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.25rem;display:flex}.confirmation-close:hover{opacity:1;background-color:#fff3}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
