:root{--brand-green: #11846b;--brand-blue: #1653d4;--brand-blue-hover: #1d4ed8;--font-heading: "Aleo", serif;--font-body: "Nunito", sans-serif;--text-primary: #374151;--text-secondary: #6b7280;--text-muted: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #e2e8f0;--bg-light: #f8f9fa;--border-light: #e5e7eb;--border-medium: #d1d5db;--border-dark: #9ca3af;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--container-max-width: 1200px;--container-padding-mobile: 1rem;--container-padding-tablet: 2rem;--container-padding-desktop: 3rem}html,body{margin:0;width:100%;height:100%;font-family:var(--font-body);color:#374151;line-height:1.6}*{box-sizing:border-box}.navbar[data-astro-cid-5blmo7yk]{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.nav-container[data-astro-cid-5blmo7yk]{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:center;width:100%}.logo-link[data-astro-cid-5blmo7yk]{display:inline-block;text-decoration:none;transition:transform .2s ease}.logo-link[data-astro-cid-5blmo7yk]:hover{transform:scale(1.05)}.logo[data-astro-cid-5blmo7yk]{height:48px;width:auto}.nav-links[data-astro-cid-5blmo7yk]{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-link[data-astro-cid-5blmo7yk]{font-family:Nunito,sans-serif;font-weight:500;text-decoration:none;color:#374151;transition:color .2s ease;padding:.5rem 0;border-bottom:2px solid transparent}.nav-link[data-astro-cid-5blmo7yk]:hover{color:var(--brand-green)}.nav-link[data-astro-cid-5blmo7yk].active{color:var(--brand-green);border-bottom-color:var(--brand-green)}@media (min-width: 768px){.nav-container[data-astro-cid-5blmo7yk]{padding:0 2rem}}@media (min-width: 1024px){.nav-container[data-astro-cid-5blmo7yk]{padding:0 3rem}}@media (max-width: 768px){.nav-container[data-astro-cid-5blmo7yk]{flex-direction:column;gap:1rem}.nav-links[data-astro-cid-5blmo7yk]{gap:1rem}.nav-link[data-astro-cid-5blmo7yk]{font-size:.9rem}}.contact-form[data-astro-cid-svshx33u]{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;max-width:100%}.form-title[data-astro-cid-svshx33u]{font-family:Aleo,serif;font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:var(--brand-green);text-align:center}.form-row[data-astro-cid-svshx33u]{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}input[data-astro-cid-svshx33u],textarea[data-astro-cid-svshx33u]{padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:Nunito,sans-serif;width:100%;box-sizing:border-box}input[data-astro-cid-svshx33u]:focus,textarea[data-astro-cid-svshx33u]:focus{outline:none;border-color:var(--brand-blue);box-shadow:0 0 0 3px #1653d41a}.radio-group[data-astro-cid-svshx33u]{border:none;padding:0;margin:1rem 0}.radio-group[data-astro-cid-svshx33u] legend[data-astro-cid-svshx33u]{font-family:Nunito,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.radio-options[data-astro-cid-svshx33u]{display:flex;gap:1rem}.radio-label[data-astro-cid-svshx33u],.checkbox-label[data-astro-cid-svshx33u]{display:flex;align-items:center;gap:.5rem;font-family:Nunito,sans-serif;font-size:.9rem;cursor:pointer}.radio-label[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u],.checkbox-label[data-astro-cid-svshx33u] input[data-astro-cid-svshx33u]{width:auto;margin:0}.submit-button[data-astro-cid-svshx33u]{background:var(--brand-blue);color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;font-family:Nunito,sans-serif;border:none;border-radius:8px;width:100%;margin:1rem 0 .5rem;min-height:48px;cursor:pointer;transition:background-color .2s ease}.submit-button[data-astro-cid-svshx33u]:hover:not(:disabled){background-color:var(--brand-blue-hover)}.submit-button[data-astro-cid-svshx33u]:disabled{opacity:.6;cursor:not-allowed}.contact-fallback[data-astro-cid-svshx33u]{text-align:center;margin-top:1rem}.contact-fallback[data-astro-cid-svshx33u] p[data-astro-cid-svshx33u]{font-size:.9rem;color:#6b7280;margin:0}.contact-fallback[data-astro-cid-svshx33u] a[data-astro-cid-svshx33u]{color:var(--brand-blue);text-decoration:none;font-weight:600}.success-message[data-astro-cid-svshx33u],.error-message[data-astro-cid-svshx33u]{text-align:center;padding:1rem;border-radius:8px}.success-message[data-astro-cid-svshx33u]{background:#f0fdf4;border:1px solid #86efac}.success-message[data-astro-cid-svshx33u] h3[data-astro-cid-svshx33u]{color:var(--brand-green);margin:0 0 .5rem}.success-message[data-astro-cid-svshx33u] a[data-astro-cid-svshx33u]{color:var(--brand-blue);text-decoration:none;font-weight:600}@media (min-width: 768px){.form-row[data-astro-cid-svshx33u]{flex-direction:row}.submit-button[data-astro-cid-svshx33u]{width:auto;min-width:200px}}.hero[data-astro-cid-bbe6dxrz]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);background-image:var(--backgroundImage);background-size:cover;background-position:center;min-height:500px;display:flex;align-items:center;padding:4rem 0;position:relative}.hero[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#11846b0d,#1653d40d)}.hero-container[data-astro-cid-bbe6dxrz]{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:1;width:100%}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem}.hero-messaging[data-astro-cid-bbe6dxrz]{text-align:center;order:1}.hero-form[data-astro-cid-bbe6dxrz]{order:2}.hero-title[data-astro-cid-bbe6dxrz]{font-family:Aleo,serif;font-weight:700;font-size:clamp(1.75rem,8vw,3rem);color:var(--brand-green);margin:0 0 .75rem;line-height:1.1}.hero-subtitle[data-astro-cid-bbe6dxrz]{font-family:Nunito,sans-serif;font-size:clamp(1rem,4vw,1.25rem);color:#4b5563;margin:0 0 1.5rem;line-height:1.4;font-weight:400}.benefits-list[data-astro-cid-bbe6dxrz]{list-style:none;padding:0;font-size:.95rem;margin:0;text-align:left;display:inline-block}.benefits-list[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]{position:relative;padding:.5rem 0 .5rem 1.5rem;font-family:Nunito,sans-serif;color:#374151}.benefits-list[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:before{content:"✓";color:var(--brand-green);font-weight:700;position:absolute;left:0}.benefits-list[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:first-child{color:var(--brand-blue);font-weight:600;font-size:1rem}.benefits-list[data-astro-cid-bbe6dxrz] li[data-astro-cid-bbe6dxrz]:first-child:before{content:""}.hero-image[data-astro-cid-bbe6dxrz]{width:100%;max-width:400px;height:auto;border-radius:12px;margin-bottom:1.5rem;display:block;margin-left:auto;margin-right:auto;box-shadow:0 4px 12px #0000001a}@media (min-width: 768px){.hero-container[data-astro-cid-bbe6dxrz]{padding:0 2rem}}@media (min-width: 1024px){.hero-container[data-astro-cid-bbe6dxrz]{padding:0 3rem}.hero-content[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0}.hero-messaging[data-astro-cid-bbe6dxrz]{text-align:left}.hero-image[data-astro-cid-bbe6dxrz]{max-width:500px}}@media (max-width: 768px){.hero[data-astro-cid-bbe6dxrz]{min-height:400px;padding:3rem 0}.hero-content[data-astro-cid-bbe6dxrz]{padding:2rem .5rem}}.trust-ribbon[data-astro-cid-2seuifts]{background:#e6f1ef;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:2rem 0;margin:0}.ribbon-container[data-astro-cid-2seuifts]{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.ribbon-grid[data-astro-cid-2seuifts]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;text-align:center}.ribbon-item[data-astro-cid-2seuifts]{font-family:Nunito,sans-serif;font-size:1.1rem;color:#1f2937;padding:.75rem .5rem;line-height:1.4;font-weight:600;letter-spacing:.025em;text-shadow:0 1px 2px rgba(0,0,0,.05)}.ribbon-item[data-astro-cid-2seuifts].highlight{color:var(--brandBlue);font-weight:600}.ribbon-item[data-astro-cid-2seuifts] .number[data-astro-cid-2seuifts]{color:var(--brandBlue);font-weight:700;font-size:1.25em}.desktop-only[data-astro-cid-2seuifts]{display:none}@media (min-width: 768px){.ribbon-container[data-astro-cid-2seuifts]{padding:0 2rem}}@media (min-width: 1024px){.ribbon-container[data-astro-cid-2seuifts]{padding:0 3rem}.ribbon-grid[data-astro-cid-2seuifts]{grid-template-columns:1fr 1fr 1fr}.desktop-only[data-astro-cid-2seuifts]{display:block}}@media (max-width: 768px){.trust-ribbon[data-astro-cid-2seuifts]{padding:1.5rem 0}.ribbon-item[data-astro-cid-2seuifts]{font-size:1rem;padding:.5rem .25rem}}.backup-ctas[data-astro-cid-ngdqhsyq]{background:#f8fafc;padding:5rem 0 3rem}.backup-ctas-container[data-astro-cid-ngdqhsyq]{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.section-title[data-astro-cid-ngdqhsyq]{text-align:center;font-family:Aleo,serif;font-size:clamp(1.5rem,5vw,2.5rem);color:var(--brandGreen);margin:0 0 2rem;line-height:1.2}.ctas-grid[data-astro-cid-ngdqhsyq]{display:flex;flex-direction:column;gap:1.5rem}.cta-card[data-astro-cid-ngdqhsyq]{background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.cta-icon[data-astro-cid-ngdqhsyq]{font-size:2.5rem;margin-bottom:1rem}.cta-title[data-astro-cid-ngdqhsyq]{font-family:Aleo,serif;font-size:1.25rem;font-weight:700;color:var(--brandGreen);margin:0 0 .75rem}.cta-description[data-astro-cid-ngdqhsyq]{font-family:Nunito,sans-serif;color:#6b7280;margin:0 0 1.5rem;line-height:1.5;flex-grow:1}.cta-button[data-astro-cid-ngdqhsyq]{background:var(--brand-blue);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-family:Nunito,sans-serif;font-weight:600;font-size:1rem;width:100%;min-height:48px;cursor:pointer;transition:background-color .2s ease}.cta-button[data-astro-cid-ngdqhsyq]:hover{background-color:#1d4ed8}.modal-overlay[data-astro-cid-ngdqhsyq]{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:1000;align-items:center;justify-content:center;padding:1rem}.modal-content[data-astro-cid-ngdqhsyq]{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;position:relative}.booking-modal[data-astro-cid-ngdqhsyq]{max-width:500px}.close-button[data-astro-cid-ngdqhsyq]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;min-width:44px;min-height:44px;color:#6b7280}.modal-title[data-astro-cid-ngdqhsyq]{font-family:Aleo,serif;font-size:1.5rem;color:var(--brandGreen);margin:0 0 .5rem;text-align:center;padding-right:2rem}.modal-subtitle[data-astro-cid-ngdqhsyq]{font-family:Nunito,sans-serif;color:#6b7280;text-align:center;margin:0 0 2rem}.email-form[data-astro-cid-ngdqhsyq] input[data-astro-cid-ngdqhsyq]{width:100%;padding:.875rem;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:Nunito,sans-serif;margin-bottom:1rem;box-sizing:border-box}.email-form[data-astro-cid-ngdqhsyq] input[data-astro-cid-ngdqhsyq]:focus{outline:none;border-color:var(--brandBlue);box-shadow:0 0 0 3px #1653d41a}.submit-button[data-astro-cid-ngdqhsyq]{background:var(--brand-blue);color:#fff;border:none;padding:1rem;border-radius:8px;font-family:Nunito,sans-serif;font-weight:600;font-size:1rem;width:100%;min-height:48px;cursor:pointer;transition:background-color .2s ease}.submit-button[data-astro-cid-ngdqhsyq]:hover:not(:disabled){background-color:#1d4ed8}.submit-button[data-astro-cid-ngdqhsyq]:disabled{opacity:.6;cursor:not-allowed}.privacy-note[data-astro-cid-ngdqhsyq]{font-family:Nunito,sans-serif;font-size:.875rem;color:#9ca3af;text-align:center;margin:1rem 0 0}.booking-options[data-astro-cid-ngdqhsyq]{display:flex;flex-direction:column;gap:1rem}.booking-option[data-astro-cid-ngdqhsyq]{display:block;padding:1.5rem;border:2px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;text-align:center;transition:all .2s ease;min-height:48px}.booking-option[data-astro-cid-ngdqhsyq]:hover{border-color:var(--brandBlue);background-color:#f0f9ff}.option-icon[data-astro-cid-ngdqhsyq]{font-size:2rem;margin-bottom:.5rem}.booking-option[data-astro-cid-ngdqhsyq] h4[data-astro-cid-ngdqhsyq]{font-family:Aleo,serif;color:var(--brandGreen);margin:0 0 .25rem}.booking-option[data-astro-cid-ngdqhsyq] p[data-astro-cid-ngdqhsyq]{font-family:Nunito,sans-serif;color:#6b7280;margin:0;font-size:.9rem}.success-message[data-astro-cid-ngdqhsyq]{text-align:center;padding:2rem 1rem}.success-message[data-astro-cid-ngdqhsyq] h4[data-astro-cid-ngdqhsyq]{color:var(--brandGreen);font-family:Aleo,serif;margin:0 0 .5rem}.success-message[data-astro-cid-ngdqhsyq] p[data-astro-cid-ngdqhsyq]{color:#6b7280;margin:0}.consultation-info[data-astro-cid-ngdqhsyq]{margin:0 0 2rem;text-align:left}.consultation-description[data-astro-cid-ngdqhsyq]{font-family:Nunito,sans-serif;color:#374151;line-height:1.6;margin:0 0 1rem;font-size:.95rem}.consultation-description[data-astro-cid-ngdqhsyq] strong[data-astro-cid-ngdqhsyq]{color:var(--brandGreen);font-weight:600}.preference-title[data-astro-cid-ngdqhsyq]{font-family:Aleo,serif;font-size:1.1rem;color:var(--brandGreen);margin:0 0 1rem;text-align:center}@media (min-width: 768px){.backup-ctas-container[data-astro-cid-ngdqhsyq]{padding:0 2rem}.ctas-grid[data-astro-cid-ngdqhsyq]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.cta-button[data-astro-cid-ngdqhsyq]{width:auto}.booking-options[data-astro-cid-ngdqhsyq]{flex-direction:row}}@media (min-width: 1024px){.backup-ctas-container[data-astro-cid-ngdqhsyq]{padding:0 3rem}}.services[data-astro-cid-g5jplrhu]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0}.services-container[data-astro-cid-g5jplrhu]{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.section-header[data-astro-cid-g5jplrhu]{text-align:center;margin-bottom:3rem}.section-title[data-astro-cid-g5jplrhu]{font-family:Aleo,serif;font-size:clamp(1.75rem,5vw,2.5rem);color:var(--brand-green);margin:0 0 1rem;line-height:1.2}.section-description[data-astro-cid-g5jplrhu]{font-family:Nunito,sans-serif;font-size:clamp(1rem,3vw,1.25rem);color:#6b7280;margin:1rem auto 0;line-height:1.5;max-width:800px;text-align:center}.services-grid[data-astro-cid-g5jplrhu]{display:flex;flex-direction:column;gap:1.5rem}.service-card[data-astro-cid-g5jplrhu]{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-height:160px;display:flex;flex-direction:column;overflow:hidden}.service-image-container[data-astro-cid-g5jplrhu]{flex:1;min-height:100px;overflow:hidden}.service-image[data-astro-cid-g5jplrhu]{width:100%;height:100%;object-fit:cover;display:block}.service-content[data-astro-cid-g5jplrhu]{padding:1.5rem;text-align:center;flex:2;display:flex;flex-direction:column;justify-content:center}.service-title[data-astro-cid-g5jplrhu]{font-family:Aleo,serif;font-size:1.25rem;font-weight:700;color:var(--brand-green);margin:0 0 .75rem;line-height:1.3}.service-description[data-astro-cid-g5jplrhu]{font-family:Nunito,sans-serif;color:#6b7280;margin:0;line-height:1.5;font-size:.95rem}@media (min-width: 768px){.services-container[data-astro-cid-g5jplrhu]{padding:0 2rem}.services-grid[data-astro-cid-g5jplrhu]{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.service-card[data-astro-cid-g5jplrhu]{min-height:180px}.service-image-container[data-astro-cid-g5jplrhu]{min-height:120px}.service-content[data-astro-cid-g5jplrhu]{padding:2rem}.service-title[data-astro-cid-g5jplrhu]{font-size:1.4rem}.service-card[data-astro-cid-g5jplrhu]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}}@media (min-width: 1024px){.services-container[data-astro-cid-g5jplrhu]{padding:0 3rem}.services-grid[data-astro-cid-g5jplrhu]{grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem}.service-card[data-astro-cid-g5jplrhu]{min-height:200px}.service-image-container[data-astro-cid-g5jplrhu]{min-height:140px}.service-content[data-astro-cid-g5jplrhu]{padding:2rem 1.5rem}}@media (min-width: 1200px){.services-grid[data-astro-cid-g5jplrhu]{grid-template-columns:1fr 1fr;gap:3rem;max-width:900px;margin:0 auto}.service-card[data-astro-cid-g5jplrhu]{min-height:240px}.service-image-container[data-astro-cid-g5jplrhu]{min-height:160px}.service-content[data-astro-cid-g5jplrhu]{padding:3rem 2rem}.service-title[data-astro-cid-g5jplrhu]{font-size:1.6rem;margin-bottom:1rem}.service-description[data-astro-cid-g5jplrhu]{font-size:1.05rem}}.office-locations[data-astro-cid-v3i73qwa]{background:#f8fafc;padding:4rem 0;border-top:1px solid #e5e7eb}.locations-container[data-astro-cid-v3i73qwa]{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.section-header[data-astro-cid-v3i73qwa]{text-align:center;margin-bottom:3rem}.section-title[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:clamp(1.75rem,5vw,2.5rem);color:var(--brand-green);margin:0 0 1rem;line-height:1.2}.main-content[data-astro-cid-v3i73qwa]{display:flex;flex-direction:column;gap:3rem}.office-widget[data-astro-cid-v3i73qwa]{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.office-image[data-astro-cid-v3i73qwa]{width:100%;height:200px;overflow:hidden}.office-photo[data-astro-cid-v3i73qwa]{width:100%;height:100%;object-fit:cover;object-position:center}.office-details[data-astro-cid-v3i73qwa]{padding:2rem;text-align:center}.office-name[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:1.5rem;font-weight:700;color:var(--brand-green);margin:0 0 1rem}.office-address[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:1rem;color:#374151;line-height:1.5;margin:0 0 1.5rem;font-style:normal}.office-phone[data-astro-cid-v3i73qwa]{margin:0}.phone-link[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:1.25rem;font-weight:700;color:var(--brand-blue);text-decoration:none;display:inline-block;padding:.75rem 1.5rem;border-radius:8px;background:#1653d41a;transition:all .2s ease;min-height:48px;display:flex;align-items:center;justify-content:center}.phone-link[data-astro-cid-v3i73qwa]:hover{background:#1653d433;transform:translateY(-1px)}.map-links[data-astro-cid-v3i73qwa]{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.map-link[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;color:var(--brand-green);text-decoration:none;display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;border:2px solid var(--brand-green);border-radius:8px;background:#fff;transition:all .2s ease;min-height:48px}.map-link[data-astro-cid-v3i73qwa]:hover{background:var(--brand-green);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #11846b33}.online-consultation-section[data-astro-cid-v3i73qwa],.consultation-info-section[data-astro-cid-v3i73qwa]{display:none}.attorney-letterhead[data-astro-cid-v3i73qwa]{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;padding:2rem}.letterhead-title[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:1.25rem;font-weight:600;color:var(--brand-green);margin:0 0 1.5rem;text-align:center}.attorney-list[data-astro-cid-v3i73qwa]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.attorney-item[data-astro-cid-v3i73qwa]{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;transition:all .2s ease}.attorney-link[data-astro-cid-v3i73qwa]{text-decoration:none;color:inherit;cursor:pointer}.attorney-item[data-astro-cid-v3i73qwa]:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.attorney-thumbnail[data-astro-cid-v3i73qwa]{flex-shrink:0}.placeholder-avatar[data-astro-cid-v3i73qwa]{width:48px;height:48px;border-radius:50%;background:var(--brand-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;font-family:Nunito,sans-serif}.attorney-photo[data-astro-cid-v3i73qwa]{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:center}.attorney-info[data-astro-cid-v3i73qwa]{flex:1;min-width:0}.attorney-name[data-astro-cid-v3i73qwa]{display:block;font-family:Nunito,sans-serif;font-size:.875rem;font-weight:600;color:#374151;line-height:1.2;word-wrap:break-word}.attorney-title[data-astro-cid-v3i73qwa]{display:block;font-family:Nunito,sans-serif;font-size:.75rem;color:#6b7280;line-height:1.2}@media (min-width: 768px){.locations-container[data-astro-cid-v3i73qwa]{padding:0 2rem}.main-content[data-astro-cid-v3i73qwa]{flex-direction:row;gap:2rem}.office-widget[data-astro-cid-v3i73qwa]{flex:2}.attorney-letterhead[data-astro-cid-v3i73qwa]{flex:1}.office-image[data-astro-cid-v3i73qwa]{height:250px}.attorney-list[data-astro-cid-v3i73qwa]{grid-template-columns:1fr;gap:.75rem}.placeholder-avatar[data-astro-cid-v3i73qwa]{width:56px;height:56px;font-size:1rem}.attorney-photo[data-astro-cid-v3i73qwa]{width:56px;height:56px}.attorney-name[data-astro-cid-v3i73qwa]{font-size:.9rem}.attorney-title[data-astro-cid-v3i73qwa]{font-size:.8rem}}@media (min-width: 1024px){.locations-container[data-astro-cid-v3i73qwa]{padding:0 3rem}.main-content[data-astro-cid-v3i73qwa]{gap:3rem}.office-widget[data-astro-cid-v3i73qwa]{flex:7}.attorney-letterhead[data-astro-cid-v3i73qwa]{flex:3}.office-image[data-astro-cid-v3i73qwa]{height:300px}.office-details[data-astro-cid-v3i73qwa]{padding:2.5rem;text-align:left}.office-name[data-astro-cid-v3i73qwa]{font-size:2rem}.office-address[data-astro-cid-v3i73qwa]{font-size:1.1rem}.phone-link[data-astro-cid-v3i73qwa]{font-size:1.5rem;align-self:flex-start}.map-links[data-astro-cid-v3i73qwa]{flex-direction:row;gap:1rem;margin-top:2rem}.map-link[data-astro-cid-v3i73qwa]{flex:1;font-size:1.1rem}.online-consultation-section[data-astro-cid-v3i73qwa]{display:block;margin:2rem 0 0}.online-consultation-header[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:1.125rem;font-weight:600;color:var(--brand-green);margin:0 0 .75rem;text-align:left}.online-consultation-text[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:.9rem;color:#6b7280;text-align:left;margin:0;line-height:1.5}.consultation-info-section[data-astro-cid-v3i73qwa]{display:block;margin:1.5rem 0 0}.consultation-info-header[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:1.125rem;font-weight:600;color:var(--brand-green);margin:0 0 .75rem;text-align:left}.consultation-info-text[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:.9rem;color:#6b7280;text-align:left;margin:0;line-height:1.5}.placeholder-avatar[data-astro-cid-v3i73qwa]{width:64px;height:64px;font-size:1.125rem}.attorney-photo[data-astro-cid-v3i73qwa]{width:64px;height:64px}.attorney-name[data-astro-cid-v3i73qwa]{font-size:1rem}.attorney-title[data-astro-cid-v3i73qwa]{font-size:.875rem}.attorney-item[data-astro-cid-v3i73qwa]{padding:.75rem}}@media (min-width: 1200px){.office-details[data-astro-cid-v3i73qwa]{padding:3rem}.office-name[data-astro-cid-v3i73qwa]{font-size:2.25rem}.letterhead-title[data-astro-cid-v3i73qwa]{font-size:1.5rem}}.satellite-offices[data-astro-cid-v3i73qwa]{margin-top:3rem}.satellite-title[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:1.25rem;font-weight:600;color:var(--brand-green);margin:0 0 1.5rem;text-align:center}.satellite-grid[data-astro-cid-v3i73qwa]{display:flex;flex-direction:column;gap:1rem}.satellite-office[data-astro-cid-v3i73qwa]{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center}.satellite-name[data-astro-cid-v3i73qwa]{font-family:Aleo,serif;font-size:1rem;font-weight:600;color:var(--brand-green);margin:0 0 .75rem}.satellite-address[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:.875rem;color:#6b7280;line-height:1.4;margin:0 0 1rem;font-style:normal}.satellite-phone[data-astro-cid-v3i73qwa]{margin:0}.satellite-phone-link[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:.9rem;font-weight:600;color:var(--brand-blue);text-decoration:none;transition:color .2s ease}.satellite-phone-link[data-astro-cid-v3i73qwa]:hover{color:#1d4ed8;text-decoration:underline}@media (min-width: 768px){.satellite-grid[data-astro-cid-v3i73qwa]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.satellite-office[data-astro-cid-v3i73qwa]{padding:2rem}.satellite-name[data-astro-cid-v3i73qwa]{font-size:1.1rem}.satellite-address[data-astro-cid-v3i73qwa]{font-size:.9rem}.satellite-phone-link[data-astro-cid-v3i73qwa]{font-size:1rem}}@media (min-width: 1024px){.satellite-grid[data-astro-cid-v3i73qwa]{gap:2rem}.satellite-title[data-astro-cid-v3i73qwa]{font-size:1.5rem;margin-bottom:2rem}}.all-locations-cta[data-astro-cid-v3i73qwa]{margin-top:3rem;text-align:center;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #cbd5e1}.all-locations-text[data-astro-cid-v3i73qwa]{font-family:Nunito,sans-serif;font-size:1rem;color:#475569;margin:0 0 1.5rem;line-height:1.5}.all-locations-button[data-astro-cid-v3i73qwa]{display:inline-block;background:var(--brand-green);color:#fff;text-decoration:none;padding:.875rem 2rem;border-radius:8px;font-family:Nunito,sans-serif;font-weight:600;font-size:1rem;transition:all .3s ease;min-height:48px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #11846b33}.all-locations-button[data-astro-cid-v3i73qwa]:hover{background:#0f766e;transform:translateY(-1px);box-shadow:0 4px 12px #11846b4d}@media (min-width: 768px){.all-locations-cta[data-astro-cid-v3i73qwa]{padding:2.5rem}.all-locations-text[data-astro-cid-v3i73qwa]{font-size:1.1rem}.all-locations-button[data-astro-cid-v3i73qwa]{display:inline-flex;width:auto;min-width:300px}}@media (min-width: 1024px){.all-locations-text[data-astro-cid-v3i73qwa]{font-size:1.125rem}}.featured-in[data-astro-cid-n3jqgnfw]{background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;padding:1.5rem 1rem}.container[data-astro-cid-n3jqgnfw]{max-width:1200px;margin:0 auto;text-align:center}.section-title[data-astro-cid-n3jqgnfw]{font-family:Aleo,serif;font-weight:700;font-size:clamp(1.1rem,2.5vw,1.3rem);color:#333;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.5px}.logos-grid[data-astro-cid-n3jqgnfw]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:center;justify-items:center}.logo-item[data-astro-cid-n3jqgnfw]{display:flex;align-items:center;justify-content:center;padding:.5rem}.logo-item[data-astro-cid-n3jqgnfw]:nth-child(4),.logo-item[data-astro-cid-n3jqgnfw]:nth-child(5){grid-column:span 1}.logo-item[data-astro-cid-n3jqgnfw]:nth-child(4){grid-column:1 / 2;grid-row:2}.logo-item[data-astro-cid-n3jqgnfw]:nth-child(5){grid-column:3 / 4;grid-row:2}.logo-item[data-astro-cid-n3jqgnfw] img[data-astro-cid-n3jqgnfw]{max-width:120px;max-height:60px;width:auto;height:auto;object-fit:contain;opacity:.8;transition:opacity .3s ease;filter:grayscale(20%)}.logo-item[data-astro-cid-n3jqgnfw]:hover img[data-astro-cid-n3jqgnfw]{opacity:1;filter:grayscale(0%)}@media (min-width: 768px){.featured-in[data-astro-cid-n3jqgnfw]{padding:2rem}.section-title[data-astro-cid-n3jqgnfw]{margin-bottom:2rem}.logos-grid[data-astro-cid-n3jqgnfw]{grid-template-columns:repeat(5,1fr);gap:2rem}.logo-item[data-astro-cid-n3jqgnfw]:nth-child(4),.logo-item[data-astro-cid-n3jqgnfw]:nth-child(5){grid-column:span 1;grid-row:1}.logo-item[data-astro-cid-n3jqgnfw] img[data-astro-cid-n3jqgnfw]{max-width:140px;max-height:70px}}@media (min-width: 1024px){.featured-in[data-astro-cid-n3jqgnfw]{padding:2.5rem 3rem}.logos-grid[data-astro-cid-n3jqgnfw]{gap:3rem}.logo-item[data-astro-cid-n3jqgnfw] img[data-astro-cid-n3jqgnfw]{max-width:160px;max-height:80px}}.google-reviews[data-astro-cid-cn2a356h]{background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef;padding:2rem 1rem;overflow:hidden}.container[data-astro-cid-cn2a356h]{max-width:1200px;margin:0 auto}.reviews-header[data-astro-cid-cn2a356h]{text-align:center;margin-bottom:2rem}.section-title[data-astro-cid-cn2a356h]{font-family:Aleo,serif;font-weight:700;font-size:clamp(1.3rem,3vw,1.8rem);color:#333;margin:0 0 1rem}.rating-display[data-astro-cid-cn2a356h]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stars[data-astro-cid-cn2a356h]{display:flex;gap:.2rem}.star[data-astro-cid-cn2a356h]{font-size:1.2rem;color:#ddd}.star[data-astro-cid-cn2a356h].filled{color:var(--brand-green, #11846b)}.rating-text[data-astro-cid-cn2a356h]{font-size:.9rem;color:#666;font-weight:600}.reviews-carousel[data-astro-cid-cn2a356h]{position:relative;display:flex;align-items:center;gap:1rem}.nav-button[data-astro-cid-cn2a356h]{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:2px solid var(--brand-green, #11846b);background:#fff;color:var(--brand-green, #11846b);font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;flex-shrink:0}.nav-button[data-astro-cid-cn2a356h]:hover{background:var(--brand-green, #11846b);color:#fff}.nav-button[data-astro-cid-cn2a356h]:disabled{opacity:.3;cursor:not-allowed}.reviews-container[data-astro-cid-cn2a356h]{flex:1;overflow:hidden;padding:0 .5rem}.reviews-track[data-astro-cid-cn2a356h]{display:flex;transition:transform .5s ease;gap:0;width:calc(100% * var(--reviews-count, 5))}.review-card[data-astro-cid-cn2a356h]{width:calc(100% / var(--reviews-count, 5));flex-shrink:0;background:#fff;padding:1.5rem;margin:0;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 2px 4px #0000001a;min-height:200px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.review-rating[data-astro-cid-cn2a356h]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-time[data-astro-cid-cn2a356h]{font-size:.8rem;color:#999}.review-text[data-astro-cid-cn2a356h]{font-size:1rem;line-height:1.5;color:#555;margin:0 0 1rem;font-style:italic;flex-grow:1}.review-author[data-astro-cid-cn2a356h]{color:var(--brand-green, #11846b);font-weight:600}.review-dots[data-astro-cid-cn2a356h]{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.dot[data-astro-cid-cn2a356h]{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:background-color .3s ease}.dot[data-astro-cid-cn2a356h].active{background:var(--brand-green, #11846b)}.google-attribution[data-astro-cid-cn2a356h]{text-align:center;margin-top:1.5rem;font-size:.8rem;color:#999}@media (min-width: 768px){.google-reviews[data-astro-cid-cn2a356h]{padding:3rem 2rem}.reviews-container[data-astro-cid-cn2a356h]{padding:0}.reviews-carousel[data-astro-cid-cn2a356h]{gap:2rem}.reviews-track[data-astro-cid-cn2a356h]{gap:2rem;width:auto}.review-card[data-astro-cid-cn2a356h]{width:calc(45% - 1rem);min-width:calc(45% - 1rem);max-width:350px;margin:0}.rating-display[data-astro-cid-cn2a356h]{flex-direction:row;gap:1rem}}@media (min-width: 1024px){.google-reviews[data-astro-cid-cn2a356h]{padding:3rem}.reviews-container[data-astro-cid-cn2a356h]{padding:0}.reviews-track[data-astro-cid-cn2a356h]{width:auto}.review-card[data-astro-cid-cn2a356h]{width:calc(30% - 1.33rem);min-width:calc(30% - 1.33rem);max-width:380px;margin:0}.nav-button[data-astro-cid-cn2a356h],.review-dots[data-astro-cid-cn2a356h]{display:none}.reviews-track[data-astro-cid-cn2a356h]{animation:scroll 20s linear infinite}.reviews-track[data-astro-cid-cn2a356h]:hover{animation-play-state:paused}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-60%)}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--brand-blue, #1653d4);padding:2rem 1rem;margin-top:auto}.container[data-astro-cid-sz7xmlte]{max-width:1200px;margin:0 auto}.footer-content[data-astro-cid-sz7xmlte]{display:flex;justify-content:flex-start;align-items:flex-start}.footer-logo-section[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.footer-logo-link[data-astro-cid-sz7xmlte]{display:inline-block;text-decoration:none;transition:transform .2s ease}.footer-logo-link[data-astro-cid-sz7xmlte]:hover{transform:scale(1.05)}.footer-logo[data-astro-cid-sz7xmlte]{height:40px;width:auto;filter:brightness(0) invert(1)}.copyright[data-astro-cid-sz7xmlte]{color:#fff;font-size:.9rem;margin:0;font-family:Nunito,sans-serif;opacity:.9}@media (min-width: 768px){.footer[data-astro-cid-sz7xmlte]{padding:2.5rem 2rem}.footer-logo[data-astro-cid-sz7xmlte]{height:48px}.copyright[data-astro-cid-sz7xmlte]{font-size:1rem}}@media (min-width: 1024px){.footer[data-astro-cid-sz7xmlte]{padding:3rem}}
