.attorney-header{background:linear-gradient(135deg,#F8F5EF 0%,#F0E6D2 100%);color:#2c3e50;padding:150px 0 60px;margin-top:0;}.attorney-header .container{max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px;}.attorney-photo{text-align:center;margin-bottom:30px;}.attorney-photo img{width:250px;height:250px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 10px 30px rgba(0,0,0,0.3);}.attorney-info h1{font-size:3rem;font-weight:700;margin-bottom:10px;color:#2c3e50;}.attorney-title{font-size:1.5rem;color:#8B4513;margin-bottom:20px;font-weight:500;}.attorney-contact{background:rgba(255,255,255,0.8);padding:20px;border-radius:10px;margin-top:20px;box-shadow:0 5px 15px rgba(0,0,0,0.1);}.contact-item{display:flex;align-items:center;margin-bottom:10px;color:#2c3e50;}.contact-item i{margin-right:15px;color:#8B4513;font-size:1.2rem;}.biography-section{padding:80px 0;background:#F8F5EF;}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:20px;text-align:center;}.section-subtitle{font-size:1.2rem;color:#666;text-align:center;margin-bottom:50px;}.bio-content{background:white;padding:40px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,0.1);margin-bottom:40px;}.bio-content h3{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;font-weight:600;}.bio-content p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px;}.credentials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:30px;}.credential-card{background:white;padding:30px;border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,0.1);border-left:4px solid #8B4513;transition:all 0.3s ease;cursor:pointer;}.credential-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.2);border-left:4px solid #2c5530;background:linear-gradient(135deg,#f8f9fa 0%,#ffffff 100%);}.credential-card h4{color:#2c3e50;font-size:1.4rem;margin-bottom:15px;font-weight:600;transition:color 0.3s ease;}.credential-card:hover h4{color:#2c5530;}.credential-card ul{list-style:none;padding:0;}.credential-card li{padding:8px 0;color:#555;font-size:1rem;border-bottom:1px solid #eee;transition:all 0.3s ease;}.credential-card li:last-child{border-bottom:none;}.credential-card li i{color:#8B4513;margin-right:10px;transition:all 0.3s ease;}.credential-card:hover li{color:#2c3e50;transform:translateX(5px);}.credential-card:hover li i{color:#2c5530;transform:scale(1.1);}.community-section{background:#F0E6D2;color:#2c3e50;padding:80px 0;}.community-section h3{color:#8B4513;font-size:1.8rem;margin-bottom:20px;}.community-section p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;}.personal-section{padding:80px 0;background:#F8F5EF;}.personal-section h3{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;}.personal-section p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px;}@media (max-width:768px){.attorney-info h1{font-size:2.5rem;}.attorney-photo img{width:200px;height:200px;}.section-title{font-size:2rem;}.credentials-grid{grid-template-columns:1fr;gap:20px;}.bio-content{padding:20px;}}.appointment-section{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 0;}.appointment-header{margin-bottom:50px;}.appointment-header h2{font-size:2.8rem;font-weight:700;color:#2c5530;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,0.1);}.appointment-header p{font-size:1.2rem;color:#666;margin-bottom:0;line-height:1.6;}.appointment-form-container{background:white;padding:50px;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,0.1);border:1px solid #e9ecef;position:relative;overflow:hidden;}.appointment-form-container::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,#2c5530 0%,#1e3a24 100%);}.appointment-form .form-group{margin-bottom:25px;}.appointment-form label{color:#2c5530;font-weight:600;margin-bottom:8px;display:block;font-size:1rem;}.appointment-form .form-control{border:2px solid #e9ecef;border-radius:10px;padding:15px;font-size:16px;transition:all 0.3s ease;height:55px;background:#f8f9fa;}.appointment-form .form-control:focus{border-color:#2c5530;box-shadow:0 0 0 0.2rem rgba(44,85,48,0.25);background:white;}.appointment-form textarea.form-control{height:auto;min-height:120px;resize:vertical;}.appointment-form select.form-control{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 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;}.appointment-form .form-check{background:#f8f9fa;padding:20px;border-radius:10px;border:2px solid #e9ecef;transition:all 0.3s ease;}.appointment-form .form-check:hover{border-color:#2c5530;background:#f0f8f0;}.appointment-form .form-check-input{width:18px;height:18px;margin-right:12px;accent-color:#2c5530;}.appointment-form .form-check-label{color:#666;font-size:15px;line-height:1.5;cursor:pointer;font-weight:500;margin:0;}.appointment-form .form-check-label strong{color:#2c5530;}.btn-appointment{background:linear-gradient(135deg,#2c5530 0%,#1e3a24 100%);border:none;padding:18px 50px;font-size:18px;font-weight:700;border-radius:50px;box-shadow:0 8px 25px rgba(44,85,48,0.4);transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;color:white;min-width:250px;display:inline-flex;align-items:center;justify-content:center;gap:10px;}.btn-appointment:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(44,85,48,0.5);color:white;text-decoration:none;}.btn-appointment i{font-size:20px;}@media (max-width:576px){.attorney-info h1{font-size:2rem;}.attorney-photo img{width:150px;height:150px;}.section-title{font-size:1.8rem;}.biography-section,.community-section,.personal-section{padding:60px 0;}.appointment-section{padding:60px 0;}.appointment-header h2{font-size:2.2rem;}.appointment-form-container{padding:30px 20px;}.appointment-form .form-control{height:50px;font-size:15px;}.btn-appointment{padding:15px 30px;font-size:16px;min-width:200px;}}@media (max-width:480px){.appointment-header h2{font-size:1.8rem;}.appointment-form-container{padding:20px 15px;}.btn-appointment{padding:12px 25px;font-size:14px;min-width:180px;}}