/* Vivas & Nobles Law — shared inner-page styles (new light EB Garamond design) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0F2535; --teal: #1A3A4A; --teal-mid: #1E4558; --gold: #C9A032; --gold-light: #D9B55A; --gold-pale: #F5EDD4;
  --white: #FFFFFF; --off-white: #F8F6F2; --gray-light: #F2F0EC; --gray-text: #5A6672; --gray-dark: #2C3A45;
  --navy-mid: #16303F; --navy-light: #1E4558; --navy-footer: #0B1B27; --cream: #2C3A45; --cream-muted: #5A6672; --text-muted: #5A6672;
  --radius-sm: 4px; --radius-md: 6px; --radius-lg: 10px;
  --serif: 'EB Garamond', Georgia, serif; --sans: 'Inter', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { background: var(--white); font-family: var(--sans); color: var(--gray-dark); line-height: 1.7; -webkit-font-smoothing: antialiased; }

/* NAV */
.nav { position: sticky; top: 0; z-index: 900; display: flex; justify-content: space-between; align-items: center; padding: 0 2.5rem; height: 66px; background: var(--white); border-bottom: 1px solid #E8E4DC; }
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-img { height: 44px; width: auto; }
.nav-links { display: flex; gap: 2px; align-items: center; }
.nav-links > a, .nav-dropdown-toggle { font-family: var(--sans); font-size: 13px; color: var(--gray-dark); text-decoration: none; padding: 7px 13px; border-radius: var(--radius-sm); transition: color .15s; background: none; border: none; cursor: pointer; }
.nav-links > a:hover, .nav-dropdown-toggle:hover { color: var(--teal); }
.nav-links > a.active, .nav-dropdown-toggle.active { color: var(--gold); font-weight: 500; }
.nav-cta { font-size: 13px; font-weight: 500; color: var(--navy); background: var(--gold); padding: 9px 18px; border-radius: var(--radius-sm); text-decoration: none; }
.nav-cta:hover { background: var(--gold-light); }
.nav-menu-ico { display: none; font-size: 26px; color: var(--teal); background: none; border: none; cursor: pointer; }
.nav-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 3px; }
.drop-icon { font-size: 11px; transition: transform .15s; }
.nav-dropdown:hover .drop-icon { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 6px); left: 0; background: var(--white); border: 1px solid #E8E4DC; border-radius: var(--radius-md); min-width: 230px; padding: 6px 0; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .15s, transform .15s, visibility .15s; z-index: 200; box-shadow: 0 10px 26px rgba(0,0,0,.1); }
.nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown-menu a { display: block; padding: 9px 18px; font-size: 13px; color: var(--gray-dark); text-decoration: none; }
.nav-dropdown-menu a:hover { color: var(--teal); background: var(--gray-light); }

