.trial-content{padding-top:var(--spacing-lg);align-items:center;min-height:calc(100vh - 80px);display:flex}.screen-center{justify-content:center;align-items:center;min-height:calc(100vh - 80px);display:flex}.trial-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.trial-info{flex-direction:column;align-items:flex-start;display:flex}.trial-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.trial-desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.trial-features{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.trial-features li{color:var(--text-primary);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.icon{background:#f1c40f1a;border:1px solid #f1c40f4d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex}.trial-form-panel{border-color:var(--border-color);background:var(--bg-primary);padding:3rem;box-shadow:0 20px 50px #0000000d}.trial-form-panel h2{margin-bottom:.5rem;font-size:2rem}.form-sub{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.trial-form{flex-direction:column;display:flex}.custom-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;padding-right:2.5rem}.custom-select option{background:var(--bg-secondary);color:var(--text-primary)}.input-hint{color:var(--text-secondary);margin-top:.25rem;font-size:.8rem}.error-border{border-color:#e74c3c!important}.legal-text{color:var(--text-secondary);text-align:center;margin-top:1.5rem;font-size:.8rem;line-height:1.5}.success-panel{text-align:center;border-bottom:1px solid var(--border-color);background:linear-gradient(180deg,var(--bg-tertiary)0%,var(--bg-primary)100%);max-width:600px;padding:4rem 3rem}.success-icon{margin-bottom:1.5rem;font-size:4rem}.success-panel h2{color:#2ecc71;margin-bottom:1rem;font-size:2.5rem}.success-panel p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}@media (max-width:1024px){.trial-container{grid-template-columns:1fr;gap:3rem}.trial-info{text-align:center;align-items:center}.trial-features{text-align:left;align-items:flex-start;display:inline-flex}}@media (max-width:600px){.trial-form-panel{padding:2rem 1.5rem}.success-panel{padding:3rem 1.5rem}.trial-features li{font-size:1rem}}
