@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes skeleton-loading{0%{background-position:200%0}to{background-position:-200%0}}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 16px rgba(37,211,102,.4)}50%{box-shadow:0 4px 24px rgba(37,211,102,.6)}}:root{--primary-900:#1e3a5f;--primary-800:#264b7a;--primary-700:#2e5c95;--primary-600:#366db0;--primary-500:#4080c4;--primary-400:#6699d0;--primary-300:#8cb3dc;--primary-200:#b3cce8;--primary-100:#d9e6f4;--primary-50:#ecf3fa;--secondary-700:#7d5e08;--secondary-600:#9a7209;--secondary-500:#b8860b;--secondary-400:#daa520;--secondary-300:#f0c14b;--secondary-200:#f5d78e;--secondary-100:#faf0d1;--gray-900:#1a1a2e;--gray-800:#2d2d44;--gray-700:#404060;--gray-600:#53537c;--gray-500:#6b6b8f;--gray-400:#8e8eab;--gray-300:#b1b1c7;--gray-200:#d4d4e3;--gray-100:#ebebf3;--gray-50:#f5f5f9;--success-500:#28a745;--success-100:#d4edda;--warning-500:#ffc107;--warning-100:#fff3cd;--danger-500:#dc3545;--danger-100:#f8d7da;--info-500:#17a2b8;--info-100:#d1ecf1;--bg-body:#f8f9fc;--bg-white:#ffffff;--bg-light:#f5f5f9;--bg-dark:#1e3a5f;--font-primary:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--font-heading:'Playfair Display', Georgia, serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:0.25rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);--transition-fast:150ms ease;--transition-normal:300ms ease;--transition-slow:500ms ease;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--container-2xl:1536px;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-primary);line-height:1.6;color:var(--gray-800);background-color:var(--bg-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.3;color:var(--gray-900);margin-bottom:var(--space-4)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}body,h6{font-size:var(--text-base)}a{color:var(--primary-600);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-800)}img{max-width:100%;height:auto;display:block}ol,ul{list-style:none}button,input,select,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;border:0;background:0 0}.container{width:100%;max-width:var(--container-xl);margin:0 auto;padding:0 var(--space-4)}.container-sm{max-width:var(--container-sm)}.container-md{max-width:var(--container-md)}.container-lg{max-width:var(--container-lg)}.container-xl{max-width:var(--container-xl)}.container-2xl{max-width:var(--container-2xl)}.grid{display:flex;flex-wrap:wrap;gap:var(--space-6)}.grid>*{min-width:0}.grid-cols-1>*,.grid>*{flex:1 1 100%}.grid-cols-2>*{flex:1 1 calc(50% - var(--space-6));min-width:280px}.grid-cols-3>*{flex:1 1 calc(33.333% - var(--space-6));min-width:250px}.grid-cols-4>*{flex:1 1 calc(25% - var(--space-6));min-width:220px}.grid-cols-5>*{flex:1 1 calc(20% - var(--space-6));min-width:180px}.grid-cols-6>*{flex:1 1 calc(16.666% - var(--space-6));min-width:150px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.header{background:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:var(--z-sticky)}.header-top{background:var(--primary-900);color:#fff;padding:var(--space-2)0;font-size:var(--text-sm)}.header-top a{color:var(--primary-200)}.header-top a:hover{color:#fff}.header-main{padding:var(--space-4)0}.header-inner,.logo{display:flex;align-items:center}.header-inner{justify-content:space-between;gap:var(--space-6)}.logo{gap:var(--space-3);flex-shrink:0}.logo-icon{width:44px;height:44px}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-main{font-family:var(--font-heading);font-size:22px;font-weight:800;color:var(--primary-900);letter-spacing:-.3px}.logo-accent,.logo-text-inline{font-family:var(--font-primary);font-size:11px;font-weight:600;color:var(--secondary-500);letter-spacing:2px;text-transform:uppercase}.logo-text-inline{font-family:var(--font-heading);font-size:20px;font-weight:800;color:var(--primary-900);letter-spacing:1px;white-space:nowrap}.nav{display:flex;gap:var(--space-1)}.nav-link{display:flex;align-items:center;padding:var(--space-2) var(--space-4);color:var(--gray-700);font-weight:500;border-radius:var(--radius-md);transition:all var(--transition-fast)}.nav-link.active,.nav-link:hover{color:var(--primary-600);background:var(--primary-50)}.nav-link.active{color:var(--primary-700)}.mobile-menu-btn{display:none;padding:var(--space-2);color:var(--gray-700)}.mobile-menu-btn svg{width:24px;height:24px}.hero{background:linear-gradient(135deg,var(--primary-900) 0%,var(--primary-700) 100%);color:#fff;padding:var(--space-6)0;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='rgba(255,255,255,0.03)' d='M50 0L100 50L50 100L0 50Z'/%3E%3C/svg%3E");opacity:.5}.hero-content{position:relative;z-index:1;max-width:700px}.hero-title{font-size:var(--text-5xl);color:#fff;margin-bottom:var(--space-6);line-height:1.2}.hero-title span{color:var(--secondary-400)}.hero-text{font-size:var(--text-lg);color:var(--primary-200);margin-bottom:var(--space-8)}.search-box{background:#fff;border-radius:var(--radius-xl);padding:var(--space-2);box-shadow:var(--shadow-xl)}.search-form{display:flex;gap:var(--space-2)}.search-input-group{flex:1;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-right:1px solid var(--gray-200)}.search-input-group:last-of-type{border-right:none}.search-input-group svg{width:20px;height:20px;color:var(--gray-400);flex-shrink:0}.search-input{flex:1;border:0;outline:0;font-size:var(--text-base);color:var(--gray-800)}.search-input::placeholder{color:var(--gray-400)}.search-select{flex:1;border:0;outline:0;font-size:var(--text-base);color:var(--gray-800);background:0 0;cursor:pointer}.hero-new{background:linear-gradient(135deg,#0ea5e9 0,#0284c7 50%,#0369a1 100%);padding:60px 0 80px;position:relative;overflow:hidden}.hero-new::before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1)0,transparent 70%);pointer-events:none}.hero-title-full{font-size:52px;font-weight:800;line-height:1.15;margin-bottom:40px;color:#fff;text-align:left;position:relative;z-index:1}.hero-grid{display:flex;flex-wrap:wrap;gap:40px;align-items:center;position:relative;z-index:1}.hero-left{color:#fff;flex:1 1 400px;min-width:0}.hero-image-wrapper{flex:0 0 auto;width:340px;height:340px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.25);border:4px solid rgba(255,255,255,.2)}.hero-image{width:100%;height:100%;object-fit:cover}.hero-image-placeholder{width:340px;height:340px;border-radius:20px;background:linear-gradient(145deg,#1e3a5f 0,#0f172a 100%);box-shadow:0 25px 50px rgba(0,0,0,.25);border:4px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.placeholder-icon{margin-bottom:20px;opacity:.9;color:#fbbf24}.placeholder-text{font-size:24px;font-weight:700;margin-bottom:8px}.placeholder-subtext{font-size:16px;opacity:.7}.hero-title-new{font-size:48px;font-weight:800;line-height:1.15;margin-bottom:24px;color:#fff}.text-gold{color:#fbbf24}.hero-desc{font-size:17px;line-height:1.7;color:rgba(255,255,255,.85);margin-bottom:32px;max-width:580px}.hero-features{display:flex;flex-wrap:wrap;gap:12px 24px;margin-bottom:32px}.hero-feature{flex:1 1 auto;min-width:140px;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:500;color:#fff}.hero-feature svg{color:#4ade80;flex-shrink:0}.hero-buttons{display:flex;gap:16px;margin-bottom:40px}.btn-hero-outline,.btn-hero-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-size:16px;transition:all .2s}.btn-hero-primary{background:#fff;color:#0284c7;font-weight:700;box-shadow:0 4px 20px rgba(0,0,0,.15)}.btn-hero-primary:hover{background:#f0f9ff;transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,0,0,.2);color:#0284c7}.btn-hero-outline{background:rgba(255,255,255,.1);font-weight:600;border:2px solid rgba(255,255,255,.3)}.btn-hero-outline:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);color:#fff}.hero-stats-row{display:flex;gap:48px}.hero-stat-item{text-align:left}.hero-stat-value{font-size:36px;font-weight:800;color:#fff;line-height:1;margin-bottom:4px}.hero-stat-label{font-size:14px;color:rgba(255,255,255,.7)}.hero-right{position:relative}.hero-panel{background:#fff;border-radius:20px;padding:24px;box-shadow:0 25px 50px rgba(0,0,0,.25)}.panel-header,.panel-icon{display:flex;align-items:center}.panel-header{gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.panel-icon{width:48px;height:48px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:12px;justify-content:center;color:#fff}.panel-title{font-size:18px;font-weight:700;color:#1e293b}.panel-subtitle{font-size:13px;color:#64748b}.panel-stats{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.panel-stats>*{flex:1 1 120px;min-width:100px}.panel-stat-card{padding:16px;border-radius:12px;color:#fff}.panel-stat-card.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.panel-stat-card.orange{background:linear-gradient(135deg,#f97316,#ea580c)}.panel-stat-card.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.panel-stat-card.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.panel-stat-card svg{margin-bottom:8px;opacity:.9}.panel-stat-num{font-size:28px;font-weight:800;line-height:1;margin-bottom:4px}.panel-stat-text{font-size:12px;opacity:.9}.panel-activity{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.activity-icon,.activity-item{display:flex;align-items:center}.activity-item{gap:12px;padding:12px;background:#f8fafc;border-radius:10px}.activity-icon{width:36px;height:36px;border-radius:8px;justify-content:center;color:#fff}.activity-icon.green{background:#22c55e}.activity-icon.blue{background:#3b82f6}.activity-title{font-size:14px;font-weight:600;color:#1e293b}.activity-sub{font-size:12px;color:#64748b}.panel-trust{display:flex;align-items:center;gap:12px;padding:14px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px}.trust-icon{color:#f59e0b}.trust-value{font-size:20px;font-weight:800;color:#92400e}.trust-label{font-size:12px;color:#a16207}@media (max-width:1024px){.hero-grid{gap:30px}.hero-left{flex:1 1 100%}.hero-title-full{font-size:40px}.hero-right{max-width:350px;margin:0 auto}.hero-image-placeholder,.hero-image-wrapper{width:300px;height:300px}.hero-title-new{font-size:36px}}@media (max-width:640px){.hero-new{padding:40px 0 60px}.hero-title-full{font-size:28px;margin-bottom:24px}.hero-title-new{font-size:28px}.hero-image-placeholder,.hero-image-wrapper{width:240px;height:240px}.placeholder-text{font-size:18px}.placeholder-icon svg{width:60px;height:60px}.hero-feature{flex:1 1 100%}.hero-buttons{flex-direction:column}.btn-hero-outline,.btn-hero-primary{justify-content:center}.hero-stats-row{gap:24px}.hero-stat-value{font-size:28px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);font-weight:500;font-size:var(--text-base);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;border:2px solid transparent;text-decoration:none}.btn-sm{padding:var(--space-2) var(--space-4);font-size:var(--text-sm)}.btn-lg{padding:var(--space-4) var(--space-8);font-size:var(--text-lg)}.btn-primary{background:var(--primary-600);color:#fff;border-color:var(--primary-600)}.btn-primary:hover{background:var(--primary-700);border-color:var(--primary-700);color:#fff}.btn-secondary{background:var(--secondary-500);color:#1a1a2e;border-color:var(--secondary-500)}.btn-secondary:hover{background:var(--secondary-400);border-color:var(--secondary-400);color:#1a1a2e}.btn-light{background:#fff;color:var(--gray-800);border-color:#fff;font-weight:600}.btn-light:hover{background:var(--gray-100);border-color:var(--gray-100);color:var(--gray-900)}.btn-outline-primary{background:0 0;border-color:var(--primary-600)}.btn-outline-primary:hover{background:var(--primary-600);color:#fff}.btn-outline-white{background:0 0;border-color:#fff}.btn-outline-white:hover{background:#fff;color:var(--primary-900)}.btn-ghost{background:0 0;color:var(--gray-700)}.btn-ghost:hover{background:var(--gray-100)}.btn-success{background:var(--success-500);color:#fff;border-color:var(--success-500)}.btn-success:hover{background:#218838;border-color:#218838;color:#fff}.btn-danger{background:var(--danger-500);color:#fff;border-color:var(--danger-500)}.btn-danger:hover{background:#c82333;border-color:#c82333;color:#fff}.tabs{display:flex;gap:4px;border-bottom:2px solid var(--gray-200);margin-bottom:var(--space-6)}.tab-btn{padding:12px 20px;font-size:14px;font-weight:500;color:var(--gray-600);background:0 0;border:0;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tab-btn:hover{color:var(--primary-600);background:var(--gray-50)}.tab-btn.active{color:var(--primary-600);border-bottom-color:var(--primary-600);background:0 0}.tab-content{display:none}.tab-content.active{display:block}.card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition-normal)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-body{padding:var(--space-6)}.card-footer,.card-header{padding:var(--space-4) var(--space-6)}.card-header{border-bottom:1px solid var(--gray-100)}.card-footer{border-top:1px solid var(--gray-100);background:var(--gray-50)}.card-title{font-size:var(--text-lg);font-weight:600;margin-bottom:var(--space-2)}.lawyer-card{display:flex;gap:var(--space-4)}.lawyer-card-avatar{width:80px;height:80px;border-radius:var(--radius-lg);object-fit:cover;flex-shrink:0}.lawyer-card-info{flex:1}.lawyer-card-name{font-size:var(--text-lg);font-weight:600;color:var(--gray-900);margin-bottom:var(--space-1)}.lawyer-card-title{color:var(--gray-600);font-size:var(--text-sm);margin-bottom:var(--space-2)}.lawyer-card-meta{display:flex;flex-wrap:wrap;gap:var(--space-4);font-size:var(--text-sm);color:var(--gray-500)}.lawyer-card-meta svg{width:16px;height:16px}.lawyer-card-rating{display:flex;align-items:center;gap:var(--space-1);color:var(--secondary-500)}.lawyer-card-specializations{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-3)}.badge-featured,.badge-verified{color:#fff;padding:var(--space-1) var(--space-2);font-size:var(--text-xs);font-weight:600;border-radius:var(--radius-sm)}.badge-featured{background:linear-gradient(135deg,var(--secondary-400),var(--secondary-500));text-transform:uppercase}.badge-verified{background:var(--success-500)}.tag{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);font-size:var(--text-sm);font-weight:500;border-radius:var(--radius-full);background:var(--gray-100);color:var(--gray-700);transition:all var(--transition-fast)}.tag-primary,.tag:hover{background:var(--primary-100);color:var(--primary-700)}.tag-secondary{background:var(--secondary-100);color:var(--secondary-700)}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 var(--space-2);font-size:var(--text-xs);font-weight:600;border-radius:var(--radius-full)}.badge-primary,.footer-social a:hover{background:var(--primary-600);color:#fff}.badge-success{background:var(--success-500);color:#fff}.badge-warning{background:var(--warning-500);color:var(--gray-900)}.badge-danger{background:var(--danger-500);color:#fff}.form-group{margin-bottom:var(--space-4)}.form-label{display:block;font-weight:500;margin-bottom:var(--space-2);color:var(--gray-700)}.form-label.required::after{content:" *";color:var(--danger-500)}.form-control{width:100%;padding:var(--space-3) var(--space-4);font-size:var(--text-base);color:var(--gray-800);background:var(--bg-white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:all var(--transition-fast)}.form-control:focus{outline:0;border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100)}.form-control::placeholder{color:var(--gray-400)}.form-control.is-invalid{border-color:var(--danger-500)}.form-control.is-valid{border-color:var(--success-500)}textarea.form-control{min-height:120px;resize:vertical}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b6b8f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;padding-right:var(--space-10)}.form-error,.form-text{display:block;margin-top:var(--space-1);font-size:var(--text-sm);color:var(--gray-500)}.form-error{color:var(--danger-500)}.form-check{display:flex;align-items:flex-start;gap:var(--space-2)}.form-check-input{width:18px;height:18px;margin-top:2px;accent-color:var(--primary-600)}.form-check-label{font-size:var(--text-base);color:var(--gray-700)}.section{padding:var(--space-16)0}.section-sm{padding:var(--space-4)0}.bg-primary .form-control,.bg-primary .form-select{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.3)}.bg-primary .form-control::placeholder{color:rgba(255,255,255,.6)}.bg-primary .form-control:focus{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);color:#fff}.bg-primary .form-control option{background:var(--primary-800);color:#fff}.section-lg{padding:var(--space-20)0}.section-header{text-align:center;max-width:700px;margin:0 auto var(--space-12)}.section-title{font-size:var(--text-3xl);color:var(--gray-900);margin-bottom:var(--space-4)}.section-subtitle{font-size:var(--text-lg);color:var(--gray-600)}.section-bg{background:var(--bg-light)}.section-dark{background:var(--primary-900);color:#fff}.spec-grid{gap:var(--space-4)}.spec-grid>.spec-card{flex:1 1 200px;min-width:180px}.spec-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--gray-100);transition:all var(--transition-fast)}.spec-card:hover{border-color:var(--primary-200);box-shadow:var(--shadow-md)}.city-link:hover,.spec-card-icon{color:var(--primary-600);background:var(--primary-50)}.spec-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);flex-shrink:0}.spec-card-icon svg{width:24px;height:24px}.spec-card-name{font-weight:500;color:var(--gray-800)}.city-link span,.spec-card-count{font-size:var(--text-sm);color:var(--gray-500)}.city-grid{display:flex;flex-wrap:wrap;gap:var(--space-3)}.city-grid>*{flex:1 1 150px;min-width:130px}.city-link{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);background:var(--bg-white);border-radius:var(--radius-md);border:1px solid var(--gray-100);color:var(--gray-700);font-weight:500;transition:all var(--transition-fast)}.city-link:hover{border-color:var(--primary-300)}.city-link span{color:var(--gray-600)}.star-rating{display:inline-flex;gap:2px}.star{color:var(--gray-300);font-size:var(--text-lg)}.star.filled,.star.half{color:var(--secondary-400)}.star.half{position:relative}.rating-value{font-weight:600;color:var(--gray-800)}.rating-count{font-size:var(--text-sm);color:var(--gray-500)}.footer{background:var(--gray-900);color:var(--gray-300);padding:var(--space-16)0 0}.footer-grid{display:flex;flex-wrap:wrap;gap:var(--space-10)}.footer-grid>:first-child{flex:2 1 280px;min-width:250px}.footer-grid>:not(:first-child){flex:1 1 180px;min-width:150px}.footer-brand{max-width:300px}.footer-logo,.footer-social a{display:flex;align-items:center}.footer-logo{gap:var(--space-3);margin-bottom:var(--space-4)}.footer-logo-text{font-family:var(--font-heading);font-size:16px;font-weight:800;color:#fff;letter-spacing:1px}.footer-desc{font-size:var(--text-sm);line-height:1.7;margin-bottom:var(--space-6)}.footer-social{display:flex;gap:var(--space-3)}.footer-social a{justify-content:center;width:40px;height:40px;background:var(--gray-800);border-radius:var(--radius-md);color:var(--gray-400);transition:all var(--transition-fast)}.footer-title{font-family:var(--font-primary);font-size:var(--text-base);font-weight:600;color:#fff;margin-bottom:var(--space-6);text-transform:uppercase;letter-spacing:.05em}.footer-links{display:flex;flex-direction:column;gap:var(--space-3)}.footer-links a{color:var(--gray-400);font-size:var(--text-sm);transition:color var(--transition-fast)}.footer-legal a:hover,.footer-links a:hover{color:#fff}.footer-bottom{margin-top:var(--space-12);padding:var(--space-6)0;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;align-items:center;font-size:var(--text-sm)}.footer-copyright,.footer-legal a{color:var(--gray-300)}.footer-legal{display:flex;gap:var(--space-6)}.footer-contact-list{display:flex;flex-direction:column;gap:10px;margin:0 0 16px}.footer-contact-item{display:flex;align-items:center;gap:10px;color:#a0aec0;font-size:14px;line-height:1.5;word-break:break-word}.footer-contact-item svg{flex-shrink:0;color:#d4a84b}.footer-contact-item a,.footer-contact-item span{color:inherit;text-decoration:none;transition:color .15s}.footer-contact-item a:hover{color:#d4a84b}.footer-newsletter{margin-top:48px;padding:32px;background:rgba(255,255,255,.05);border-radius:12px}.footer-newsletter-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}.footer-newsletter-text h3{color:#fff;font-size:18px;margin-bottom:8px}.footer-newsletter-text p{color:#8e8eab;font-size:14px;margin:0}.footer-newsletter-form{display:flex;gap:12px}.footer-newsletter-form input{padding:12px 16px;border-radius:8px;border:0;min-width:280px;font-size:14px}@media (max-width:768px){.footer-newsletter{padding:24px 20px;margin-top:32px}.footer-newsletter-inner{flex-direction:column;text-align:center}.footer-newsletter-text h3{font-size:16px}.footer-newsletter-form{flex-direction:column;width:100%}.footer-newsletter-form input{min-width:unset;width:100%}.footer-newsletter-form .btn{width:100%}}.page-link,.pagination{display:flex;align-items:center}.pagination{gap:var(--space-2)}.page-link{justify-content:center;min-width:40px;height:40px;padding:0 var(--space-3);background:var(--bg-white);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-700);font-weight:500;transition:all var(--transition-fast)}.page-link:hover{border-color:var(--primary-300);color:var(--primary-600)}.page-link.active{background:var(--primary-600);border-color:var(--primary-600);color:#fff}.page-link.disabled{opacity:.5;pointer-events:none}.breadcrumb-section{padding:4px 0;background:var(--gray-50);border-bottom:1px solid var(--gray-100)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:var(--text-sm);padding:0;margin:0}.breadcrumb-item a,.breadcrumb>a,.breadcrumb>span{color:var(--gray-500)}.breadcrumb-item a:hover,.breadcrumb>a:hover{color:var(--primary-600)}.breadcrumb>span:last-child{color:var(--gray-800);font-weight:500}.breadcrumb>a::after,.breadcrumb>span:not(:last-child)::after{content:"/";color:var(--gray-400);margin:0 8px;font-weight:400}.breadcrumb-item{display:flex;align-items:center;gap:var(--space-2);color:var(--gray-500)}.breadcrumb-item.active{color:var(--gray-800);font-weight:500}.breadcrumb-item::after{content:"/";color:var(--gray-400);margin-left:8px;font-weight:400}.breadcrumb-item:last-child::after{display:none}.alert{padding:var(--space-4);border-radius:var(--radius-md);border-left:4px solid;margin-bottom:var(--space-4)}.alert-success{background:var(--success-100);border-color:var(--success-500);color:#155724}.alert-danger{background:var(--danger-100);border-color:var(--danger-500);color:#721c24}.alert-warning{background:var(--warning-100);border-color:var(--warning-500);color:#856404}.alert-info{background:var(--info-100);border-color:var(--info-500);color:#0c5460}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:var(--text-sm)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-muted{color:var(--gray-500)}.text-primary{color:var(--primary-600)}.text-secondary{color:var(--secondary-500)}.text-success{color:var(--success-500)}.text-danger{color:var(--danger-500)}.text-white{color:#fff}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.bg-white{background:var(--bg-white)}.bg-light{background:var(--bg-light)}.bg-primary{background:var(--primary-600)}.bg-secondary{background:var(--secondary-500)}.bg-dark{background:var(--gray-900)}.m-0{margin:0}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.mb-8{margin-bottom:var(--space-8)}.my-4{margin-top:var(--space-4);margin-bottom:var(--space-4)}.my-8{margin-top:var(--space-8);margin-bottom:var(--space-8)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.py-4{padding-top:var(--space-4);padding-bottom:var(--space-4)}.px-4{padding-left:var(--space-4);padding-right:var(--space-4)}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.w-full{width:100%}.w-auto{width:auto}.border{border:1px solid var(--gray-200)}.border-t{border-top:1px solid var(--gray-200)}.border-b{border-bottom:1px solid var(--gray-200)}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-full{border-radius:var(--radius-full)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.mobile-menu{position:fixed;top:0;right:-100%;width:85%;max-width:320px;height:100vh;background:#fff;z-index:2000;transition:right .3s ease;overflow-y:auto;box-shadow:-5px 0 30px rgba(0,0,0,.15)}.mobile-menu.active{right:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-close,.mobile-menu-header{display:flex;align-items:center;color:#fff}.mobile-menu-header{justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--gray-100);background:var(--primary-900)}.mobile-menu-header .logo-text{font-family:var(--font-heading);font-size:15px;font-weight:700}.mobile-menu-close{width:28px;height:28px;justify-content:center;background:rgba(255,255,255,.1);border-radius:6px;cursor:pointer;transition:background .2s}.mobile-menu-close svg{width:18px;height:18px}.mobile-menu-close:hover{background:rgba(255,255,255,.2)}.mobile-menu-body{padding:4px 0}.mobile-menu-nav a{display:flex;align-items:center;gap:8px;padding:9px 14px;color:var(--gray-800);font-size:13px;font-weight:500;border-bottom:1px solid var(--gray-50);transition:all .2s}.mobile-menu-nav a.active,.mobile-menu-nav a:hover{background:var(--primary-50);color:var(--primary-600)}.mobile-menu-nav a svg{width:16px;height:16px;stroke:currentColor;flex-shrink:0}.mobile-menu-section{padding:8px 14px 3px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400)}.mobile-menu-auth{padding:10px 14px;border-top:1px solid var(--gray-100);display:flex;flex-direction:column;gap:6px}.mobile-menu-auth .btn{width:100%;justify-content:center;padding:8px 12px;font-size:13px}body.mobile-menu-open{overflow:hidden}@media (max-width:1024px){.hero-grid{gap:32px}.hero-image-placeholder,.hero-image-wrapper{width:280px;height:280px}}@media (max-width:768px){:root{--text-4xl:1.875rem;--text-5xl:2.25rem;--text-3xl:1.5rem}.nav{display:none}.mobile-menu-btn{display:flex}.header-actions,.header-top{display:none}.hero{padding:var(--space-8)0}.hero-title{font-size:var(--text-2xl)}.hero-grid{flex-direction:column;gap:24px}.hero-left,.hero-right{width:100%}.hero-right{order:-1}.hero-image-placeholder{height:200px!important}.hero-title-full{font-size:1.75rem!important;margin-bottom:20px!important}.hero-desc{font-size:14px!important;line-height:1.6!important}.hero-features{flex-direction:column;gap:8px!important}.hero-feature{padding:10px 12px!important;font-size:13px!important}.hero-buttons{flex-direction:column;gap:10px!important}.hero-buttons .btn-hero-outline,.hero-buttons .btn-hero-primary{width:100%;justify-content:center;padding:14px 20px!important}.hero-stats-row{gap:16px!important;padding-top:20px!important}.hero-stat-value{font-size:1.5rem!important}.hero-new{padding:32px 0 40px!important}.card-body .flex.gap-4,.search-form{flex-direction:column}.search-input-group{border-right:none;border-bottom:1px solid var(--gray-200)}.search-input-group:last-of-type{border-bottom:none}.grid-cols-2>*,.grid-cols-3>*,.grid-cols-4>*{flex:1 1 100%;min-width:0}.spec-grid{gap:12px}.spec-grid>*{flex:1 1 45%;min-width:140px}.spec-card{padding:12px}.spec-card-icon{width:36px;height:36px}.spec-card-icon svg{width:18px;height:18px}.spec-card-name{font-size:13px}.spec-card-count{font-size:11px}.city-grid{gap:8px}.city-link{padding:10px 12px;font-size:13px}.footer-grid{gap:var(--space-6)}.footer-grid>*{flex:1 1 100%;min-width:0}.footer-bottom{flex-direction:column;gap:var(--space-4);text-align:center}.section{padding:var(--space-8)0}.section-dark h2,.section-title{font-size:var(--text-xl)!important}.section-subtitle{font-size:var(--text-sm)}.section-header{margin-bottom:var(--space-6)}.card-body{padding:var(--space-4)}.lawyer-card-avatar{width:60px!important;height:60px!important}.flex.gap-8{gap:var(--space-4)}.flex.gap-6{gap:var(--space-3)}.btn-lg{padding:12px 20px;font-size:14px}.lawyer-profile-hero .flex.gap-6,.section-dark .flex{flex-direction:column;text-align:center}.section-dark p{font-size:var(--text-sm)!important}.lawyer-profile-hero{padding:16px 0!important}.lawyer-profile-hero .flex.gap-6{align-items:center}.lawyer-profile-avatar{width:100px!important;height:100px!important}.lawyer-profile-hero .flex.flex-col.gap-2{min-width:unset!important;width:100%}.lawyer-profile-hero .btn{width:100%;justify-content:center}.section .flex.gap-8{flex-direction:column}.section aside{width:100%!important;order:2}.breadcrumb-section{padding:4px 0}.breadcrumb{font-size:12px;flex-wrap:wrap}.page-title{font-size:var(--text-xl)!important}.pagination{flex-wrap:wrap;gap:6px!important}.page-link{min-width:36px;height:36px;font-size:13px}.form-control,.form-select{padding:10px 12px;font-size:14px}.tag{padding:4px 8px;font-size:11px}.badge-featured,.badge-verified{font-size:10px;padding:2px 6px}.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media (max-width:480px){.container{padding:0 var(--space-3)}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}.card-body{padding:12px}.city-grid>*,.spec-grid>*{flex:1 1 100%;min-width:0}.hero-title-full{font-size:1.375rem!important}.hero-new{padding:24px 0 32px!important}.hero-image-placeholder{height:160px!important}.hero-stats-row{flex-direction:column;align-items:center;gap:12px!important}.hero-stat-item{text-align:center}.btn{padding:10px 16px;font-size:13px}.btn-sm{padding:6px 12px;font-size:12px}.card .flex.gap-4 img{width:70px!important;height:70px!important}.flex.flex-col.gap-2[style*=min-width]{min-width:unset!important;width:100%}.text-lg{font-size:1rem!important}.text-xl{font-size:1.125rem!important}.section[style*=linear-gradient] h2{font-size:1.25rem!important}.section[style*=linear-gradient] p{font-size:.875rem!important}.section[style*=linear-gradient] .flex{flex-direction:column;gap:10px!important}.section[style*=linear-gradient] .btn{width:100%}.footer{padding:var(--space-8)0 var(--space-4)}.footer-title{font-size:1rem;margin-bottom:12px}.footer-links a{padding:6px 0;font-size:13px}.footer-bottom{padding-top:var(--space-4);font-size:12px}.card .flex.justify-between.items-start.gap-4{flex-direction:column}.card .flex.justify-between.items-start.gap-4>div:last-child{align-self:flex-start}.card-body.flex.gap-4 img[style*="80px"]{width:60px!important;height:60px!important}}@media (max-width:360px){.container{padding:0 12px}.hero-title-full{font-size:1.25rem!important}.hero-feature{padding:8px 10px!important;font-size:12px!important}.btn-hero-outline,.btn-hero-primary{padding:12px 16px!important;font-size:13px!important}.spec-card{padding:10px!important}.spec-card-name{font-size:12px!important}.section-title{font-size:1.125rem!important}.mobile-menu{width:100%;max-width:none}}@media (max-width:768px) and (orientation:landscape){.hero-new{padding:24px 0!important}.hero-grid{flex-direction:row!important}.hero-left,.hero-right{width:50%}.hero-right{order:0}.hero-image-placeholder{height:180px!important}.mobile-menu{width:60%}}.animate-fade-in{animation:fadeIn var(--transition-normal)}.animate-slide-up{animation:slideUp var(--transition-normal)}.animate-pulse{animation:pulse 2s infinite}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:var(--radius-md)}@media (max-width:1024px){.container>.flex[style*=gap],.flex[style*="align-items: flex-start"],.flex[style*="align-items:flex-start"],.section .container>.flex{flex-wrap:wrap}aside[style*="width: 280px"],aside[style*="width: 320px"],aside[style*="width:280px"],aside[style*="width:320px"]{width:280px!important}}.hero-btn-short,.hero-exp-short,.hero-location-short{display:none}.hero-avatar{width:150px;height:150px;border-radius:16px;object-fit:cover;border:4px solid rgba(255,255,255,.2)}@media (max-width:768px){.section .container>.flex[style*="align-items: flex-start"],.section .container>.flex[style*="align-items:flex-start"],.section>.container>.flex{flex-direction:column!important}.sidebar,.sidebar[style],aside,aside[style]{width:100%!important;flex:1 1 100%!important;flex-shrink:1!important;order:2!important;max-width:100%!important}.content,.section .container>.flex>div[style*="flex: 1"],.section .container>.flex>div[style*="flex:1"]{width:100%!important;min-width:0!important;order:1!important}section[style*=linear-gradient]>.container>.flex{flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;text-align:left!important;gap:10px!important}section[style*=linear-gradient]>.container>.flex>div[style*="flex-shrink:0"]{margin:0!important}section[style*=linear-gradient]>.container>.flex>div[style*="flex:1"]{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important}section[style*=linear-gradient] .flex.items-center.gap-6.flex-wrap{display:contents!important}section[style*=linear-gradient] .flex.items-center.gap-3.mb-2{order:1!important;flex-direction:row!important;flex-wrap:wrap!important;gap:4px!important;margin-bottom:2px!important}section[style*=linear-gradient] h1[style*="font-size:var(--text-3xl)"]{order:2!important;font-size:1.15rem!important;margin-bottom:4px!important}section[style*=linear-gradient]>.container>.flex>div[style*="flex:1"]>p{order:3!important}section[style*=linear-gradient] .flex.flex-wrap.gap-4[style*="color:var(--primary-200)"]{order:4!important;flex-direction:row!important;flex-wrap:wrap!important;font-size:12px!important;gap:8px!important}section[style*=linear-gradient] .flex.items-center.gap-3.mt-4{order:5!important;flex-direction:row!important}section[style*=linear-gradient]>.container>.flex>.flex.flex-col[style*=min-width]{position:static!important;flex:0 0 100%!important;flex-direction:row!important;gap:6px!important;min-width:auto!important;order:10!important;margin-top:4px!important}section[style*=linear-gradient] .flex.flex-col[style*=min-width] .btn{flex:1!important;font-size:11px!important;padding:8px 4px!important;justify-content:center!important;border-radius:8px!important;white-space:nowrap!important}section[style*=linear-gradient] .flex.flex-col[style*=min-width] .btn svg{width:14px!important;height:14px!important}div[style*="padding:16px 24px"][style*="background:rgba"]{padding:12px 16px!important;flex:1 1 auto!important;min-width:120px!important}.hero-avatar{width:120px;height:120px;border-radius:8px;border-width:3px}div[style*="width: 150px"][style*="height: 150px"],div[style*="width:150px"][style*="height:150px"],img[style*="width: 150px"]:not(.hero-avatar),img[style*="width:150px"]:not(.hero-avatar){width:100px!important;height:100px!important;border-radius:10px!important}div[style*="width:120px"][style*="height:120px"]{width:80px!important;height:80px!important}div[style*="width:120px"] svg{width:40px!important;height:40px!important}section[style*=linear-gradient] div[style*="flex: 1"],section[style*=linear-gradient] div[style*="flex:1"]{text-align:left!important}section[style*=linear-gradient] .flex.flex-wrap.gap-4 .flex.items-center.gap-2,section[style*=linear-gradient] .flex.flex-wrap.gap-4 a.flex.items-center.gap-2,section[style*=linear-gradient] .flex.items-center.gap-3.mt-4 .flex.items-center.gap-1{flex-direction:row!important}h1[style*="font-size:var(--text-3xl)"]{font-size:1.5rem!important}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap!important;gap:0!important}.tabs::-webkit-scrollbar{display:none}.tab-btn{flex-shrink:0;white-space:nowrap;padding:12px 16px!important;font-size:13px!important}.card-body.flex{flex-direction:column!important}.card-body>.flex.gap-4{flex-direction:row!important;align-items:flex-start!important}.card img[style*="width: 80px"],.card img[style*="width:80px"],.card-body img[style*="width: 80px"],.card-body img[style*="width:80px"]{width:60px!important;height:60px!important}.contact-info-grid{gap:16px!important}.contact-info-grid,.lawyer-grid-bar{flex-direction:column}.lawyer-grid-bar>*{flex:1 1 100%}.specs-grid>*{flex:1 1 100%!important;min-width:0!important}.quick-actions,.review-card .flex.gap-4{flex-direction:column!important}.card[class*=filter],.quick-action-btn,form.card{width:100%!important}.page-title,h1{font-size:1.5rem!important}.card-title,h2{font-size:1.125rem!important}div[style*="font-size: 32px"],div[style*="font-size:32px"]{font-size:24px!important}.btn-outline-white,.btn-secondary{width:100%;justify-content:center}.review-card{padding:16px!important}div[style*="height:300px"][style*="background:var(--gray-100)"]{height:200px!important}.cta-card .card-body{padding:24px 16px!important}.cta-icon{width:60px!important;height:60px!important}.cta-icon svg{width:30px!important;height:30px!important}}@media (max-width:480px){.container{padding-left:12px!important;padding-right:12px!important}div[style*="width:150px"][style*="height:150px"],img[style*="width:150px"]:not(.hero-avatar){width:120px!important;height:120px!important;border-radius:8px!important}.hero-avatar{width:120px;height:120px;border-radius:8px;border-width:3px}div[style*="padding:16px 24px"][style*="background:rgba"]{padding:10px 12px!important;min-width:100px!important}div[style*="font-size:32px"]{font-size:20px!important}.section{padding:24px 0!important}.section-sm{padding:16px 0!important}.card-body,.card-header{padding:12px!important}.tab-btn{padding:10px 12px!important;font-size:12px!important}.contact-item{gap:12px!important}.contact-icon{width:40px!important;height:40px!important}.contact-icon svg{width:20px!important;height:20px!important}.other-bar-item{padding:12px!important}.other-bar-icon{width:36px!important;height:36px!important}.lawyer-card-bar{padding:12px!important;gap:12px!important}.lawyer-card-avatar img{width:50px!important;height:50px!important}.lawyer-card-info h3{font-size:14px!important}span[style*="padding:4px 12px"][style*="border-radius:20px"]{padding:3px 8px!important;font-size:10px!important}}@media (max-width:360px){.container{padding-left:10px!important;padding-right:10px!important}.page-title,h1{font-size:1.25rem!important}.flex.gap-6[style*=flex-shrink]{gap:8px!important}div[style*="padding:16px 24px"][style*="background:rgba"]{padding:8px 10px!important;min-width:80px!important}div[style*="font-size:32px"]{font-size:18px!important}div[style*="font-size:13px"][style*="opacity:0.8"]{font-size:11px!important}}@media print{.btn,.footer,.header,.mobile-menu-btn{display:none!important}a,body{color:#000}body{background:#fff;font-size:12pt}a{text-decoration:underline}.card{box-shadow:none;border:1px solid #ccc}}.lawyer-grid-5{display:flex;flex-wrap:wrap;gap:20px}.lawyer-grid-5>*{flex:1 1 160px;min-width:140px;max-width:calc(20% - 16px)}.lawyer-mini-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--bg-white);border-radius:var(--radius-lg);padding:20px 16px;text-decoration:none;transition:all .2s ease;box-shadow:var(--shadow-sm);border:1px solid var(--gray-100)}.lawyer-mini-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-200)}.lawyer-mini-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:12px;border:3px solid var(--primary-100)}.firm-logo-wrapper img,.lawyer-mini-avatar img{width:100%;height:100%;object-fit:cover}.lawyer-mini-name{font-weight:600;color:var(--gray-800);font-size:var(--text-sm);margin-bottom:6px;line-height:1.3}.lawyer-mini-location,.lawyer-mini-rating{display:flex;align-items:center;justify-content:center;gap:4px}.lawyer-mini-location{color:var(--gray-500);font-size:var(--text-xs);margin-bottom:8px}.lawyer-mini-location svg{flex-shrink:0}.lawyer-mini-rating{font-size:var(--text-sm);font-weight:600;color:var(--secondary-700)}.lawyer-mini-rating svg{color:var(--secondary-400)}.lawyer-mini-rating span{color:var(--gray-600);font-weight:400;font-size:var(--text-xs)}@media (max-width:1024px){.lawyer-grid-5{gap:16px}.lawyer-grid-5>*{flex:1 1 calc(25% - 12px);min-width:140px}}@media (max-width:768px){.lawyer-grid-5{gap:12px}.lawyer-grid-5>*{flex:1 1 calc(33.333% - 8px);min-width:120px}.lawyer-mini-card{padding:16px 12px}.lawyer-mini-avatar{width:60px;height:60px}.lawyer-mini-name{font-size:var(--text-xs)}}@media (max-width:480px){.lawyer-grid-5{gap:10px}.lawyer-grid-5>*{flex:1 1 calc(50% - 5px);min-width:100px}.lawyer-mini-avatar{width:50px;height:50px}}.firm-logo-wrapper{width:80px;height:80px;min-width:80px;border-radius:var(--radius-md);overflow:hidden;background:var(--gray-50);display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-100)}.spec-grid{display:flex;flex-wrap:wrap;gap:16px}.spec-grid>*{flex:1 1 160px;min-width:140px}.whatsapp-float{position:fixed;bottom:30px;left:30px;display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:12px 20px;border-radius:50px;text-decoration:none;font-size:14px;font-weight:600;box-shadow:0 4px 16px rgba(37,211,102,.4);z-index:1000;transition:all .3s ease;animation:whatsapp-pulse 2s ease-in-out infinite}.whatsapp-float:hover{background:#1ebe57;transform:translateY(-3px);box-shadow:0 6px 24px rgba(37,211,102,.5);color:#fff;text-decoration:none}.whatsapp-float svg{flex-shrink:0}.whatsapp-float-text{white-space:nowrap}@media (max-width:576px){.whatsapp-float{bottom:20px;left:20px;padding:10px 16px;font-size:13px}.whatsapp-float svg{width:24px;height:24px}}@media (max-width:768px){.modal-dialog,.modal-dialog[style*=max-width]{max-width:calc(100vw - 24px)!important;width:calc(100vw - 24px)!important;margin:12px auto!important}.card img[style*="width:100px"],.lawyer-card img[style*="width:100px"]{width:70px!important;height:70px!important;border-radius:10px!important}.flex.items-center.gap-2.mb-1{flex-wrap:wrap!important;gap:4px!important}.subscription-badge,.subscription-badge-lg{padding:2px 6px!important;font-size:.6rem!important;gap:3px!important}.answer-badge{padding:1px 5px!important;font-size:.55rem!important}.lawyer-meta{display:none!important}.lawyer-card-specs{flex-wrap:wrap!important;gap:4px!important;margin-top:10px!important;padding-top:10px!important}.lawyer-card-specs .tag{font-size:10px!important;padding:2px 6px!important}.lawyer-badges-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:8px!important;padding-bottom:4px}.lawyer-badge{flex-shrink:0!important;padding:6px 10px!important;font-size:12px!important}.profile-stats-grid{flex-direction:column!important;gap:8px!important}.profile-stat-item{padding:10px!important;gap:10px!important}.contact-icon,.profile-stat-icon{width:36px!important;height:36px!important}.contact-icon svg{width:18px!important;height:18px!important}.contact-item{gap:10px!important}section[style*=linear-gradient] svg[width="20"]{width:16px!important;height:16px!important}p[style*="font-size:var(--text-base)"][style*="color:var(--primary-100)"]{font-size:13px!important;line-height:1.5!important;margin-bottom:8px!important}.lawyer-gallery-grid{display:flex;flex-wrap:wrap;gap:6px!important}.lawyer-gallery-grid>*{flex:1 1 calc(33.333% - 4px);min-width:80px}.booking-steps{gap:4px!important;padding:8px!important}.booking-step .step-label{display:none!important}.booking-step .step-number{width:28px!important;height:28px!important;font-size:12px!important}.appointment-type-grid{flex-direction:column;gap:8px!important}.appointment-type-grid>*{flex:1 1 100%}.type-icon svg{width:32px!important;height:32px!important}.star-input svg{width:28px!important;height:28px!important}.firm-logo-wrapper{width:60px!important;height:60px!important;min-width:60px!important}.spec-hero{padding:32px 0!important}.spec-title{font-size:1.5rem!important}.spec-stats{gap:16px!important}.spec-stats .stat-value{font-size:1.25rem!important}.city-filter-item{padding:8px 10px!important;font-size:13px!important}}@media (max-width:480px){.card img[style*="width:100px"],.lawyer-card img[style*="width:100px"]{width:56px!important;height:56px!important;border-radius:8px!important}.card-title[style*="font-size:var(--text-xl)"],.lawyer-card-link .card-title{font-size:.95rem!important}.subscription-badge,.subscription-badge-lg{padding:1px 5px!important;font-size:.55rem!important}.answer-badge{display:none!important}.badge-featured{font-size:9px!important;padding:1px 5px!important}.header-main{padding:6px 0!important}.header-inner{gap:8px!important}.logo{gap:6px!important}.logo-icon,.logo-icon svg{width:28px!important;height:28px!important}.logo-main{font-size:15px!important}.logo-accent{font-size:8px!important;letter-spacing:1.5px!important}.logo-text-inline{font-size:15px!important}section[style*=linear-gradient]{padding:10px 0!important}section[style*=linear-gradient]>.container>.flex{gap:10px!important}.hero-avatar{width:120px;height:120px;border-radius:8px;border-width:3px}section[style*=linear-gradient] h1{font-size:1.05rem!important}section[style*=linear-gradient] .flex.items-center.gap-3.mb-2{gap:3px!important;margin-bottom:2px!important}.hero-btn-fav .hero-btn-full,.hero-btn-full,.hero-exp-full,.hero-location-full,section[style*=linear-gradient]>.container>.flex>div[style*="flex:1"]>p{display:none!important}.hero-btn-short,.hero-exp-short,.hero-location-short{display:inline!important}section[style*=linear-gradient] .flex.flex-wrap.gap-4{font-size:11px!important;gap:8px!important}section[style*=linear-gradient]>.container>.flex>.flex.flex-col[style*=min-width] .btn{font-size:10px!important;padding:8px 6px!important;flex:1 1 0!important;gap:4px!important;border-width:1.5px!important;white-space:nowrap!important}section[style*=linear-gradient]>.container>.flex>.flex.flex-col[style*=min-width] .btn svg{width:14px!important;height:14px!important;flex-shrink:0!important}.hero-btn-fav{flex:0 0 auto!important;padding:8px!important}section[style*="padding: 24px"],section[style*="padding:24px"]{padding:12px 0!important}section[style*="padding: 16px"],section[style*="padding:16px"]{padding:8px 0!important}.card-body{padding:10px!important}.card-header{padding:8px 10px!important}.card-header h3{font-size:13px!important}.card-body p[style*=line-height]{font-size:13px!important;line-height:1.5!important}.tag{padding:2px 6px!important;font-size:10px!important}.lawyer-gallery-grid>*{flex:1 1 calc(50% - 2px)!important;min-width:60px!important}.lawyer-gallery-grid{gap:4px!important}.profile-stat-item{padding:8px!important;gap:8px!important}.profile-stat-icon{width:32px!important;height:32px!important}.profile-stat-icon svg{width:16px!important;height:16px!important}.review-card{padding:10px!important}.tab-btn,.tab-link{padding:8px 10px!important;font-size:11px!important}.breadcrumb-section{padding:2px 0!important}.breadcrumb{font-size:11px!important}.section-sm.bg-primary{padding:10px 0!important}.page-title{font-size:1.25rem!important;margin-bottom:4px!important}.spec-hero{padding:20px 0!important}.spec-title{font-size:1.25rem!important}.spec-subtitle{font-size:13px!important}.form-control,.form-select{padding:8px 10px!important;font-size:13px!important}.form-group{margin-bottom:10px!important}.form-label{font-size:12px!important;margin-bottom:4px!important}.btn{padding:8px 14px!important;font-size:13px!important}.btn-sm{padding:6px 10px!important;font-size:12px!important}.btn svg{width:14px!important;height:14px!important}.pagination{gap:4px!important}.page-link{min-width:32px!important;height:32px!important;font-size:12px!important}.footer{padding:24px 0 16px!important}.footer-title{font-size:14px!important}.footer-links a,.whatsapp-float{padding:4px 0!important;font-size:12px!important}.whatsapp-float{bottom:16px!important;left:16px!important;padding:8px 12px!important;gap:6px!important}.whatsapp-float svg{width:20px!important;height:20px!important}.lightbox-nav{width:36px!important;height:36px!important}.lightbox-prev{left:6px!important}.lightbox-next{right:6px!important}.lightbox-close{font-size:28px!important;top:8px!important;right:8px!important}}@media (max-width:360px){.container{padding-left:8px!important;padding-right:8px!important}.hero-avatar{width:110px;height:110px;border-radius:6px;border-width:2px}section[style*=linear-gradient] h1{font-size:.95rem!important}section[style*=linear-gradient]>.container>.flex{gap:6px!important}section[style*=linear-gradient] .flex.flex-wrap.gap-4{font-size:10px!important}section[style*=linear-gradient]>.container>.flex>.flex.flex-col[style*=min-width] .btn{padding:6px 4px!important;font-size:9px!important}section[style*=linear-gradient]>.container>.flex>.flex.flex-col[style*=min-width] .btn svg{width:12px!important;height:12px!important}.card-body{padding:8px!important}.card-header{padding:6px 8px!important}.card img[style*="width:100px"],.lawyer-card img[style*="width:100px"]{width:48px!important;height:48px!important}.card-title,.lawyer-card-link .card-title{font-size:.85rem!important}.spec-grid{flex-direction:column;gap:6px!important}.spec-grid>*{flex:1 1 100%!important;min-width:0!important}.lawyer-grid-5{gap:6px!important}.lawyer-grid-5>*{flex:1 1 calc(50% - 3px)!important;min-width:80px!important}.lawyer-mini-card{padding:10px 8px!important}.lawyer-mini-avatar{width:44px!important;height:44px!important}.footer-links a,.lawyer-mini-name{font-size:11px!important}.tab-btn,.tab-link{padding:6px 8px!important;font-size:10px!important}.btn{padding:6px 10px!important;font-size:12px!important}.footer-grid{gap:16px!important}.footer-title{font-size:13px!important;margin-bottom:8px!important}.footer-bottom{font-size:10px!important}.page-link{min-width:28px!important;height:28px!important;font-size:11px!important}.whatsapp-float-text{display:none!important}.whatsapp-float{padding:10px!important;border-radius:50%!important}}.btn-danger,.btn-danger:focus,.btn-danger:hover,.btn-dark,.btn-dark:hover,.btn-info,.btn-info:hover,.btn-primary,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.btn-success,.btn-success:focus,.btn-success:hover{color:#fff!important}.btn-secondary,.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover,.btn-warning,.btn-warning:hover{color:#1a1a2e!important}.btn-t{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;border-radius:8px!important;border:1px solid transparent!important;cursor:pointer!important;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease!important}.btn-t,.btn-t:hover{text-decoration:none!important}.btn-t-green{background:#ecfdf5!important;color:#15803d!important;border-color:#bbf7d0!important}.btn-t-green:focus,.btn-t-green:hover{background:#d1fae5!important;color:#14532d!important;border-color:#86efac!important;box-shadow:0 1px 3px rgba(20,83,45,.12)!important}.btn-t-blue{background:#eff6ff!important;color:#1d4ed8!important;border-color:#bfdbfe!important}.btn-t-blue:focus,.btn-t-blue:hover{background:#dbeafe!important;color:#1e40af!important;border-color:#93c5fd!important;box-shadow:0 1px 3px rgba(30,64,175,.12)!important}.btn-t-amber{background:#fffbeb!important;color:#b45309!important;border-color:#fde68a!important}.btn-t-amber:focus,.btn-t-amber:hover{background:#fef3c7!important;color:#92400e!important;border-color:#fcd34d!important;box-shadow:0 1px 3px rgba(146,64,14,.12)!important}.btn-t-rose{background:#fef2f2!important;color:#b91c1c!important;border-color:#fecaca!important}.btn-t-rose:focus,.btn-t-rose:hover{background:#fee2e2!important;color:#991b1b!important;border-color:#fca5a5!important;box-shadow:0 1px 3px rgba(153,27,27,.12)!important}.btn-t-ghost{background:#fff!important;color:#374151!important;border-color:#e5e7eb!important}.btn-t-ghost:focus,.btn-t-ghost:hover{background:#f9fafb!important;color:#111827!important;border-color:#d1d5db!important}.btn-hero-primary,.btn-hero-primary:active,.btn-hero-primary:focus,.btn-hero-primary:hover{color:#0284c7!important}.btn-hero-primary svg,.btn-hero-primary svg *{stroke:#0284c7!important}.btn-light,.btn-light:focus,.btn-light:hover{color:var(--gray-900)!important}.btn-outline-primary{color:var(--primary-600)!important}.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover{color:#fff!important}.btn-outline-white{color:#fff!important}.btn-outline-white:focus,.btn-outline-white:hover{color:var(--primary-900)!important}.btn-outline-secondary{color:var(--gray-700)!important}.btn-outline-secondary:focus,.btn-outline-secondary:hover{color:var(--gray-900)!important}.btn-hero-outline{color:#fff!important}.btn-hero-outline:hover{color:var(--primary-900)!important}.btn-ghost,.btn-ghost:focus,.btn-ghost:hover{color:var(--gray-700)!important}.btn-t-ghost,.btn-t-ghost:hover{color:var(--gray-700)!important}.pc-btn-primary,.pc-btn-primary:active,.pc-btn-primary:focus,.pc-btn-primary:hover{color:#fff!important}.pc-btn-secondary,.pc-btn-secondary:focus,.pc-btn-secondary:hover{color:#0f172a!important}.pc-btn-ghost,.pc-btn-ghost:focus,.pc-btn-ghost:hover{color:#475569!important}.fm-btn,.fm-btn:hover,.fm-page-nav a,.fm-page-nav a:hover,.lm-btn,.lm-btn:hover,.lm-page-nav a,.lm-page-nav a:hover,.ud-btn,.ud-btn:hover,.um-btn,.um-btn:hover,.um-page-nav a,.um-page-nav a:hover{color:#0f172a!important}.fm-btn-primary,.fm-btn-primary:focus,.fm-btn-primary:hover,.lm-btn-primary,.lm-btn-primary:focus,.lm-btn-primary:hover,.ud-btn-primary,.ud-btn-primary:focus,.ud-btn-primary:hover,.um-btn-primary,.um-btn-primary:focus,.um-btn-primary:hover{color:#fff!important}.fm-btn-danger,.fm-btn-danger:hover,.lm-btn-danger,.lm-btn-danger:hover,.ud-btn-danger,.ud-btn-danger:hover,.ud-btn-success,.ud-btn-success:hover,.ud-btn-warning,.ud-btn-warning:hover,.um-btn-danger,.um-btn-danger:hover,.um-btn-success,.um-btn-success:hover,.um-btn-warning,.um-btn-warning:hover{color:#fff!important}.fm-icon-btn,.fm-icon-btn:hover,.lm-icon-btn,.lm-icon-btn:hover,.um-icon-btn,.um-icon-btn:hover{color:#64748b!important}.fm-icon-btn.fm-icon-primary:hover,.lm-icon-btn.lm-icon-primary:hover,.um-icon-btn.um-icon-primary:hover{color:#1d4ed8!important}.fm-icon-btn.fm-icon-warn:hover,.lm-icon-btn.lm-icon-warn:hover,.um-icon-btn.um-icon-warn:hover{color:#92400e!important}.fm-icon-btn.fm-icon-danger:hover,.lm-icon-btn.lm-icon-danger:hover,.um-icon-btn.um-icon-danger:hover{color:#991b1b!important}.fm-icon-btn.fm-icon-success:hover,.lm-icon-btn.lm-icon-success:hover,.um-icon-btn.um-icon-success:hover{color:#166534!important}.service-card-btn,.service-card-btn:focus,.service-card-btn:hover{color:#fff!important}.fm-tab,.fm-tab:hover,.lm-tab,.lm-tab:hover,.ud-tab,.ud-tab:hover,.um-tab,.um-tab:hover{color:#64748b!important}.fm-tab.active,.fm-tab.active:hover,.lm-tab.active,.lm-tab.active:hover,.um-tab.active,.um-tab.active:hover{color:#fff!important}.ud-tab.active,.ud-tab.active:hover{color:#2563eb!important}.fm-page-nav .active,.lm-page-nav .active,.um-page-nav .active{color:#fff!important}.answer-badge,.badge-item,.badges-row,.subscription-badge{display:none!important}.lawyer-card-link .lawyer-card{border-left:4px solid transparent;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.lawyer-card-link:hover .lawyer-card{transform:translateY(-1px);box-shadow:0 6px 18px rgba(15,23,42,.08)}.lawyer-card-link:nth-child(8n+1) .lawyer-card{background:#fefce8!important;border-left-color:#ca8a04}.lawyer-card-link:nth-child(8n+2) .lawyer-card{background:#f0fdf4!important;border-left-color:#22c55e}.lawyer-card-link:nth-child(8n+3) .lawyer-card{background:#fff7ed!important;border-left-color:#f97316}.lawyer-card-link:nth-child(8n+4) .lawyer-card{background:#f0fdfa!important;border-left-color:#14b8a6}.lawyer-card-link:nth-child(8n+5) .lawyer-card{background:#faf5ff!important;border-left-color:#a855f7}.lawyer-card-link:nth-child(8n+6) .lawyer-card{background:#fafaf9!important;border-left-color:#78716c}.lawyer-card-link:nth-child(8n+7) .lawyer-card{background:#fffbeb!important;border-left-color:#f59e0b}.lawyer-card-link:nth-child(8n+8) .lawyer-card{background:#ecfdf5!important;border-left-color:#10b981}