/* Free Meeting Page Styles  */
.ucretsiz-danismanlik-section{background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;padding:60px 0}.ucretsiz-danismanlik-container{max-width:1100px;margin:0 auto;padding:0 20px}.ucretsiz-danismanlik-hero{display:grid;grid-template-columns:1fr 350px;gap:50px;align-items:center;margin-bottom:60px;color:#2d3748}.ucretsiz-danismanlik-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:20px;line-height:1.1;color:#36786b}.ucretsiz-danismanlik-hero-content p{font-size:1.2rem;line-height:1.6;margin-bottom:30px;color:#4a5568}.ucretsiz-danismanlik-features{display:flex;flex-direction:column;gap:15px}.feature-item{display:flex;align-items:center;gap:12px;font-weight:600;color:#2d3748}.ucretsiz-danismanlik-hero-image img{width:100%;height:320px;object-fit:cover;border-radius:20px}.ucretsiz-danismanlik-messages{margin-bottom:30px}.ucretsiz-danismanlik-alert{padding:16px 20px;border-radius:12px;margin-bottom:15px;border:1px solid;animation:.3s ease-out ucretsiz-danismanlik-slide-in}.ucretsiz-danismanlik-alert-error{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.ucretsiz-danismanlik-alert-success{background-color:#f0fdf4;border-color:#bbf7d0;color:#166534}.ucretsiz-danismanlik-alert-content{display:flex;align-items:center;gap:12px}.ucretsiz-danismanlik-alert-content svg{flex-shrink:0}@keyframes ucretsiz-danismanlik-slide-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ucretsiz-danismanlik-form-wrapper{background:#f8f9fa;border-radius:24px;padding:50px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.ucretsiz-danismanlik-form-section h3{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:10px;text-align:center}.form-description{text-align:center;color:#718096;font-size:1.1rem;margin-bottom:40px}.ucretsiz-danismanlik-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:25px}.ucretsiz-danismanlik-input-group{position:relative}.ucretsiz-danismanlik-input-group.ucretsiz-danismanlik-full-width{grid-column:1/-1}.ucretsiz-danismanlik-input-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:8px;font-size:.95rem}.ucretsiz-danismanlik-input{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:.3s;font-family:inherit;background:#fff}.ucretsiz-danismanlik-input:focus{outline:0;border-color:#319795;box-shadow:0 0 0 3px #3197951a}.ucretsiz-danismanlik-input::placeholder{color:#a0aec0}select.ucretsiz-danismanlik-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.ucretsiz-danismanlik-error{color:#e53e3e;font-size:.9rem;margin-top:5px}.ucretsiz-danismanlik-info-box{background:#fff;border:2px solid #319795;border-radius:16px;padding:25px;margin:30px 0}.ucretsiz-danismanlik-info-box h4{color:#319795;font-weight:700;margin-bottom:15px;font-size:1.2rem}.ucretsiz-danismanlik-info-box ul{list-style:none;padding:0;margin:0}.ucretsiz-danismanlik-info-box li{padding:8px 0;color:#4a5568;font-size:.95rem}.ucretsiz-danismanlik-submit-btn{width:100%;padding:20px;background:#36786b;color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:.3s;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:10px}.ucretsiz-danismanlik-submit-btn:hover{background:linear-gradient(135deg,#2c7a7b,#285e61);transform:translateY(-3px);box-shadow:0 15px 35px #31979566}.form-note{text-align:center;color:#718096;font-size:.9rem;margin-top:15px;font-style:italic}@media (max-width:768px){.ucretsiz-danismanlik-section{padding:40px 0}.ucretsiz-danismanlik-hero{grid-template-columns:1fr;gap:30px;text-align:center}.ucretsiz-danismanlik-hero-content h1{font-size:2.5rem}.ucretsiz-danismanlik-features{flex-direction:row;justify-content:center;flex-wrap:wrap}.ucretsiz-danismanlik-form-wrapper{padding:35px 25px}.ucretsiz-danismanlik-form-grid{grid-template-columns:1fr;gap:20px}.ucretsiz-danismanlik-form-section h3{font-size:1.7rem}}@media (max-width:480px){.ucretsiz-danismanlik-container{padding:0 15px}.ucretsiz-danismanlik-hero-content h1{font-size:2rem}.ucretsiz-danismanlik-features{flex-direction:column;align-items:center}.ucretsiz-danismanlik-form-wrapper{padding:25px 20px}.ucretsiz-danismanlik-form-section h3{font-size:1.5rem}.form-description{font-size:1rem}.ucretsiz-danismanlik-info-box{padding:20px}.ucretsiz-danismanlik-hero-image img{display:none}}