:root{--primary: #1a365d;--primary-dark: #0f2744;--secondary: #c9a227;--secondary-light: #d4b84a;--dark: #1a1a1a;--dark-secondary: #2d2d2d;--light: #fafafa;--light-gray: #f5f5f5;--gray: #666;--white: #ffffff;--error: #dc3545;--success: #28a745}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Georgia,Times New Roman,serif;background:var(--light);color:var(--dark);line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:Georgia,serif;font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit}.navbar{position:fixed;top:0;left:0;right:0;background:var(--primary);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:1000;box-shadow:0 2px 10px #0000001a}.logo{font-size:1.5rem;font-weight:700;color:var(--white)}.logo span{color:var(--secondary)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--white);font-weight:500;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:var(--secondary)}.cta-btn{background:var(--secondary);color:var(--primary);padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s}.cta-btn:hover{background:var(--secondary-light);transform:translateY(-2px)}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 4rem;background:linear-gradient(#1a365de6,#0f2744f2),url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%231a365d" width="100" height="100"/><circle cx="50" cy="50" r="40" fill="none" stroke="%23c9a227" stroke-width="0.5"/></svg');background-size:cover}.hero-content{max-width:800px}.hero h1{font-size:clamp(2.5rem,5vw,3.5rem);color:var(--white);margin-bottom:1.5rem}.hero h1 span{color:var(--secondary)}.hero p{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-cta .cta-btn{font-size:1.1rem;padding:1rem 2rem}.secondary-btn{background:transparent;border:2px solid var(--secondary);color:var(--secondary);padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s}.secondary-btn:hover{background:var(--secondary);color:var(--primary)}.banner{background:var(--secondary);color:var(--primary);padding:2rem;text-align:center}.banner h3{font-size:1.5rem}section{padding:5rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.section-header p{color:var(--gray);max-width:600px;margin:0 auto}.about{background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.about-text h2{font-size:2.5rem;color:var(--primary);margin-bottom:1.5rem}.about-text p{color:var(--gray);margin-bottom:1rem}.about-image{background:var(--primary);border-radius:8px;height:400px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.5rem}.services{background:var(--light-gray)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:var(--white);padding:2rem;border-radius:8px;box-shadow:0 4px 20px #00000014;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.service-icon{width:60px;height:60px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.5rem}.service-card h3{color:var(--primary);margin-bottom:1rem}.service-card p{color:var(--gray)}.why-us{background:var(--primary);color:var(--white)}.why-us .section-header h2{color:var(--white)}.why-us .section-header p{color:#fffc}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.why-card{text-align:center;padding:2rem}.why-card .icon{font-size:3rem;margin-bottom:1rem}.why-card h3{margin-bottom:1rem;color:var(--secondary)}.why-card p{color:#fffc}.cta-section{background:linear-gradient(135deg,var(--secondary) 0%,var(--secondary-light) 100%);text-align:center;padding:4rem 2rem}.cta-section h2{color:var(--primary);font-size:2.5rem;margin-bottom:1rem}.cta-section p{color:var(--primary);font-size:1.25rem;margin-bottom:2rem}footer{background:var(--dark-secondary);color:var(--white);padding:3rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h4{color:var(--secondary);margin-bottom:1rem}.footer-section p,.footer-section a{color:#fffc;display:block;margin-bottom:.5rem}.footer-section a:hover{color:var(--secondary)}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}.page-header{background:var(--primary);color:var(--white);padding:8rem 2rem 4rem;text-align:center}.page-header h1{font-size:3rem;margin-bottom:1rem}.page-header p{font-size:1.25rem;max-width:600px;margin:0 auto;opacity:.9}.practice-areas{max-width:1200px;margin:0 auto;padding:4rem 2rem}.practice-category{margin-bottom:4rem}.practice-category h2{color:var(--primary);font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid var(--secondary)}.practice-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.practice-item{background:var(--white);padding:2rem;border-radius:8px;box-shadow:0 2px 10px #00000014}.practice-item h3{color:var(--primary);margin-bottom:1rem}.practice-item p{color:var(--gray)}.contact-section{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{color:var(--primary);font-size:2rem;margin-bottom:1.5rem}.contact-info p{color:var(--gray);margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-details h3{color:var(--primary);margin-bottom:1rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--gray)}.contact-item strong{color:var(--primary)}.contact-form{background:var(--white);padding:2rem;border-radius:8px;box-shadow:0 4px 20px #00000014}.contact-form h3{color:var(--primary);margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--primary)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary)}.form-group textarea{min-height:150px;resize:vertical}.form-submit{background:var(--secondary);color:var(--primary);padding:1rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;width:100%;transition:background .3s}.form-submit:hover{background:var(--secondary-light)}@media(max-width:768px){.nav-links{display:none}.about-content,.contact-section{grid-template-columns:1fr}.hero h1{font-size:2rem}.practice-list{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card,.why-card,.practice-item{animation:fadeIn .5s ease-out}