/* HERO BANDS (full-width dark marble) */
.page-hero, .hero { position: relative; overflow: hidden; background: url('tex-dark.jpg') center/cover; padding: 5rem 2rem; text-align: center; }
.page-hero::before, .hero::before { content: ''; position: absolute; inset: 0; background: rgba(11,22,31,.84); }
.page-hero > *, .hero > * { position: relative; z-index: 1; max-width: 720px; margin-left: auto; margin-right: auto; }
.page-hero-inner, .page-hero-content { max-width: 640px; margin: 0 auto; }
.page-hero-eyebrow, .hero-eyebrow { font-size: 11px; color: var(--gold-light); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .9rem; }
.page-hero-icon { font-size: 40px; color: var(--gold-light); margin-bottom: 1.1rem; }
.page-hero h1, .hero h1 { font-family: var(--serif); font-size: clamp(30px, 4.4vw, 46px); font-weight: 700; color: #fff; line-height: 1.16; margin-bottom: 1rem; }
.page-hero p, .hero p { font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.75; max-width: 600px; margin: 0 auto; }

/* DIVIDERS */
.divider, .divider-full { height: 1px; background: #E8E4DC; }
.divider { margin: 0 2rem; }

/* CONTENT SECTIONS */
.content, .content-section { max-width: 800px; margin: 0 auto; padding: 4rem 2rem; }
.content h2, .content-section h2 { font-family: var(--serif); font-size: 27px; font-weight: 700; color: var(--teal); margin-bottom: 1rem; }
.content p, .content-section p { font-size: 15px; color: var(--gray-text); line-height: 1.8; margin-bottom: 1.25rem; }
.consult-box { background: var(--teal); border-radius: var(--radius-lg); padding: 2rem; margin: 2rem 0; }
.consult-box p { color: rgba(255,255,255,.85); margin-bottom: 0; }
.consult-box strong { color: var(--gold-light); }

/* SERVICES / FACTOR CARDS */
.services-grid, .factors-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 2rem; }
.service-card, .factor-card { background: var(--white); border: 1px solid #E4DFD5; border-radius: var(--radius-lg); padding: 1.6rem; transition: box-shadow .2s, transform .15s, border-color .15s; }
.service-card:hover, .factor-card:hover { box-shadow: 0 12px 30px -18px rgba(15,37,53,.4); transform: translateY(-3px); border-color: rgba(201,160,50,.4); }
.service-card i, .factor-card i { font-size: 24px; color: var(--gold); margin-bottom: 12px; display: block; }
.service-card h3, .factor-card h3 { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--teal); margin-bottom: 8px; }
.service-card p, .factor-card p { font-size: 13.5px; color: var(--gray-text); line-height: 1.6; margin-bottom: 0; }
.factors-section { background: var(--gray-light); padding: 4.5rem 2rem; }
.factors-inner { max-width: 900px; margin: 0 auto; }
.factors-inner h2 { font-family: var(--serif); font-size: 27px; font-weight: 700; color: var(--teal); margin-bottom: .5rem; }
.factors-inner > p { font-size: 14px; color: var(--gray-text); margin-bottom: 2rem; }

/* ABOUT-US: FIRM SECTION */
.firm-section { padding: 5rem 2rem; background: var(--off-white); }
.firm-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: center; gap: 4rem; }
.firm-logo { flex-shrink: 0; }
.firm-logo img { width: 200px; height: auto; border-radius: var(--radius-lg); }
.firm-text .eyebrow { font-size: 11px; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .75rem; }
.firm-text h2 { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--teal); margin-bottom: 1rem; }
.firm-text p { font-size: 15px; color: var(--gray-text); line-height: 1.8; margin-bottom: 1rem; }
.firm-values { display: flex; gap: 2rem; margin-top: 1.5rem; flex-wrap: wrap; }
.firm-value { display: flex; align-items: flex-start; gap: 10px; }
.firm-value i { font-size: 18px; color: var(--gold); margin-top: 2px; }
.firm-value-text strong { display: block; font-size: 13px; font-weight: 500; color: var(--teal); margin-bottom: 2px; }
.firm-value-text span { font-size: 12px; color: var(--gray-text); }

