:root{--primary:#0f172a;--secondary:#1e293b;--accent:#b4975a;--accent-hover:#d1b87f;--bg-light:#f8fafc;--bg-white:#fff;--text-dark:#334155;--text-light:#94a3b8;--font-serif:"Playfair Display", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--primary);background-color:var(--bg-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--primary);margin-bottom:1rem;font-weight:600}a{color:var(--accent);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-hover)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.btn{font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--accent);color:var(--primary)}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:1s cubic-bezier(.4,0,.2,1) forwards fadeIn}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #0000000d;width:100%;padding:1.5rem 0;position:fixed;top:0;left:0;box-shadow:0 4px 6px -1px #0000000d}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-brand{font-family:var(--font-serif);color:var(--primary);text-transform:uppercase;letter-spacing:2px;font-size:1.5rem;font-weight:700}.navbar-nav{gap:2rem;list-style:none;display:flex}.navbar-nav a{color:var(--primary);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500}.navbar-nav a:hover{color:var(--accent)}.hero{background-color:var(--primary);height:100vh;color:var(--bg-white);align-items:center;padding-top:80px;display:flex}.hero .container{justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-content{flex:1}.hero h1{color:var(--bg-white);margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero h1 span{color:var(--accent);display:block}.hero p{color:var(--text-light);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.hero-image{flex:1;position:relative}.hero-image img{border-radius:4px;width:100%;max-width:500px;margin:0 auto;display:block;box-shadow:0 25px 50px -12px #00000080}.hero-image:before{content:"";border:2px solid var(--accent);z-index:-1;border-radius:4px;max-width:500px;margin:0 auto;position:absolute;inset:-20px -20px 20px 20px}.specialization{background-color:var(--bg-white)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{padding-bottom:1rem;font-size:2.5rem;display:inline-block;position:relative}.section-header h2:after{content:"";background-color:var(--accent);width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.spec-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.spec-card{background:var(--bg-light);text-align:center;border:1px solid #0000000d;border-radius:4px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s}.spec-card:hover{border-color:var(--accent);transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.spec-icon{color:var(--accent);margin-bottom:1.5rem;font-size:2.5rem}.spec-card h3{margin-bottom:1rem;font-size:1.5rem}.track-record{background-color:var(--primary);color:var(--bg-white)}.track-record .section-header h2{color:var(--bg-white)}.cases-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.case-card{background-color:var(--secondary);border-left:4px solid var(--accent);border-radius:4px;padding:2.5rem}.case-value{font-family:var(--font-serif);color:var(--accent);margin-bottom:.5rem;font-size:2rem;font-weight:700}.case-title{color:var(--bg-white);margin-bottom:1rem;font-size:1.25rem}.case-desc{color:var(--text-light);font-size:.95rem}.reviews{background-color:var(--bg-light)}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.review-card{background:var(--bg-white);border-radius:4px;padding:2.5rem;position:relative;box-shadow:0 10px 30px #00000008}.review-quote{color:var(--text-dark);z-index:1;margin-bottom:2rem;font-size:1.1rem;font-style:italic;position:relative}.review-quote:before{content:"\"";font-family:var(--font-serif);color:var(--accent);opacity:.1;z-index:-1;font-size:6rem;line-height:1;position:absolute;top:-2rem;left:-1rem}.review-author{align-items:center;gap:1rem;display:flex}.review-author img{object-fit:cover;border:2px solid var(--accent);border-radius:50%;width:60px;height:60px}.author-info h4{margin-bottom:.2rem;font-size:1.1rem}.author-info p{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.footer{color:var(--text-light);background-color:#080b14;padding:4rem 0 2rem}.footer-content{grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-brand h2{color:var(--bg-white);margin-bottom:1rem;font-size:2rem}.footer-contact p{margin-bottom:.5rem}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.legal-links{gap:1.5rem;display:flex}.legal-links a{color:var(--text-light)}.legal-links a:hover{color:var(--accent)}@media (width<=768px){.hero .container{text-align:center;flex-direction:column;padding-top:4rem}.hero h1{font-size:3rem}.hero p{margin:0 auto 2rem}.hero-image{width:100%}.footer-content{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.lang-switcher{align-items:center;gap:.5rem;display:flex}.lang-switcher button{cursor:pointer;font-family:var(--font-sans);color:var(--text-light);background:0 0;border:none;font-size:.9rem;font-weight:500;transition:color .3s}.lang-switcher button:hover{color:var(--accent)}.lang-switcher button.active{color:var(--primary);font-weight:700}.lang-switcher .divider{color:var(--text-light);font-size:.9rem}.lang-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172ae6;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.lang-modal{background:var(--bg-white);text-align:center;border-radius:8px;width:90%;max-width:500px;padding:3rem;animation:.5s ease-out forwards fadeIn;box-shadow:0 20px 40px #0003}.lang-modal h2{margin-bottom:1rem;font-size:2rem}.lang-modal p{color:var(--text-dark);margin-bottom:2rem}.lang-buttons{justify-content:center;gap:1rem;display:flex}.page-section{min-height:80vh;padding:120px 0 6rem}.page-header{margin-bottom:3rem}.page-header.center{text-align:center}.page-header h1{padding-bottom:1rem;font-size:3rem;display:inline-block;position:relative}.page-header h1:after{content:"";background-color:var(--accent);width:60px;height:3px;position:absolute;bottom:0;left:0}.page-header.center h1:after{left:50%;transform:translate(-50%)}.content-layout{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.content-text p{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem}.content-text p.lead{color:var(--primary);font-size:1.4rem;font-weight:500;line-height:1.5}.content-image img{border:4px solid var(--accent);border-radius:8px;width:100%;box-shadow:0 20px 40px #0000001a}.awards-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.award-card{background:var(--bg-white);text-align:center;border:1px solid #0000000d;border-radius:8px;padding:2.5rem;transition:transform .3s,border-color .3s;box-shadow:0 10px 30px #0000000d}.award-card:hover{border-color:var(--accent);transform:translateY(-5px)}.award-icon{margin-bottom:1rem;font-size:3rem}.award-name{margin-bottom:.5rem;font-size:1.25rem}.award-org{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.95rem}.news-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.news-card{background:var(--bg-white);border-left:4px solid var(--accent);border-radius:8px;padding:2.5rem;box-shadow:0 10px 30px #0000000d}.news-date{color:var(--accent);margin-bottom:1rem;font-size:.9rem;font-weight:600}.news-title{margin-bottom:1.5rem;font-size:1.5rem}.read-more{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.careers-list h2{text-align:center;margin-bottom:2rem}.job-card{background:var(--bg-white);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:2rem;display:flex;box-shadow:0 10px 30px #0000000d}.job-card h3{margin-bottom:.5rem}.job-card p{color:var(--text-light)}.contact-layout{grid-template-columns:2fr 1fr;gap:4rem;display:grid}.contact-form{background:var(--bg-white);border-radius:8px;padding:3rem;box-shadow:0 10px 30px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--primary);margin-bottom:.5rem;font-weight:500;display:block}.form-control{width:100%;font-family:var(--font-sans);border:1px solid #e2e8f0;border-radius:4px;padding:1rem;font-size:1rem;transition:border-color .3s}.form-control:focus{border-color:var(--accent);outline:none}.info-card{background:var(--secondary);color:var(--bg-white);border-left:4px solid var(--accent);border-radius:8px;padding:3rem}.info-card h3{color:var(--bg-white);margin-bottom:1.5rem}.info-card p{color:#cbd5e1;margin-bottom:.5rem}.navbar-nav a.active{color:var(--accent);font-weight:700}@media (width<=768px){.content-layout,.contact-layout{grid-template-columns:1fr}.job-card{text-align:center;flex-direction:column;gap:1.5rem}.lang-buttons{flex-direction:column}}
