.heroBanner{width:100%;min-height:100vh;margin:0;padding:0;font-family:var(--family-text);position:relative;background:var(--color-background)}.heroContent{width:100%;min-height:90vh;display:grid;grid-template-columns:1fr 1fr}.heroLeft{display:flex;flex-direction:column;justify-content:center;padding:4rem 6rem;background:var(--color-background);gap:2rem;animation:slideIn 1s ease-out both}.heroLeft h1{font-size:3.5rem;font-weight:var(--font-title);line-height:1.1;margin:0;color:var(--color-primary);letter-spacing:-1px}.heroLeft p{font-size:1.15rem;font-weight:var(--font-text);line-height:1.6;margin:0;color:var(--color-muted);max-width:500px}.heroButtons{display:flex;gap:1rem;margin-top:1rem}.btnPrimary,.btnSecondary{padding:1rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;letter-spacing:.5px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.btnPrimary{background:var(--color-primary);color:var(--btn-primary-text)}.btnPrimary:hover{background:var(--btn-primary-hover-bg)}.btnSecondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btnSecondary:hover{background:rgba(90,5,5,.1);border-color:var(--btn-primary-hover-bg);color:var(--btn-primary-hover-bg)}.heroRight{position:relative;overflow:hidden;background:var(--color-secondary-background);animation:slideIn 1s ease-out both}.heroImage{width:100%;height:100%;background:url(/_next/static/media/AdobeStock_408710918.06cadccc.avif) 50%/cover no-repeat}.scrollIndicator{position:absolute;bottom:3rem;right:3rem;width:60px;height:60px;border-radius:50%;background:var(--color-primary);color:var(--btn-primary-text);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.scrollIndicator:hover{background:var(--btn-primary-hover-bg);transform:translateY(5px)}.scrollIndicator svg{width:24px;height:24px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1024px){.heroLeft{padding:3rem 4rem}.heroLeft h1{font-size:2.75rem}.heroLeft p{font-size:1.05rem}.btnPrimary,.btnSecondary{padding:.9rem 1.75rem;font-size:.85rem}.scrollIndicator{bottom:2rem;right:2rem;width:50px;height:50px}}@media (max-width:768px){.heroContent{grid-template-columns:1fr;grid-template-rows:auto 50vh}.heroLeft{padding:3rem 2rem;gap:1.5rem}.heroLeft h1{font-size:2.25rem}.heroLeft p{font-size:1rem}.heroButtons{flex-direction:column}.btnPrimary,.btnSecondary{width:100%;max-width:300px}.heroRight{min-height:50vh}.scrollIndicator{bottom:1.5rem;right:50%;transform:translateX(50%)}}@media (max-width:480px){.heroBanner{min-height:auto}.heroContent{grid-template-rows:auto 40vh}.heroLeft{padding:2rem 1.5rem;gap:1.25rem}.heroLeft h1{font-size:1.85rem}.heroLeft p{font-size:.95rem}.btnPrimary,.btnSecondary{padding:.85rem 1.5rem;font-size:.8rem}.heroRight{min-height:40vh}.scrollIndicator{bottom:1rem;width:45px;height:45px}.scrollIndicator svg{width:20px;height:20px}}.aboutUs{background-color:var(--color-background);min-height:100vh;padding:6rem 2rem;max-width:100vw;font-family:var(--family-text);display:flex;flex-direction:column;align-items:center}#sectionTitle{text-align:center;color:var(--color-foreground);font-size:2.5rem;font-weight:var(--font-title);margin-bottom:4rem;letter-spacing:2px}.aboutUsContent{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;max-width:1200px;width:100%;align-items:start}.portraitPhoto{width:100%;max-width:350px;height:auto;border-radius:.5rem}#aboutUsWriting{text-align:left;color:var(--color-foreground);font-size:1rem;line-height:1.8;font-weight:var(--font-text)}#aboutUsWriting,.paralegalIntro{width:100%}.paralegalIntro{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:var(--color-foreground)}#paralegalDescription{width:100%;max-width:350px;text-align:center;font-size:.9rem;line-height:1.5;color:var(--color-muted);font-weight:var(--font-text)}@media (max-width:1024px){.aboutUsContent{gap:3rem}#sectionTitle{font-size:2.25rem;margin-bottom:3rem}#aboutUsWriting{font-size:.95rem}#paralegalDescription{font-size:.85rem}}@media (max-width:768px){.aboutUs{padding:4rem 1.5rem}#sectionTitle{font-size:2rem;margin-bottom:2.5rem;letter-spacing:1px}.aboutUsContent{grid-template-columns:1fr;gap:3rem}.portraitPhoto{max-width:280px}#aboutUsWriting{font-size:.95rem;line-height:1.7}#paralegalDescription{font-size:.85rem;max-width:280px}}@media (max-width:480px){.aboutUs{padding:3rem 1rem}#sectionTitle{font-size:1.75rem;margin-bottom:2rem}.aboutUsContent{gap:2.5rem}.portraitPhoto{max-width:250px}#aboutUsWriting{font-size:.9rem;line-height:1.6}#paralegalDescription{font-size:.8rem;max-width:250px}}