/* ABOUT-US: ATTORNEY PROFILES */
.attorneys-section { padding: 5rem 2rem; background: var(--gray-light); }
.attorneys-inner { max-width: 960px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-eyebrow { font-size: 11px; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .75rem; }
.section-title { font-family: var(--serif); font-size: 34px; font-weight: 700; color: var(--teal); }
.attorney-profile { display: flex; gap: 3.5rem; align-items: flex-start; margin-bottom: 5rem; padding-bottom: 5rem; border-bottom: 1px solid #E8E4DC; }
.attorney-profile:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.attorney-profile.reverse { flex-direction: row-reverse; }
.attorney-photo { flex-shrink: 0; width: 300px; }
.attorney-photo img { width: 100%; height: 380px; object-fit: cover; object-position: center top; border-radius: var(--radius-lg); display: block; }
.attorney-photo-placeholder { width: 100%; height: 380px; background: var(--teal); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 64px; font-weight: 700; color: var(--gold); }
.attorney-info { flex: 1; padding-top: .5rem; }
.attorney-info .role { font-size: 11px; color: var(--gold); letter-spacing: .2em; text-transform: uppercase; margin-bottom: .5rem; }
.attorney-info h2 { font-family: var(--serif); font-size: 32px; font-weight: 700; color: var(--teal); margin-bottom: .25rem; }
.attorney-info .title-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 1.75rem; }
.attorney-divider { width: 40px; height: 2px; background: var(--gold); flex-shrink: 0; }
.attorney-info p { font-size: 14px; color: var(--gray-text); line-height: 1.8; margin-bottom: .85rem; }
.attorney-info p:last-of-type { margin-bottom: 0; }
.bio-section { margin-bottom: 1.5rem; }
.bio-section h4 { font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--teal); padding-left: 10px; border-left: 3px solid var(--gold); margin-bottom: .6rem; line-height: 1.3; }
.bio-section p { margin-bottom: .7rem; }
.bio-section p:last-child { margin-bottom: 0; }
.exp-entry { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px dashed #E0DDD5; }
.exp-entry:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.exp-role { font-size: 13px !important; font-weight: 500; color: var(--teal) !important; margin-bottom: .4rem !important; }
.attorney-closing { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #E8E4DC; font-style: italic; color: var(--gray-dark) !important; }
.attorney-specializations { margin-top: 1.75rem; }
.attorney-specializations strong { display: block; font-size: 11px; color: var(--gold); letter-spacing: .15em; text-transform: uppercase; margin-bottom: .75rem; }
.spec-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.spec-tag { font-size: 12px; padding: 5px 14px; border-radius: 20px; background: var(--gold-pale); color: var(--navy); border: 1px solid #E0D5B0; }

/* FAQ */
.faq-section { padding: 4.5rem 2rem 5rem; background: var(--gray-light); }
.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--white); border: 1px solid #E8E4DC; border-radius: var(--radius-md); margin-bottom: 12px; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--teal); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--sans); font-size: 22px; color: var(--gold); flex-shrink: 0; line-height: 1; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-a { padding: 0 22px 20px; }
.faq-a p { font-size: 14px; color: var(--gray-text); line-height: 1.75; }
.faq-cta { text-align: center; margin-top: 2.5rem; }
.faq-cta a, .btn-back { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; background: var(--teal); color: var(--white); border-radius: var(--radius-sm); padding: 12px 24px; text-decoration: none; }
.faq-cta a:hover, .btn-back:hover { background: var(--navy); }
.faq-disclaimer { margin-top: 2rem; font-size: 12px; color: var(--gray-text); line-height: 1.6; text-align: center; font-style: italic; }
.coming-soon { padding: 6rem 2rem; text-align: center; background: var(--gray-light); }
.coming-soon-inner { max-width: 500px; margin: 0 auto; }
.coming-soon i { font-size: 48px; color: var(--gold); opacity: .5; margin-bottom: 1.5rem; }
.coming-soon h2 { font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--teal); margin-bottom: .75rem; }
.coming-soon p { font-size: 14px; color: var(--gray-text); line-height: 1.7; margin-bottom: 1.5rem; }

/* ARTICLE PAGES */
.article-hero { max-width: 760px; margin: 0 auto; padding: 3.5rem 2rem 1.5rem; }
.article-eyebrow { font-size: 11px; color: var(--gold); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 1.1rem; }
.article-eyebrow a { color: var(--gold); text-decoration: none; }
.article-eyebrow a:hover { text-decoration: underline; }
.article-hero h1 { font-family: var(--serif); font-size: clamp(28px, 3.6vw, 38px); font-weight: 700; color: var(--teal); line-height: 1.25; margin-bottom: 1.1rem; }
.article-meta { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1.1rem; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--gray-text); }
.article-meta i { color: var(--gold); font-size: 15px; }
.article-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.cat-badge { font-size: 11px; padding: 4px 11px; border-radius: 999px; background: var(--gold-pale); color: #8A6B12; border: 1px solid #E6D6A8; }
.article-body { max-width: 760px; margin: 0 auto; padding: 1.75rem 2rem 1rem; }
.article-body p { font-size: 16px; color: var(--gray-text); line-height: 1.85; margin-bottom: 1.4rem; }
.article-body h2 { font-family: var(--serif); font-size: 24px; font-weight: 700; color: var(--teal); margin: 2.5rem 0 1.1rem; padding-bottom: .55rem; border-bottom: 1px solid #E8E4DC; }
.article-body ul, .article-body ol { margin: 0 0 1.5rem .5rem; padding-left: 1.4rem; }
.article-body li { font-size: 16px; color: var(--gray-text); line-height: 1.8; margin-bottom: .6rem; padding-left: .3rem; }
.article-body ol > li::marker, .article-body ul > li::marker { color: var(--gold); font-weight: 600; }
.article-body li > ul { margin: .65rem 0 .4rem 0; }
.article-body strong { color: var(--gray-dark); font-weight: 600; }
.quick-answer { background: var(--gold-pale); border-left: 3px solid var(--gold); border-radius: var(--radius-md); padding: 1.15rem 1.35rem; margin: 0 0 1.9rem; }
.quick-answer strong { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #8A6B12; margin-bottom: .5rem; }
.quick-answer p { font-size: 15px; color: var(--gray-dark); line-height: 1.7; margin: 0 !important; }
.article-disclaimer { max-width: 760px; margin: 1.5rem auto 0; padding: 1.1rem 1.25rem; background: var(--gray-light); border: 1px solid #E8E4DC; border-radius: var(--radius-lg); font-size: 13px; color: var(--gray-text); line-height: 1.65; }
.article-disclaimer strong { color: var(--gray-dark); }
.related { max-width: 1000px; margin: 0 auto; padding: 3rem 2rem 1rem; text-align: center; }
.section-label { font-size: 11px; color: var(--gold); letter-spacing: .18em; margin-bottom: 1rem; text-transform: uppercase; }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 1.25rem; text-align: left; }
.related-card { background: var(--white); border: 1px solid #E4DFD5; border-radius: var(--radius-lg); padding: 1.1rem 1.2rem; text-decoration: none; display: flex; flex-direction: column; gap: 8px; transition: box-shadow .2s, transform .15s, border-color .15s; }
.related-card:hover { box-shadow: 0 10px 26px rgba(0,0,0,.08); transform: translateY(-3px); border-color: rgba(201,160,50,.4); }
.rc-cat { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.related-card h3 { font-family: var(--serif); font-size: 15px; font-weight: 700; color: var(--teal); line-height: 1.4; }
.rc-date { font-size: 12px; color: var(--gray-text); margin-top: auto; }

/* COMMENTARIES HUB */
.hub-hero { max-width: 720px; margin: 0 auto; padding: 4.5rem 2rem 1.5rem; text-align: center; }
.hub-hero .eyebrow { font-size: 11px; color: var(--gold); letter-spacing: .18em; margin-bottom: 1.25rem; text-transform: uppercase; }
.hub-hero h1 { font-family: var(--serif); font-size: clamp(30px, 4vw, 40px); font-weight: 700; color: var(--teal); line-height: 1.2; margin-bottom: .9rem; }
.hub-hero p { font-size: 15px; color: var(--gray-text); line-height: 1.7; }
.hub-controls { max-width: 1100px; margin: 0 auto; padding: .5rem 2rem 0; }
.search-wrap { position: relative; max-width: 460px; margin: 0 auto 1.5rem; }
.search-wrap i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--gray-text); font-size: 17px; }
.search-wrap input { width: 100%; background: var(--white); border: 1px solid #E8E4DC; border-radius: var(--radius-md); padding: 11px 14px 11px 40px; color: var(--gray-dark); font-size: 14px; font-family: var(--sans); }
.search-wrap input::placeholder { color: var(--gray-text); }
.search-wrap input:focus { outline: none; border-color: var(--gold); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.chip { font-size: 12.5px; font-family: var(--sans); padding: 7px 14px; border-radius: 999px; background: var(--white); color: var(--gray-text); border: 1px solid #E0DDD5; cursor: pointer; transition: all .15s; }
.chip span { color: var(--gray-text); margin-left: 3px; font-size: 11px; }
.chip:hover { border-color: var(--gold); }
.chip.active { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 500; }
.chip.active span { color: var(--navy); opacity: .7; }
.cards { max-width: 1100px; margin: 0 auto; padding: 2.5rem 2rem 1rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.card { background: var(--white); border: 1px solid #E4DFD5; border-radius: var(--radius-lg); padding: 1.4rem; text-decoration: none; display: flex; flex-direction: column; transition: box-shadow .2s, transform .15s, border-color .15s; }
.card:hover { box-shadow: 0 10px 26px rgba(0,0,0,.08); transform: translateY(-3px); border-color: rgba(201,160,50,.4); }
.card-cat { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: .7rem; }
.card h3 { font-family: var(--serif); font-size: 17px; font-weight: 700; color: var(--teal); line-height: 1.4; margin-bottom: .6rem; }
.card p { font-size: 13.5px; color: var(--gray-text); line-height: 1.6; flex: 1; margin-bottom: 1rem; }
.card-date { font-size: 12px; color: var(--gray-text); display: flex; align-items: center; gap: 6px; }
.card-date i { color: var(--gold); font-size: 14px; }
.no-results { max-width: 1100px; margin: 0 auto; padding: 2rem; text-align: center; color: var(--gray-text); font-size: 15px; }

/* CONTACT STRIP (dark marble) */
.contact-strip { position: relative; overflow: hidden; background: url('tex-dark.jpg') center/cover; padding: 5rem 2rem; text-align: center; }
.contact-strip::before { content: ''; position: absolute; inset: 0; background: rgba(11,22,31,.82); }
.contact-strip > * { position: relative; z-index: 1; }
.contact-strip .eyebrow { font-size: 11px; color: var(--gold-light); letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1rem; }
.contact-strip h2 { font-family: var(--serif); font-size: clamp(26px, 3.4vw, 34px); font-weight: 700; color: #fff; margin-bottom: .75rem; }
.contact-strip .sub { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: .3rem; }
.contact-strip .sub a { color: var(--gold-light); text-decoration: none; }
.contact-strip .sub a:hover { text-decoration: underline; }
.contact-buttons { display: flex; gap: 12px; margin-top: 2rem; flex-wrap: wrap; justify-content: center; }
.btn-call, .btn-whatsapp, .btn-viber { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; border: none; border-radius: var(--radius-sm); padding: 12px 24px; text-decoration: none; }
.btn-call { background: var(--gold); color: var(--navy); }
.btn-call:hover { background: var(--gold-light); }
.btn-whatsapp { background: #25D366; color: #063; }
.btn-whatsapp:hover { background: #1ebe5a; }
.btn-viber { background: #7360F2; color: #fff; }
.btn-viber:hover { background: #5a49d6; }

/* FOOTER */
.site-footer, .site-footer-simple { background: var(--navy); padding: 3rem 2.5rem 1.5rem; }
.site-footer-simple, .site-footer:not(:has(.footer-grid)) { text-align: center; }
.site-footer:not(:has(.footer-grid)) .footer-links { display: inline-flex; gap: 18px; justify-content: center; margin-top: 8px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.5fr; gap: 2.5rem; max-width: 1100px; margin: 0 auto 2.5rem; }
.footer-brand-name { font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer-brand-sub { font-size: 10px; color: var(--gold); letter-spacing: .16em; text-transform: uppercase; margin-top: 2px; }
.footer-brand-tagline { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.6; margin-top: 10px; }
.footer-col-title { font-size: 11px; color: var(--gold); letter-spacing: .15em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-links-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links-list a { font-size: 13px; color: rgba(255,255,255,.5); text-decoration: none; }
.footer-links-list a:hover { color: var(--white); }
.footer-contact-list { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; }
.footer-contact-item i { font-size: 15px; color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.footer-contact-item span, .footer-contact-item a { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.5; text-decoration: none; }
.footer-contact-item a:hover { color: var(--white); }
.footer-hours-list { display: flex; flex-direction: column; gap: 10px; }
.footer-hours-row { display: flex; flex-direction: column; gap: 2px; }
.footer-hours-day { font-size: 12px; color: rgba(255,255,255,.7); font-weight: 500; }
.footer-hours-time { font-size: 12px; color: rgba(255,255,255,.4); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.25rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; max-width: 1100px; margin: 0 auto; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.35); }
.footer-bottom-links, .footer-links { display: flex; gap: 18px; }
.footer-bottom-links a, .footer-links a { font-size: 12px; color: rgba(255,255,255,.35); text-decoration: none; }
.footer-bottom-links a:hover, .footer-links a:hover { color: var(--white); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav { padding: 0 1.25rem; }
  .nav-menu-ico { display: block; }
  .nav-links { position: absolute; top: 66px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border-bottom: 1px solid #E8E4DC; box-shadow: 0 14px 26px rgba(0,0,0,.08); padding: 6px 0; display: none; }
  .nav-links.open { display: flex; }
  .nav-links > a { padding: 12px 24px; border-radius: 0; }
  .nav-dropdown { flex-direction: column; align-items: stretch; }
  .nav-dropdown-toggle { padding: 12px 24px; justify-content: space-between; }
  .nav-dropdown .drop-icon { display: none; }
  .nav-dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; min-width: 0; padding: 0 0 8px; }
  .nav-dropdown-menu a { padding: 9px 24px 9px 38px; color: var(--gray-text); }
  .nav-cta { margin: 8px 24px; text-align: center; }
  .firm-inner { flex-direction: column; gap: 2rem; }
  .firm-logo img { width: 160px; }
  .attorney-profile, .attorney-profile.reverse { flex-direction: column; gap: 2rem; }
  .attorney-photo { width: 100%; }
  .attorney-photo img, .attorney-photo-placeholder { height: 300px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .page-hero, .hero { padding: 4rem 1.25rem; }
  .content, .content-section, .factors-section, .faq-section, .attorneys-section, .firm-section, .contact-strip { padding-left: 1.25rem; padding-right: 1.25rem; }
  .services-grid, .factors-grid, .cards { grid-template-columns: 1fr; }
  .divider { margin: 0 1.25rem; }
}
@media (max-width: 480px) {
  .page-hero h1, .hero h1, .article-hero h1 { font-size: 27px; }
}
