.senior-tech-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.senior-tech-back-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff4d;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex}.senior-tech-back-btn:hover{background:#ffffff1a;border-color:#ffffff80}.senior-tech-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.senior-tech-title{color:#fff;margin-bottom:1rem;font-family:serif;font-size:2.5rem;font-weight:700}.senior-tech-subtitle{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.senior-tech-services{flex-wrap:nowrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.senior-tech-dropdown-group{flex:1;min-width:0;position:relative}.senior-tech-dropdown{color:#1e293b;cursor:pointer;text-align:left;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s;display:flex}.senior-tech-dropdown .dropdown-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.senior-tech-dropdown .dropdown-arrow{color:#64748b;flex-shrink:0;transition:transform .2s}.senior-tech-dropdown .dropdown-arrow.rotated{transform:rotate(180deg)}.senior-tech-dropdown:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}.senior-tech-dropdown.open{border-color:#3b82f6;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:0 0 0 3px #3b82f61a}.senior-tech-dropdown.has-selection{color:#059669;background:#f0fdf4;border-color:#10b981}.senior-tech-dropdown-menu{z-index:100;background:#fff;border:2px solid #3b82f6;border-top:none;border-radius:0 0 .75rem .75rem;max-height:250px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.senior-tech-checkbox-item{cursor:pointer;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .2s;display:flex}.senior-tech-checkbox-item:hover{background:#f8fafc}.senior-tech-checkbox-item input[type=checkbox]{display:none}.senior-tech-checkbox-item .checkbox-custom{border:2px solid #cbd5e1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.senior-tech-checkbox-item input[type=checkbox]:checked+.checkbox-custom{background:#10b981;border-color:#10b981}.senior-tech-checkbox-item input[type=checkbox]:checked+.checkbox-custom:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;margin-bottom:2px;transform:rotate(45deg)}.senior-tech-checkbox-item .checkbox-label{color:#1e293b;flex:1;font-size:.9rem}.senior-tech-requested-service{text-align:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;margin-bottom:2rem;padding:1.25rem;transition:all .3s}.senior-tech-requested-service.selected{text-align:left;background:#f0fdf4;border-color:#10b981}.senior-tech-service-list{margin:.75rem 0 0;padding:0;list-style:none}.senior-tech-service-list li{color:#1e293b;border-bottom:1px solid #e2e8f0;padding:.5rem 0;font-size:.95rem}.senior-tech-service-list li:last-child{border-bottom:none}.senior-tech-service-list .service-category{color:#059669;font-weight:600}.senior-tech-form{background:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #00000026}.senior-tech-form-title{color:#1e293b;text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.senior-tech-form-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1rem;display:grid}.senior-tech-input-group{flex-direction:column;display:flex}.senior-tech-input{color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;padding:.875rem 1rem;font-size:1rem;transition:all .3s}.senior-tech-input:hover:not(:disabled){border-color:#10b981}.senior-tech-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.senior-tech-input:disabled{cursor:not-allowed;opacity:.6;background-color:#f1f5f9}.senior-tech-input::placeholder{color:#94a3b8}.senior-tech-submit-container{justify-content:center;display:flex}.senior-tech-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:.75rem;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #10b98166}.senior-tech-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #10b98180}.senior-tech-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.senior-tech-modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.senior-tech-modal{text-align:center;background:#fff;border-radius:1rem;width:90%;max-width:400px;padding:2.5rem;animation:.3s ease-out slideUp;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.senior-tech-modal-icon{color:#10b981;margin-bottom:1rem}.senior-tech-modal-title{color:#1e293b;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.senior-tech-modal-text{color:#64748b;margin:0 0 1.5rem;font-size:1rem;line-height:1.5}.senior-tech-modal-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:.5rem;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;transition:all .2s}.senior-tech-modal-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #10b98166}.senior-tech-modal-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.senior-tech-modal-btn--outline{color:#6b7280;background:0 0;border:2px solid #6b7280}.senior-tech-modal-btn--outline:hover{box-shadow:none;background:#f3f4f6;transform:translateY(-1px)}.senior-tech-modal-btn--cancel{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.senior-tech-modal-btn--cancel:hover{box-shadow:0 4px 15px #ef444466}.senior-tech-modal-icon--warn svg{stroke:#f59e0b}.senior-tech-appointment{background:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #00000026}.senior-tech-appointment-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.senior-tech-appointment-number{color:#1e293b;border:2px solid #1e293b;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:600;display:flex}.senior-tech-appointment-title{color:#1e293b;margin:0;font-size:1.25rem;font-weight:600}.senior-tech-label{color:#475569;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:flex}.senior-tech-calendar-icon{color:#64748b}.senior-tech-hint{color:#94a3b8;margin-top:.25rem;font-size:.8rem}.senior-tech-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e293b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.senior-tech-requested-time{text-align:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;margin-bottom:1.5rem;padding:1.25rem;transition:all .3s}.senior-tech-requested-time.selected{background:#f0fdf4;border-color:#10b981}.senior-tech-requested-title{color:#1e293b;margin:0 0 .5rem;font-size:1rem;font-weight:600}.senior-tech-requested-text{color:#64748b;margin:0;font-size:.95rem}.senior-tech-requested-time.selected .senior-tech-requested-text{color:#059669;font-weight:500}.senior-tech-message-section{flex-direction:column;display:flex}.senior-tech-textarea{color:#1e293b;resize:vertical;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;min-height:120px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.senior-tech-textarea:hover:not(:disabled){border-color:#10b981}.senior-tech-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.senior-tech-textarea:disabled{cursor:not-allowed;opacity:.6;background-color:#f1f5f9}.senior-tech-textarea::placeholder{color:#94a3b8}.senior-tech-character-count{color:#94a3b8;text-align:center;margin-top:.5rem;font-size:.85rem}.senior-tech-location-title{color:#1e293b;text-align:center;margin:1rem 0;padding-bottom:.75rem;font-size:1.5rem;font-weight:600;position:relative}.senior-tech-location-title:after{content:"";background-color:#0f0f10;width:10rem;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.senior-tech-location-inline .location-container h2{display:none}.senior-tech-location-inline .location-container{max-width:100%;padding:0}.senior-tech-location-inline .location-form-group{flex-direction:row;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.senior-tech-location-inline .location-label{flex-shrink:0;min-width:140px;margin-bottom:0;display:block}.senior-tech-location-inline .location-input{flex:1;width:auto}@media (max-width:768px){.senior-tech-title{font-size:2rem}.senior-tech-services{flex-direction:column;gap:1rem}.senior-tech-dropdown-group{width:100%;max-width:100%}.senior-tech-form-row{grid-template-columns:1fr;gap:1rem}.senior-tech-form,.senior-tech-appointment{padding:1.5rem}.senior-tech-location-inline .location-form-group{flex-direction:column;align-items:flex-start}.senior-tech-location-inline .location-label{min-width:unset;width:100%;margin-bottom:.4rem}.senior-tech-location-inline .location-input{width:100%}}@media (max-width:480px){.senior-tech-container{padding:1.5rem 1rem 3rem}.senior-tech-title{font-size:1.75rem}.senior-tech-subtitle{font-size:1rem}.senior-tech-location-inline .location-form-group{flex-direction:column;align-items:flex-start}.senior-tech-location-inline .location-label{min-width:unset;width:100%;margin-bottom:.4rem}.senior-tech-location-inline .location-input{width:100%}}
